/dalvik/tests/072-precise-gc/ |
expected.txt | 1 Valid refs: 0
|
/external/valgrind/main/callgrind/tests/ |
clreq.stderr.exp | 6 I refs:
|
threads.stderr.exp | 6 I refs:
|
notpower2-hwpref.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
notpower2-use.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
notpower2-wb.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
notpower2.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
simwork1.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
simwork2.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
simwork3.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
threads-use.stderr.exp | 6 I refs: 12 D refs: 18 LL refs:
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
.gitignore | 2 manpage.refs
|
/external/valgrind/main/cachegrind/tests/ |
chdir.stderr.exp | 3 I refs: 9 D refs: 15 LL refs:
|
dlclose.stderr.exp | 3 I refs: 9 D refs: 15 LL refs:
|
notpower2.stderr.exp | 3 I refs: 9 D refs: 15 LL refs:
|
wrap5.stderr.exp | 3 I refs: 9 D refs: 15 LL refs:
|
/external/valgrind/main/cachegrind/tests/x86/ |
fpu-28-108.stderr.exp | 3 I refs: 9 D refs: 15 LL refs:
|
/external/clang/test/CodeGen/ |
pragma-pack-1.c | 7 } refs; variable in typeref:struct:ref
|
/external/llvm/test/CodeGen/CBackend/ |
2002-08-19-ConstPointerRef.ll | 3 ; Test const pointer refs & forward references
|
/libcore/luni/src/test/java/libcore/util/ |
CollectionUtilsTest.java | 31 List<Reference<String>> refs = new ArrayList<Reference<String>>(); local 32 refs.add(newLiteralReference("a")); 33 refs.add(newLiteralReference("b")); 34 refs.add(newLiteralReference("c")); 35 refs.add(newLiteralReference("d")); 36 refs.add(newLiteralReference("e")); 38 Iterable<String> strings = CollectionUtils.dereferenceIterable(refs, true); 41 refs.get(1).clear(); // b 43 assertEquals(4, refs.size()); 48 assertEquals(3, refs.size()) [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
HeapTest.java | 49 private static void makeRefs(Object objects[], SoftReference<Object> refs[]) { 52 refs[i] = new SoftReference<Object>(objects[i]); 56 private static <T> int checkRefs(SoftReference<T> refs[], int last) { 59 for (i = 0; i < refs.length; i++) { 60 Object o = refs[i].get(); 81 private static <T> void checkRefs(T objects[], SoftReference<T> refs[]) { 85 if (refs[i].get() != objects[i]) { 90 throw new RuntimeException("Test failed: soft refs not cleared"); 99 SoftReference<Object> refs[] = new SoftReference[objects.length]; local 104 makeRefs(objects, refs); 142 SoftReference<Object> refs[] = new SoftReference[objects.length]; local 203 WeakReference<Object> refs[] = new WeakReference[objects.length]; local 315 PhantomReference<Object> refs[] = new PhantomReference[objects.length]; local 372 WeakReference<FinalizableObject> refs[] = new WeakReference[objects.length]; local [all...] |
/frameworks/base/libs/utils/ |
RefBase.cpp | 103 ref_entry* refs = mStrongRefs; local 104 while (refs) { 105 char inc = refs->ref >= 0 ? '+' : '-'; 106 LOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); 108 refs->stack.dump(); 110 refs = refs->next; 121 ref_entry* refs = mWeakRefs; local 122 while (refs) { 330 weakref_impl* const refs = mRefs; local 349 weakref_impl* const refs = mRefs; local 367 weakref_impl* const refs = mRefs; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
irel_ma.c | 49 struct ext2_inode_reference *refs; member in struct:inode_reference_entry 161 * If max_refs has changed, reallocate the refs array 164 if (ref_ent->refs && ent->max_refs != 169 retval = ext2fs_resize_mem(old_size, size, &ref_ent->refs); 252 if (ref_ent->refs == 0) { 256 sizeof(struct ext2_inode_reference), &ref_ent->refs); 259 memset(ref_ent->refs, 0, size); 266 ref_ent->refs[(unsigned) ref_ent->num++] = *ref; 294 if ((ref_ent->refs == NULL) || 300 *ref = ref_ent->refs[ma->ref_iter++] [all...] |
/dalvik/vm/ |
ReferenceTable.cpp | 251 void dvmDumpReferenceTableContents(Object* const* refs, size_t count, 254 LOGW("%s reference table (%p) dump:", descr, refs); 269 const Object* ref = refs[idx]; 316 memcpy(tableCopy, refs, sizeof(Object*) * count); 318 refs = tableCopy; // use sorted list 321 while (count > 0 && refs[count-1] == NULL) { 324 while (count > 0 && refs[count-1] == kClearedJniWeakGlobal) { 338 elems = getElementCount(refs[idx-1]); 340 if (refs[idx] == refs[idx-1]) [all...] |
/external/bluetooth/glib/tests/markups/ |
expected-1 | 7 TEXT 'Hi & this is some text inside an element Two 'E' chars as character refs: E E and some 'J': J J'
|