Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for satisfies (0.57 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    		},
    		{
    			name: "satisfies with requiredDuringSchedulingIgnoredDuringExecution in PodAffinity using In operator that matches the existing pod",
    			pod:  st.MakePod().Namespace(defaultNamespace).Labels(podLabel2).PodAffinityIn("service", "region", []string{"securityscan", "value2"}, st.PodAffinityWithRequiredReq).Obj(),
    			pods: []*v1.Pod{pod},
    			node: &node1,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Iterators.java

          if (elementsToRemove.contains(removeFrom.next())) {
            removeFrom.remove();
            result = true;
          }
        }
        return result;
      }
    
      /**
       * Removes every element that satisfies the provided predicate from the iterator. The iterator
       * will be left exhausted: its {@code hasNext()} method will return {@code false}.
       *
       * @param removeFrom the iterator to (potentially) remove elements from
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Iterators.java

          if (elementsToRemove.contains(removeFrom.next())) {
            removeFrom.remove();
            result = true;
          }
        }
        return result;
      }
    
      /**
       * Removes every element that satisfies the provided predicate from the iterator. The iterator
       * will be left exhausted: its {@code hasNext()} method will return {@code false}.
       *
       * @param removeFrom the iterator to (potentially) remove elements from
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

          // Check if the QuantizeCastOp has element type of quantized type.
          if (!mlir::isa<QuantizedType>(
                  getElementTypeOrSelf(cur_op.getResult().getType()))) {
            return false;
          }
          // Satisfies the input condition.
          has_quantized_types_for_weights = true;
        }
      }
      for (Value output : call_op.getOutput()) {
        if (auto type = mlir::dyn_cast<TensorType>(output.getType())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    							"array": []interface{}{"value1", "value2"},
    						}}},
    
    				applyPatchOperation{
    					"change array to valid value that satisfies maxItems",
    					myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    						"array": []interface{}{"value1"},
    					}},
    				expectError{
    					applyPatchOperation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  6. src/runtime/mgcmark.go

    	}
    	// Park.
    	goparkunlock(&work.assistQueue.lock, waitReasonGCAssistWait, traceBlockGCMarkAssist, 2)
    	return true
    }
    
    // gcFlushBgCredit flushes scanWork units of background scan work
    // credit. This first satisfies blocked assists on the
    // work.assistQueue and then flushes any remaining credit to
    // gcController.bgScanCredit.
    //
    // Write barriers are disallowed because this is used by gcDrain after
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

                encodeSet = FRAGMENT_ENCODE_SET,
                alreadyEncoded = true,
                unicodeAllowed = true,
              )
          }
    
        /**
         * Re-encodes the components of this URL so that it satisfies (obsolete) RFC 2396, which is
         * particularly strict for certain components.
         */
        internal fun reencodeForUri() =
          apply {
            host = host?.replace(Regex("[\"<>^`{|}]"), "")
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  8. src/reflect/type.go

    	// then Offset in the returned StructField is the offset in
    	// the embedded struct.
    	FieldByName(name string) (StructField, bool)
    
    	// FieldByNameFunc returns the struct field with a name
    	// that satisfies the match function and a boolean indicating if
    	// the field was found.
    	//
    	// FieldByNameFunc considers the fields in the struct itself
    	// and then the fields in any embedded structs, in breadth first order,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/AbstractFuture.java

          // we don't care if it fails, this is best-effort.
          future.cancel(((Cancellation) localValue).wasInterrupted);
        }
        return false;
      }
    
      /**
       * Returns a value that satisfies the contract of the {@link #value} field based on the state of
       * given future.
       *
       * <p>This is approximately the inverse of {@link #getDoneValue(Object)}
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  10. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

          // we don't care if it fails, this is best-effort.
          future.cancel(((Cancellation) localValue).wasInterrupted);
        }
        return false;
      }
    
      /**
       * Returns a value that satisfies the contract of the {@link #value} field based on the state of
       * given future.
       *
       * <p>This is approximately the inverse of {@link #getDoneValue(Object)}
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
Back to top