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

1 2

  /external/v8/test/mjsunit/regress/
regress-780423.js 35 var o1 = Class.create(); variable
38 assertTrue(o1 !== o2, "different functions");
39 assertTrue(o1.prototype !== o2.prototype, "different protos");
regress-crbug-3867.js 69 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/
proto.js 28 var o1 = { x: 12 };
33 assertTrue(o1.__proto__ === o2.__proto__);
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 69 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/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 202 DERObject o1 = ((DEREncodable)s1.nextElement()).getDERObject(); local
205 if (o1 == o2 || (o1 != null && o1.equals(o2)))
ASN1Set.java 221 DERObject o1 = ((DEREncodable)s1.nextElement()).getDERObject(); local
224 if (o1 == o2 || (o1 != null && o1.equals(o2)))
  /libcore/luni/src/test/java/tests/api/java/io/
ComputeSerialVersionUIDTest.java 25 SerializationTestClass.TestClassName1 o1 = (SerializationTestClass.TestClassName1) ois local
49 SerializationTestClass.TestIntefaces o1 = (SerializationTestClass.TestIntefaces) ois local
87 SerializationTestClass.TestFieldsNone o1 = (SerializationTestClass.TestFieldsNone) ois local
131 SerializationTestClass.TestConstructorNone o1 = (SerializationTestClass.TestConstructorNone) ois local
159 SerializationTestClass.TestMehodPrivate o1 = (SerializationTestClass.TestMehodPrivate) ois local
  /external/v8/test/cctest/
test-heap-profiler.cc 154 // o1 <- Function
155 JSObjectsCluster o1 = local
174 CHECK_EQ(coarser.GetCoarseEquivalent(o1), coarser.GetCoarseEquivalent(o2));
176 CHECK_NE(coarser.GetCoarseEquivalent(o1), coarser.GetCoarseEquivalent(o3));
191 // o1 <- Function
192 JSObjectsCluster o1 = local
207 CHECK_EQ(coarser.GetCoarseEquivalent(o1), coarser.GetCoarseEquivalent(o2));
277 // <- o1 <-
282 // we expect that coarser will deduce equivalences: p ~ q ~ r, o1 ~ o2;
286 JSObjectsCluster o1 local
    [all...]
test-debug.cc 3581 v8::Handle<v8::Object> o1 = t1->GetFunction()->NewInstance(); local
    [all...]
test-api.cc 5194 Local<v8::Object> o1 = t1->GetFunction()->NewInstance(); local
5238 Local<v8::Object> o1 = t1->GetFunction()->NewInstance(); local
5267 CHECK_EQ(v8::Handle<v8::Object>::Cast(proto0), o1); local
5286 Local<v8::Object> o1 = t->GetFunction()->NewInstance(); local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedHashSetTest.java 402 Object[] o1 = new Object[lhs.size()]; local
404 lhs.toArray(o1);
405 for (int i = 0; i < o1.length; i++) {
406 assertTrue(lhs.contains(o1[i]));
  /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)) {
792 int o1 = i, o2 = 0; local
794 && value[++o1] == subString.charAt(o2)) {
String.java 77 * @param o1
87 public int compare(String o1, String o2) {
88 return o1.compareToIgnoreCase(o2);
724 int o1 = offset, o2 = string.offset, result; local
727 while (o1 < end) {
728 if ((result = value[o1++] - target[o2++]) != 0) {
756 int o1 = offset, o2 = string.offset, result; local
760 while (o1 < end) {
761 if ((c1 = value[o1++]) == (c2 = target[o2++])) {
870 int o1 = offset, o2 = s.offset local
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/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 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.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 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 3249 milliseconds

1 2