Searched refs:o2 (Results 1 - 25 of 64) sorted by relevance

123

/external/v8/test/mjsunit/
H A Dproto.js30 var o2 = { x: 12, y: 13 };
31 delete o2.x; // normalize
33 assertTrue(o1.__proto__ === o2.__proto__);
/external/v8/test/mjsunit/regress/
H A Dregress-780423.js36 var o2 = Class.create(); variable
38 assertTrue(o1 !== o2, "different functions");
39 assertTrue(o1.prototype !== o2.prototype, "different protos");
H A Dregress-crbug-3867.js74 var o2 = {s3: 0, s2: 0, s1: 0}
75 o2.s4 = 0;
76 o2.s0 = 0;
77 assertArrayEquals(["s3", "s2", "s1", "s4", "s0"], props(o2));
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DCollatorTest.java41 Object o, o2;
45 o2 = "F";
46 assertTrue("a) Failed on primary difference", c.compare(o, o2) < 0);
48 o2 = "\u00e9";
49 assertTrue("a) Failed on secondary difference", c.compare(o, o2) < 0);
51 o2 = "E";
52 assertTrue("a) Failed on tertiary difference", c.compare(o, o2) < 0);
54 o2 = "\u0002";
55 assertTrue("a) Failed on identical", c.compare(o, o2) < 0);
57 o2
[all...]
/external/v8/test/mjsunit/compiler/
H A Dinline-two.js44 var o2 = {};
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});
H A Dinline-param.js81 var o2 = {};
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);
H A Dpic.js52 var o2 = { y: 1, x: 0 };
54 o1.f = o2.f = o3.f = function() { return 99; }
60 Test(o2);
65 Test(o2);
H A Dsimple-inlining.js66 var o2 = {};
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/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp21 Object2* o2; local
22 o2 = e2;
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
H A Dnullptr.cpp10 void o2(char*); // expected-note {{candidate}}
11 void o2(int A::*); // expected-note {{candidate}}
55 o2(nullptr); // expected-error {{ambiguous}}
/external/stlport/src/
H A Dsparc_atomic.s16 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,
[all...]
H A Dsparc_atomic64.s14 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,
[all...]
/external/kernel-headers/original/linux/sunrpc/
H A Dgss_asn1.h64 #define g_OID_equal(o1,o2) \
65 (((o1)->len == (o2)->len) && \
66 (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
/external/v8/test/mjsunit/bugs/
H A Dbug-1344252.js70 var o2 = new Object(); class
73 // Add a z accessor in the prototype chain for o1 and o2.
75 // The accessor should be called for o2.
76 o2.z = 27;
78 assertTrue(typeof o2.z == 'undefined');
/external/apache-http/src/org/apache/commons/codec/
H A DStringEncoderComparator.java64 * @param o2 the object to compare to
68 public int compare(Object o1, Object o2) { argument
74 Comparable s2 = (Comparable) ((Encoder) this.stringEncoder).encode(o2);
/external/webkit/LayoutTests/fast/js/resources/
H A Dcodegen-temporaries-multiple-global-blocks-2.js9 var o2 = { a: 1 };
10 var v2 = o2;
12 shouldBe("o2.a", "2");
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.h93 /// @param o2 - The output stream to print the decision structure to.
95 /// @param i2 - The indentation level to use with stream o2.
99 raw_ostream &o2,
122 /// @param o2 - The output stream for the decision structure itself.
124 /// @param i2 - The indent level to use with stream o2.
128 raw_ostream &o2,
157 /// @param o2 - The output stream to print the decision structure to.
159 /// @param i2 - The indent level to use with stream o2.
164 raw_ostream &o2,
222 /// @param o2
[all...]
H A DX86DisassemblerTables.cpp288 raw_ostream &o2,
300 o2.indent(i2) << "{ /* ModRMDecision */" << "\n";
303 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
304 o2.indent(i2) << "modRMEmptyTable";
307 o2.indent(i2) << "}";
350 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n";
353 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
354 o2.indent(i2) << "modRMTable" << sTableNumber << "\n";
357 o2.indent(i2) << "}";
364 raw_ostream &o2,
[all...]
/external/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl293 ldx [%sp+$bias+$frame+16],%o2
308 add %o7,%o2,%o2
312 srlx %o2,16,%o7
314 add %o7,%o3,%o3 ! %o3.%o2[0..15].%o1[0..15].%o0[0..15]
319 !and %o2,$mask,%o2
321 !sllx %o2,32,%o2
324 !or %o2,
[all...]
/external/skia/include/core/
H A DSkTScopedPtr.h79 template <class T2> bool operator==(SkTScopedPtr<T2> const& o2) const;
80 template <class T2> bool operator!=(SkTScopedPtr<T2> const& o2) const;
/external/openssl/crypto/
H A Dsparccpuid.S74 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,
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DASN1Sequence.java208 DERObject o2 = obj2.getDERObject();
210 if (o1 == o2 || o1.equals(o2))
/external/clang/test/CodeGenCXX/
H A Dconversion-function.cpp78 O o1, o2; local
79 g(o1, o2);
/external/javassist/src/main/javassist/
H A DSerialVersionUID.java109 public int compare(Object o1, Object o2) {
111 CtField field2 = (CtField)o2;
137 public int compare(Object o1, Object o2) {
139 CtConstructor c2 = (CtConstructor)o2;
158 public int compare(Object o1, Object o2) {
160 CtMethod m2 = (CtMethod)o2;
/external/v8/src/
H A Duri.js121 var o2 = octets[2];
127 if ((o2 < 0x80) || (o2 > 0xbf))
129 var c = o2 & 0x3f;
140 if ((o2 < 0x80) || (o2 > 0xbf))
142 var c = (o2 & 0x3f);

Completed in 424 milliseconds

123