Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 48 for picard (0.15 sec)

  1. src/runtime/pprof/pprof_test.go

    		}
    	}
    
    	benchWriteTo := func(b *testing.B) {
    		goroutineProf := Lookup("goroutine")
    		b.ResetTimer()
    		for i := 0; i < b.N; i++ {
    			goroutineProf.WriteTo(io.Discard, 0)
    		}
    		b.StopTimer()
    	}
    
    	benchGoroutineProfile := func(b *testing.B) {
    		p := make([]runtime.StackRecord, 10000)
    		b.ResetTimer()
    		for i := 0; i < b.N; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  2. src/go/parser/parser.go

    	}
    
    	epos := p.file.Position(pos)
    
    	// If AllErrors is not set, discard errors reported on the same line
    	// as the last recorded error and stop parsing if there are more than
    	// 10 errors.
    	if p.mode&AllErrors == 0 {
    		n := len(p.errors)
    		if n > 0 && p.errors[n-1].Pos.Line == epos.Line {
    			return // discard - likely a spurious error
    		}
    		if n > 10 {
    			panic(bailout{})
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // is a null pointer literal, like NULL, false, or 0.
    template <>
    class EqHelper<true> {
     public:
      // We define two overloaded versions of Compare().  The first
      // version will be picked when the second argument to ASSERT_EQ() is
      // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
      // EXPECT_EQ(false, a_bool).
      template <typename T1, typename T2>
      static AssertionResult Compare(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // is a null pointer literal, like NULL, false, or 0.
    template <>
    class EqHelper<true> {
     public:
      // We define two overloaded versions of Compare().  The first
      // version will be picked when the second argument to ASSERT_EQ() is
      // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
      // EXPECT_EQ(false, a_bool).
      template <typename T1, typename T2>
      static AssertionResult Compare(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

            // EmptyTensorList -> TensorListPushBack -> TensorListPopBack -> Op
            //                                                  |
            //                                        (Discard popped list)
            //
            // Would have been reduced to "Const -> Op" without this filter.
            // However since we are only allowed to specify the filter at the "Node"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_function_test.cc

      // Verify input, output, and subset of edges in fdef.
      // The subset of edges we verify is a chain between feed1 and output to
      // make sure that the correct output is picked.
      tensorflow::FunctionDef fdef;
      ASSERT_TRUE(GetFunctionDef(func_, &fdef));
      VerifyFDefInputs(fdef, M({{"feed1"}, {"feed2"}}));
      VerifyFDefOutputs(fdef, M({{"test_loop_exit"}}));
      VerifyFDefEdges(fdef,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

    The value of this property is derived from: <source>""")
        }
    
        def "can set to null value to discard value"() {
            given:
            property.set(someValue())
    
            when:
            property.set((Map) null)
    
            then:
            !property.present
            property.getOrNull() == null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	}
    
    	if template != nil {
    		st.templates = st.templates[:len(st.templates)-1]
    		st.lambdaTemplateLevel = oldLambdaTemplateLevel
    	}
    
    	ft = simplify(ft)
    
    	// For a local name, discard the return type, so that it
    	// doesn't get confused with the top level return type.
    	if local == forLocalName {
    		if functype, ok := ft.(*FunctionType); ok {
    			functype.ForLocalName = true
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  9. cmd/kubelet/app/server.go

    	// Remember original feature gates, so we can merge with flag gates later
    	original := kc.FeatureGates
    	// avoid duplicate printing the flag deprecation warnings during re-parsing
    	fs.SetOutput(io.Discard)
    	// re-parse flags
    	if err := fs.Parse(args); err != nil {
    		return err
    	}
    	// Add back feature gates that were set in the original kc, but not in flags
    	for k, v := range original {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  10. pilot/pkg/model/sidecar_test.go

    			[]*Service{
    				{
    					Hostname: "foo.svc.cluster.local",
    					// Ports should not be merged even though virtual service will select the service with 7443
    					// as ns1 comes before ns2, because 8000 was already picked explicitly and is in different namespace
    					Ports: port8000,
    				},
    				{
    					Hostname: "baz.svc.cluster.local",
    					Ports:    port7443,
    				},
    			},
    			nil,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top