Searched refs:o1 (Results 1 - 25 of 59) sorted by relevance

123

/external/v8/test/mjsunit/regress/
H A Dregress-780423.js35 var o1 = Class.create(); variable
38 assertTrue(o1 !== o2, "different functions");
39 assertTrue(o1.prototype !== o2.prototype, "different protos");
H A Dregress-crbug-3867.js69 var o1 = {s1: 0, s2: 0, s3: 0}
70 o1.s0 = 0;
71 o1.s4 = 0;
72 assertArrayEquals(["s1", "s2", "s3", "s0", "s4"], props(o1));
/external/v8/test/mjsunit/
H A Dproto.js28 var o1 = { x: 12 };
33 assertTrue(o1.__proto__ === o2.__proto__);
H A Dobject-toprimitive.js32 var o1 = { toString: function() { return 42; },
34 var n1 = Number(o1);
35 var s1 = String(o1);
/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/compiler/
H A Dinline-param.js45 var o1 = {};
46 o1.f = function(o) { return o.x; };
47 for (var i = 0; i < 5; i++) TestInlineOneParam(o1, obj);
49 TestInlineOneParam(o1, obj);
50 TestInlineOneParam({f: o1.f}, {x:42});
H A Dpic.js51 var o1 = { x: 0, y: 1 };
54 o1.f = o2.f = o3.f = function() { return 99; }
59 Test(o1);
64 Test(o1);
H A Dsimple-inlining.js44 var o1 = {};
45 o1.f = function() { return 42; };
46 for (var i = 0; i < 5; i++) TestInlineConstant(o1);
48 TestInlineConstant(o1);
49 TestInlineConstant({f: o1.f});
/external/apache-http/src/org/apache/commons/codec/
H A DStringEncoderComparator.java63 * @param o1 the object to compare
68 public int compare(Object o1, Object o2) { argument
73 Comparable s1 = (Comparable) ((Encoder) this.stringEncoder).encode(o1);
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.h92 /// @param o1 - The output stream to print the ID table to.
94 /// @param i1 - The indentation level to use with stream o1.
98 void emitModRMDecision(raw_ostream &o1,
120 /// @param o1 - The output stream to print the ID tables generated by
123 /// @param i1 - The indent level to use with stream o1.
127 void emitOpcodeDecision(raw_ostream &o1,
155 /// @param o1 - The output stream to print the ID tables generated by
158 /// @param i1 - The indent level to use with stream o1.
163 void emitContextDecision(raw_ostream &o1,
220 /// @param o1
[all...]
H A DX86DisassemblerTables.cpp287 void DisassemblerTables::emitModRMDecision(raw_ostream &o1,
311 o1.indent(i1) << "static const InstrUID modRMTable" << thisTableNumber;
317 o1 << "[1]";
320 o1 << "[2]";
323 o1 << "[256]";
327 o1 << " = {" << "\n";
334 emitOneID(o1, i1, decision.instructionIDs[0], false);
337 emitOneID(o1, i1, decision.instructionIDs[0x00], true); // mod = 0b00
338 emitOneID(o1, i1, decision.instructionIDs[0xc0], false); // mod = 0b11
342 emitOneID(o1, i
[all...]
/external/openssl/crypto/
H A Dsparccpuid.S72 clr %o1
147 clr %o1
208 1: add %o1,%o2,%o3
213 add %o1,%o2,%o0 ! OpenSSL expects the new value
228 .word 0x93323020 !srlx %o0,32,%o1
231 xor %o1,%o1,%o1
239 add %sp,BIAS+2,%o1
241 .word 0xc19a5a40 !ldda [%o1]ASI_FP16_
[all...]
/external/v8/test/mjsunit/bugs/
H A Dbug-1344252.js69 var o1 = new Object(); class
71 // Add a z property to o1 to create a map transition.
72 o1.z = 32;
73 // Add a z accessor in the prototype chain for o1 and o2.
/external/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl149 sll $num,2,%o1
150 add %o1,$num,%o1 ! %o1=num*5
151 sub %o0,%o1,%o0
183 ld [%o4+0],%o1
186 or %g5,%o1,%o1
190 mulx %o1,%o0,%o0 ! ap[0]*bp[0]
291 ldx [%sp+$bias+$frame+8],%o1
[all...]
H A Dsparcv8.S50 ld [%o1],%g2
61 ld [%o1+4],%g3
71 ld [%o1+8],%g2
82 ld [%o1+12],%g3
84 inc 16,%o1
103 ld [%o1],%g2
107 ld [%o1],%g2
125 ld [%o1+4],%g2
137 ld [%o1+8],%g2
163 ld [%o1],
[all...]
H A Dsparcv8plus.S180 lduw [%o1],%g2
195 lduw [%o1+4],%g3
204 lduw [%o1+8],%g2
213 lduw [%o1+12],%g3
216 inc 16,%o1
230 lduw [%o1],%g2
233 lduw [%o1],%g2
248 lduw [%o1+4],%g2
258 lduw [%o1+8],%g2
282 lduw [%o1],
[all...]
/external/clang/test/SemaCXX/
H A Dnullptr.cpp8 int o1(char*);
9 void o1(uintptr_t);
53 int t = o1(nullptr);
54 t = o1(null);
/external/v8/src/
H A Duri.js111 var o1 = octets[1];
114 if ((o1 < 0x80) || (o1 > 0xbf))
116 var b = o1 & 0x3f;
124 if ((o1 < 0x80) || (o1 > 0xbf))
126 var b = o1 & 0x3f;
137 if ((o1 < 0x80) || (o1 > 0xbf))
139 var b = (o1
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DASN1Sequence.java207 DERObject o1 = obj1.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) {
110 CtField field1 = (CtField)o1;
137 public int compare(Object o1, Object o2) {
138 CtConstructor c1 = (CtConstructor)o1;
158 public int compare(Object o1, Object o2) {
159 CtMethod m1 = (CtMethod)o1;
/external/stlport/src/
H A Dsparc_atomic64.s15 mov %o1, %o3 ! Set the new value
41 mov %o1, %o0 ! Set the return value
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeSetTest.java31 public int compare(Object o1, Object o2) { argument
32 return -(((Integer) o1).compareTo((Integer) o2));
35 public boolean equals(Object o1, Object o2) { argument
36 return ((Integer) o1).compareTo((Integer) o2) == 0;
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp92 std::string o1, o2; local
94 raw_string_ostream os1(o1), os2(o2);
99 if (o2 < o1)
100 std::swap(o1, o2);
102 << o1 << ", "
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp65 static bool intersection(CvPoint3D32f o1, CvPoint3D32f p1,
450 const Cv3dTracker2dTrackedObject *o1 = find(&tracking_info[c1*num_objects], local
452 if (o1 == NULL)
456 CvPoint3D32f p1b = ImageCStoWorldCS(camera_info[c1], o1->p);
520 // The lines are defined by (o1,p1) and (o2, p2).
523 static bool intersection(CvPoint3D32f o1, CvPoint3D32f p1, argument
527 CvPoint3D32f x = o2 - o1;
528 CvPoint3D32f d1 = p1 - o1;
542 r1 = o1 + d1 * t1;

Completed in 395 milliseconds

123