Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for BECOME (0.35 sec)

  1. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    was brightest being between yellow and red, the former indigo, blue, green, yellow and red, were become an Iris or Ring of Colours equal to the first of those luminous Rings which appeared in the four first Observations, and the white Ring which was now become the second of the luminous Rings was grown equal to the second of those, and the first of those which was now become the third Ring was become equal to the third of those, and so on. For their Diameters were 1-11/16, 2-3/8, 2-11/12, 3-3/8 Inches,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	// idle. If needspinning is set when they are about to drop their P,
    	// they abort the drop and instead become a new spinning M on our
    	// behalf. If we are not racing and the system is truly fully loaded
    	// then no spinning threads are required, and the next thread to
    	// naturally become spinning will clear the flag.
    	//
    	// Also see "Worker thread parking/unparking" comment at the top of the
    	// file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    other arm curled round her head.  Still she went on growing, and,
    as a last resource, she put one arm out of the window, and one
    foot up the chimney, and said to herself `Now I can do no more,
    whatever happens.  What WILL become of me?'
    
      Luckily for Alice, the little magic bottle had now had its full
    effect, and she grew no larger:  still it was very uncomfortable,
    and, as there seemed to be no sort of chance of her ever getting
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    other arm curled round her head.  Still she went on growing, and,
    as a last resource, she put one arm out of the window, and one
    foot up the chimney, and said to herself `Now I can do no more,
    whatever happens.  What WILL become of me?'
    
      Luckily for Alice, the little magic bottle had now had its full
    effect, and she grew no larger:  still it was very uncomfortable,
    and, as there seemed to be no sort of chance of her ever getting
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

           already provided as an input argument or is read. The type of the input
           argument will become the shape of the value represented by the resource.
    
         . The function will have an output for each resource that is written. The
           type of the output will become the shape of the resource.
    
        The information of variable identification and input-output alising is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    const (
    	// alwaysNewConn forces a new connection to the database.
    	alwaysNewConn connReuseStrategy = iota
    	// cachedOrNewConn returns a cached connection, if available, else waits
    	// for one to become available (if MaxOpenConns has been reached) or
    	// creates a new database connection.
    	cachedOrNewConn
    )
    
    // driverConn wraps a driver.Conn with a mutex, to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        }
    
        // This shows current behaviour, where the transform is executed even though the input artifact has not been created yet
        // This should become an error eventually
        def "executes transform immediately when required during task graph building"() {
            buildFile << declareAttributes() << withJarTasks() << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. src/net/http/server.go

    			return
    		}
    
    		if d := c.server.idleTimeout(); d > 0 {
    			c.rwc.SetReadDeadline(time.Now().Add(d))
    		} else {
    			c.rwc.SetReadDeadline(time.Time{})
    		}
    
    		// Wait for the connection to become readable again before trying to
    		// read the next request. This prevents a ReadHeaderTimeout or
    		// ReadTimeout from starting until the first bytes of the next request
    		// have been received.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type":...
    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/internal/obj/x86/asm6.go

    	// The 2-instruction TLS access sequence
    	//	MOVQ TLS, BX
    	//	MOVQ 0(BX)(TLS*1), BX
    	// is not async preemptible, as if it is preempted and resumed on
    	// a different thread, the TLS address may become invalid.
    	if !CanUse1InsnTLS(ctxt) {
    		useTLS := func(p *obj.Prog) bool {
    			// Only need to mark the second instruction, which has
    			// REG_TLS as Index. (It is okay to interrupt and restart
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top