/external/v8/src/ |
platform-macos.cc | 60 // Manually define these here as weak imports, rather than including execinfo.h. 282 // For some reason the weak linkage doesn't work when building mksnapshot 287 // If weak link to execinfo lib has failed, ie because we are on 10.4, abort.
|
handles.cc | 399 // Wrappers for scripts are kept alive and cached in weak global 402 // collector will call the weak callback on the global handle 407 // Weak reference callbacks are called as if from outside V8. We 435 // Create a new weak global handle and use it to cache the wrapper
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathAPI.java | 221 // because XPathContext is weak in a number of areas... perhaps 274 // because XPathContext is weak in a number of areas... perhaps
|
/external/opencore/codecs_v2/audio/mp3/dec/src/asm/ |
pvmp3_polyphase_filter_window_arm.s | 33 IMPORT ||Lib$$Request$$armlib|| [WEAK] 34 IMPORT ||Lib$$Request$$cpplib|| [WEAK]
|
/external/webkit/WebKit/mac/WebView/ |
WebVideoFullscreenController.mm | 389 // And remove the weak link to the window. 433 // the weak reference to the window ivar that may be destroyed from
|
/frameworks/base/libs/binder/ |
ProcessState.cpp | 218 // are unable to acquire a weak reference on this current one. See comment 248 // are unable to acquire a weak reference on this current one. The
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/ |
pvmp3_polyphase_filter_window_arm.s | 33 IMPORT ||Lib$$Request$$armlib|| [WEAK] 34 IMPORT ||Lib$$Request$$cpplib|| [WEAK]
|
/bionic/libc/arch-sh/include/machine/ |
asm.h | 210 .weak _C_LABEL(alias); \
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoReceiveSmsPermissionTest.java | 56 // admittedly, this is a weak verification
|
/external/freetype/src/autofit/ |
afhints.h | 80 /* candidates for weak interpolation have this flag set */
|
/external/freetype/src/pshinter/ |
pshalgo.h | 68 /* weak points are interpolated according to their strong */
|
/external/guava/src/com/google/common/base/internal/ |
Finalizer.java | 140 * This is for the benefit of phantom references. Weak and soft
|
/external/iproute2/tc/ |
Makefile | 127 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
|
/external/openssl/crypto/des/ |
set_key.c | 112 /* Weak and semi week keys as take from 123 /* weak keys */ 128 /* semi-weak keys */ 329 * return -2 if illegal weak key.
|
/external/stlport/etc/ |
ReleaseNote.txt | 71 * STL safe mode: Now detect badly implemented strict weak ordering functors, assert
|
/external/stlport/src/ |
cxa.c | 194 /* void __cxa_finalize(void *d) __attribute__ ((weak)); */
|
/external/webkit/WebCore/bindings/objc/ |
DOMInternal.mm | 45 // NSMapTable with zeroing weak pointers is the recommended way to build caches like this under garbage collection.
|
/external/webkit/WebCore/bindings/v8/ |
V8DOMMap.h | 70 // A table of wrappers with weak pointers.
|
/external/webkit/WebKit/chromium/src/ |
ChromeClientImpl.h | 145 WebViewImpl* m_webView; // weak pointer
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
scanMngrTypes.h | 89 TI_UINT8 txPowerDbm; /**< Tx Power level of the probe request frame (1: strong power; 5: weak power), at which to transmit */
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
BitmapManager.java | 38 * add() method. A ThreadSet holds (weak) references to the threads, so you
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/ |
bpabi.h | 127 of RTTI comparison, even if the target supports weak symbols,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
output.h | 152 /* Declare DECL to be a weak symbol. */ 154 /* Merge weak status. */ 157 /* Emit any pending weak declarations. */ 336 /* The first weak object in the file. */
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
scanMngrTypes.h | 89 TI_UINT8 txPowerDbm; /**< Tx Power level of the probe request frame (1: strong power; 5: weak power), at which to transmit */
|
/external/elfutils/src/ |
ld.h | 34 defaultextract, /* Weak references don't cause archive member to 36 weakextract, /* Weak references cause archive member to be 311 /* Determine whether we have any non-weak unresolved references left. */ 428 unsigned int weak:1; member in struct:symbol 839 /* Number of truely unresolved, non-weak entries in the list. */
|