Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 734 for Stub (0.04 sec)

  1. pkg/kubelet/cm/devicemanager/plugin/v1beta1/stub.go

    	return true
    }
    
    // NewDevicePluginStub returns an initialized DevicePlugin Stub.
    func NewDevicePluginStub(devs []*pluginapi.Device, socket string, name string, preStartContainerFlag bool, getPreferredAllocationFlag bool) *Stub {
    
    	watcher, err := fsnotify.NewWatcher()
    	if err != nil {
    		klog.ErrorS(err, "Watcher creation failed")
    		panic(err)
    	}
    
    	return &Stub{
    		devs:                       devs,
    		socket:                     socket,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 11:19:10 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/dependencies/stub.go

    		if quietly {
    			s.ExecutedQuietly = append(s.ExecutedQuietly, cmdline)
    		} else {
    			s.ExecutedNormally = append(s.ExecutedNormally, cmdline)
    		}
    	}
    }
    
    // TODO BML this is more than a stub actually needs to do, we should be able to drop this testing hack
    // and skip writing to a file, but some tests are not *actually* doing unit testing and need this.
    func (s *DependenciesStub) writeAllToDryRunPath() error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. src/crypto/internal/boring/fipstls/stub.s

    Russ Cox <******@****.***> 1651064572 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 29 14:23:22 UTC 2022
    - 457 bytes
    - Viewed (0)
  4. src/internal/abi/stub.s

    David Chase <******@****.***> 1674498572 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 23 19:14:57 UTC 2023
    - 340 bytes
    - Viewed (0)
  5. src/crypto/internal/boring/bcache/stub.s

    Russ Cox <******@****.***> 1652296289 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 27 11:50:31 UTC 2022
    - 286 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/groovy/maven-repository-stub/src/main/groovy/maven-repository-stub.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 330 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/kotlin/maven-repository-stub/src/main/kotlin/maven-repository-stub.gradle.kts

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 332 bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/client/DaemonClientTest.groovy

            def resultMessage = Stub(BuildActionResult)
            DaemonClientConnection connection2 = Mock()
    
            when:
            client.execute(Stub(BuildAction), Stub(BuildActionParameters), Stub(ClientBuildRequestContext))
    
            then:
            2 * connector.connect(compatibilitySpec) >>> [connection, connection2]
            _ * connection.daemon >> Stub(DaemonConnectDetails)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/artifact/DefaultVisitedArtifactResultsTest.groovy

        def "strict selection includes selected variant of each node"() {
            def artifacts1 = Stub(ArtifactSet)
            def artifacts2 = Stub(ArtifactSet)
            def variant1Artifacts = Stub(ResolvedArtifactSet)
            def variant2Artifacts = Stub(ResolvedArtifactSet)
    
            def selector = Stub(ArtifactVariantSelector)
    
            given:
            artifacts1.select(selector, _) >> variant1Artifacts
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 21 03:08:51 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/ExternalModuleComponentResolverFactoryTest.groovy

            ExternalResourceRepository externalResourceRepository = Stub()
            CacheAwareExternalResourceAccessor cacheAwareExternalResourceAccessor = Stub()
            LocallyAvailableResourceFinder<ModuleComponentArtifactMetadata> locallyAvailableResourceFinder = Stub()
            FileStore<ModuleComponentArtifactMetadata> artifactFileStore = Stub()
            ImmutableMetadataSources metadataSources = Stub()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 19:46:40 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top