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

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
set.s 3 * These two are completely interchangeable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
xgate1.s 7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 65 Timestamp two = new Timestamp(now, cpath); local
68 assertTrue(one.equals(two));
69 assertTrue(two.equals(one));
CodeSignerTest.java 69 CodeSigner two = new CodeSigner(cpath, ts); local
76 assertTrue(one.equals(two));
77 assertTrue(two.equals(one));
  /external/strace/tests/
mmsg.c 46 char two[] = "two"; local
54 .iov_base = two,
55 .iov_len = sizeof(two) - 1
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationTestClass.java 105 public int two; field in class:SerializationTestClass.TestFieldsTwoPublic
116 private int two; field in class:SerializationTestClass.TestFieldsTwoPrivate
125 protected int two; field in class:SerializationTestClass.TestFieldsTwoProtected
134 static int two; field in class:SerializationTestClass.TestFieldsTwoStatic
143 final int two = 0; field in class:SerializationTestClass.TestFieldsTwoFinal
152 volatile int two; field in class:SerializationTestClass.TestFieldsTwoVolatile
161 transient int two; field in class:SerializationTestClass.TestFieldsTwoTransient
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 640 string s("one two three one two three");
763 string s("one two three one two three");
765 CPPUNIT_ASSERT( s.rfind("two") == 18 );
766 CPPUNIT_ASSERT( s.rfind("two", 0) == string::npos );
767 CPPUNIT_ASSERT( s.rfind("two", 11) == 4 );
784 string s("one two three one two three");
802 string s("one two three one two three")
958 one == two; local
959 one != two; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 640 string s("one two three one two three");
763 string s("one two three one two three");
765 CPPUNIT_ASSERT( s.rfind("two") == 18 );
766 CPPUNIT_ASSERT( s.rfind("two", 0) == string::npos );
767 CPPUNIT_ASSERT( s.rfind("two", 11) == 4 );
784 string s("one two three one two three");
802 string s("one two three one two three")
958 one == two; local
959 one != two; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 108 Object two = new Object(); local
109 cache.getUnchecked(two);
149 Object two = new Object(); local
150 assertSame(one, map.replace(one, two));
154 assertTrue(map.replace(one, two, three));
158 assertNull(map.putIfAbsent(two, three));
159 assertSame(three, map.remove(two));
161 assertNull(map.put(one, two));
164 assertThat(map).hasKey(one).withValue(two);
169 // Maps.immutableEntry(three, one), Maps.immutableEntry(one, two));
194 Object two = new Object(); local
221 Object two = new Object(); local
240 Object two = new Object(); local
    [all...]
  /external/skia/src/pathops/
SkPathOpsOp.cpp 208 static void dump_op(const SkPath& one, const SkPath& two, SkPathOp op) {
222 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", two.getFillType());
223 dump_path(file, two, false, true);
248 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result,
256 dump_op(one, two, op);
262 SkPathOpsDebug::ShowPath(one, two, op, debugName);
265 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()];
266 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()]
269 const SkPath* subtrahend = &two;
271 minuend = &two;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-1c.d 7 # A DSO linked to another DSO that has two versioned symbols, to which
8 # this DSO refers with two relocs each, a GOT and a PLT reference.
11 # R_CRIS_NONE relocs. There should be two GOT relocs here, one each
tls-leie-18.d 11 # executable with two R_CRIS_16_TPREL and two R_CRIS_16_GOT_TPREL, no
12 # same reloc to same symbol; two different symbols.
  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 4 struct two { char c[2]; }; struct
64 two overloaded(B);
67 static_assert(sizeof(overloaded({1, "two"})) == sizeof(two),
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 100 static const char two[4] = {0x74, 0x77, 0x6F, 0}; /* "two" */ local
120 _put(hash, two, 2, 0);
123 _put(hash, two, -2, 2);
127 _remove(hash, two, -2);
128 _get(hash, two, 0);
130 _put(hash, two, 200, 0);
132 _get(hash, two, 200);
159 static const UChar two[4] = {0x0074, 0x0077, 0x006F, 0}; /* L"two" */ local
    [all...]
cpluralrulestest.c 95 U_STRING_DECL(two, "two", 3);
104 U_STRING_INIT(two, "two", 3);
106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) {
  /external/valgrind/none/tests/x86/
bug126147-x86.c 130 /* Complain if first two args don't strcmp as equal. */
138 char two[50]; variable
178 (void) mystrncpy (two, one, 9);
179 equal (two, "hi there", 14); /* Just paranoia. */
  /art/test/050-sync-test/src/
Main.java 48 CpuThread one, two; local
51 two = new CpuThread(2);
63 two.start();
69 two.join();
  /bionic/tests/
setjmp_test.cpp 66 // Two distinct signal sets, pipu
68 SigSets() : one(MakeSigSet(0)), two(MakeSigSet(1)) {
84 sigset_t two; member in struct:SigSets
103 sigprocmask(SIG_SETMASK, &ss.two, NULL);
107 AssertSigmaskEquals(ss.two);
120 sigprocmask(SIG_SETMASK, &ss.two, NULL);
129 AssertSigmaskEquals(ss.two);
141 sigprocmask(SIG_SETMASK, &ss.two, NULL);
145 AssertSigmaskEquals(ss.two);
156 sigprocmask(SIG_SETMASK, &ss.two, NULL)
    [all...]
  /external/clang/test/Sema/
static-assert.c 33 __typeof__(T2) two; \
  /external/skia/include/pathops/
SkPathOps.h 20 * The logical operations that can be performed when combining two paths.
24 kIntersect_SkPathOp, //!< intersect the two paths
25 kUnion_SkPathOp, //!< union (inclusive-or) the two paths
26 kXOR_SkPathOp, //!< exclusive-or the two paths
40 @param two The second operand (for difference, the subtrahend)
46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
  /external/skia/tests/
PathOpsExtendedTest.h 27 //extern int comparePaths(const SkPath& one, const SkPath& two);
29 const SkPath& one, const SkPath& two, SkBitmap& bitmap);
32 const SkPath& one, const SkPath& two) {
34 return comparePaths(reporter, filename, one, two, bitmap);
37 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
  /external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerSampleTest.java 15 public void two() { method in class:AnnotationTransformerSampleTest
34 @Test(dependsOnMethods = {"two", "three", "four", "five"})
  /external/v8/test/mjsunit/
keyed-call-generic.js 74 function two () { return 2; } function
76 var fixed_array = [zero, one, two];
78 var dict_array = [ zero, one, two ];
81 var fast_prop = { zero: zero, one: one, two: two };
83 var normal_prop = { zero: zero, one: one, two: two };
88 var first3str = ['zero', 'one', 'two'];
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp 62 ASSERT_TRUE(2 == pointer->two);
73 ASSERT_TRUE(7 == pointer->two);
82 ASSERT_TRUE(2 == pointer->two);
93 ASSERT_TRUE(7 == pointer->two);
RTLinearAllocatorTest.cpp 63 ASSERT_TRUE(2 == pointer->two);
74 ASSERT_TRUE(7 == pointer->two);
83 ASSERT_TRUE(2 == pointer->two);
94 ASSERT_TRUE(7 == pointer->two);

Completed in 3096 milliseconds

1 2 3 4 56 7 8 91011>>