Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ReleaseShared (0.12 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLibraryWithBothLinkagePublishingIntegrationTest.groovy

            def releaseShared = repo.module('some.group', 'test_release_shared', '1.2')
            releaseShared.assertPublished()
            releaseShared.assertArtifactsPublished(withSharedLibrarySuffix("test_release_shared-1.2"), withLinkLibrarySuffix("test_release_shared-1.2"), "test_release_shared-1.2.pom", "test_release_shared-1.2.module")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java

              this.exception =
                  ((finalState & (CANCELLED | INTERRUPTED)) != 0)
                      ? new CancellationException("Future.cancel() was called.")
                      : t;
              releaseShared(finalState);
            } else if (getState() == COMPLETING) {
              // If some other thread is currently completing the future, block until
              // they are done so we can guarantee completion.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 06 12:56:11 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java

              this.exception =
                  ((finalState & (CANCELLED | INTERRUPTED)) != 0)
                      ? new CancellationException("Future.cancel() was called.")
                      : t;
              releaseShared(finalState);
            } else if (getState() == COMPLETING) {
              // If some other thread is currently completing the future, block until
              // they are done so we can guarantee completion.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 09 15:17:25 UTC 2018
    - 13.6K bytes
    - Viewed (0)
  4. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r410/CppModelCrossVersionSpec.groovy

            def releaseSharedBinary = project.mainComponent.binaries[3]
            releaseSharedBinary instanceof CppSharedLibrary
            releaseSharedBinary.name == 'mainReleaseShared'
            releaseSharedBinary.variantName == 'releaseShared'
            releaseSharedBinary.baseName == 'some-lib'
            releaseSharedBinary.compilationDetails.headerDirs == [publicHeaders] as Set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 25.4K bytes
    - Viewed (0)
Back to top