HomeSort by relevance Sort by last modified time
    Searched full:weak (Results 126 - 150 of 496) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bluetooth/glib/gobject/
gobject.c 321 quark_weak_refs = g_quark_from_static_string ("GObject-weak-references");
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 276 // because XPathContext is weak in a number of areas... perhaps
326 // because XPathContext is weak in a number of areas... perhaps
  /external/kernel-headers/original/asm-arm/
unistd.h 578 * What we want is __attribute__((weak,alias("sys_ni_syscall"))),
581 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")
  /external/opencore/codecs_v2/audio/mp3/dec/src/asm/
pvmp3_mdct_18_arm.s 33 IMPORT ||Lib$$Request$$armlib|| [WEAK]
34 IMPORT ||Lib$$Request$$cpplib|| [WEAK]
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 1227 jweak weak = m_instance->instance(); local
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 61 jobject mCameraJObjectWeak; // weak reference to java object
314 // We use a weak reference so the Camera object can be garbage collected.
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 69 jobject mObject; // Weak ref to MediaRecorder Java object to call on
85 // We use a weak reference so the MediaRecorder object can be garbage collected.
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_mdct_18_arm.s 33 IMPORT ||Lib$$Request$$armlib|| [WEAK]
34 IMPORT ||Lib$$Request$$cpplib|| [WEAK]
  /bionic/libc/netbsd/net/
reentrant.h 85 * default, weak-aliased to no-op functions in thread-stub/thread-stub.c
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
package-info.java 106 * which has limited applicability. On some platforms, the weak version
  /dalvik/vm/alloc/
Heap.c 744 /* Since weak and soft references are always cleared,
945 LOGD_HEAP("Handling weak references...");
949 /* Once all weak-reachable objects have been taken
974 //TODO: take care of JNI weak global references
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 114 * using this loader as a weak key.
  /external/webkit/WebCore/bindings/v8/
DOMDataStore.cpp 55 // Handles from DOM objects to JS wrappers are always weak,
  /frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd 103 their life cycle, use a static inner class and make a weak reference to
  /external/guava/javadoc/com/google/common/base/
FinalizableWeakReference.html 109 Weak reference with a <code>finalizeReferent()</code> method which a background
140 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new finalizable weak reference.</TD>
199 <DD>Constructs a new finalizable weak reference.
  /external/openssl/crypto/des/
VERSION 1 Fixed the weak key values which were wrong :-(
28 when checking for weak keys which is wrong :-(, pointed out by
311 generated a weak key.
  /external/svox/pico/tts/
svox_ssml_parser.cpp 308 strcpy(time, SSML_BREAK_WEAK); /* if no time or strength attributes are specified, default to weak break */
827 else if (strcmp(value, "x-weak") == 0)
837 else if (strcmp(value, "weak") == 0)
  /external/v8/test/cctest/
test-heap.cc 344 // Scavenge treats weak pointers as normal roots.
411 // Scanvenge does not recognize weak reference.
416 // Mark-compact treats weak reference properly.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
elfos.h 68 /* Handle #pragma weak and #pragma pack. */
243 /* This is how we tell the assembler that a symbol is weak. */
248 fputs ("\t.weak\t", (FILE)); \
  /system/core/debuggerd/
unwind-arm.c 42 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
43 bool __attribute__((weak)) __cxa_begin_cleanup(_Unwind_Control_Block *ucbp);
44 bool __attribute__((weak)) __cxa_type_match(_Unwind_Control_Block *ucbp,
  /bionic/linker/
linker.c 409 /* only concern ourselves with global and weak symbol definitions */
451 * Notes on weak symbols:
452 * The ELF specs are ambigious about treatment of weak definitions in
454 * and some the first non-weak definition. This is system dependent.
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 163 * Hashtable implementation using weak references to be substituted.
170 /** Name used to load the weak hashtable implementation by names */
305 * supports "weak references", allowing a custom Hashtable class
306 * to be used which uses only weak references to its keys. Using weak
308 * not all). Version 1.1 of Java does not support weak references, so we
    [all...]
  /external/guava/javadoc/com/google/common/collect/
MapMaker.html 105 features: <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref">soft</A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">weak</A> keys, soft or weak values, timed expiration, and on-demand
126 uses soft or weak references can give unpredictable results.
385 to determine equality of weak keys, which may not behave as you expect.
430 <p>Weak values will be garbage collected once they are weakly
435 to determine equality of weak values. This will notably impact
    [all...]
  /external/qemu/
vnc-android.c     [all...]
vnc.c     [all...]

Completed in 112 milliseconds

1 2 3 4 56 7 8 91011>>