/dalvik/vm/alloc/ |
MarkSweep.c | 648 /* It's a weak or phantom reference. 832 * One exception: JNI "weak global" references are handled 899 * (Could skip this for JNI weak globals, since we know they've been [all...] |
/external/elfutils/src/ |
nm.c | 80 { "mark-weak", OPT_MARK_WEAK, NULL, 0, N_("Mark weak symbols"), 0 }, 185 /* If nonzero weak symbols are distinguished from global symbols by adding [all...] |
ld.c | 91 Default rules of extracting from archive; weak references are not enough.") }, 93 N_("Weak references cause extraction from archive.") }, 400 whether we have any non-weak unresolved references left. If [all...] |
/external/icu4c/ |
configure.in | 430 AC_ARG_ENABLE(weak-threads, 431 [ --enable-weak-threads weakly reference the threading library [default=no]], 438 *) AC_MSG_ERROR(bad value ${enableval} for --enable-weak-threads) ;; [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
InputStream.java | 54 * <p>Note that this method provides such a weak guarantee that it is not very useful in
|
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
Proxy.java | 182 // Need a weak reference to the class so it can
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
ProcessManager.java | 69 * Map from pid to Process. We keep weak references to the Process objects
|
/external/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 156 * This is for the benefit of phantom references. Weak and soft
|
/external/guava/src/com/google/common/collect/ |
Multimaps.java | 89 * manually updated and they should not use soft, weak, or phantom references. 166 * updated and they should not use soft, weak, or phantom references. 241 * updated and they should not use soft, weak, or phantom references. 315 * updated and they should not use soft, weak, or phantom references. [all...] |
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
FastTimes.c | 114 the application doesn't have to weak-link them, for convenience. */
|
/external/stlport/test/eh/ |
LeakCheck.h | 68 gTestController.SetCurrentTestCategory("weak");
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8InjectedScriptHostCustom.cpp | 74 // Create a weak reference to the v8 wrapper of InspectorBackend to deref
|
/external/webkit/WebCore/loader/ |
FrameLoaderClient.h | 82 // in the class as it results in the vtable being generated as a weak symbol.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
ggc.h | 210 object, and the identifier hash table is treated as a weak
|
/system/core/debuggerd/ |
pr-support.c | 62 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
|
/dalvik/vm/ |
Jni.c | 54 until explicitly released. (There are also weak-global references, 119 Weak-global reference tracking 566 * reference may be local, global, or weak-global. 596 LOGE("weak-global not yet supported\n"); [all...] |
/build/tools/lsd/ |
lsd.c | 303 and is either global or weak. There is an additional case for 438 or weak. If this is the case, then the symbol satisfies
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
LogManager.java | 185 // FIXME: use weak reference to avoid heap memory leak 283 * Note that the {@code LogManager} may only retain weak references to
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
macros_misc.sgml | 558 if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not 576 if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not
|
/external/freetype/src/autofit/ |
afhints.c | 905 /* if this point is candidate to weak interpolation, we */ 1019 * WEAK POINT INTERPOLATION
|
/frameworks/base/libs/utils/ |
Threads.cpp | 709 wp<Thread> weak(strong); 756 strong = weak.promote();
|
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 93 /* Native setup requires a weak reference to our object. 678 * We use a weak reference to the original MediaRecorder object so that the native
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 69 jobject mObject; // Weak ref to MediaPlayer Java object to call on 85 // We use a weak reference so the MediaPlayer object can be garbage collected.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_attrs.xml | 151 two choices: "weak" or "normal". The default value is "normal" for 158 <enum name="weak" value="1" />
|
/external/v8/include/ |
v8.h | 143 * A weak reference callback function. 145 * \param object the weak global object to be reclaimed by the garbage collector 146 * \param parameter the value passed in when making the weak global object 386 * Make the reference to this object weak. When only weak handles 393 /** Clears the weak reference to this object.*/ 402 * Returns true if the handle's reference is weak. [all...] |