Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 63 for verified$ (0.27 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            def property = propertyWithNoValue()
            def function = Mock(Callable)
            def provider = new DefaultProvider<T>(function)
            property.set(provider)
    
            // TODO - this verifies that a workaround to accidental concurrent access works. Instead, this should really be an error
    
            when:
            property.finalizeValue()
    
            then:
            1 * function.call() >> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

    #include "mlir/IR/Location.h"  // from @llvm-project
    #include "mlir/IR/OperationSupport.h"  // from @llvm-project
    #include "mlir/IR/PatternMatch.h"  // from @llvm-project
    #include "mlir/IR/Verifier.h"  // from @llvm-project
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "mlir/Pass/PassManager.h"  // from @llvm-project
    #include "mlir/Support/LLVM.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    * `@InputFile` - verifies that the property has a value and that the path corresponds to a file (not a directory) that exists.
    * `@InputDirectory` - same as for `@InputFile`, except the path must correspond to a directory.
    * `@OutputDirectory` - verifies that the path doesn’t match a file and also creates the directory if it doesn’t already exist.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

    #   - Creates the HNS network $env:KUBE_NETWORK for pod networking.
    #   - Creates an HNS endpoint for pod networking.
    #   - Adds necessary routes on the management interface.
    #   - Verifies that the GCE metadata server connection remains intact.
    #
    # Prerequisites:
    #   $env:POD_CIDR is set (by Set-PodCidr).
    #   Download-HelperScripts() has been called.
    function Configure-HostNetworkingService {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  5. pkg/apis/certificates/validation/validation_test.go

    			}
    			for _, unexpected := range gotErrs.Difference(wantErrs).List() {
    				t.Errorf("unexpected error: %s", unexpected)
    			}
    		})
    	}
    }
    
    // Test_validateCertificateSigningRequestOptions verifies validation options are effective in tolerating specific aspects of CSRs
    func Test_validateCertificateSigningRequestOptions(t *testing.T) {
    	validSpec := capi.CertificateSigningRequestSpec{
    		Usages:     validUsages,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  6. pkg/apis/batch/validation/validation.go

    		}
    	}
    	if opts.RejectFailedIndexesForNoBackoffLimitPerIndex {
    		// Note that this check also verifies that FailedIndexes are not used for
    		// regular (non-indexed) jobs, because regular jobs have backoffLimitPerIndex = nil.
    		if job.Spec.BackoffLimitPerIndex == nil && status.FailedIndexes != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  7. cmd/peer-rest-server.go

    }
    
    // HealthHandler - returns true of health
    func (s *peerRESTServer) HealthHandler(w http.ResponseWriter, r *http.Request) {
    	s.IsValid(w, r)
    }
    
    // VerifyBinary - verifies the downloaded binary is in-tact
    func (s *peerRESTServer) VerifyBinaryHandler(w http.ResponseWriter, r *http.Request) {
    	if !s.IsValid(w, r) {
    		s.writeErrorResponse(w, errors.New("Invalid request"))
    		return
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    	cli := server.Client()
    	cli.Timeout = clientTimeout
    	return server, func(path string) (*http.Response, error) {
    		return cli.Get(server.URL + path)
    	}
    }
    
    type headerMatcher struct{}
    
    // verifies that the expected flow schema and priority level UIDs are attached to the header.
    func (m *headerMatcher) inspect(t *testing.T, w http.ResponseWriter, expectedFS, expectedPL string) {
    	t.Helper()
    	err := func() error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

    #include "mlir/IR/SymbolTable.h"  // from @llvm-project
    #include "mlir/IR/TypeUtilities.h"  // from @llvm-project
    #include "mlir/IR/Types.h"  // from @llvm-project
    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/IR/Verifier.h"  // from @llvm-project
    #include "mlir/IR/Visitors.h"  // from @llvm-project
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "mlir/Support/LLVM.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal.go

    	a.hpaSelectors.KeepOnly([]selectors.Key{})
    
    	hpaList := []selectors.Key{}
    	for hpa := range hpas {
    		hpaList = append(hpaList, hpa)
    	}
    	return hpaList
    }
    
    // validateAndParseSelector verifies that:
    // - selector is not empty;
    // - selector format is valid;
    // - all pods by current selector are controlled by only one HPA.
    // Returns an error if the check has failed or the parsed selector if succeeded.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top