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

1 2

  /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/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;
  /external/e2fsprogs/lib/ext2fs/
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)) <
  /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/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/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);
  /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);
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
AtomicMarkableReferenceTest.java 98 while (!ai.compareAndSet(two, three, false, false))
106 assertSame(ai.getReference(), three); local
AtomicReferenceFieldUpdaterTest.java 132 while (!a.compareAndSet(AtomicReferenceFieldUpdaterTest.this, two, three))
140 assertSame(a.get(this), three); local
AtomicStampedReferenceTest.java 98 while (!ai.compareAndSet(two, three, 0, 0))
106 assertSame(ai.getReference(), three); local
AtomicReferenceTest.java 82 while (!ai.compareAndSet(two, three))
90 assertSame(ai.get(), three); local
ConcurrentLinkedQueueTest.java 433 q.add(three);
450 q.add(three);
467 q.add(three);
473 assertSame(it.next(), three); local
JSR166TestCase.java 380 public static final Integer three = new Integer(3); field in class:JSR166TestCase
ArrayBlockingQueueTest.java 125 assertFalse(q.offer(three));
690 q.add(three);
698 assertSame(it.next(), three); local
709 q.add(three);
727 q.add(three);
758 assertFalse(q.offer(three));
759 assertTrue(q.offer(three, MEDIUM_DELAY_MS, MILLISECONDS));
LinkedBlockingQueueTest.java 115 assertFalse(q.offer(three));
690 q.add(three);
698 assertSame(it.next(), three); local
710 q.add(three);
726 q.add(three);
757 assertFalse(q.offer(three));
758 assertTrue(q.offer(three, MEDIUM_DELAY_MS, MILLISECONDS));
LinkedBlockingDequeTest.java 361 assertFalse(q.offer(three));
1387 assertSame(it.next(), three); local
    [all...]
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 73 unsigned short two, three; local
86 three = 3 << 13;
87 v3 = three - (2 * (a_i >> 3));
102 unsigned short two, three; local
108 three = 3 << 13;
109 v2 = three - (a_i >> 3);
  /external/v8/test/mjsunit/
stack-traces.js 37 function three() {
40 three();
188 testTrace("testNested", testNested, ["at one", "at two", "at 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...]
  /external/tremolo/Tremolo/
bitwise.c 565 static int three[54]={169,2,232,252,91,132,156,36,89,13,123,176,144,32,254, local
596 cliptest(testbuffer2,test2size,0,three,threesize);
  /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);
  /external/qemu/target-arm/
helper.c 2593 float32 three = int32_to_float32(3, s); local
    [all...]
  /dalvik/libdex/
DexFile.h 975 unsigned int one, two, three; local
979 /* two- or three-byte encoding */
982 /* three-byte encoding */
983 three = *(*pUtf8Ptr)++;
986 (three & 0x3f);
    [all...]

Completed in 1434 milliseconds

1 2