HomeSort by relevance Sort by last modified time
    Searched refs:three (Results 76 - 100 of 664) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/test/093-serialization/src/
Main.java 97 String three; field in class:Base
102 three = "three";
127 System.out.println("one=" + one + " two=" + two + " three=" + three
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install_data.py 60 three = os.path.join(cmd.install_dir, 'three')
61 self.write_file(three, 'xx')
63 ('inst3', [three]),
  /external/mockito/src/test/java/org/mockitousage/verification/
VerificationUsingMatchersTest.java 47 Object three = new String("1243"); local
51 assertEquals(two, three);
60 verify(mock).oneArg(same(three));
  /external/python/cpython2/Lib/distutils/tests/
test_install_data.py 60 three = os.path.join(cmd.install_dir, 'three')
61 self.write_file(three, 'xx')
63 ('inst3', [three]),
  /external/python/cpython3/Lib/distutils/tests/
test_install_data.py 58 three = os.path.join(cmd.install_dir, 'three')
59 self.write_file(three, 'xx')
61 ('inst3', [three]),
  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 73 Element three = (Element) list.item(2); local
80 assertEquals("Rent this space!", getTextContent(three));
85 assertEquals("drei", three.getAttribute("three"));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 109 Timestamp three = new Timestamp(now, new MyCertPath(new byte[] { 10, local
114 assertTrue(one.hashCode() != three.hashCode());
115 assertTrue(two.hashCode() != three.hashCode());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 60 three = os.path.join(cmd.install_dir, 'three')
61 self.write_file(three, 'xx')
63 ('inst3', [three]),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 60 three = os.path.join(cmd.install_dir, 'three')
61 self.write_file(three, 'xx')
63 ('inst3', [three]),
  /libcore/jsr166-tests/src/test/java/jsr166/
TreeMapTest.java 43 map.put(three, "C");
172 assertTrue(s.contains(three));
280 (e.getKey().equals(three) && e.getValue().equals("C")) ||
299 (e.getKey().equals(three) && e.getValue().equals("C")) ||
343 assertTrue(empty.containsKey(three));
363 Map.Entry e1 = map.lowerEntry(three);
381 Map.Entry e1 = map.higherEntry(three);
399 Map.Entry e1 = map.floorEntry(three);
400 assertEquals(three, e1.getKey());
417 Map.Entry e1 = map.ceilingEntry(three);
    [all...]
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 83 enum e8 { three }; enumerator in enum:e8
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bitset.go 53 // set3 sets three bits in f using the bottom three bits of b.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bitset.go 53 // set3 sets three bits in f using the bottom three bits of b.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
relax2.s 2 # local symbols, ditto non-local labels, similar with three PUSHJs.
  /device/google/contexthub/firmware/app/chre/common/
chre10_app.c 57 struct chreSensorThreeAxisData three; local
59 initDataHeader(&three.header, src->referenceTime, sensorHandle);
60 three.readings[0].timestampDelta = 0;
64 three.header.baseTimestamp += src->samples[i].deltaTime;
65 three.readings[0].x = src->samples[i].x;
66 three.readings[0].y = src->samples[i].y;
67 three.readings[0].z = src->samples[i].z;
69 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &three);
chre_app.c 57 struct chreSensorThreeAxisData three; local
59 initDataHeader(&three.header, src->referenceTime, sensorHandle);
60 three.readings[0].timestampDelta = 0;
64 three.header.baseTimestamp += src->samples[i].deltaTime;
65 three.readings[0].x = src->samples[i].x;
66 three.readings[0].y = src->samples[i].y;
67 three.readings[0].z = src->samples[i].z;
69 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &three);
  /frameworks/base/core/tests/coretests/src/android/app/timezone/
DistroFormatVersionTest.java 42 DistroFormatVersion three = new DistroFormatVersion(2, 1); local
43 assertFalse(one.equals(three));
DistroRulesVersionTest.java 42 DistroRulesVersion three = new DistroRulesVersion("2016b", 1); local
43 assertFalse(one.equals(three));
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidInstanceofTest.java 65 InterfaceThree three = mThree; local
67 assertFalse("m_three should not be a ChildOfAFive", three instanceof ChildOfAFive);
  /external/caliper/examples/src/main/java/examples/
VarargsBenchmark.java 42 @Override long three(long a, long b, long c) { method
66 @Override long three(long a, long b, long c) { method
67 return VarargsBenchmark.three(a, b, c);
87 abstract long three(long a, long b, long c); method in class:VarargsBenchmark.Strategy
112 private static long three(long a, long b, long c) { method in class:VarargsBenchmark
184 dummy += strategy.three(
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
pseudo_test.go 33 {"TEXT", "", "expect two or three operands for TEXT"},
34 {"TEXT", "%", "expect two or three operands for TEXT"},
44 {"GLOBL", "", "expect two or three operands for GLOBL"},
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
pseudo_test.go 33 {"TEXT", "", "expect two or three operands for TEXT"},
34 {"TEXT", "%", "expect two or three operands for TEXT"},
44 {"GLOBL", "", "expect two or three operands for GLOBL"},
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java 38 Double three = new Double(3.0); local
42 al.add(three);
82 Double three = new Double(3.0); local
86 al.add(three);
112 Double three = new Double(3.0); local
116 al.add(three);
142 Double three = new Double(3.0); local
146 al.add(three);
208 Double three = new Double(3.0); local
212 al.add(three);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 103 static const char three[6] = {0x74, 0x68, 0x72, 0x65, 0x65, 0}; /* "three" */ local
123 _put(hash, three, 3, 0);
128 _get(hash, three, 3);
136 if(_compareChars((void*)one, (void*)three) == TRUE ||
142 if(_compareIChars((void*)one, (void*)three) == TRUE ||
163 static const UChar three[6] = {0x0074, 0x0068, 0x0072, 0x0065, 0x0065, 0}; /* L"three" */ local
188 uhash_puti(hash, (void*)three, 3, &status);
  /external/protobuf/src/google/protobuf/stubs/
int128_unittest.cc 48 uint128 three(0, 3);
163 EXPECT_EQ(test |= three, three);
165 EXPECT_EQ(test ^= three, two);
190 uint128 three(3);
229 EXPECT_EQ(three, one | two_pod);
230 EXPECT_EQ(three, one_pod | two);
231 EXPECT_EQ(three, one_pod | two_pod);
232 EXPECT_EQ(one, three & one_pod);
235 EXPECT_EQ(two, three ^ one_pod)
    [all...]

Completed in 1266 milliseconds

1 2 34 5 6 7 8 91011>>