HomeSort by relevance Sort by last modified time
    Searched defs:o2 (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/test/mjsunit/
proto.js 30 var o2 = { x: 12, y: 13 };
31 delete o2.x; // normalize
33 assertTrue(o1.__proto__ === o2.__proto__);
  /external/v8/test/mjsunit/regress/
regress-780423.js 36 var o2 = Class.create(); variable
38 assertTrue(o1 !== o2, "different functions");
39 assertTrue(o1.prototype !== o2.prototype, "different protos");
regress-crbug-3867.js 74 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/v8/test/mjsunit/bugs/
bug-1344252.js 70 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/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 203 DERObject o2 = ((DEREncodable)s2.nextElement()).getDERObject(); local
205 if (o1 == o2 || (o1 != null && o1.equals(o2)))
ASN1Set.java 222 DERObject o2 = ((DEREncodable)s2.nextElement()).getDERObject(); local
224 if (o1 == o2 || (o1 != null && o1.equals(o2)))
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-2.js 9 var o2 = { a: 1 };
10 var v2 = o2;
12 shouldBe("o2.a", "2");
  /libcore/luni/src/test/java/tests/api/java/io/
ComputeSerialVersionUIDTest.java 27 SerializationTestClass.TestClassName2T_T$T o2 = (SerializationTestClass.TestClassName2T_T$T) ois local
51 SerializationTestClass.TestIntefacesA o2 = (SerializationTestClass.TestIntefacesA) ois local
89 SerializationTestClass.TestFieldsOneFinal o2 = (SerializationTestClass.TestFieldsOneFinal) ois local
133 SerializationTestClass.TestConstructorOne o2 = (SerializationTestClass.TestConstructorOne) ois local
161 SerializationTestClass.TestMethodAbstract o2 = (SerializationTestClass.TestMethodAbstract) ois local
  /external/v8/test/cctest/
test-heap-profiler.cc 157 // o2 <- Function
158 JSObjectsCluster o2 = local
174 CHECK_EQ(coarser.GetCoarseEquivalent(o1), coarser.GetCoarseEquivalent(o2));
197 // o2 <- Function
198 JSObjectsCluster o2 = local
207 CHECK_EQ(coarser.GetCoarseEquivalent(o1), coarser.GetCoarseEquivalent(o2));
279 // <- o2 <-
282 // we expect that coarser will deduce equivalences: p ~ q ~ r, o1 ~ o2;
288 JSObjectsCluster o2 = local
294 AddHeapObjectToTree(&tree, i::Heap::Object_symbol(), 0x310, &o1, &o2);
    [all...]
test-debug.cc 3583 v8::Handle<v8::Object> o2 = t2->GetFunction()->NewInstance(); local
    [all...]
test-api.cc 5195 Local<v8::Object> o2 = t2->GetFunction()->NewInstance(); local
5239 Local<v8::Object> o2 = t2->GetFunction()->NewInstance(); local
5271 CHECK_EQ(v8::Handle<v8::Object>::Cast(proto1), o2); local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedHashSetTest.java 403 Object[] o2 = new Double[lhs.size()]; local
417 lhs.toArray(o2);
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 725 int o1 = i, o2 = 0; local
726 while (++o2 < subCount && value[++o1] == subString.charAt(o2)) {
729 if (o2 == subCount) {
792 int o1 = i, o2 = 0; local
793 while (++o2 < subCount
794 && value[++o1] == subString.charAt(o2)) {
797 if (o2 == subCount) {
String.java 79 * @param o2
87 public int compare(String o1, String o2) {
88 return o1.compareToIgnoreCase(o2);
724 int o1 = offset, o2 = string.offset, result; local
728 if ((result = value[o1++] - target[o2++]) != 0) {
756 int o1 = offset, o2 = string.offset, result; local
761 if ((c1 = value[o1++]) == (c2 = target[o2++])) {
870 int o1 = offset, o2 = s.offset; local
874 if (value1[o1 + i] != value2[o2 + i]) {
901 int o1 = offset, o2 = string.offset; local
1160 int o1 = offset + i, o2 = subOffset; local
1209 int o1 = offset + i, o2 = subOffset; local
1361 int o1 = offset + i, o2 = subOffset; local
1416 int o1 = offset + thisStart, o2 = string.offset + start; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
DateMath.cpp 788 long o2; local
789 if (!parseLong(dateString, &newPosStr, 10, &o2))
792 offset = (o * 60 + o2) * sgn;
  /external/elfcopy/
elfcopy.c 2863 GElf_Off o1, o2; local
2909 GElf_Off o1, o2; local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /system/core/libacc/
acc.cpp 3118 void o2(int n) { function in class:acc::Compiler::X86CodeGenerator
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /external/emma/lib/
emma.jar 

Completed in 583 milliseconds

1 2