/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
CodeSignerTest.java | 69 CodeSigner two = new CodeSigner(cpath, ts); local 76 assertTrue(one.equals(two)); 77 assertTrue(two.equals(one));
|
/external/chromium_org/third_party/icu/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/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) {
|
/art/test/050-sync-test/src/ |
Main.java | 48 CpuThread one, two; local 51 two = new CpuThread(2); 63 two.start(); 69 two.join();
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
ShapeOps.h | 32 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result);
|
Intersections.cpp | 92 int Intersections::insert(double one, double two, const _Point& pt) { 98 if (roughly_equal(oldOne, one) && roughly_equal(oldTwo, two)) { 101 || (precisely_zero(two) && !precisely_zero(oldTwo)) 102 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) { 104 fT[1][index] = two; 129 fT[1][index] = two; 134 void Intersections::remove(double one, double two, const _Point& startPt, const _Point& endPt) { 136 if (!(fIsCoincident[0] & (1 << index)) && (between(one, fT[fSwap][index], two)
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDQuadImplicit.h | 16 bool match(const SkDQuadImplicit& two) const;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasmlib.h | 58 char *nasm_strcat(const char *one, const char *two);
|
/external/chromium_org/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'];
|
/external/clang/test/Sema/ |
static-assert.c | 33 __typeof__(T2) two; \
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
listformatter.h | 40 ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, const UnicodeString& end) : 41 twoPattern(two), startPattern(start), middlePattern(middle), endPattern(end) {}
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsExtendedTest.h | 28 //extern int comparePaths(const SkPath& one, const SkPath& two); 29 extern int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap); 30 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-368243.js | 18 "two" : { x : 2},
|
/external/compiler-rt/make/platform/ |
multi_arch.mk | 1 Description := Example configuration for build two libraries for separate \
|
/external/icu/icu4c/source/common/unicode/ |
listformatter.h | 41 ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, const UnicodeString& end) : 42 twoPattern(two), startPattern(start), middlePattern(middle), endPattern(end) {}
|
/art/test/093-serialization/src/ |
Main.java | 96 Integer two; field in class:Base 101 two = Integer.valueOf(2); 127 System.out.println("one=" + one + " two=" + two + " three=" + three
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store_unittest.cc | 12 const SBFullHash kHash2 = SBFullHashForString("two"); 72 // and |two| differ in the prefix, while |one| and |onetwo| have the 74 SBFullHash one, onetwo, two; local 77 memset(&two, 0, sizeof(two)); 82 two.prefix = 2; 86 SBAddFullHash(10, two))); 87 EXPECT_FALSE(SBAddPrefixHashLess(SBAddFullHash(11, two), 123 SBFullHash one, onetwo, two; local 126 memset(&two, 0, sizeof(two)) [all...] |
/external/chromium_org/third_party/icu/source/samples/ustring/ |
ustring.cpp | 173 /* Compare two strings case-insensitively using full case folding */ 426 // this copies the few UChars into the "two" object 427 UnicodeString two=one; local 428 printf("length of short string copy: %d\n", two.length()); 441 two=one; 442 printf("length of longer string copy: %d\n", two.length()); 461 two.fastCopyFrom(one); 462 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two); 464 one.getBuffer()==two.getBuffer()); 466 two=one [all...] |
/external/chromium_org/third_party/webrtc/base/ |
referencecountedsingletonfactory_unittest.cc | 66 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory); 68 EXPECT_EQ(one.get(), two.get()); 104 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory);
|
/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 173 /* Compare two strings case-insensitively using full case folding */ 426 // this copies the few UChars into the "two" object 427 UnicodeString two=one; local 428 printf("length of short string copy: %d\n", two.length()); 441 two=one; 442 printf("length of longer string copy: %d\n", two.length()); 461 two.fastCopyFrom(one); 462 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two); 464 one.getBuffer()==two.getBuffer()); 466 two=one [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_jnf.c | 23 two = 2.0000000000e+00, /* 0x40000000 */ variable 130 v = two/x; 138 di -= two; 146 di -= two;
|
/external/clang/test/CodeGen/ |
union.c | 30 enum E9 { one, two }; enumerator in enum:E9
|