Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 75 for SIMPLE (0.36 sec)

  1. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/resolver/FirStandaloneNormalAnalysisSourceModuleResolveReferenceTestGenerated.java

        }
    
        @Test
        @TestMetadata("simple.kt")
        public void testSimple() {
          runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/callableReferences/simple.kt");
        }
    
        @Test
        @TestMetadata("topLevelExtensionFunction.kt")
        public void testTopLevelExtensionFunction() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:01 UTC 2024
    - 215.8K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisSourceModuleResolveCandidatesTestGenerated.java

        }
    
        @Test
        @TestMetadata("simple.kt")
        public void testSimple() {
          runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/callableReferences/simple.kt");
        }
    
        @Test
        @TestMetadata("topLevelExtensionFunction.kt")
        public void testTopLevelExtensionFunction() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 215.1K bytes
    - Viewed (0)
  3. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/resolver/FirStandaloneNormalAnalysisSourceModuleResolveCandidatesTestGenerated.java

        }
    
        @Test
        @TestMetadata("simple.kt")
        public void testSimple() {
          runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/callableReferences/simple.kt");
        }
    
        @Test
        @TestMetadata("topLevelExtensionFunction.kt")
        public void testTopLevelExtensionFunction() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 215.8K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/helpers_test.go

    			Name: name,
    			UID:  types.UID(name),
    		},
    		Spec: v1.PodSpec{
    			Containers: containers,
    			Volumes:    volumes,
    			Priority:   &priority,
    		},
    	}
    }
    
    // nodeConditionList is a simple alias to support equality checking independent of order
    type nodeConditionList []v1.NodeConditionType
    
    // Equal adds the ability to check equality between two lists of node conditions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/runtime/framework_test.go

    		})
    	}
    }
    
    func TestRunBindPlugins(t *testing.T) {
    	tests := []struct {
    		name       string
    		injects    []framework.Code
    		wantStatus framework.Code
    	}{
    		{
    			name:       "simple success",
    			injects:    []framework.Code{framework.Success},
    			wantStatus: framework.Success,
    		},
    		{
    			name:       "error on second",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      int dim_size = rt.getDimSize(0);
    
      // Worklist to direct partial evaluation.
      SmallVector<ValuePort, 4> worklist;
    
      // Simple evaluator that attempts to partially evaluate the input value even
      // if unable to evaluate the complete output. Below follows a simple stack
      // based evaluation where it queries what operands/part of operands need to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    she would keep, through all her riper years, the simple and
    loving heart of her childhood:  and how she would gather about
    her other little children, and make THEIR eyes bright and eager
    with many a strange tale, perhaps even with the dream of
    Wonderland of long ago:  and how she would feel with all their
    simple sorrows, and find a pleasure in all their simple joys,
    remembering her own child-life, and the happy summer days.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    she would keep, through all her riper years, the simple and
    loving heart of her childhood:  and how she would gather about
    her other little children, and make THEIR eyes bright and eager
    with many a strange tale, perhaps even with the dream of
    Wonderland of long ago:  and how she would feel with all their
    simple sorrows, and find a pleasure in all their simple joys,
    remembering her own child-life, and the happy summer days.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

      }
      func.func @_func(%arg0: tensor<*xi32>, %arg1: tensor<8xi32>, %arg2: tensor<*xi32>, %arg3: tensor<8xi32>) -> tensor<8xi32> {
        func.return %arg1 : tensor<8xi32>
      }
    }
    
    // -----
    
    // Tests simple case of `tf_device.cluster_func` on TPU with single input and
    // single output.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  10. cluster/gce/util.sh

    #
    # The following certificate pairs are created:
    #
    #  - ca (the cluster's certificate authority)
    #  - server
    #  - kubelet
    #  - kubecfg (for kubectl)
    #
    # TODO(roberthbailey): Replace easyrsa with a simple Go program to generate
    # the certs that we need.
    #
    # Assumed vars
    #   KUBE_TEMP
    #   MASTER_NAME
    #
    # Vars set:
    #   CERT_DIR
    #   CA_CERT_BASE64
    #   MASTER_CERT_BASE64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top