/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MemberIdsSection.java | 20 * Member (field or method) refs list section of a {@code .dex} file.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
MemberIdsSection.java | 20 * Member (field or method) refs list section of a {@code .dex} file.
|
/external/chromium/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.h | 50 // Stores strong NSImage refs for icons. If an entry is NULL, it will be
|
/external/clang/lib/ARCMigrate/ |
Transforms.h | 77 void clearRefsIn(Stmt *S, ExprSet &refs); 79 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { 81 clearRefsIn(*begin, refs); 84 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
|
/external/clang/test/Index/ |
cxx-operator-overload.cpp | 23 // RUNx: index-test %t.ast -point-at %s:5:15 -print-refs > %t &&
|
/external/llvm/test/CodeGen/X86/ |
2008-12-02-dagcombine-1.ll | 4 ; a - a should be found and removed, leaving refs to only L and P
|
2008-12-02-dagcombine-2.ll | 4 ; a - a should be found and removed, leaving refs to only L and P
|
2008-12-16-dagcombine-4.ll | 4 ; a - a should be found and removed, leaving refs to only L and P
|
2008-12-22-dagcombine-5.ll | 4 ; -(-a) - a should be found and removed, leaving refs to only L and P
|
2008-12-23-dagcombine-6.ll | 4 ; a - a should be found and removed, leaving refs to only L and P
|
/external/v8/test/mjsunit/ |
debug-return-value.js | 36 if (this.response_.refs) { 37 for (var i = 0; i < this.response_.refs.length; i++) { 38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
|
mirror-object.js | 48 var refs = new MirrorRefCache( 96 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON'); 97 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON'); 99 assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON'); 101 assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON'); 134 var o = refs.lookup(fromJSON.properties[i].ref);
|
debug-referenced-by.js | 107 refs = []; 109 refs[i] = {'y': y};
|
mirror-error.js | 48 var refs = new MirrorRefCache( 73 assertEquals(e.message, refs.lookup(p.ref).value);
|
mirror-regexp.js | 59 var refs = new MirrorRefCache( 98 refs.lookup(fromJSON.properties[i].ref).value,
|
/external/webkit/Source/WebCore/storage/ |
StorageMap.cpp | 107 // Implement copy-on-write semantics here. We're guaranteed that the only refs of StorageMaps belong to Storage objects 108 // so if more than one Storage object refs this map, copy it before mutating it. 147 // Implement copy-on-write semantics here. We're guaranteed that the only refs of StorageMaps belong to Storage objects 148 // so if more than one Storage object refs this map, copy it before mutating it.
|
/frameworks/base/libs/binder/ |
ProcessState.cpp | 175 e.refs = NULL; 195 if (b == NULL || !e->refs->attemptIncWeak(this)) { 198 if (b) e->refs = b->getWeakRefs(); 205 e->refs->decWeak(this); 229 if (b == NULL || !e->refs->attemptIncWeak(this)) { 233 if (b) e->refs = b->getWeakRefs(); 236 e->refs->decWeak(this);
|
/external/chromium/chrome/browser/profiles/ |
off_the_record_profile_io_data.h | 64 // release their refs to their contexts, which will release the last refs to
|
profile_impl_io_data.h | 69 // release their refs to their contexts, which will release the last refs to
|
/dalvik/tests/079-phantom/src/ |
Main.java | 76 * When we return there should be no local refs lurking on the stack.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
CharConversionExceptionTest.java | 28 // Currently, there are no refs to CharConversionException so this is
|
/external/chromium/chrome/browser/ui/gtk/ |
menu_bar_helper.h | 60 // refs to them.
|
/external/chromium/chrome/browser/ui/views/ |
login_view.h | 41 // Non-owning refs to the input text fields.
|
/external/dbus/test/ |
unused-code-gc.py | 15 refs = s[2] 16 for r in refs: 37 refs = s[2] 38 for r in refs:
|
/external/skia/gpu/include/ |
GrResource.h | 49 * attempting to use a resource if it holds refs on resources across
|