Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 74 for indices (0.16 sec)

  1. okhttp/src/test/java/okhttp3/CacheTest.kt

      @Test
      fun serverDisconnectsPrematurelyWithNoLengthHeaders() {
        // Intentionally empty. This case doesn't make sense because there's no
        // such thing as a premature disconnect when the disconnect itself
        // indicates the end of the data stream.
      }
    
      private fun testServerPrematureDisconnect(transferKind: TransferKind) {
        val mockResponse = MockResponse.Builder()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def ExecutorTPUV1IslandInliningPass : Pass<"tf-executor-tpu-v1-island-inlining", "ModuleOp"> {
      let summary = "Inline calls to the nested TPU module.";
    
      let description = [{
        This pass inlines the islands calling into the nested module that was
        outlined, thus reversing the effect of the
        `-tf-executor-tpu-v1-island-outlining` pass.
    
        For example, the following:
        ```mlir
        module {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

     *
     * <p>A pipeline of {@code ClosingFuture}s is a tree of steps. Each step represents either an
     * asynchronously-computed intermediate value, or else an exception that indicates the failure or
     * cancellation of the operation so far. The only way to extract the value or exception from a step
     * is by declaring that step to be the last step of the pipeline. Nevertheless, we refer to the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  4. guava/src/com/google/common/util/concurrent/ClosingFuture.java

     *
     * <p>A pipeline of {@code ClosingFuture}s is a tree of steps. Each step represents either an
     * asynchronously-computed intermediate value, or else an exception that indicates the failure or
     * cancellation of the operation so far. The only way to extract the value or exception from a step
     * is by declaring that step to be the last step of the pipeline. Nevertheless, we refer to the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  5. cmd/bucket-replication.go

    			DeleteMarker:   oi.DeleteMarker,
    			VersionID:      oi.VersionID,
    			OpType:         replication.DeleteReplicationType,
    			ExistingObject: true,
    		}
    
    		tgtArns := c.Config.FilterTargetArns(opts)
    		// indicates no matching target with Existing object replication enabled.
    		if len(tgtArns) == 0 {
    			return
    		}
    		for _, t := range tgtArns {
    			opts.TargetArn = t
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// Apply operation to bit ValAndOff(AuxInt).Val() in the 64 bits at
    		// memory address arg0+ValAndOff(AuxInt).Off()+aux
    		// Bit index must be in range (31-63).
    		// (We use OR/AND/XOR for thinner targets and lower bit indexes.)
    		// arg1=mem, returns mem
    		//
    		// Note that there aren't non-const versions of these instructions.
    		// Well, there are such instructions, but they are slow and weird so we don't use them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  7. pkg/config/validation/validation.go

    func WrapError(e error) Validation {
    	return Validation{Err: e}
    }
    
    // ValidateFunc defines a validation func for an API proto.
    type ValidateFunc func(config config.Config) (Warning, error)
    
    // IsValidateFunc indicates whether there is a validation function with the given name.
    func IsValidateFunc(name string) bool {
    	return GetValidateFunc(name) != nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

    node-tags = ${tag}
    EOF
        done
      fi
      if [[ -n "${MULTIZONE:-}" ]]; then
        use_cloud_config="true"
        cat <<EOF >>/etc/gce.conf
    multizone = ${MULTIZONE}
    EOF
      fi
    # Multimaster indicates that the cluster is HA.
    # Currently the only HA clusters are regional.
    # If we introduce zonal multimaster this will need to be revisited.
      if [[ -n "${MULTIMASTER:-}" ]]; then
        use_cloud_config="true"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    rar.ve
    rec.ve
    store.ve
    tec.ve
    web.ve
    
    // vg : https://en.wikipedia.org/wiki/.vg
    vg
    
    // vi : http://www.nic.vi/newdomainform.htm
    // http://www.nic.vi/Domain_Rules/body_domain_rules.html indicates some other
    // TLDs are "reserved", such as edu.vi and gov.vi, but doesn't actually say they
    // are available for registration (which they do not seem to be).
    vi
    co.vi
    com.vi
    k12.vi
    net.vi
    org.vi
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    matcher provides a special behaviour when examining Arrays, whereby it will match if both the operand and the examined object are arrays of the same length and contain items that are equal to each other (according to the above rules) in the same indexes. For example: assertThat("foo", equalTo("foo")); assertThat(new String[] {"foo", "bar"}, equalTo(new String[] {"foo", "bar"})); any public static <T> Matcher<T> any(java.lang.Class<T> type) Creates a matcher that matches when the examined object is...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
Back to top