Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 236 for casts (0.08 sec)

  1. tests/integration/ambient/baseline_test.go

      - to:
        - operation:
            methods: ["POST"]
    `
    			denySpec := `
      action: DENY
      rules:
      - to:
        - operation:
            paths: ["/explicit-deny"]
    `
    			// for most cases just use the normal policy spec
    			policySpecWL := policySpec
    			if dst.Config().HasAnyWaypointProxy() {
    				// for svc addressed traffic we want the WL policy to allow Waypoint -> Workload
    				policySpecWL = `
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    }
    
    func TestAmbientIndex_NetworkAndClusterIDs(t *testing.T) {
    	cases := []struct {
    		name    string
    		cluster cluster.ID
    		network network.ID
    	}{
    		{
    			name:    "values unset",
    			cluster: "",
    			network: "",
    		},
    		{
    			name:    "values set",
    			cluster: testC,
    			network: testNW,
    		},
    	}
    
    	for _, c := range cases {
    		t.Run(c.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/PPC64.rules

                   (MOVDstorezero [16] destptr
                           (MOVDstorezero [8] destptr
                                   (MOVDstorezero [0] destptr mem))))
    
    // Handle cases not handled above
    // Lowered Short cases do not generate loops, and as a result don't clobber
    // the address registers or flags.
    (Zero [s] ptr mem) && buildcfg.GOPPC64 <= 8 && s < 64 => (LoweredZeroShort [s] ptr mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  4. pkg/apis/certificates/validation/validation_test.go

    		strictRegexes []regexp.Regexp
    
    		// expected errors (after filtering out errors matched by strictRegexes) when validating strictly
    		strictErrs []string
    	}{
    		// valid strict cases
    		{
    			name: "no status",
    			csr:  &capi.CertificateSigningRequest{ObjectMeta: validObjectMeta, Spec: validSpec},
    		}, {
    			name: "approved condition",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

         *
         * Note that, if the calleeExpression is already a KtCallExpression, then we don't do this because such a callExpression can be properly
         * resolved to the desired FIR element. That is, cases like `getHighLevelFunction()()` just works, where the both `KtCallExpression`
         * resolve to the desired FIR element.
         */
        private fun KtElement.getContainingCallExpressionForCalleeExpression(): KtCallExpression? {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

          // defining op and user op will be moved to host.
          if (cluster_ops.count(user)) {
            continue;
          }
          // This is pessimistic and in some cases will add extra communication.
          if (!HasOutsideCompilationAncestor(user) || has_dynamic_outputs ||
              HasDynamicOutputs(user)) {
            if (!user_set.insert(user).second) continue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    template<typename To>
    inline To ImplicitCast_(To x) { return x; }
    
    // When you upcast (that is, cast a pointer from type Foo to type
    // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
    // always succeed.  When you downcast (that is, cast a pointer from
    // type Foo to type SubclassOfFoo), static_cast<> isn't safe, because
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/components/expressionInfoProvider/Fe10IdeNormalAnalysisSourceModuleIsUsedAsExpressionTestGenerated.java

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.fe10.test.cases.generated.cases.components.expressionInfoProvider;
    
    import com.intellij.testFramework.TestDataPath;
    import org.jetbrains.kotlin.test.util.KtTestUtil;
    import org.jetbrains.annotations.NotNull;
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 08 19:07:43 UTC 2024
    - 76.4K bytes
    - Viewed (0)
  9. pkg/controller/disruption/disruption_test.go

    		} else {
    			ps.VerifyPdbStatus(t, pdbName, 1, 3, 2, 3, map[string]metav1.Time{})
    		}
    	}
    }
    
    func TestTwoControllers(t *testing.T) {
    	// Most of this test is in verifying intermediate cases as we define the
    	// three controllers and create the pods.
    	rcLabels := map[string]string{
    		"foo": "bar",
    		"baz": "quux",
    	}
    	dLabels := map[string]string{
    		"foo": "bar",
    		"baz": "quuux",
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    template<typename To>
    inline To ImplicitCast_(To x) { return x; }
    
    // When you upcast (that is, cast a pointer from type Foo to type
    // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
    // always succeed.  When you downcast (that is, cast a pointer from
    // type Foo to type SubclassOfFoo), static_cast<> isn't safe, because
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top