Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 197 for wall (0.04 sec)

  1. okhttp/api/okhttp.api

    	public fun cacheConditionalHit (Lokhttp3/Call;Lokhttp3/Response;)V
    	public fun cacheHit (Lokhttp3/Call;Lokhttp3/Response;)V
    	public fun cacheMiss (Lokhttp3/Call;)V
    	public fun callEnd (Lokhttp3/Call;)V
    	public fun callFailed (Lokhttp3/Call;Ljava/io/IOException;)V
    	public fun callStart (Lokhttp3/Call;)V
    	public fun canceled (Lokhttp3/Call;)V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

     * client.connectionPool().evictAll();
     * ```
     *
     * If your client has a cache, call [close()][Cache.close]. Note that it is an error to create calls
     * against a cache that is closed, and doing so will cause the call to crash.
     *
     * ```java
     * client.cache().close();
     * ```
     *
     * OkHttp also uses daemon threads for HTTP/2 connections. These will exit automatically if they
     * remain idle.
     */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	XXPERMDI X0, X0, $2, X0
    	XXPERMDI X1, X1, $2, X1
    	CALL   p256MulInternal<>(SB)
    
    	VOR T0, T0, Z3L
    	VOR T1, T1, Z3H
    
    	// X=Y;  Y- ;  MUL; X=T  // T3 = T1*T1         T2
    	VOR  Y0, Y0, X0
    	VOR  Y1, Y1, X1
    	CALL p256MulInternal<>(SB)
    	VOR  T0, T0, X0
    	VOR  T1, T1, X1
    
    	// X- ;  Y- ;  MUL; T4=T // T4 = T3*T1         T2        T4
    	CALL p256MulInternal<>(SB)
    	VOR  T0, T0, T4L
    	VOR  T1, T1, T4H
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm_s390x.s

    	VPDI $0x4, X0, X0, X0
    	CALL p256MulInternal<>(SB)
    
    	// VST T1, 64(P3ptr)
    	// VST T0, 80(P3ptr)
    	VLR T0, Z3L
    	VLR T1, Z3H
    
    	// X=Y;  Y- ;  MUL; X=T  // T3 = T1*T1         T2
    	VLR  Y0, X0
    	VLR  Y1, X1
    	CALL p256SqrInternal<>(SB)
    	VLR  T0, X0
    	VLR  T1, X1
    
    	// X- ;  Y- ;  MUL; T4=T // T4 = T3*T1         T2        T4
    	CALL p256MulInternal<>(SB)
    	VLR  T0, T4L
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ppc64/asm.go

    	//    invokes the dynamic resolver via a pointer provided by
    	//    the dynamic linker. This will patch up the .plt slot to
    	//    point directly at the function so future calls go
    	//    straight from the call stub to the real function, and
    	//    then call the function.
    
    	// NOTE: It's possible we could make ppc64 closer to other
    	// architectures: ppc64's .plt is like .plt.got on other
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  6. src/runtime/mprof.go

    // new locks until the M has released all other locks, which means no memory
    // allocations and encourages use of (temporary) M-local storage.
    //
    // The M will have space for storing one call stack that caused contention, and
    // for the magnitude of that contention. It will also have space to store the
    // magnitude of additional contention the M caused, since it only has space to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        // returned by _Retval nodes.
        std::unique_ptr<Graph> graph_;
    
        // Which device are these nodes on? Used to assign a device to the call
        // node.
        string device_;
    
        // NodeDef for the function call node.
        NodeDef call_node_def_;
    
        // Name that is used for the call node. This may not be
        // call_node_def_.name() if the client supplies a rewrite lambda.
        string function_def_name_;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  8. pkg/proxy/ipvs/proxier.go

    // Because of the iptables and ipvs logic, it is assumed that there is only a single Proxier active on a machine.
    // An error will be returned if it fails to update or acquire the initial lock.
    // Once a proxier is created, it will keep iptables and ipvs rules up to date in the background and
    // will not terminate if a particular iptables or ipvs call fails.
    func NewProxier(
    	ctx context.Context,
    	ipFamily v1.IPFamily,
    	ipt utiliptables.Interface,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize_composite_functions.mlir

    // CHECK: %[[CONST_0:.+]] = stablehlo.constant dense<3.000000e-01> : tensor<2x3xf32>
    // CHECK: %[[CALL:.+]] = call @composite_dot_general_fn(%[[ARG_0]], %[[CONST_0]]) : (tensor<1x2xf32>, tensor<2x3xf32>) -> tensor<1x3xf32>
    // CHECK: return %[[CALL]]
    
      func.func private @composite_dot_general_fn(%arg0: tensor<1x2xf32>, %arg1: tensor<2x3xf32>) -> tensor<1x3xf32> attributes {_from_xla_call_module} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 91.6K bytes
    - Viewed (0)
  10. src/cmd/cgo/gcc.go

    		end := f.offset(call.Call.End())
    		str, nu := p.rewriteCall(f, call)
    		if str != "" {
    			f.Edit.Replace(start, end, str)
    			if nu {
    				needsUnsafe = true
    			}
    		}
    	}
    	return needsUnsafe
    }
    
    // rewriteCall rewrites one call to add pointer checks.
    // If any pointer checks are required, we rewrite the call into a
    // function literal that calls _cgoCheckPointer for each pointer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top