Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for Performing (0.28 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDeclaredSubstitutionsIntegrationTest.groovy

                        configuration = "runtimeElements"
                        compositeSubstitute()
                    }
                }
            }
        }
    
        def "preserves the requested attributes when performing a composite substitution"() {
            platformDependency 'org.test:platform:1.0'
    
            def platform = file("platform")
    
            file("platform/build.gradle") << """
                plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 01 20:36:42 UTC 2022
    - 14.4K bytes
    - Viewed (0)
  2. src/runtime/metrics/doc.go

    		Estimated total CPU time goroutines spent performing GC
    		tasks to assist the GC and prevent it from falling behind the
    		application. This metric is an overestimate, and not directly
    		comparable to system CPU time measurements. Compare only with
    		other /cpu/classes metrics.
    
    	/cpu/classes/gc/mark/dedicated:cpu-seconds
    		Estimated total CPU time spent performing GC tasks on processors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:43 UTC 2024
    - 20K bytes
    - Viewed (0)
  3. src/runtime/metrics/description.go

    		Kind:        KindUint64,
    		Cumulative:  true,
    	},
    	{
    		Name: "/cpu/classes/gc/mark/assist:cpu-seconds",
    		Description: "Estimated total CPU time goroutines spent performing GC tasks " +
    			"to assist the GC and prevent it from falling behind the application. " +
    			"This metric is an overestimate, and not directly comparable to " +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 06 17:59:12 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/CUnit.h

      { CU_assertImplementation((value), __LINE__, #value, __FILE__, "", CU_TRUE); }
    
    /** Record a failure without performing a logical test. */
    #define CU_FAIL(msg) \
      { CU_assertImplementation(CU_FALSE, __LINE__, ("CU_FAIL(" #msg ")"), __FILE__, "", CU_FALSE); }
    
    /** Record a failure without performing a logical test, and abort test. */
    #define CU_FAIL_FATAL(msg) \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  5. plugin/pkg/auth/authorizer/node/node_authorizer.go

    	}
    
    	// the request must come from a node with the same name as the lease
    	// note we skip this check for create, since the authorizer doesn't know the name on create
    	// the noderestriction admission plugin is capable of performing this check at create time
    	if verb != "create" && attrs.GetName() != nodeName {
    		klog.V(2).Infof("NODE DENY: '%s' %#v", nodeName, attrs)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/internal/model/StateTransitionControllerTest.groovy

            1 * action.run() >> {
                controller.transition(TestState.A, TestState.B, {})
            }
            0 * _
        }
    
        def "blocks transition while another thread is performing transition"() {
            def controller = controller(TestState.A)
    
            when:
            async {
                start {
                    asWorker {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 23K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //
    //	kubeadm config print init-defaults
    //	kubeadm config print join-defaults
    //
    // The list of configuration types that must be included in a configuration file depends by the action you are
    // performing (init or join) and by the configuration options you are going to use (defaults or advanced customization).
    //
    // If some configuration types are not provided, or provided only partially, kubeadm will use default values; defaults
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/util/util.go

    				err)
    		}
    
    		volumeSpec, err = translateInTreeSpecToCSIIfNeeded(volumeSpec, nodeName, vpm, csiMigratedPluginManager, csiTranslator, pod.Namespace)
    		if err != nil {
    			return nil, fmt.Errorf(
    				"error performing CSI migration checks and translation for PVC %q/%q: %v",
    				pod.Namespace,
    				claimName,
    				err)
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 12K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //
    //	kubeadm config print init-defaults
    //	kubeadm config print join-defaults
    //
    // The list of configuration types that must be included in a configuration file depends by the action you are
    // performing (init or join) and by the configuration options you are going to use (defaults or advanced customization).
    //
    // If some configuration types are not provided, or provided only partially, kubeadm will use default values; defaults
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/TransformFixture.groovy

                                        // Mapped provider is evaluated differently when storing into the configuration cache.
                                        // This is similar to what AGP does when performing JdkImageTransform
                                        transformed.getElements().map(
                                                locations -> locations.stream()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top