HomeSort by relevance Sort by last modified time
    Searched refs:three (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/srec/config/en.us/tcp/
change_sample_rate2.tcp 15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seven
24 recognize_nist dallas/0300/S053.nwf 0 0 eight three five seven nine zero three five two oh
26 recognize_nist dallas/0300/S063.nwf 0 0 oh nine seven three one three zero five five zero
27 recognize_nist dallas/0300/S065.nwf 0 0 one three three three zero zero five oh oh si
    [all...]
  /external/e2fsprogs/lib/ext2fs/
sparse.c 51 unsigned int ext2fs_list_backups(ext2_filsys fs, unsigned int *three,
54 unsigned int *min = three;
res_gdt.c 26 static unsigned int list_backups(ext2_filsys fs, unsigned int *three,
29 unsigned int *min = three;
126 unsigned int three = 1, five = 5, seven = 7; local
167 while ((grp = list_backups(fs, &three, &five, &seven)) <
  /external/skia/src/animator/
SkBase64.cpp 85 int two, three; local
91 three = bytes[2];
92 two |= three >> 2;
93 three = (uint8_t) (three << 6);
94 three |= bytes[3];
95 SkASSERT(one < 256 && two < 256 && three < 256);
107 *dst = (unsigned char) three;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 116 CodeSigner three = new CodeSigner(cpath, null); local
124 assertFalse(one.equals(three));
125 assertFalse(three.equals(one));
126 assertTrue(three.equals(three));
128 assertFalse( three.equals(four));
TimestampTest.java 150 Timestamp three = new Timestamp(now, new MyCertPath(new byte[] { 10, local
155 assertTrue(one.hashCode() != three.hashCode());
156 assertTrue(two.hashCode() != three.hashCode());
  /external/v8/test/mjsunit/
smi-ops.js 441 var three = 3;
461 assertEquals(pos_non_smi / 8, (pos_non_smi) >> three);
462 assertEquals(pos_non_smi / 8, (pos_non_smi) >>> three);
463 assertEquals(-0x46536000, (pos_non_smi) << three);
471 assertEquals(pos_non_smi / 8, (pos_non_smi + 0.5) >> three);
472 assertEquals(pos_non_smi / 8, (pos_non_smi + 0.5) >>> three);
473 assertEquals(-0x46536000, (pos_non_smi + 0.5) << three);
479 assertEquals(neg_non_smi / 8, (neg_non_smi) >> three);
480 assertEquals(neg_non_smi / 8 + 0x100000000 / 8, (neg_non_smi) >>> three);
481 assertEquals(0x46536000, (neg_non_smi) << three);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 61 ViewOne three = new ViewOne(mContext); local
62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
101 TextView three = new TextView(mContext); local
102 three.setText("T");
103 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ConcurrentSkipListMapTest.java 27 map.put(three, "C");
157 assertTrue(s.contains(three));
281 (e.getKey().equals(three) && e.getValue().equals("C")) ||
300 (e.getKey().equals(three) && e.getValue().equals("C")) ||
344 assertTrue(empty.containsKey(three));
436 Map.Entry e1 = map.lowerEntry(three);
454 Map.Entry e1 = map.higherEntry(three);
472 Map.Entry e1 = map.floorEntry(three);
473 assertEquals(three, e1.getKey());
490 Map.Entry e1 = map.ceilingEntry(three);
    [all...]
ConcurrentSkipListSetTest.java 49 q.add(three);
366 Object e1 = q.lower(three);
384 Object e1 = q.higher(three);
402 Object e1 = q.floor(three);
403 assertEquals(three, e1);
420 Object e1 = q.ceiling(three);
421 assertEquals(three, e1);
540 assertEquals(three, sm.last());
544 assertTrue(sm.contains(three));
552 assertEquals(three, k)
    [all...]
AtomicReferenceArrayTest.java 46 Integer[] a = { two, one, three, four, seven};
137 while (!a.compareAndSet(0, two, three))
145 assertSame(a.get(0), three);
205 Integer[] a = { two, one, three, four, seven};
CopyOnWriteArraySetTest.java 58 v.add(three);
72 v.add(three);
94 full.add(three);
95 assertTrue(full.contains(three));
CopyOnWriteArrayListTest.java 71 v.add(three);
85 v.add(three);
106 full.addIfAbsent(three);
107 assertTrue(full.contains(three));
267 full.add(three);
278 full.add(three);
280 assertEquals(-1, full.lastIndexOf(three, 3));
ConcurrentSkipListSubSetTest.java 53 q.add(three);
329 Object e1 = q.lower(three);
347 Object e1 = q.higher(three);
365 Object e1 = q.floor(three);
366 assertEquals(three, e1);
383 Object e1 = q.ceiling(three);
384 assertEquals(three, e1);
503 assertEquals(three, sm.last());
507 assertTrue(sm.contains(three));
515 assertEquals(three, k)
    [all...]
ConcurrentSkipListSubMapTest.java 28 map.put(three, "C");
153 assertTrue(s.contains(three));
244 (e.getKey().equals(three) && e.getValue().equals("C")) ||
260 assertTrue(empty.containsKey(three));
352 Map.Entry e1 = map.lowerEntry(three);
370 Map.Entry e1 = map.higherEntry(three);
388 Map.Entry e1 = map.floorEntry(three);
389 assertEquals(three, e1.getKey());
406 Map.Entry e1 = map.ceilingEntry(three);
407 assertEquals(three, e1.getKey())
    [all...]
  /external/chromium/base/
data_pack_unittest.cc 46 std::string three("three");
54 resources.insert(std::make_pair(3, base::StringPiece(three)));
68 EXPECT_EQ(three, data);
  /frameworks/base/tests/CoreTests/android/core/
InstanceofTest.java 71 InterfaceThree three = mThree; local
73 assertFalse("m_three should not be a ChildOfAFive", three instanceof ChildOfAFive);
  /external/chromium/third_party/icu/source/test/cintltst/
chashtst.c 101 static const char three[6] = {0x74, 0x68, 0x72, 0x65, 0x65, 0}; /* "three" */ local
121 _put(hash, three, 3, 0);
126 _get(hash, three, 3);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
161 static const UChar three[6] = {0x0074, 0x0068, 0x0072, 0x0065, 0x0065, 0}; /* L"three" */ local
186 uhash_puti(hash, (void*)three, 3, &status);
  /external/icu4c/test/cintltst/
chashtst.c 101 static const char three[6] = {0x74, 0x68, 0x72, 0x65, 0x65, 0}; /* "three" */ local
121 _put(hash, three, 3, 0);
126 _get(hash, three, 3);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
161 static const UChar three[6] = {0x0074, 0x0068, 0x0072, 0x0065, 0x0065, 0}; /* L"three" */ local
186 uhash_puti(hash, (void*)three, 3, &status);
  /external/stlport/test/unit/
string_test.cpp 640 string s("one two three one two three");
763 string s("one two three one two three");
784 string s("one two three one two three");
802 string s("one two three one two three");
952 string one("one"), two("two"), three("three");
    [all...]
  /ndk/sources/android/stlport/test/unit/
string_test.cpp 640 string s("one two three one two three");
763 string s("one two three one two three");
784 string s("one two three one two three");
802 string s("one two three one two three");
952 string one("one"), two("two"), three("three");
    [all...]
  /libcore/luni/src/test/java/tests/xml/
SimpleBuilderTest.java 83 Element three = (Element) list.item(2); local
90 assertEquals("Rent this space!", getTextContent(three));
95 assertEquals("drei", three.getAttribute("three"));
  /external/webkit/WebCore/bridge/
testM.js 27 var strings = [ "one", "two", "three" ];
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 50 Double three = new Double(3.0); local
54 al.add(three);
100 Double three = new Double(3.0); local
104 al.add(three);
136 Double three = new Double(3.0); local
140 al.add(three);
172 Double three = new Double(3.0); local
176 al.add(three);
244 Double three = new Double(3.0); local
248 al.add(three);
    [all...]
  /dalvik/tests/046-reflect/src/
Main.java 43 String one, two, three, four; local
53 three = (String) field.get(instance);
55 System.out.println(" ::: " + one + ":" + two + ":" + three);
153 String three; local
155 three = (String) field.get(this);
157 + three);

Completed in 834 milliseconds

1 2 3 4