Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for rsadsi (0.2 sec)

  1. android/guava/src/com/google/common/cache/LocalCache.java

         * threshold has not yet been updated, so there are no atomicity requirements for this with
         * respect to reads.
         *
         * As a guide, all critical volatile reads and writes to the count field are marked in code
         * comments.
         */
    
        @Weak final LocalCache<K, V> map;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

         * threshold has not yet been updated, so there are no atomicity requirements for this with
         * respect to reads.
         *
         * As a guide, all critical volatile reads and writes to the count field are marked in code
         * comments.
         */
    
        @Weak final LocalCache<K, V> map;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    (t,"vw")?bi(li(R(i)),t):c(t,"%")?bi(ai(i)[e],t):j(t)}function bi(t,e){return t*j(e)/100}var xi={reads:[],writes:[],read:function(t){return this.reads.push(t),$i(),t},write:function(t){return this.writes.push(t),$i(),t},clear:function(t){return Si(this.reads,t)||Si(this.writes,t)},flush:yi};function yi(t){void 0===t&&(t=1),Ii(xi.reads),Ii(xi.writes.splice(0,xi.writes.length)),xi.scheduled=!1,(xi.reads.length||xi.writes.length)&&$i(t+1)}var ki=5;function $i(t){if(!xi.scheduled){if(xi.scheduled=!0,ki<t)throw...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  4. src/crypto/x509/x509_test.go

    		{"ECDSA/ECDSA", &ecdsaPriv.PublicKey, ecdsaPriv, true, ECDSAWithSHA256},
    		{"RSAPSS/RSAPSS", &testPrivateKey.PublicKey, testPrivateKey, true, SHA256WithRSAPSS},
    		{"ECDSA/RSAPSS", &ecdsaPriv.PublicKey, testPrivateKey, false, SHA256WithRSAPSS},
    		{"RSAPSS/ECDSA", &testPrivateKey.PublicKey, ecdsaPriv, false, ECDSAWithSHA384},
    		{"Ed25519", ed25519Pub, ed25519Priv, true, PureEd25519},
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    			errc <- err
    		}), func(ts *httptest.Server) {
    			ts.Config.WriteTimeout = timeout
    			t.Logf("Server.Config.WriteTimeout = %v", timeout)
    		})
    
    		// The server's WriteTimeout parameter also applies to reads during the TLS
    		// handshake. The client makes the last write during the handshake, and if
    		// the server happens to time out during the read of that write, the client
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def TPUResourceReadForWritePass : Pass<"tf-tpu-resource-read-for-write", "ModuleOp"> {
      let summary = "Inserts tf.ReadVariableOp inputs to a TPU cluster for resource writes with no reads";
    
      let description = [{
        This pass materializes `tf.ReadVariableOp` inputs to an outlined TPU computation
        for resource variables where only writes are present so later in the pipeline
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  7. src/net/http/transport_test.go

    		t.Errorf("After CloseIdleConnections expected %d idle conn cache keys; got %d", e, g)
    	}
    }
    
    // Tests that the HTTP transport re-uses connections when a client
    // reads to the end of a response Body without closing it.
    func TestTransportReadToEndReusesConn(t *testing.T) { run(t, testTransportReadToEndReusesConn) }
    func testTransportReadToEndReusesConn(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  8. src/runtime/proc.go

    		if !preemptall() {
    			break // no running goroutines
    		}
    		usleep(1000)
    	}
    	// to be sure
    	usleep(1000)
    	preemptall()
    	usleep(1000)
    }
    
    // All reads and writes of g's status go through readgstatus, casgstatus
    // castogscanstatus, casfrom_Gscanstatus.
    //
    //go:nosplit
    func readgstatus(gp *g) uint32 {
    	return gp.atomicstatus.Load()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "stdin": {
              "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.",
              "type": "boolean"
            },
            "stdinOnce": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    //	go mod edit [editing flags] [-fmt|-print|-json] [go.mod]
    //
    // Edit provides a command-line interface for editing go.mod,
    // for use primarily by tools or scripts. It reads only go.mod;
    // it does not look up information about the modules involved.
    // By default, edit reads and writes the go.mod file of the main module,
    // but a different target file can be specified after the editing flags.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top