Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,620 for turtle (0.13 sec)

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

    execution.
    
      Then the Queen left off, quite out of breath, and said to
    Alice, `Have you seen the Mock Turtle yet?'
    
      `No,' said Alice.  `I don't even know what a Mock Turtle is.'
    
      `It's the thing Mock Turtle Soup is made from,' said the Queen.
    
      `I never saw one, or heard of one,' said Alice.
    
      `Come on, then,' said the Queen, `and he shall tell you his
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    execution.
    
      Then the Queen left off, quite out of breath, and said to
    Alice, `Have you seen the Mock Turtle yet?'
    
      `No,' said Alice.  `I don't even know what a Mock Turtle is.'
    
      `It's the thing Mock Turtle Soup is made from,' said the Queen.
    
      `I never saw one, or heard of one,' said Alice.
    
      `Come on, then,' said the Queen, `and he shall tell you his
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/logging/comparison/ExhaustiveLinesSearcherTest.groovy

            given:
            comparer = ExhaustiveLinesSearcher.useUnifiedDiff()
            def expectedLines = ["cat", "bird", "dog"]
            def actualLines = ["kangaroo", "cat", "llama", "dog", "turtle", "cat", "moose", "dog"]
    
            when:
            comparer.assertLinesContainedIn(expectedLines, actualLines)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"turkey":                               "\U0001f983",
    	"turkmenistan":                         "\U0001f1f9\U0001f1f2",
    	"turks_caicos_islands":                 "\U0001f1f9\U0001f1e8",
    	"turtle":                               "\U0001f422",
    	"tuvalu":                               "\U0001f1f9\U0001f1fb",
    	"tv":                                   "\U0001f4fa",
    	"twisted_rightwards_arrows":            "\U0001f500",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  5. internal/s3select/csv/testdata/testdata.zip

    -73.926605224609375 40.683017730712891 -73.971450805664063 40.755290985107422 2 9.24 29 0 0.5 7.25 0 36.75 1 1 225 162 green 0.00 0.0 0.0 44 22 6.71 1275 383 3 Brooklyn 038300 3038300 I BK35 Stuyvesant Heights 4003 1250 92 1 Manhattan 009200 1009200 I MN19 Turtle Bay-East Midtown 3808 3389278 2 2014-03-27 17:50:25 2014-03-27 17:55:29 N 1 -73.927146911621094 40.685188293457031 -73.934562683105469 40.696720123291016 1 1.08 6 1 0.5 0 0 7.5 2 1 225 37 green 0.00 0.0 0.0 44 22 6.71 1275 383 3 Brooklyn 038300 3038300...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 111.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/tuple.go

    			// Key fields for de-duplication
    			var tuple *Value
    			idx := 0
    			switch selector.Op {
    			default:
    				continue
    			case OpSelect1:
    				idx = 1
    				fallthrough
    			case OpSelect0:
    				tuple = selector.Args[0]
    				if !tuple.Type.IsTuple() {
    					f.Fatalf("arg of tuple selector %s is not a tuple: %s", selector.String(), tuple.LongString())
    				}
    			case OpSelectN:
    				tuple = selector.Args[0]
    				idx = int(selector.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 26 02:52:33 UTC 2021
    - 2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/tuple.go

    package types2
    
    // A Tuple represents an ordered list of variables; a nil *Tuple is a valid (empty) tuple.
    // Tuples are used as components of signatures and to represent the type of multiple
    // assignments; they are not first class types of Go.
    type Tuple struct {
    	vars []*Var
    }
    
    // NewTuple returns a new tuple for the given variables.
    func NewTuple(x ...*Var) *Tuple {
    	if len(x) > 0 {
    		return &Tuple{vars: x}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 26 17:18:58 UTC 2021
    - 929 bytes
    - Viewed (0)
  8. src/go/types/tuple.go

    type Tuple struct {
    	vars []*Var
    }
    
    // NewTuple returns a new tuple for the given variables.
    func NewTuple(x ...*Var) *Tuple {
    	if len(x) > 0 {
    		return &Tuple{vars: x}
    	}
    	return nil
    }
    
    // Len returns the number variables of tuple t.
    func (t *Tuple) Len() int {
    	if t != nil {
    		return len(t.vars)
    	}
    	return 0
    }
    
    // At returns the i'th variable of tuple t.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 1K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

      template <class Tuple>
      static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple))
      Field(Tuple& t) { return t.f0_; }  // NOLINT
    
      template <class Tuple>
      static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple))
      ConstField(const Tuple& t) { return t.f0_; }
    };
    
    template <>
    class Get<1> {
     public:
      template <class Tuple>
      static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

      template <class Tuple>
      static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple))
      Field(Tuple& t) { return t.f0_; }  // NOLINT
    
      template <class Tuple>
      static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple))
      ConstField(const Tuple& t) { return t.f0_; }
    };
    
    template <>
    class Get<1> {
     public:
      template <class Tuple>
      static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 27.6K bytes
    - Viewed (0)
Back to top