Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 156 for predates (0.41 sec)

  1. platforms/extensibility/unit-test-fixtures/src/main/java/org/gradle/testfixtures/ProjectBuilder.java

     */
    package org.gradle.testfixtures;
    
    import org.gradle.api.Project;
    import org.gradle.testfixtures.internal.ProjectBuilderImpl;
    
    import javax.annotation.Nullable;
    import java.io.File;
    
    /**
     * <p>Creates dummy instances of {@link org.gradle.api.Project} which you can use in testing custom task and plugin
     * implementations.</p>
     *
     * <p>To create a project instance:</p>
     *
     * <ol>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. platforms/core-runtime/daemon-services/src/test/groovy/org/gradle/internal/daemon/serialization/DaemonSidePayloadClassLoaderFactoryTest.groovy

        def factory = Mock(PayloadClassLoaderFactory)
        def classpathTransformer = Mock(CachedClasspathTransformer)
    
        def registry = new DaemonSidePayloadClassLoaderFactory(factory, classpathTransformer)
    
        def "creates ClassLoader for classpath"() {
            def url1 = new URL("http://localhost/file1.jar")
            def url2 = new URL("http://localhost/file2.jar")
    
            given:
            classpathTransformer.transform(_, _) >> [url1, url2]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:37 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/crypto/sha3/shake.go

    func (c *state) Clone() ShakeHash {
    	return c.clone()
    }
    
    // NewShake128 creates a new SHAKE128 variable-output-length ShakeHash.
    // Its generic security strength is 128 bits against all attacks if at
    // least 32 bytes of its output are used.
    func NewShake128() ShakeHash {
    	return newShake128()
    }
    
    // NewShake256 creates a new SHAKE256 variable-output-length ShakeHash.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/BuildTreeConfigurationCache.kt

         */
        fun loadRequestedTasks(graph: BuildTreeWorkGraph, graphBuilder: BuildTreeWorkGraphBuilder?): BuildTreeWorkGraph.FinalizedGraph
    
        /**
         * Prepares to load or create a model. Does nothing if the cached model is available or else prepares to capture
         * configuration fingerprints and validation problems and then runs the given function.
         */
        fun maybePrepareModel(action: () -> Unit)
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.h

    #include "tensorflow/compiler/mlir/quantization/stablehlo/quantization_config.pb.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/quantization_options.pb.h"
    
    namespace mlir::quant::stablehlo {
    
    // Creates a pass that quantizes weight component of StableHLO graph.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateQuantizeWeightPass(
        const ::stablehlo::quantization::QuantizationComponentSpec&
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. pilot/pkg/bootstrap/servicecontroller.go

    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/util/sets"
    )
    
    func (s *Server) ServiceController() *aggregate.Controller {
    	return s.environment.ServiceDiscovery.(*aggregate.Controller)
    }
    
    // initServiceControllers creates and initializes the service controllers
    func (s *Server) initServiceControllers(args *PilotArgs) error {
    	serviceControllers := s.ServiceController()
    
    	s.serviceEntryController = serviceentry.NewController(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. pkg/kubelet/configmap/configmap_manager.go

    }
    
    // simpleConfigMapManager implements ConfigMap Manager interface with
    // simple operations to apiserver.
    type simpleConfigMapManager struct {
    	kubeClient clientset.Interface
    }
    
    // NewSimpleConfigMapManager creates a new ConfigMapManager instance.
    func NewSimpleConfigMapManager(kubeClient clientset.Interface) Manager {
    	return &simpleConfigMapManager{kubeClient: kubeClient}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. pkg/kubelet/secret/secret_manager.go

    }
    
    // simpleSecretManager implements SecretManager interfaces with
    // simple operations to apiserver.
    type simpleSecretManager struct {
    	kubeClient clientset.Interface
    }
    
    // NewSimpleSecretManager creates a new SecretManager instance.
    func NewSimpleSecretManager(kubeClient clientset.Interface) Manager {
    	return &simpleSecretManager{kubeClient: kubeClient}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/healthz.go

    	return s.AddReadyzChecks(healthz.NewShutdownHealthz(stopCh))
    }
    
    // installHealthz creates the healthz endpoint for this server
    func (s *GenericAPIServer) installHealthz() {
    	s.healthzRegistry.installHandler(s.Handler.NonGoRestfulMux)
    }
    
    // installReadyz creates the readyz endpoint for this server.
    func (s *GenericAPIServer) installReadyz() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 19:11:24 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. src/runtime/traceallocfree.go

    func (tl traceLocker) SpanFree(s *mspan) {
    	tl.eventWriter(traceGoRunning, traceProcRunning).commit(traceEvSpanFree, traceSpanID(s))
    }
    
    // traceSpanID creates a trace ID for the span s for the trace.
    func traceSpanID(s *mspan) traceArg {
    	return traceArg(uint64(s.base())-trace.minPageHeapAddr) / pageSize
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:32:51 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top