Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,030 for doPing (0.27 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    }
    
    template <typename T>
    internal::ParamGenerator<T> Range(T start, T end) {
      return Range(start, end, 1);
    }
    
    // ValuesIn() function allows generation of tests with parameters coming from
    // a container.
    //
    // Synopsis:
    // ValuesIn(const T (&array)[N])
    //   - returns a generator producing sequences with elements from
    //     a C-style array.
    // ValuesIn(const Container& container)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  2. src/runtime/asm_ppc64x.s

    	MOVD	R12, CTR
    	BL	(CTR)
    
    	// restore TOC pointer. It seems unlikely that we will use systemstack
    	// to call a function defined in another module, but the results of
    	// doing so would be so confusing that it's worth doing this.
    	MOVD	g_m(g), R3
    	MOVD	m_curg(R3), g
    	MOVD	(g_sched+gobuf_sp)(g), R3
    #ifndef GOOS_aix
    	MOVD	24(R3), R2
    #endif
    	// switch back to g
    	MOVD	g_m(g), R3
    	MOVD	m_curg(R3), g
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/implementing_custom_tasks.adoc

    > Task :app:packageApp
    > Task :app:build
    
    BUILD SUCCESSFUL in 1s
    13 actionable tasks: 10 executed, 3 up-to-date
    ----
    
    == Task actions
    
    A task action is the code that implements what a task is doing, as demonstrated in the previous section.
    For example, the `javaCompile` task action calls the Java compiler to transform source code into byte code.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:34:54 UTC 2024
    - 37.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIsolationIntegrationTest.groovy

            }.artifacts
            artifactFiles.setFrom(artifacts.artifactFiles)
        }
    }
    """
        }
    
        @Requires(IntegTestPreconditions.NotParallelExecutor)
        def "serialized mutable class is isolated during artifact transformation"() {
            mavenRepo.module("test", "test", "1.3").publish()
            mavenRepo.module("test", "test2", "2.3").publish()
    
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/ResolutionCandidateAssessor.java

    import java.util.List;
    import java.util.Set;
    import java.util.stream.Collectors;
    
    /**
     * A utility class used by {@link ResolutionFailureHandler} to assess and classify
     * how the attributes of candidate variants during a single attempt at dependency resolution
     * align with the requested attributes.
     */
    public final class ResolutionCandidateAssessor {
        private final ImmutableAttributes requestedAttributes;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    	"maxSurge":       "The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  7. src/runtime/sys_linux_ppc64x.s

    noswitch:
    	SUB	$16, R1                 // Space for results
    	RLDICR	$0, R1, $59, R1         // Align for C code
    	MOVD	R12, CTR
    	MOVD	R1, R4
    
    	// Store g on gsignal's stack, so if we receive a signal
    	// during VDSO code we can find the g.
    	// If we don't have a signal stack, we won't receive signal,
    	// so don't bother saving g.
    	// When using cgo, we already saved g on TLS, also don't save
    	// g here.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

      // If not set, the default value MaxPolicySelect is used.
      // +optional
      optional string selectPolicy = 1;
    
      // policies is a list of potential scaling polices which can be used during scaling.
      // At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
      // +optional
      repeated HPAScalingPolicy policies = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/generated.proto

      // If not set, the default value Max is used.
      // +optional
      optional string selectPolicy = 1;
    
      // policies is a list of potential scaling polices which can be used during scaling.
      // At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
      // +listType=atomic
      // +optional
      repeated HPAScalingPolicy policies = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go

    	"selectPolicy":               "selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.",
    	"policies":                   "policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid",
    }
    
    func (HPAScalingRules) SwaggerDoc() map[string]string {
    	return map_HPAScalingRules
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.3K bytes
    - Viewed (0)
Back to top