Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 221 for explainTo (0.31 sec)

  1. guava/src/com/google/common/util/concurrent/Striped.java

        return 1 << IntMath.log2(x, RoundingMode.CEILING);
      }
    
      /*
       * This method was written by Doug Lea with assistance from members of JCP JSR-166 Expert Group
       * and released to the public domain, as explained at
       * http://creativecommons.org/licenses/publicdomain
       *
       * As of 2010/06/11, this method is identical to the (package private) hash method in OpenJDK 7's
       * java.util.HashMap class.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 10 20:55:18 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    The solution is then to either use the right Java version in the toolchain or explicitly downgrade the target when needed.
    
    The following table explains the values computed by Gradle:
    
    .Scala target parameter based on project configuration
    [%header%autowidth,compact]
    |===
    | Scala version | Toolchain in use | Parameter value
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Stream.kt

       * near-simultaneously) then this is the first reason known to this peer.
       */
      internal var errorCode: ErrorCode? = null
        get() = this.withLock { field }
    
      /** The exception that explains [errorCode]. Null if no exception was provided. */
      internal var errorException: IOException? = null
    
      init {
        if (headers != null) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/Striped.java

        return 1 << IntMath.log2(x, RoundingMode.CEILING);
      }
    
      /*
       * This method was written by Doug Lea with assistance from members of JCP JSR-166 Expert Group
       * and released to the public domain, as explained at
       * http://creativecommons.org/licenses/publicdomain
       *
       * As of 2010/06/11, this method is identical to the (package private) hash method in OpenJDK 7's
       * java.util.HashMap class.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 10 20:55:18 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm64/a.out.go

    	C_UOREG8K_16
    	C_UOREG8K_8
    	C_UOREG8K_4
    	C_UOREG8K
    	C_UOREG16K_16
    	C_UOREG16K_8
    	C_UOREG16K
    	C_UOREG32K_16
    	C_UOREG32K
    	C_UOREG64K
    	C_LOREGPOOL
    	C_LOREG
    
    	C_ADDR // TODO(aram): explain difference from C_VCONADDR
    
    	// The GOT slot for a symbol in -dynlink mode.
    	C_GOTADDR
    
    	// TLS "var" in local exec mode: will become a constant offset from
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    There are also tasks that allow you to publish to a single repository even when multiple ones are defined.
    +
    Note that the Maven Publish Plugin does not publish *source and Javadoc JARs* _by default_, but this can easily be activated as explained in <<building_java_projects.adoc#sec:java_packaging,the guide for building java projects>>.
    
    [[migmvn:automatic_conversion]]
    == Performing an automatic conversion
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/volumebinding/binder.go

    	"k8s.io/kubernetes/pkg/scheduler/util/assumecache"
    	"k8s.io/kubernetes/pkg/volume/util"
    )
    
    // ConflictReason is used for the special strings which explain why
    // volume binding is impossible for a node.
    type ConflictReason string
    
    // ConflictReasons contains all reasons that explain why volume binding is impossible for a node.
    type ConflictReasons []ConflictReason
    
    func (reasons ConflictReasons) Len() int           { return len(reasons) }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/edit.go

    	// older-than-selected roots until the process completes. That might mean that
    	// we do some extra downgrades when they could be skipped, but for the benefit
    	// of being able to explain the reason for every downgrade that seems
    	// worthwhile.
    	//
    	// Graph pruning adds an extra wrinkle: a given node in the module graph
    	// may be reached from a root whose dependencies are pruned, and from a root
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  9. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    And due to that build logic is also intercepted when code is run and not just on the bytecode level._**
    
    Next sections will explain more in detail how we can define interceptors and how the code is then replaced.
    
    
    ### Gradle Distribution Build Time
    
    At Gradle Distribution Build time we have two major parts:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/graph/Network.java

     *
     * <h3>Additional documentation</h3>
     *
     * <p>See the Guava User Guide for the {@code common.graph} package (<a
     * href="https://github.com/google/guava/wiki/GraphsExplained">"Graphs Explained"</a>) for
     * additional documentation, including:
     *
     * <ul>
     *   <li><a
     *       href="https://github.com/google/guava/wiki/GraphsExplained#equals-hashcode-and-graph-equivalence">
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top