Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 532 for stbu (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. src/cmd/cgo/internal/test/stubtest_linux_ppc64le.S

    // NOTOC -> TOC [P10]: A PIC call stub using P10 instructions to call the global entry
    // NOTOC -> TOC [P8]:  A PIC call stub using P8 instructions to call the global entry
    //
    // TOC   -> dynamic:              A PLT call stub is generated which saves R2.
    //                                 TOC save slot is rewritten to restore TOC.
    // NOTOC -> dynamic [P10]:        A stub using pcrel instructions is generated.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 15:06:17 UTC 2023
    - 3.7K 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/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)
  9. 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)
  10. subprojects/core/src/test/groovy/org/gradle/execution/DefaultTaskSelectorTest.groovy

        def "exclude filter configures target project and selects exact match on task name when subprojects not included"() {
            def excluded = Stub(Task)
            def notExcluded = Stub(Task)
            def selectionResult = Stub(TaskSelectionResult)
    
            when:
            def filter = selector.getFilter(new TaskSelector.SelectionContext(Path.path(":a:b"), "type"), project1, "b", false)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 05 22:49:56 UTC 2022
    - 4.8K bytes
    - Viewed (0)
Back to top