Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 386 for stoppable (0.17 sec)

  1. cmd/kubeadm/app/phases/upgrade/policy_test.go

    				}
    				// Otherwise, just move on with the next test
    				return
    			}
    
    			if len(actualSkewErrs.Skippable) != rt.expectedSkippableErrs {
    				t.Errorf("failed TestEnforceVersionPolicies\n\texpected skippable errors: %d\n\tgot skippable errors: %d\n%#v\n%#v", rt.expectedSkippableErrs, len(actualSkewErrs.Skippable), *rt.vg, actualSkewErrs)
    			}
    			if len(actualSkewErrs.Mandatory) != rt.expectedMandatoryErrs {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 03:17:05 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. src/compress/flate/huffman_bit_writer.go

    	if w.err != nil {
    		return
    	}
    
    	tokens = append(tokens, endBlockMarker)
    	numLiterals, numOffsets := w.indexTokens(tokens)
    
    	var extraBits int
    	storedSize, storable := w.storedSize(input)
    	if storable {
    		// We only bother calculating the costs of the extra bits required by
    		// the length of offset fields (which will be the same for both fixed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:59:14 UTC 2022
    - 18.4K bytes
    - Viewed (0)
  3. src/text/template/parse/parse.go

    	lex.options = lexOptions{
    		emitComment: t.Mode&ParseComments != 0,
    		breakOK:     !t.hasFunction("break"),
    		continueOK:  !t.hasFunction("continue"),
    	}
    }
    
    // stopParse terminates parsing.
    func (t *Tree) stopParse() {
    	t.lex = nil
    	t.vars = nil
    	t.funcs = nil
    	t.treeSet = nil
    }
    
    // Parse parses the template definition string to construct a representation of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

      updateButtons();
    
      // Setup event handlers
      initMenus();
      if (svg != null) {
        initPanAndZoom(svg, toggleSvgSelect);
      }
      if (toptable != null) {
        toptable.addEventListener('mousedown', handleTopClick);
        toptable.addEventListener('touchstart', handleTopClick);
      }
    
      const ids = ['topbtn', 'graphbtn',
                   'flamegraph',
                   'peek', 'list',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/driver/html/top.html

    <html>
    <head>
      <meta charset="utf-8">
      <title>{{.Title}}</title>
      {{template "css" .}}
      <style type="text/css">
      </style>
    </head>
    <body>
      {{template "header" .}}
      <div id="top">
        <table id="toptable">
          <thead>
            <tr>
              <th id="flathdr1">Flat</th>
              <th id="flathdr2">Flat%</th>
              <th>Sum%</th>
              <th id="cumhdr1">Cum</th>
              <th id="cumhdr2">Cum%</th>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 17 14:39:18 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/AbstractService.java

        IsStartableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
        public boolean isSatisfied() {
          return state() == NEW;
        }
      }
    
      private final Guard isStoppable = new IsStoppableGuard();
    
      @WeakOuter
      private final class IsStoppableGuard extends Guard {
        IsStoppableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 18:32:03 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/AbstractService.java

        IsStartableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
        public boolean isSatisfied() {
          return state() == NEW;
        }
      }
    
      private final Guard isStoppable = new IsStoppableGuard();
    
      @WeakOuter
      private final class IsStoppableGuard extends Guard {
        IsStoppableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 18:32:03 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  8. src/internal/zstd/zstd_test.go

    	},
    	{
    		"empty block",
    		"",
    		"\x28\xb5\x2f\xfd\x00\x00\x15\x00\x00\x00\x00",
    	},
    	{
    		"single skippable frame",
    		"",
    		"\x50\x2a\x4d\x18\x00\x00\x00\x00",
    	},
    	{
    		"two skippable frames",
    		"",
    		"\x50\x2a\x4d\x18\x00\x00\x00\x00" +
    			"\x50\x2a\x4d\x18\x00\x00\x00\x00",
    	},
    }
    
    func TestSamples(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 16:39:21 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  9. src/internal/zstd/zstd.go

    		}
    		return r.wrapError(relativeOffset, err)
    	}
    
    	if magic := binary.LittleEndian.Uint32(r.scratch[:4]); magic != 0xfd2fb528 {
    		if magic >= 0x184d2a50 && magic <= 0x184d2a5f {
    			// This is a skippable frame.
    			r.blockOffset += int64(relativeOffset) + 4
    			if err := r.skipFrame(); err != nil {
    				return err
    			}
    			r.readOneFrame = true
    			goto retry
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 04:10:45 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. cmd/untar.go

    	f      format
    }{
    	{
    		header: []byte{0x1f, 0x8b, 8},
    		f:      formatGzip,
    	},
    	{
    		// Zstd default header.
    		header: []byte{0x28, 0xb5, 0x2f, 0xfd},
    		f:      formatZstd,
    	},
    	{
    		// Zstd skippable frame header.
    		header: []byte{0x2a, 0x4d, 0x18},
    		f:      formatZstd,
    	},
    	{
    		// LZ4
    		header: []byte{0x4, 0x22, 0x4d, 0x18},
    		f:      formatLZ4,
    	},
    	{
    		// Snappy/S2 stream
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top