Home
last modified time | relevance | path

Searched refs:Defined (Results 1 – 25 of 143) sorted by relevance

123456

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in25 /* Defined if C11 atomics are available. */
28 /* Defined if the equivalent of FreeBSD's atomic(9) functions are available. */
32 * Defined if OSAtomic*() functions are available, as provided by Darwin, and
38 * Defined if __sync_add_and_fetch(uint32_t *, uint32_t) and
46 * Defined if __sync_add_and_fetch(uint64_t *, uint64_t) and
54 * Defined if __builtin_clz() and __builtin_clzl() are available.
59 * Defined if os_unfair_lock_*() functions are available, as provided by Darwin.
64 * Defined if OSSpin*() functions are available, as provided by Darwin, and
69 /* Defined if syscall(2) is usable. */
73 * Defined if secure_getenv(3) is available.
[all …]
/external/libmicrohttpd/m4/
Dlibcurl.m440 AH_TEMPLATE([LIBCURL_FEATURE_SSL],[Defined if libcurl supports SSL])
41 AH_TEMPLATE([LIBCURL_FEATURE_KRB4],[Defined if libcurl supports KRB4])
42 AH_TEMPLATE([LIBCURL_FEATURE_IPV6],[Defined if libcurl supports IPv6])
43 AH_TEMPLATE([LIBCURL_FEATURE_LIBZ],[Defined if libcurl supports libz])
44 AH_TEMPLATE([LIBCURL_FEATURE_ASYNCHDNS],[Defined if libcurl supports AsynchDNS])
45 AH_TEMPLATE([LIBCURL_FEATURE_IDN],[Defined if libcurl supports IDN])
46 AH_TEMPLATE([LIBCURL_FEATURE_SSPI],[Defined if libcurl supports SSPI])
47 AH_TEMPLATE([LIBCURL_FEATURE_NTLM],[Defined if libcurl supports NTLM])
49 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTP],[Defined if libcurl supports HTTP])
50 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTPS],[Defined if libcurl supports HTTPS])
[all …]
/external/curl/docs/libcurl/
Dlibcurl.m461 AH_TEMPLATE([LIBCURL_FEATURE_SSL],[Defined if libcurl supports SSL])
62 AH_TEMPLATE([LIBCURL_FEATURE_KRB4],[Defined if libcurl supports KRB4])
63 AH_TEMPLATE([LIBCURL_FEATURE_IPV6],[Defined if libcurl supports IPv6])
64 AH_TEMPLATE([LIBCURL_FEATURE_LIBZ],[Defined if libcurl supports libz])
65 AH_TEMPLATE([LIBCURL_FEATURE_ASYNCHDNS],[Defined if libcurl supports AsynchDNS])
66 AH_TEMPLATE([LIBCURL_FEATURE_IDN],[Defined if libcurl supports IDN])
67 AH_TEMPLATE([LIBCURL_FEATURE_SSPI],[Defined if libcurl supports SSPI])
68 AH_TEMPLATE([LIBCURL_FEATURE_NTLM],[Defined if libcurl supports NTLM])
70 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTP],[Defined if libcurl supports HTTP])
71 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTPS],[Defined if libcurl supports HTTPS])
[all …]
/external/libmicrohttpd/
DMHD_config.h.in212 /* Defined if libcurl supports AsynchDNS */
215 /* Defined if libcurl supports IDN */
218 /* Defined if libcurl supports IPv6 */
221 /* Defined if libcurl supports KRB4 */
224 /* Defined if libcurl supports libz */
227 /* Defined if libcurl supports NTLM */
230 /* Defined if libcurl supports SSL */
233 /* Defined if libcurl supports SSPI */
236 /* Defined if libcurl supports DICT */
239 /* Defined if libcurl supports FILE */
[all …]
/external/stressapptest/
Dconfigure.ac20 [Defined if the target CPU is x86_64])
24 [Defined if the target CPU is i686])
28 [Defined if the target CPU is PowerPC])
32 [Defined if the target CPU is armv7a])
43 [Defined if the target OS is Linux])
48 [Defined if the target OS is OSX])
53 [Defined if the target OS is BSD based])
58 [Defined if the target OS is BSD based])
/external/jemalloc/include/jemalloc/
Djemalloc_defs.h.in1 /* Defined if __attribute__((...)) syntax is supported. */
4 /* Defined if alloc_size attribute is supported. */
7 /* Defined if format(gnu_printf, ...) attribute is supported. */
10 /* Defined if format(printf, ...) attribute is supported. */
/external/llvm/lib/Object/
DRecordStreamer.cpp22 case Defined: in markDefined()
24 S = Defined; in markDefined()
36 case Defined: in markGlobal()
54 case Defined: in markUsed()
DRecordStreamer.h18 enum State { NeverSeen, Global, GlobalWeak, Defined, DefinedGlobal, Used }; enumerator
/external/libmtp/logs/
Dmtp-detect-sonyericsson-mt27i-android4.txt10 bDeviceClass 0 (Defined at Interface level)
105 bDeviceClass 0 (Defined at Interface level)
123 bDeviceClass 0 (Defined at Interface level)
208 bDeviceClass 0 (Defined at Interface level)
Dmtp-detect-yifang-tesla.txt13 bDeviceClass 0 (Defined at Interface level)
68 bDeviceClass 0 (Defined at Interface level)
Dmtp-detect-asus-me301t.txt14 bDeviceClass 0 (Defined at Interface level)
79 bDeviceClass 0 (Defined at Interface level)
/external/stressapptest/src/
Dstressapptest_config.h.in175 /* Defined if the target CPU is armv7a */
178 /* Defined if the target CPU is i686 */
181 /* Defined if the target CPU is PowerPC */
184 /* Defined if the target CPU is x86_64 */
187 /* Defined if the target OS is BSD based */
190 /* Defined if the target OS is OSX */
193 /* Defined if the target OS is Linux */
/external/icu/icu4c/source/tools/tzcode/
Dicuzones57 ####Link EST America/New_York EST # Defined as -05:00
58 ####Link Pacific/Honolulu HST # Defined as -10:00
64 ####Link America/Denver MST # Defined as -07:00
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp464 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used}; enumerator
477 case Defined: in markDefined()
479 S = Defined; in markDefined()
487 case Defined: in markGlobal()
502 case Defined: in markUsed()
651 else if (Value == RecordStreamer::Defined) in addAsmGlobalSymbols()
/external/clang/include/clang/Lex/
DPPCallbacks.h260 virtual void Defined(const Token &MacroNameTok, const MacroDefinition &MD, in Defined() function
455 void Defined(const Token &MacroNameTok, const MacroDefinition &MD, in Defined() function
457 First->Defined(MacroNameTok, MD, Range); in Defined()
458 Second->Defined(MacroNameTok, MD, Range); in Defined()
/external/strace/xlat/
Dpr_dumpable.in1 /* Defined in include/linux/sched.h */
Ddm_flags.in3 /* Defined in lvm2/libdm/ioctl/libdm-iface.c */
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp328 PRI.Defined = true; in analyzePhysReg()
339 else if (PRI.Defined) in analyzePhysReg()
/external/skia/src/sksl/
DSkSLContext.h155 , fDefined_Expression(new Defined(*fInvalid_Type)) {}
281 class Defined : public Expression {
283 Defined(const Type& type) in Defined() function
/external/clang/include/clang/AST/
DCommentHTMLNamedCharacterReferences.td70 // def : NCR<"Ygrave", 0x01EF2>; // Defined neither in Doxygen, nor in HTML5.
76 def : NCR<"ygrave", 0x01EF3>; // Defined in Doxygen, not defined in HTML5.
/external/python/cpython2/Doc/library/
Ddircache.rst41 Same as :func:`listdir`. Defined for backwards compatibility.
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h175 bool Defined; member
/external/libunwind/
Dconfigure.ac324 [Defined if __builtin___clear_cache() is available])
335 [Defined if __builtin_unreachable() is available])
349 [Defined if __sync atomics are available])
/external/curl/m4/
Dcurl-openssl.m492 dnl [OpenSSL headers configure time API. Defined only by configure script.
239 dnl [OpenSSL library link time API. Defined only by configure script.
/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh441 Defined = 0x0001u, /* All defined flags. */ enumerator
471 (partFlags & PartFlags::Defined); in extract()

123456