Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for satisfied (0.71 sec)

  1. src/cmd/go/internal/help/helpdoc.go

    build when the "linux" and "386" constraints are satisfied, or when
    "darwin" is satisfied and "cgo" is not:
    
    	//go:build (linux && 386) || (darwin && !cgo)
    
    It is an error for a file to have more than one //go:build line.
    
    During a particular build, the following build tags are satisfied:
    
    	- the target operating system, as spelled by runtime.GOOS, set with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // build when the "linux" and "386" constraints are satisfied, or when
    // "darwin" is satisfied and "cgo" is not:
    //
    //	//go:build (linux && 386) || (darwin && !cgo)
    //
    // It is an error for a file to have more than one //go:build line.
    //
    // During a particular build, the following build tags are satisfied:
    //
    //   - the target operating system, as spelled by runtime.GOOS, set with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/packages/KotlinPackageProvider.kt

         */
        public abstract fun doesPlatformSpecificPackageExist(packageFqName: FqName, platform: TargetPlatform): Boolean
    
    
        /**
         * Returns the list of subpackages for a given package, which satisfies [nameFilter].
         *
         * The returned sub-package list contains sub-packages visible to Kotlin. (e.g., for Kotlin/JVM, it should include Java packages)
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:57:40 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

          // we don't care if it fails, this is best-effort.
          future.cancel(((Cancellation) localValue).wasInterrupted);
        }
        return false;
      }
    
      /**
       * Returns a value that satisfies the contract of the {@link #value} field based on the state of
       * given future.
       *
       * <p>This is approximately the inverse of {@link #getDoneValue(Object)}
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/util/concurrent/AbstractFuture.java

          // we don't care if it fails, this is best-effort.
          future.cancel(((Cancellation) localValue).wasInterrupted);
        }
        return false;
      }
    
      /**
       * Returns a value that satisfies the contract of the {@link #value} field based on the state of
       * given future.
       *
       * <p>This is approximately the inverse of {@link #getDoneValue(Object)}
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (0)
Back to top