/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | CollatorTest.java | 41 Object o, o2; in test_compareLjava_lang_ObjectLjava_lang_Object() local 45 o2 = "F"; in test_compareLjava_lang_ObjectLjava_lang_Object() 46 assertTrue("a) Failed on primary difference", c.compare(o, o2) < 0); in test_compareLjava_lang_ObjectLjava_lang_Object() 48 o2 = "\u00e9"; in test_compareLjava_lang_ObjectLjava_lang_Object() 49 assertTrue("a) Failed on secondary difference", c.compare(o, o2) < 0); in test_compareLjava_lang_ObjectLjava_lang_Object() 51 o2 = "E"; in test_compareLjava_lang_ObjectLjava_lang_Object() 52 assertTrue("a) Failed on tertiary difference", c.compare(o, o2) < 0); in test_compareLjava_lang_ObjectLjava_lang_Object() 54 o2 = "\u0002"; in test_compareLjava_lang_ObjectLjava_lang_Object() 55 assertTrue("a) Failed on identical", c.compare(o, o2) < 0); in test_compareLjava_lang_ObjectLjava_lang_Object() 57 o2 = "e"; in test_compareLjava_lang_ObjectLjava_lang_Object() [all …]
|
/external/hamcrest/src/org/hamcrest/core/ |
D | IsEqual.java | 32 private static boolean areEqual(Object o1, Object o2) { in areEqual() argument 33 if (o1 == null || o2 == null) { in areEqual() 34 return o1 == null && o2 == null; in areEqual() 36 return isArray(o2) && areArraysEqual(o1, o2); in areEqual() 38 return o1.equals(o2); in areEqual() 42 private static boolean areArraysEqual(Object o1, Object o2) { in areArraysEqual() argument 43 return areArrayLengthsEqual(o1, o2) in areArraysEqual() 44 && areArrayElementsEqual(o1, o2); in areArraysEqual() 47 private static boolean areArrayLengthsEqual(Object o1, Object o2) { in areArrayLengthsEqual() argument 48 return Array.getLength(o1) == Array.getLength(o2); in areArrayLengthsEqual() [all …]
|
/external/openssl/crypto/bn/asm/ |
D | sparcv9a-mont.pl | 291 ldx [%sp+$bias+$frame+16],%o2 306 add %o7,%o2,%o2 310 srlx %o2,16,%o7 312 add %o7,%o3,%o3 ! %o3.%o2[0..15].%o1[0..15].%o0[0..15] 317 !and %o2,$mask,%o2 319 !sllx %o2,32,%o2 322 !or %o2,%o0,%o0 378 ldx [%sp+$bias+$frame+16],%o2 393 add %o7,%o2,%o2 397 srlx %o2,16,%o7 [all …]
|
D | sparcv8plus.S | 178 sra %o2,%g0,%o2 ! signx %o2 179 brgz,a %o2,.L_bn_mul_add_words_proceed 189 andcc %o2,-4,%g0 207 dec 4,%o2 226 andcc %o2,-4,%g0 232 brnz,a,pn %o2,.L_bn_mul_add_words_tail 242 dec %o2 245 brz,pt %o2,.L_bn_mul_add_words_return 252 dec %o2 255 brz,pt %o2,.L_bn_mul_add_words_return [all …]
|
/external/skia/third_party/glu/libtess/ |
D | geom.c | 211 GLUvertex *o2, GLUvertex *d2, in __gl_edgeIntersect() argument 229 if( ! VertLeq( o2, d2 )) { Swap( o2, d2 ); } in __gl_edgeIntersect() 230 if( ! VertLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); } in __gl_edgeIntersect() 232 if( ! VertLeq( o2, d1 )) { in __gl_edgeIntersect() 234 v->s = (o2->s + d1->s) / 2; in __gl_edgeIntersect() 237 z1 = EdgeEval( o1, o2, d1 ); in __gl_edgeIntersect() 238 z2 = EdgeEval( o2, d1, d2 ); in __gl_edgeIntersect() 240 v->s = Interpolate( z1, o2->s, z2, d1->s ); in __gl_edgeIntersect() 243 z1 = EdgeSign( o1, o2, d1 ); in __gl_edgeIntersect() 246 v->s = Interpolate( z1, o2->s, z2, d2->s ); in __gl_edgeIntersect() [all …]
|
/external/llvm/utils/TableGen/ |
D | X86DisassemblerTables.cpp | 304 raw_ostream &o2, in emitModRMDecision() argument 316 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; in emitModRMDecision() 319 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision() 320 o2.indent(i2) << 0 << " /* EmptyTable */\n"; in emitModRMDecision() 323 o2.indent(i2) << "}"; in emitModRMDecision() 354 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; in emitModRMDecision() 357 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision() 358 o2.indent(i2) << sEntryNumber << " /* Table" << sTableNumber << " */\n"; in emitModRMDecision() 361 o2.indent(i2) << "}"; in emitModRMDecision() 385 raw_ostream &o2, in emitOpcodeDecision() argument [all …]
|
D | X86DisassemblerTables.h | 99 raw_ostream &o2, 128 raw_ostream &o2, 164 raw_ostream &o2, 226 raw_ostream &o2,
|
/external/stlport/src/ |
D | sparc_atomic64.s | 14 ldx [%o0], %o2 ! Set the current value 16 casx [%o0], %o2, %o3 ! Do the compare and swap 17 cmp %o2, %o3 ! Check whether successful 22 mov %o2, %o0 ! Set the new value 33 ldx [%o0], %o2 ! set the current 34 addx %o2, 0x1, %o3 ! Increment and store current 35 casx [%o0], %o2, %o3 ! Do the compare and swap 36 cmp %o3, %o2 ! Check whether successful 53 ldx [%o0], %o2 ! set the current 54 subx %o2, 0x1, %o3 ! decrement and store current [all …]
|
D | sparc_atomic.s | 16 ld [%o0], %o2 ! Set the current value 19 cas [%o0], %o2, %o3 20 cmp %o2, %o3 ! Check whether successful 23 mov %o2, %o0 ! Set the new value 35 ld [%o0], %o2 ! set the current 36 add %o2, 0x1, %o3 ! Increment and store current 38 cas [%o0], %o2, %o3 39 cmp %o3, %o2 ! Check whether successful 57 ld [%o0], %o2 ! set the current 58 sub %o2, 0x1, %o3 ! decrement and store current [all …]
|
/external/v8/test/mjsunit/compiler/ |
D | inline-two.js | 44 var o2 = {}; variable 45 o2.size = function() { return 42; } 46 o2.g = function() { return this.size(); }; 47 for (var i = 0; i < 5; i++) TestInlineX(o2); 49 TestInlineX(o2); 50 TestInlineX({g: o2.g, size:o2.size});
|
D | inline-param.js | 81 var o2 = {}; variable 82 o2.h = function(i, j) { return i < j; }; 83 for (var i = 0; i < 5; i++) TestInlineTwoParams(o2, 42); 85 TestInlineTwoParams(o2, 42); 86 TestInlineTwoParams({h: o2.h}, 42);
|
D | pic.js | 52 var o2 = { y: 1, x: 0 }; variable 54 o1.f = o2.f = o3.f = function() { return 99; } 60 Test(o2); 65 Test(o2);
|
D | simple-inlining.js | 66 var o2 = {}; variable 67 o2.g = function() { return this; }; 68 for (var i = 0; i < 5; i++) TestInlineThis(o2); 70 TestInlineThis(o2); 71 TestInlineThis({g: o2.g});
|
/external/openssl/crypto/ |
D | sparccpuid.S | 74 clr %o2 150 1: clr %o2 173 subcc %g0,1,%o2 174 .word 0x95408000 !rd %ccr,%o2, see comment above 175 cmp %o2,0x99 207 ld [%o0],%o2 208 1: add %o1,%o2,%o3 209 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3 210 cmp %o2,%o3 212 mov %o3,%o2 ! cas is always fetching to dest. register [all …]
|
/external/clang/test/Index/ |
D | annotate-literals.m | 32 void test_literals(id k1, id o1, id k2, id o2, id k3) { 33 id objects = @[ o1, o2 ]; 35 k2 : o2, 49 // CHECK-LITERALS: Identifier: "o2" [33:23 - 33:25] DeclRefExpr=o2:32:44 63 // CHECK-LITERALS: Identifier: "o2" [35:21 - 35:23] DeclRefExpr=o2:32:44
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-3867.js | 74 var o2 = {s3: 0, s2: 0, s1: 0} variable 75 o2.s4 = 0; 76 o2.s0 = 0; 77 assertArrayEquals(["s3", "s2", "s1", "s4", "s0"], props(o2));
|
D | regress-780423.js | 36 var o2 = Class.create(); variable 38 assertTrue(o1 !== o2, "different functions"); 39 assertTrue(o1.prototype !== o2.prototype, "different protos");
|
/external/v8/test/mjsunit/ |
D | proto.js | 30 var o2 = { x: 12, y: 13 }; variable 31 delete o2.x; // normalize 33 assertTrue(o1.__proto__ === o2.__proto__);
|
/external/clang/test/SemaCXX/ |
D | cxx0x-nontrivial-union.cpp | 117 optional<non_trivial> o2{non_trivial()}; variable 118 optional<non_trivial> o3{*o2}; 120 if (o2) in f() 121 o1 = o2; in f() 122 o2 = optional<non_trivial>(); in f()
|
D | derived-to-base-ambig.cpp | 21 Object2* o2; in g() local 22 o2 = e2; in g() 23 …o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}… in g()
|
/external/kernel-headers/original/linux/sunrpc/ |
D | gss_asn1.h | 64 #define g_OID_equal(o1,o2) \ argument 65 (((o1)->len == (o2)->len) && \ 66 (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
|
/external/junit/src/org/junit/runner/manipulation/ |
D | Sorter.java | 18 public int compare(Description o1, Description o2) { 43 public int compare(Description o1, Description o2) { in compare() argument 44 return fComparator.compare(o1, o2); in compare()
|
/external/v8/test/mjsunit/bugs/ |
D | bug-1344252.js | 70 var o2 = new Object(); variable 76 o2.z = 27; 78 assertTrue(typeof o2.z == 'undefined');
|
/external/v8/test/mjsunit/harmony/ |
D | proxies.js | 1014 TestComparison(function(o1, o2) { return o1 == o2 }) argument 1015 TestComparison(function(o1, o2) { return o1 === o2 }) argument 1016 TestComparison(function(o1, o2) { return !(o1 != o2) }) argument 1017 TestComparison(function(o1, o2) { return !(o1 !== o2) }) argument 1445 var o2 = Object.create(p2) 1454 f3.prototype = o2 1476 assertTrue(o2 instanceof Object) 1477 assertTrue(o2 instanceof f0) 1478 assertFalse(o2 instanceof f1) 1479 assertTrue(o2 instanceof f2) [all …]
|
/external/javassist/src/main/javassist/ |
D | SerialVersionUID.java | 109 public int compare(Object o1, Object o2) { in calculateDefault() 111 CtField field2 = (CtField)o2; in calculateDefault() 137 public int compare(Object o1, Object o2) { in calculateDefault() 139 CtConstructor c2 = (CtConstructor)o2; in calculateDefault() 158 public int compare(Object o1, Object o2) { in calculateDefault() 160 CtMethod m2 = (CtMethod)o2; in calculateDefault()
|