Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for wastage (0.22 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"martial_arts_uniform":                 "\U0001f94b",
    	"martinique":                           "\U0001f1f2\U0001f1f6",
    	"mask":                                 "\U0001f637",
    	"massage":                              "\U0001f486",
    	"massage_man":                          "\U0001f486\u200d\u2642\ufe0f",
    	"massage_woman":                        "\U0001f486\u200d\u2640\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one_test.go

    			pod:       st.MakePod().Name("test-prefilter").UID("test-prefilter").Obj(),
    			wantNodes: sets.New("node2"),
    			// since this case has no score plugin, we'll only try to find one node in Filter stage
    			wantEvaluatedNodes: ptr.To[int32](1),
    		},
    		{
    			name: "test prefilter plugin returning non-intersecting nodes",
    			registerPlugins: []tf.RegisterPluginFunc{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                publicMethod("isImmutable", RETURN_BOOLEAN, methodVisitor -> new MethodVisitorScope(methodVisitor) {{
                    // Could return true if all the read only properties point to immutable objects, but at this stage there are no such types supported
                    _LDC(mutablePropertySize == 0 && readOnlyPropertySize == 0);
                    _IRETURN();
                }});
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  4. cmd/bucket-replication.go

    	}
    
    	// queue replication heal in a goroutine to avoid holding up mrf save routine
    	go func() {
    		for vID, e := range mrfRec.Entries {
    			ctx, cancel := context.WithTimeout(p.ctx, time.Second) // Do not waste more than a second on this.
    
    			oi, err := p.objLayer.GetObjectInfo(ctx, e.Bucket, e.Object, ObjectOptions{
    				VersionID: vID,
    			})
    			cancel()
    			if err != nil {
    				continue
    			}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // versions. Here we put a 16-byte dummy string as a placeholder. We choose
      // 16-byte because it's the alignment of buffers in flatbuffer, so it won't
      // cause any waste of space if the actual string is shorter than 16 bytes.
      constexpr std::size_t kByteStringSize = 16;
      metadata.push_back(
          BuildMetadata("min_runtime_version", std::string(kByteStringSize, '\0')));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  6. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy endpoint-2OCDJSZQ-ns3/svc3/tcp/p80__10.0.3.1/80 meta l4proto tcp dnat to 10.0.3.1:80
    		`)
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    
    	// Fake the passage of time and confirm that the stale chains get deleted.
    	ageStaleChains()
    	fp.syncProxyRules()
    	expected = baseRules + dedent.Dedent(`
    		add element ip kube-proxy cluster-ips { 172.30.0.41 }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  7. src/net/http/server.go

    	w.Header().Set("Content-Length", "0")
    	if r.ContentLength != 0 {
    		// Read up to 4KB of OPTIONS body (as mentioned in the
    		// spec as being reserved for future use), but anything
    		// over that is considered a waste of server resources
    		// (or an attack) and we abort and close the connection,
    		// courtesy of MaxBytesReader's EOF behavior.
    		mb := MaxBytesReader(w, r.Body, 4<<10)
    		io.Copy(io.Discard, mb)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  8. cluster/gce/util.sh

          # shellcheck disable=SC2016
          echo 'On macOS we recommend using homebrew and adding "$(brew --prefix openssl)/bin" to your PATH'
        fi
        exit 1
      fi
    
      # we use gcloud to create the cluster, gsutil to stage binaries and data
      for cmd in gcloud gsutil; do
        if ! which "${cmd}" >/dev/null; then
          echo "Can't find ${cmd} in PATH, please fix and retry. The Google Cloud " >&2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    awsglobalaccelerator.com
    
    // eero
    // Submitted by Yue Kang <******@****.***>
    // Reference: 264afe70-f62c-4c02-8ab9-b5281ed24461
    eero.online
    eero-stage.online
    
    // concludes Amazon
    
    // Amune : https://amune.org/
    // Submitted by Team Amune <******@****.***>
    t3l3p0rt.net
    tele.amune.org
    
    // Apigee : https://apigee.com/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    			// We only check timers on one of the stealing iterations because
    			// the time stored in now doesn't change in this loop and checking
    			// the timers for each P more than once with the same value of now
    			// is probably a waste of time.
    			//
    			// timerpMask tells us whether the P may have timers at all. If it
    			// can't, no need to check at all.
    			if stealTimersOrRunNextG && timerpMask.read(enum.position()) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top