HomeSort by relevance Sort by last modified time
    Searched refs:obj1 (Results 26 - 50 of 53) sorted by null

12 3

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 204 DEREncodable obj1 = getNext(s1); local
207 DERObject o1 = obj1.getDERObject();
ASN1Set.java 224 DEREncodable obj1 = getNext(s1); local
227 DERObject o1 = obj1.getDERObject();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 175 Object obj1 = new Object(); local
177 sb.append(obj1);
180 obj1.toString() + obj2.toString()));
433 Object obj1 = new Object(); local
434 testBuffer.insert(15, obj1);
436 "This is a test " + obj1.toString() + "buffer"));
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 299 * @param obj1 A reference to the first object, or null.
303 * because obj2.equals(obj1) returns true.
305 private static boolean equalsMayBeNull(Object obj1, Object obj2)
307 return (obj2 == obj1)
308 || ((null != obj1) && (null != obj2) && obj2.equals(obj1));
  /external/v8/test/mjsunit/regress/
regress-91517.js 72 obj1 = new Object1();
79 %SetHiddenPrototype(obj2, obj1);
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/
SubjectTest.java 538 private void equalsTest(Object obj1, Object obj2, Object obj3) {
542 if (obj1 == obj2 || obj1 == obj3 || obj2 == obj3) {
547 assertTrue(obj1.equals(obj1));
550 assertTrue(obj1.equals(obj2));
551 assertTrue(obj2.equals(obj1));
554 assertTrue(obj1.equals(obj2));
556 assertTrue(obj1.equals(obj3));
559 assertTrue(obj3.equals(obj1));
1559 Object obj1 = new Object(); local
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 243 Object obj1 = "a"; local
245 assertEquals(-1, coll.compare(obj1, obj2));
  /external/icu4c/test/intltest/
msfmrgts.cpp 226 Formattable obj1 = params[i]; local
228 if(obj1.getType() == Formattable::kString)
229 temp1 = obj1.getString(temp1);
232 switch (obj1.getType()) {
233 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
234 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
235 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
    [all...]
  /external/libxslt/libxslt/
functions.c 353 xmlXPathObjectPtr obj1, obj2; local
379 obj1 = valuePop(ctxt);
389 valuePush(ctxt, xmlXPathObjectCopy(obj1));
425 qname = obj1->stringval;
428 key = xmlStrdup(obj1->stringval);
534 if (obj1 != NULL)
535 xmlXPathFreeObject(obj1);
  /external/v8/test/mjsunit/
array-sort.js 113 var obj1 = { toString: function() { return "b"; } };
115 var a = [ obj2, obj0, obj1 ];
117 assertArrayEquals([ obj0, obj1, obj2 ], a);
  /external/v8/src/
liveobjectlist.cc 984 const HeapObject* obj1 = a->obj_; local
989 return (obj1 > obj2) ? 1 : (obj1 == obj2) ? 0 : -1;
2211 HeapObject* obj1 = NULL; local
    [all...]
liveobjectlist.h 133 static Object* GetPathPrivate(HeapObject* obj1, HeapObject* obj2);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectOutputStreamTest.java 1268 Object obj1; local
    [all...]
SerializationStressTest.java 577 Object obj1 = null; local
581 obj1 = ois.readObject();
588 assertTrue("available caused incorrect reading", FOO.equals(obj1));
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/
tst_qscriptvalueiterator.cpp 499 QScriptValue obj1 = eng.newObject(); local
500 obj1.setProperty("foo", 123);
504 QScriptValueIterator it(obj1);
512 it = obj1;
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 71 // Assigns all keys & values of |obj2| to |obj1|.
  /dalvik/vm/
Debugger.cpp 173 static int registryCompare(const void* obj1, const void* obj2)
175 return (int) obj1 - (int) obj2;
    [all...]
Jni.cpp 1496 Object* obj1 = dvmDecodeIndirectRef(ts.self(), jref1); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /external/v8/test/cctest/
test-api.cc 4989 v8::Handle<v8::Object> obj1 = templ1->GetFunction()->NewInstance(); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 

Completed in 1034 milliseconds

12 3