Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 445 for picked (0.52 sec)

  1. src/crypto/tls/ech_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	configs, err := parseECHConfigList(b)
    	if err != nil {
    		t.Fatal(err)
    	}
    	config := pickECHConfig(configs)
    	if config != nil {
    		t.Fatal("pickECHConfig picked an invalid config")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/preemption/preemption.go

    // 5. If there are still ties, node with the latest start time of all highest priority victims is picked.
    // 6. If there are still ties, the first such node is picked (sort of randomly).
    // The 'minNodes1' and 'minNodes2' are being reused here to save the memory
    // allocation and garbage collection time.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/integration/node_expansion_pass.cc

      Fprint128 cache_key =
          orig_op->MutableAttrs()->CacheKey(orig_op->DeviceName());
      // Include soft placement policy in cache key since the placement strategy
      // can change and thus affect which kernel is picked.
      auto x = FingerprintCat64(cache_key.high64, cache_key.low64);
      std::string fname =
          absl::StrCat("_expanded_", ndef.name(), "_", std::to_string(x));
      if (!ctx.FindFunctionByName(fname)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Feb 25 16:22:36 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractKotlinPluginSmokeTest.groovy

                            js(IR) { browser() }
                        }
                    """
                }
    
                /*
                 * Register validation failures due to unsupported nested types
                 * The issue picked up by validation was fixed in Kotlin 1.7.2,
                 * see https://youtrack.jetbrains.com/issue/KT-51532
                 */
                if (version == '1.7.0') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. src/runtime/netpoll_epoll.go

    			if ev.Events != syscall.EPOLLIN {
    				println("runtime: netpoll: eventfd ready for", ev.Events)
    				throw("runtime: netpoll: eventfd ready for something unexpected")
    			}
    			if delay != 0 {
    				// netpollBreak could be picked up by a
    				// nonblocking poll. Only read the 8-byte
    				// integer if blocking.
    				// Since EFD_SEMAPHORE was not specified,
    				// the eventfd counter will be reset to 0.
    				var one uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/ChangesDuringTheBuildFileSystemWatchingIntegrationTest.groovy

                inputFile.text = "initial"
                waitForChangesToBePickedUp()
            }
            then:
            executedAndNotSkipped(":consumer")
            // TODO: sometimes, the changes from the same build are picked up
            projectFilesInVfs >= 1
    
            when:
            runWithFileSystemWatchingAndMakeChangesWhen("consumer", "userInput") {
                inputFile.text = "changed"
                waitForChangesToBePickedUp()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 8K bytes
    - Viewed (0)
  7. src/runtime/netpoll_kqueue.go

    		}
    		goto retry
    	}
    	var toRun gList
    	delta := int32(0)
    	for i := 0; i < int(n); i++ {
    		ev := &events[i]
    
    		if isWakeup(ev) {
    			if delay != 0 {
    				// netpollBreak could be picked up by a nonblocking poll.
    				// Only call drainWakeupEvent and reset the netpollWakeSig if blocking.
    				drainWakeupEvent(kq)
    				netpollWakeSig.Store(0)
    			}
    			continue
    		}
    
    		var mode int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. cmd/data-usage_test.go

    			size: 200,
    		},
    	}
    	createUsageTestFiles(t, base, bucket, files)
    	err = os.RemoveAll(filepath.Join(base, bucket, "dir1/dira/dirasub/dcfile"))
    	if err != nil {
    		t.Fatal(err)
    	}
    	// Changed dir must be picked up in this many cycles.
    	for i := 0; i < dataUsageUpdateDirCycles; i++ {
    		got, err = scanDataFolder(context.Background(), nil, base, got, getSize, 0, weSleep)
    		got.Info.NextCycle++
    		if err != nil {
    			t.Fatal(err)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Mar 27 15:10:40 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. src/runtime/netpoll_aix.go

    			return gList{}, 0
    		}
    		goto retry
    	}
    	// Check if some descriptors need to be changed
    	if n != 0 && pfds[0].revents&(_POLLIN|_POLLHUP|_POLLERR) != 0 {
    		if delay != 0 {
    			// A netpollwakeup could be picked up by a
    			// non-blocking poll. Only clear the wakeup
    			// if blocking.
    			var b [1]byte
    			for read(rdwake, unsafe.Pointer(&b[0]), 1) == 1 {
    			}
    			netpollWakeSig.Store(0)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. internal/crypto/key.go

    // UnsealETag unseals the etag using the provided object key.
    // It does not try to decrypt the ETag if len(etag) == 16
    // because such ETags indicate that the S3 client hasn't sent
    // an ETag = MD5(object) and the backend has picked an ETag value.
    func (key ObjectKey) UnsealETag(etag []byte) ([]byte, error) {
    	if !IsETagSealed(etag) {
    		return etag, nil
    	}
    	mac := hmac.New(sha256.New, key[:])
    	mac.Write([]byte("SSE-etag"))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 20:28:10 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top