/external/clang/test/SemaObjC/ |
property-deprecated-warning.m | 76 id useDeprecatedProperty(ProtocolInCategory *obj, id<P> obj2, int flag) { 79 return [obj2 ptarget]; // expected-warning {{'ptarget' is deprecated: first deprecated in iOS 3.0}}
|
arc-bridged-cast.m | 22 id obj2 = (__bridge_transfer NSString*)CFCreateString();
|
/external/v8/test/cctest/ |
test-accessors.cc | 190 "obj2 = {};" 191 "obj2.__proto__ = obj;" 192 "obj2.__defineGetter__('x', function() { return false; });" 193 "obj2.x"); 197 "obj2 = {};" 198 "obj2.__proto__ = obj;" 199 "obj2.__defineSetter__('x', function() { setter_called = true; });" 200 "obj2.x = 42;"
|
/external/v8/test/mjsunit/ |
samevalue.js | 33 var obj2 = {x: 10, y: 11, z: "test"}; 54 assertFalse(natives.SameValue(obj1, obj2));
|
/art/test/MyClassNatives/ |
MyClassNatives.java | 35 static native int getText(long val1, Object obj1, long val2, Object obj2);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2291.js | 31 var obj2 = new Object(); class
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRMapElement.m | 61 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2 63 return [[ANTLRMapElement alloc] initWithObj1:anObj1 Obj2:anObj2]; 107 - (id) initWithObj1:(id)anIndex Obj2:(id)aNode
|
/external/chromium_org/chrome/renderer/extensions/ |
messaging_utils_unittest.cc | 170 "var obj2 = {'b': 'bar'};\n" 172 " [obj1, obj2], true);\n" 176 "AssertTrue(args[2] == obj2);\n"
|
/external/llvm/unittests/ADT/ |
ImmutableSetTest.cpp | 164 MyIter obj2; local 165 S2.foreach<MyIter>(obj2); 167 ASSERT_EQ(3, obj2.counter);
|
/external/zlib/src/msdos/ |
Makefile.msc | 41 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 91 $(ZLIB_LIB): $(OBJ1) $(OBJ2) 94 lib $(ZLIB_LIB) $(OBJ2);
|
Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 95 $(ZLIB_LIB): $(OBJ1) $(OBJ2)
|
Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 80 $(ZLIB_LIB): $(OBJ1) $(OBJ2)
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.html | 618 var obj2 = baseline.data[i]; 621 if (obj.url != obj2.url || 622 obj.iterations != obj2.iterations) { 626 obj.mean -= obj2.mean; 627 obj.stddev -= obj2.stddev; 628 obj.min -= obj2.min; 629 obj.max -= obj2.max; 630 obj.readbps -= obj2.readbps; 631 obj.writebps -= obj2.writebps; 632 obj.readKB -= obj2.readKB [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ObjectTest.java | 26 Object obj2 = new Object(); field in class:ObjectTest 49 assertTrue("Different objects should not be equal", !obj1.equals(obj2)); 82 obj2.hashCode() == obj2.hashCode());
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
DefaultFileComparator.java | 59 * @param obj2 The second file to compare
|
LastModifiedFileComparator.java | 60 * @param obj2 The second file to compare
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetypes.py | 167 def __init__(self, obj1, relo, obj2): 170 self.obj2 = obj2 173 return "Comparison(%r, %r, %r)" % (self.obj1, self.relo, self.obj2) 176 return "%s %s %s" % (nice(self.obj1), string.strip(self.relo), nice(self.obj2)) 181 'obj2': self.obj2}, 190 def __init__(self, obj1, obj2): 191 Comparison.__init__(obj1, self.relo, obj2)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
TestDictionary.m | 47 NSString *obj2 = @"obj102"; 51 [testDict setObject:obj2 forKey:key2];
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Sequence.java | 270 ASN1Encodable obj2 = getNext(s2); local 273 ASN1Primitive o2 = obj2.toASN1Primitive();
|
/external/chromium_org/v8/test/cctest/ |
test-accessors.cc | 258 "obj2 = {};" 259 "obj2.__proto__ = obj;" 260 "obj2.__defineGetter__('x', function() { return false; });" 261 "obj2.x"); 265 "obj2 = {};" 266 "obj2.__proto__ = obj;" 267 "obj2.__defineSetter__('x', function() { setter_called = true; });" 268 "obj2.x = 42;"
|
/external/zlib/src/contrib/delphi/ |
zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 73 $(ZLIB_LIB): $(OBJ1) $(OBJ2)
|
/external/zlib/src/contrib/pascal/ |
zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 73 $(ZLIB_LIB): $(OBJ1) $(OBJ2)
|
/external/zlib/src/win32/ |
Makefile.bor | 28 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 84 $(ZLIB_LIB): $(OBJ1) $(OBJ2) $(OBJA)
|
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 71 // Assigns all keys & values of |obj2| to |obj1|. 72 function extend(obj, obj2) { 73 for (var k in obj2) { 74 obj[k] = obj2[k];
|
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/ |
InvalidationPreferencesTest.java | 93 ObjectId.newInstance(2, "obj2".getBytes()));
|