/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
WeakHashMapTest.java | 81 // force a collection of the weak ref'd obj
|
/dalvik/tests/072-precise-gc/src/ |
Main.java | 48 /* stuff them into the weak references array */
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
BasicPoolEntry.java | 49 * A weak reference to <code>this</code> used to detect GC of entries.
|
BasicPoolEntryRef.java | 42 * A weak reference to a {@link BasicPoolEntry BasicPoolEntry}.
|
/external/elfutils/libasm/ |
asm_newabssym.c | 88 fprintf (ctx->out.file, "\t.weak %s\n", name);
|
asm_newsym.c | 85 fprintf (asmscn->ctx->out.file, "\t.weak\t%s\n", name);
|
/external/guava/src/com/google/common/collect/ |
Platform.java | 110 * Configures the given map maker to use weak keys, if possible; does nothing
|
/external/ipsec-tools/src/racoon/ |
safefile.c | 87 "%s has weak file permission\n", path);
|
/external/stlport/test/eh/ |
nc_alloc.h | 80 // Call to begin a strong, weak, or const test. If verbose
|
/external/v8/src/ |
dtoa-config.c | 89 * cannot use the same name (maybe the function does not have weak
|
/external/webkit/WebCore/bindings/v8/ |
V8AbstractEventListener.h | 121 // Indicates if the above handle is weak.
|
V8GCController.cpp | 358 // wrappers non weak if there is pending activity. 393 // GCPrologueVisitor expects to see all handles marked as weak). 419 // Run through all objects with pending activity making their wrappers weak 427 // Check all survivals are weak.
|
V8NPObject.h | 59 // give V8 a weak reference to the wrapper which will cleanup when there are no more JS references to the object.
|
/frameworks/base/libs/utils/ |
RefBase.cpp | 95 LOG_ALWAYS_FATAL_IF(!mRetain && mWeakRefs != NULL, "Weak references remain!"); 141 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this); 360 LOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this); 414 // call the object with only a weak ref) and the implementation
|
/ndk/build/platforms/android-3/arch-arm/usr/include/machine/ |
asm.h | 112 .weak alias; \
|
/ndk/build/platforms/android-4/arch-arm/usr/include/machine/ |
asm.h | 112 .weak alias; \
|
/ndk/build/platforms/android-5/arch-arm/usr/include/machine/ |
asm.h | 112 .weak alias; \
|
/ndk/build/platforms/android-8/arch-arm/usr/include/machine/ |
asm.h | 112 .weak alias; \
|
/external/bison/lib/ |
error.c | 65 Instead make it a weak alias. */ 300 /* Make the weak alias. */
|
/external/kernel-headers/original/asm-x86/ |
unistd_32.h | 365 * What we want is __attribute__((weak,alias("sys_ni_syscall"))), 369 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")
|
/external/webkit/WebKitTools/WebKitLauncher/ |
WebKitNightlyEnabler.m | 119 extern char **_CFGetProcessPath() __attribute__((weak)); 120 extern OSStatus _RegisterApplication(CFDictionaryRef additionalAppInfoRef, ProcessSerialNumber* myPSN) __attribute__((weak));
|
/frameworks/base/media/jni/soundpool/ |
android_media_SoundPool.cpp | 190 // set callback with weak reference 203 // release weak reference
|
/external/webkit/JavaScriptGlue/JavaScriptGlue.xcodeproj/ |
project.pbxproj | 270 5D0D53490E9862A70029E223 /* Check For Weak VTables and Externals */, 315 5D0D53490E9862A70029E223 /* Check For Weak VTables and Externals */ = { 323 name = "Check For Weak VTables and Externals"; 328 shellScript = "if [ -f ../WebKitTools/Scripts/check-for-weak-vtables-and-externals ]; then\n ../WebKitTools/Scripts/check-for-weak-vtables-and-externals || exit $?\nfi";
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
bfdlink.h | 62 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 64 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 107 Weak symbols are not kept on this list. 117 bfd *weak; /* BFD weak symbol was found in. */ 116 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon12816::__anon12817
|
/external/kernel-headers/original/linux/ |
module.h | 173 /* Mark the CRC weak since genksyms apparently decides not to 176 extern void *__crc_##sym __attribute__((weak)); \ 504 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); })
|