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

1 2 34 5 6 7 8 91011>>

  /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]),
  /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...]
AtomicReferenceArrayTest.java 53 Integer[] a = { two, one, three, four, seven };
64 Integer[] a = { two, one, three, four, seven };
160 while (!a.compareAndSet(0, two, three))
168 assertSame(three, a.get(0));
220 Integer[] a = { two, one, three, four, seven };
ConcurrentSkipListSetTest.java 66 q.add(three);
386 Object e1 = q.lower(three);
404 Object e1 = q.higher(three);
422 Object e1 = q.floor(three);
423 assertEquals(three, e1);
440 Object e1 = q.ceiling(three);
441 assertEquals(three, e1);
551 assertEquals(three, sm.last());
555 assertTrue(sm.contains(three));
563 assertEquals(three, k)
    [all...]
TreeSetTest.java 70 q.add(three);
390 Object e1 = q.lower(three);
408 Object e1 = q.higher(three);
426 Object e1 = q.floor(three);
427 assertEquals(three, e1);
444 Object e1 = q.ceiling(three);
445 assertEquals(three, e1);
554 assertEquals(three, sm.last());
558 assertTrue(sm.contains(three));
566 assertEquals(three, k)
    [all...]
TreeSubMapTest.java 42 map.put(three, "C");
165 assertTrue(s.contains(three));
213 (e.getKey().equals(three) && e.getValue().equals("C")) ||
229 assertTrue(empty.containsKey(three));
249 Map.Entry e1 = map.lowerEntry(three);
267 Map.Entry e1 = map.higherEntry(three);
285 Map.Entry e1 = map.floorEntry(three);
286 assertEquals(three, e1.getKey());
303 Map.Entry e1 = map.ceilingEntry(three);
304 assertEquals(three, e1.getKey())
    [all...]
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 83 enum e8 { three }; enumerator in enum:e8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.s 2 # local symbols, ditto non-local labels, similar with three PUSHJs.
  /device/google/contexthub/firmware/app/chre/common/
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);
  /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...]
  /art/test/ti-agent/
ti_utf.h 39 // Two- or three-byte encoding.
47 // Three-byte encoding.
80 const uint8_t three = *(*utf8_data_in)++; local
82 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f);
95 | ((three & 0x3f) << 6) | (four & 0x3f);
101 // Step three : Write out the low (trailing) surrogate to the top 16 bits.
149 // Three byte encoding.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
2-1.c 62 int three; member in struct:test_struct
134 (mystruct.three != 3) || (mystruct.four != (void *)4)) {
  /prebuilts/go/darwin-x86/test/
for.go 34 assertequal(sum, 55, "all three")
  /prebuilts/go/darwin-x86/test/ken/
robfor.go 34 assertequal(sum, 55, "all three");

Completed in 526 milliseconds

1 2 34 5 6 7 8 91011>>