Searched refs:weak (Results 126 - 150 of 225) sorted by relevance

123456789

/external/iproute2/tc/
H A DMakefile184 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
/external/libcxx/src/
H A Dthread.cpp32 #pragma weak pthread_create // Do not create libpthread dependency
/external/llvm/lib/Fuzzer/afl/
H A Dafl_driver.cpp87 __attribute__((weak)) int LLVMFuzzerInitialize(int *argc, char ***argv);
/external/skia/third_party/lua/src/
H A Dlstate.h133 GCObject *weak; /* list of tables with weak values */ member in struct:global_State
134 GCObject *ephemeron; /* list of ephemeron tables (weak keys) */
135 GCObject *allweak; /* list of all-weak tables */
/external/syslinux/com32/lua/src/
H A Dlstate.h133 GCObject *weak; /* list of tables with weak values */ member in struct:global_State
134 GCObject *ephemeron; /* list of ephemeron tables (weak keys) */
135 GCObject *allweak; /* list of all-weak tables */
/external/syslinux/efi32/include/efi/ia32/
H A Defibind.h253 ) __attribute__((weak, \
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
H A Defibind.h253 ) __attribute__((weak, \
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
H A Defibind.h201 ) __attribute__((weak, \
/external/v8/
H A DAndroid.v8gen.mk19 src/js/weak-collection.js \
/external/syslinux/gpxe/src/arch/i386/transitions/
H A Dlibrm.S153 .weak idt_init
243 .weak idtr
/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel.cc1069 // Do not prune connections if the current best connection is weak on this
1071 if (!premier || premier->weak()) {
1151 bool P2PTransportChannel::weak() const { function in class:cricket::P2PTransportChannel
1152 return !best_connection_ || best_connection_->weak();
1199 // switch to weak ping delay.
1200 int ping_delay = weak() ? weak_ping_delay_ : STRONG_PING_DELAY;
1238 if (weak()) {
1343 if (!connection->weak()) {
H A Dp2ptransportchannel.h190 // A transport channel is weak if the current best connection is either
192 bool weak() const;
/external/libchrome/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h63 # define DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK __attribute__((weak))
67 # error weak annotations are not supported for your compiler
/external/boringssl/src/crypto/
H A Dcpu-arm-linux.c44 /* |getauxval| is not available on Android until API level 20. Link it as a weak
46 unsigned long getauxval(unsigned long type) __attribute__((weak));
/external/compiler-rt/lib/interception/
H A Dinterception.h75 // prefix, and then make actual interceptors weak aliases to __interceptor_
136 // FreeBSD's dynamic linker (incompliantly) gives non-weak symbols higher
137 // priority than weak ones so weak aliases won't work for indirect calls
148 __attribute__((weak, alias("__interceptor_" #func), visibility("default")));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h32 # define SANITIZER_WEAK_ATTRIBUTE __attribute__((weak))
/external/llvm/include/llvm/Support/
H A DCompiler.h152 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c210 rs->prim.weak = 0;
/external/mesa3d/src/mesa/vbo/
H A Dvbo.h51 GLuint weak:1; member in struct:_mesa_prim
H A Dvbo_save_api.c565 GLboolean weak; local
575 weak = save->prim[i].weak;
585 save->prim[0].weak = weak;
1048 save->prim[i].weak = (mode & VBO_SAVE_PRIM_WEAK) ? 1 : 0;
1632 prim->weak ? " (weak)" : "",
/external/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp170 * However, there is no such call and as of Fc 2.11.0 even FcPatternEquals ignores the weak bit.
171 * Currently, the only reliable way of finding the weak bit is by its effect on matching.
172 * The weak bit only affects the matching of FC_FAMILY and FC_POSTSCRIPT_NAME object values.
173 * A element with the weak bit is scored after FC_LANG, without the weak bit is scored before.
174 * Note that the weak bit is stored on the element, not on the value it holds.
213 SkAutoFcPattern weak; local
214 FcPatternAddString(weak, object, (const FcChar8*)"nomatchstring");
215 FcPatternAddLangSet(weak, FC_LANG, weakLangSet);
218 FcFontSetAdd(fontSet, weak
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h154 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
/external/vboot_reference/utility/
H A Dcrossystem.c15 * Call arch specific init, if provided, otherwise use the 'weak' stub.
18 int VbArchInit(void) __attribute__((weak, alias("__VbArchInit")));
/external/llvm/utils/vim/syntax/
H A Dllvm.vim147 \ weak
/external/swiftshader/third_party/LLVM/utils/vim/
H A Dllvm.vim45 syn keyword llvmKeyword linkonce linkonce_odr weak weak_odr appending

Completed in 707 milliseconds

123456789