/system/core/toolbox/ |
rmmod.c | 22 /* if given /foo/bar/blah.ko, make a weak attempt
|
/dalvik/vm/ |
JniInternal.h | 159 * Decode a local, global, or weak-global reference. 212 * This mask is applied to weak global reference values returned to 217 * To make weak global references easily distinguishable from other kinds 225 * "Obfuscate" a weak global reference pointer. 239 * Returns "true" if this looks like a weak global reference.
|
/bionic/libc/arch-x86/include/machine/ |
asm.h | 86 * WEAK ALIAS: create a weak alias 89 .weak alias; \
|
/ndk/build/platforms/android-5/arch-x86/usr/include/machine/ |
asm.h | 86 * WEAK ALIAS: create a weak alias 89 .weak alias; \
|
/ndk/build/platforms/android-8/arch-x86/usr/include/machine/ |
asm.h | 86 * WEAK ALIAS: create a weak alias 89 .weak alias; \
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
DESKeySpec.java | 37 // DES weak and semi-weak keys 185 * weak or semi-weak. 191 * @return {@code true} if the specified key data is weak or semi-weak.
|
/external/webkit/WebKit/mac/WebView/ |
WebWindowAnimation.h | 41 // Be sure to call setWindow:nil to clear the weak link _window when appropriate 57 // Be sure to call setWindow:nil to clear the weak link _window when appropriate
|
/external/libxml2/ |
threads.c | 57 __attribute((weak)); 59 __attribute((weak)); 62 __attribute((weak)); 65 __attribute((weak)); 67 __attribute((weak)); 69 __attribute((weak)); 71 __attribute((weak)); 73 __attribute((weak)); 75 __attribute((weak)); 77 __attribute((weak)); [all...] |
/external/bluetooth/glib/tests/gobject/ |
references.c | 29 /* This test tests weak and toggle references 173 /* Test basic weak reference operation 184 /* Test two weak references at once 197 /* Test remove weak references
|
/external/elfutils/libebl/ |
eblsymbolbindingname.c | 37 "LOCAL", "GLOBAL", "WEAK"
|
/external/iproute2/genl/ |
Makefile | 35 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
|
/external/webkit/WebCore/html/ |
DataGridColumnList.h | 52 HTMLDataGridElement* m_dataGrid; // Weak reference. Will be nulled out when our tree goes away.
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESKeySpecTest.java | 45 // DES weak and semi-weak keys 101 /* DES not weak or semi-weak keys */ 277 * it returns true on weak or semi-weak keys, and if it returns
|
/bionic/libc/bionic/ |
eabi.c | 43 /* Make this a weak symbol to avoid a multiple definition error when linking 45 int __attribute__((weak))
|
/external/icu4c/common/ |
umutex.h | 42 * By default assume that we are on a machine with a weak memory model, 53 * On CPUs with weak memory models, this must use memory fence instructions
|
/bionic/libc/arch-arm/bionic/ |
exidx_dynamic.c | 40 * libgcc declares __gnu_Unwind_Find_exidx() as a weak symbol, with
|
/external/iproute2/ip/ |
Makefile | 39 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
|
/external/webkit/WebCore/platform/network/curl/ |
FormDataStreamCurl.h | 52 // We can hold a weak reference to our ResourceHandle as it holds a strong reference
|
/frameworks/base/core/java/android/os/ |
Registrant.java | 89 * NOTE: May return null if weak reference has been collected
|
FileObserver.java | 113 WeakReference weak = m_observers.get(wfd); local 114 if (weak != null) { // can happen with lots of events from a dead wfd 115 observer = (FileObserver) weak.get();
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
defaults.h | 171 /* This is how we tell the assembler that a symbol is weak. */ 185 /* This is how we tell the assembler that a symbol is a weak alias to 187 Uses of the former will turn into weak uses of the latter, i.e., 189 and will add it to the symbol table as weak undefined. However, if 249 /* This determines whether or not we support weak symbols. */ 277 /* This determines whether weak symbols must be left out of a static 279 the consequence that certain symbols will not be made weak that 296 /* If the target supports weak symbols, define TARGET_ATTRIBUTE_WEAK to 297 provide a weak attribute. Else define it to nothing. 306 # define TARGET_ATTRIBUTE_WEAK __attribute__ ((weak)) [all...] |
/external/webkit/WebKitTools/WebKitLauncher/ |
main.m | 32 // We need to weak-import posix_spawn and friends as they're not available on Tiger. 34 // functions ourselves with the "weak" attribute. 36 #define WEAK_IMPORT __attribute__((weak))
|
/bionic/libc/kernel/common/linux/ |
module.h | 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); })
|
/external/webkit/WebCore/bindings/objc/ |
DOMInternal.h | 62 // Create an NSMapTable mapping from pointers to ObjC objects held with zeroing weak references.
|
/external/webkit/WebCore/bindings/v8/ |
OwnHandle.h | 59 // Make the underlying handle weak. The client doesn't get a callback,
|