Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for caught (0.2 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the room.  The cook threw a frying-pan after her as she went out,
    but it just missed her.
    
      Alice caught the baby with some difficulty, as it was a queer-
    shaped little creature, and held out its arms and legs in all
    directions, `just like a star-fish,' thought Alice.  The poor
    little thing was snorting like a steam-engine when she caught it,
    and kept doubling itself up and straightening itself out again,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the room.  The cook threw a frying-pan after her as she went out,
    but it just missed her.
    
      Alice caught the baby with some difficulty, as it was a queer-
    shaped little creature, and held out its arms and legs in all
    directions, `just like a star-fish,' thought Alice.  The poor
    little thing was snorting like a steam-engine when she caught it,
    and kept doubling itself up and straightening itself out again,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"!has(self.setToNullNullableStr)",
    			},
    			errors: map[string]string{
    				// the types used in validation rules don't integrate with CEL's Null type, so
    				// all attempts to compare values with null are caught by the type checker at compilation time
    				"self.unsetPlainStr == null":     "no matching overload for '_==_' applied to '(string, null)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods.go

    	// Pod workers periodically write status to statusManager. If status is not
    	// cached there, something is wrong (or kubelet just restarted and hasn't
    	// caught up yet). Just assume the pod is not ready yet.
    	name, namespace, err := kubecontainer.ParsePodFullName(podFullName)
    	if err != nil {
    		return fmt.Errorf("unable to parse pod full name %q: %v", podFullName, err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

    //   }
    // Serialized string:
    //   "\08\02*\0A\08\03\1A\02\02\01\22\02\00\01*\0A\08\03\1A\02\02\01\22\02\00\01"
    
    // Test that an attempt to map an invalid cluster output index to core program
    // index is caught. The output has sharding type TUPLE, which causes the
    // cluster output index to be invalid for core 0.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_test.go

    		assert.Equal(t, cmd, fakeCommandRunner.Cmd, "(testError=%v) command", testError)
    		// this isn't 100% foolproof as a bug in a real CommandRunner where it fails to copy to stdout/stderr wouldn't be caught by this test
    		assert.Equal(t, "foo", string(actualOutput), "(testError=%v) output", testError)
    		assert.Equal(t, err, testError, "(testError=%v) err", testError)
    	}
    }
    
    type testServiceLister struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    func testHandlerPanic(t *testing.T, withHijack bool, mode testMode, wrapper func(Handler) Handler, panicValue any) {
    	// Direct log output to a pipe.
    	//
    	// We read from the pipe to verify that the handler actually caught the panic
    	// and logged something.
    	//
    	// We use a pipe rather than a buffer, because when testing connection hijacking
    	// server shutdown doesn't wait for the hijacking handler to return, so the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. src/runtime/proc.go

    	// there are no running goroutines. The calling program is
    	// assumed to be running.
    	if islibrary || isarchive {
    		return
    	}
    
    	// If we are dying because of a signal caught on an already idle thread,
    	// freezetheworld will cause all running threads to block.
    	// And runtime will essentially enter into deadlock state,
    	// except that there is a thread that will call exit soon.
    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. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Light PQK which takes up a space of the same length and breadth with the Light Y ought to be by the Refraction of the second Prism dilated and drawn out into the long Image _[Greek: p]qkp_, and the Light KQRL into the long Image _kqrl_, and the Lights LRSM, MSVN, NVT, into so many other long Images _lrsm_, _msvn_, _nvt[Greek: t]_; and all these long Images would compose the four square Images _[Greek: pt]_. Thus it ought to be were every Ray dilated by Refraction, and spread into a triangular Superficies...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. cluster/gce/util.sh

      echo
      echo "  This will continually check to see if the API for kubernetes is reachable."
      echo "  This may time out if there was some uncaught error during start up."
      echo
    
      # curl in mavericks is borked.
      secure=""
      if which sw_vers >& /dev/null; then
        if [[ $(sw_vers | grep ProductVersion | awk '{print $2}') = "10.9."* ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top