HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 101 - 125 of 1170) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
gdb_index_test.cc 70 namespace two namespace
144 check(&two::c2v1);
145 check(&two::c2v2);
146 check(&two::c2v3);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
xgate-link.s 7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
8 add r5,#var2 ; expands to two IMM8 %hi,%lo relocate
13 cmp r1,#0xabcd ; expands to two IMM8 with constant
14 cmp r2,#var3 ; expands to two IMM8 %hi,%lo relocate
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkTest.java 112 Network two = new Network(2); local
117 assertNotEqual(0, two.hashCode());
121 assertNotEqual(one.hashCode(), two.hashCode());
123 assertNotEqual(two.hashCode(), three.hashCode());
127 assertNotEqual(0, two.getNetworkHandle());
131 assertNotEqual(one.getNetworkHandle(), two.getNetworkHandle());
133 assertNotEqual(two.getNetworkHandle(), three.getNetworkHandle());
137 assertNotEqual(two.hashCode(), two.getNetworkHandle());
143 assertEquals(8606370526L, two.getNetworkHandle())
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicReferenceFieldUpdaterTest.java 53 // assertTrue(a.compareAndSet(this, one, two));
54 // assertTrue(a.compareAndSet(this, two, m4));
70 // assertTrue(a.compareAndSet(obj, one, two));
71 // assertSame(two, a.get(obj));
161 a.set(this, two);
162 assertSame(two, a.get(this));
175 a.lazySet(this, two);
176 assertSame(two, a.get(this));
188 assertTrue(a.compareAndSet(this, one, two));
189 assertTrue(a.compareAndSet(this, two, m4))
    [all...]
AtomicReferenceArrayTest.java 53 Integer[] a = { two, one, three, four, seven };
64 Integer[] a = { two, one, three, four, seven };
112 aa.set(i, two);
113 assertSame(two, aa.get(i));
127 aa.lazySet(i, two);
128 assertSame(two, aa.get(i));
141 assertTrue(aa.compareAndSet(i, one, two));
142 assertTrue(aa.compareAndSet(i, two, m4));
160 while (!a.compareAndSet(0, two, three))
165 assertTrue(a.compareAndSet(0, one, two));
    [all...]
ThreadLocalTest.java 47 tl.set(two);
48 assertSame(tl.get(), two); local
59 itl.set(two);
60 assertSame(itl.get(), two); local
  /external/skia/gm/
pathopsinverse.cpp 37 SkColor blend(SkColor one, SkColor two) {
42 canvas.drawColor(two);
62 SkPath one, two; variable
73 two.reset();
74 two.setFillType(twoF);
75 two.addRect(40, 40, 100, 100);
81 canvas->drawPath(two, fTwoPaint);
82 canvas->drawPath(two, fOutlinePaint);
87 Op(one, two, (SkPathOp) op, &result);
  /external/v8/test/mjsunit/
array-functions-prototype.js 35 var proto = { length:3, 0:'zero', 1:'one', 2:'two' }
42 Array.prototype[2] = 'two';
60 var array = ['zero', , 'two'];
76 assertEquals('two', array[1]);
77 assertEquals('two', nonArray[1]);
79 assertEquals('two', array[2]);
80 assertEquals('two', nonArray[2]);
91 var array = ['zero', , 'two'];
109 assertEquals('two', array[3]);
110 assertEquals('two', nonArray[3])
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheStatsTest.java 62 CacheStats two = new CacheStats(53, 47, 43, 41, 37, 31); local
64 CacheStats diff = two.minus(one);
78 assertEquals(new CacheStats(0, 0, 0, 0, 0, 0), one.minus(two));
83 CacheStats two = new CacheStats(53, 47, 41, 39, 37, 35); local
85 CacheStats sum = two.plus(one);
99 assertEquals(sum, one.plus(two));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 69 Timestamp two = new Timestamp(now, cpath); local
72 assertTrue(one.equals(two));
73 assertTrue(two.equals(one));
108 Timestamp two = new Timestamp(now, cpath); local
113 assertTrue(one.hashCode() == two.hashCode());
115 assertTrue(two.hashCode() != three.hashCode());
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactDeltaComparator.java 41 public int compare(RawContactDelta one, RawContactDelta two) {
43 if (one.equals(two)) {
51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
52 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET);
111 String twoAccount = two.getAccountName();
122 Long twoId = two.getRawContactId();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 27 two = os.path.join(pkg_dir, 'two')
28 self.write_file(two, 'xxx')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
39 rtwo = os.path.split(two)[-1]
62 cmd.data_files = [one, (inst2, [two]),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 27 two = os.path.join(pkg_dir, 'two')
28 self.write_file(two, 'xxx')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
39 rtwo = os.path.split(two)[-1]
62 cmd.data_files = [one, (inst2, [two]),
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 17 zero, one, two, three, four enumerator in enum:numbers
29 __block enum numbers y = two;
  /external/llvm/test/MC/Hexagon/
two_ext.s 3 # verify two extenders generated during relaxation
  /external/skia/src/utils/
SkBase64.cpp 32 #if defined _WIN32 && _MSC_VER >= 1300 // disable 'two', etc. may be used without having been initialized
77 int two = 0; local
81 two = bytes[1];
82 one |= two >> 4;
83 two = (uint8_t) (two << 4);
85 two |= three >> 2;
88 SkASSERT(one < 256 && two < 256 && three < 256);
95 *dst = (unsigned char) two;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-align-1.d 22 6 \.two 0*0000002 0*0000000 0*0000000 0*00001a5 2\*\*0
section-align-3.s 7 .section .two,"dr3"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badfil1.s 2 % b-twoinsn.s and b-goodmain.s, and will provide two LOP_FILEs, but
loc1m.d 5 # err: two locs.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tlsopt1_32.s 4 # is shared with two __tls_get_addr calls.
tlsopt2.s 3 # __tls_get_addr without marker relocs, and two arg setup insns
tlsopt2_32.s 3 # __tls_get_addr without marker relocs, and two arg setup insns
  /frameworks/base/tools/aapt2/integration-tests/AppOne/src/com/android/aapt/app/one/
AppOne.java 24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange4.s 1 ! This will be two .cranges. Original problem was that the second one was

Completed in 1029 milliseconds

1 2 3 45 6 7 8 91011>>