Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for TestAs (0.23 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    							},
    						},
    					},
    				},
    			},
    			virtualServices: []config.Config{
    				{
    					Meta: config.Meta{Name: "example", Namespace: "testns", GroupVersionKind: gvk.VirtualService},
    					Spec: &networking.VirtualService{
    						Gateways: []string{"testns/gw"},
    						Hosts:    []string{"example.com"},
    						Tls: []*networking.TLSRoute{
    							{
    								Match: []*networking.TLSMatchAttributes{
    									{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/performance/tests-longest.png

    tests-longest.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 112.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/_aws/fess.json

    "dele", "deles", "demais", "depois", "desde", "desta", "deste", "dispoe", "dispoem", "diversa", "diversas", "diversos", "do", "dos", "durante", "e", "ela", "elas", "ele", "eles", "em", "entao", "entre", "essa", "essas", "esse", "esses", "esta", "estas", "este", "estes", "ha", "isso", "isto", "logo", "mais", "mas", "mediante", "menos", "mesma", "mesmas", "mesmo", "mesmos", "na", "nas", "nao", "nas", "nem", "nesse", "neste", "nos", "o", "os", "ou", "outra", "outras", "outro", "outros", "pelas", "pelas", "pelo",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/_cloud/fess.json

    "dele", "deles", "demais", "depois", "desde", "desta", "deste", "dispoe", "dispoem", "diversa", "diversas", "diversos", "do", "dos", "durante", "e", "ela", "elas", "ele", "eles", "em", "entao", "entre", "essa", "essas", "esse", "esses", "esta", "estas", "este", "estes", "ha", "isso", "isto", "logo", "mais", "mas", "mediante", "menos", "mesma", "mesmas", "mesmo", "mesmos", "na", "nas", "nao", "nas", "nem", "nesse", "neste", "nos", "o", "os", "ou", "outra", "outras", "outro", "outros", "pelas", "pelas", "pelo",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // ============================================================================
    // The following functions tests example quantization patterns outputted from
    // StableHLO Quantizer. These patterns should be legalized early directly
    // to fused tflite ops.
    // ============================================================================
    
    // Tests that a simple per-channel quantized `stablehlo.dot_general` is properly
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/runtime/framework_test.go

    func TestPermitWaitDurationMetric(t *testing.T) {
    	tests := []struct {
    		name    string
    		inject  injectedResult
    		wantRes string
    	}{
    		{
    			name: "WaitOnPermit - No Wait",
    		},
    		{
    			name:    "WaitOnPermit - Wait Timeout",
    			inject:  injectedResult{PermitStatus: int(framework.Wait)},
    			wantRes: "Unschedulable",
    		},
    	}
    
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics --tf-tpu-rewrite=tpu-compile-metadata-debug | FILECHECK_OPTS="" FileCheck %s
    
    // Tests module with missing `tf.versions` attribute.
    
    // expected-error@+1 {{requires attribute 'tf.versions'}}
    module attributes {tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU_SYSTEM:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      func.func @missing_tf_versions() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  8. pkg/scheduler/schedule_one_test.go

    		},
    	}
    	large1 := large
    	large1.NodeName = "node1"
    	large2 := large
    	large2.NodeName = "node2"
    	tests := []struct {
    		pod           *v1.Pod
    		pods          []*v1.Pod
    		nodes         []*v1.Node
    		name          string
    		expectedScore int64
    	}{
    		// The point of these next two tests is to show you get the same priority for a zero-request pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/validation/validation_test.go

    	unknownSideEffect := admissionregistration.SideEffectClassUnknown
    	validClientConfig := admissionregistration.WebhookClientConfig{
    		URL: strPtr("https://example.com"),
    	}
    	tests := []struct {
    		name          string
    		config        *admissionregistration.ValidatingWebhookConfiguration
    		expectedError string
    	}{{
    		name: "AdmissionReviewVersions are required",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    IsNull<T> Is the value null? class IsSame<T> Is the value the same object as another value? class StringContains Tests if the argument is a string that contains a substring. class StringEndsWith Tests if the argument is a string that contains a substring. class StringStartsWith Tests if the argument is a string that contains a substring. class SubstringMatcher Overview Package Class Use Tree Deprecated Index Help PREV NEXT FRAMES NO FRAMES All Classes org/hamcrest/class-use/Condition.Step.html Overview...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
Back to top