Home
last modified time | relevance | path

Searched refs:FEATURE (Results 1 – 25 of 41) sorted by relevance

12

/third_party/curl/lib/
Dversion.c432 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} macro
442 FEATURE("alt-svc", NULL, CURL_VERSION_ALTSVC),
445 FEATURE("AsynchDNS", NULL, CURL_VERSION_ASYNCHDNS),
448 FEATURE("brotli", NULL, CURL_VERSION_BROTLI),
451 FEATURE("Debug", NULL, CURL_VERSION_DEBUG),
454 FEATURE("gsasl", NULL, CURL_VERSION_GSASL),
457 FEATURE("GSS-API", NULL, CURL_VERSION_GSSAPI),
460 FEATURE("HSTS", NULL, CURL_VERSION_HSTS),
463 FEATURE("HTTP2", NULL, CURL_VERSION_HTTP2),
466 FEATURE("HTTP3", NULL, CURL_VERSION_HTTP3),
[all …]
/third_party/benchmark/cmake/
DCXXFeatureCheck.cmake25 string(TOUPPER "HAVE_${VAR}" FEATURE)
38 if (NOT DEFINED COMPILE_${FEATURE})
40 message(STATUS "Cross-compiling to test ${FEATURE}")
41 try_compile(COMPILE_${FEATURE}
48 if(COMPILE_${FEATURE})
51 set(RUN_${FEATURE} 0 CACHE INTERNAL "")
53 set(RUN_${FEATURE} 1 CACHE INTERNAL "")
56 message(STATUS "Compiling and running to test ${FEATURE}")
57 try_run(RUN_${FEATURE} COMPILE_${FEATURE}
67 if(RUN_${FEATURE} EQUAL 0)
[all …]
/third_party/node/deps/v8/include/cppgc/internal/
Dcompiler-specific.h11 #define CPPGC_HAS_ATTRIBUTE(FEATURE) __has_attribute(FEATURE) argument
13 #define CPPGC_HAS_ATTRIBUTE(FEATURE) 0
17 #define CPPGC_HAS_CPP_ATTRIBUTE(FEATURE) __has_cpp_attribute(FEATURE) argument
19 #define CPPGC_HAS_CPP_ATTRIBUTE(FEATURE) 0
/third_party/jerryscript/jerry-core/
Dconfig.h790 #define ENABLED(FEATURE) ((FEATURE) == 1) argument
791 #define DISABLED(FEATURE) ((FEATURE) != 1) argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp51 #define IS_CORE_FEATURE_AVAILABLE(CHECKED, AVAILABLE, FEATURE) \ argument
52 …if ((CHECKED.FEATURE != DE_FALSE) && (AVAILABLE.FEATURE == DE_FALSE)) { *missingFeature = #FEATURE
119 #define IS_AVAIL(EXT_NAME, FEATURE) \ argument
120 …if (toCheck.FEATURE && !extensionFeatures.FEATURE) { *missingFeature = EXT_NAME #FEATURE; return f…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp51 #define IS_CORE_FEATURE_AVAILABLE(CHECKED, AVAILABLE, FEATURE) \ argument
52 …if ((CHECKED.FEATURE != DE_FALSE) && (AVAILABLE.FEATURE == DE_FALSE)) { *missingFeature = #FEATURE
119 #define IS_AVAIL(EXT_NAME, FEATURE) \ argument
120 …if (toCheck.FEATURE && !extensionFeatures.FEATURE) { *missingFeature = EXT_NAME #FEATURE; return f…
/third_party/rust/crates/regex/
DCHANGELOG.md23 * [FEATURE #832](https://github.com/rust-lang/regex/issues/916):
33 * [FEATURE #832](https://github.com/rust-lang/regex/pull/832):
35 * [FEATURE #857](https://github.com/rust-lang/regex/pull/857):
37 * [FEATURE #861](https://github.com/rust-lang/regex/pull/861):
39 * [FEATURE #877](https://github.com/rust-lang/regex/issues/877):
213 * [FEATURE #649](https://github.com/rust-lang/regex/issues/649):
215 * [FEATURE #687](https://github.com/rust-lang/regex/issues/687):
217 * [FEATURE #689](https://github.com/rust-lang/regex/issues/689):
219 * [FEATURE #715](https://github.com/rust-lang/regex/issues/715):
291 * [FEATURE #653](https://github.com/rust-lang/regex/pull/653):
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAArch64TargetParser.h82 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
83 {NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE},
DARMTargetParser.h70 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
71 {NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE},
DAArch64TargetParser.def50 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE)
DARMTargetParser.def139 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE)
/third_party/node/deps/v8/include/
Dv8config.h324 #define V8_HAS_CPP_ATTRIBUTE(FEATURE) __has_cpp_attribute(FEATURE) argument
326 #define V8_HAS_CPP_ATTRIBUTE(FEATURE) 0 argument
/third_party/rust/crates/minimal-lexical/.github/ISSUE_TEMPLATE/
Dfeature_request.md4 title: "[FEATURE]"
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp105 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) macro
277 { LIMIT(sparseAddressSpaceSize), FEATURE(sparseBinding), 0, 0, 0, 0.0f }, in validateFeatureLimits()
278 { LIMIT(maxTessellationGenerationLevel), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
279 { LIMIT(maxTessellationPatchSize), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
280 …{ LIMIT(maxTessellationControlPerVertexInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits()
281 …{ LIMIT(maxTessellationControlPerVertexOutputComponents), FEATURE(tessellationShader), 0, 0, 0, … in validateFeatureLimits()
282 …{ LIMIT(maxTessellationControlPerPatchOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits()
283 …{ LIMIT(maxTessellationControlTotalOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0… in validateFeatureLimits()
284 …{ LIMIT(maxTessellationEvaluationInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f … in validateFeatureLimits()
285 …{ LIMIT(maxTessellationEvaluationOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f… in validateFeatureLimits()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp105 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) macro
277 { LIMIT(sparseAddressSpaceSize), FEATURE(sparseBinding), 0, 0, 0, 0.0f }, in validateFeatureLimits()
278 { LIMIT(maxTessellationGenerationLevel), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
279 { LIMIT(maxTessellationPatchSize), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
280 …{ LIMIT(maxTessellationControlPerVertexInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits()
281 …{ LIMIT(maxTessellationControlPerVertexOutputComponents), FEATURE(tessellationShader), 0, 0, 0, … in validateFeatureLimits()
282 …{ LIMIT(maxTessellationControlPerPatchOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits()
283 …{ LIMIT(maxTessellationControlTotalOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0… in validateFeatureLimits()
284 …{ LIMIT(maxTessellationEvaluationInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f … in validateFeatureLimits()
285 …{ LIMIT(maxTessellationEvaluationOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f… in validateFeatureLimits()
[all …]
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
DSimpleScan.java43 CapElement e = out.createCapElement(IcuInfo.FEATURE); in addCapability()
DCapScan.java45 Element e = out.createElement(IcuInfo.FEATURE); in addCapability()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAArch64TargetParser.def36 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE)
DARMTargetParser.def119 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE)
/third_party/lame/
DINSTALL.configure110 Some packages pay attention to `--enable-FEATURE' options to
111 `configure', where FEATURE indicates an optional part of the package.
/third_party/node/doc/contributing/
Dadding-new-napi-api.md37 * A feature flag of the form `NODE_API_EXPERIMENTAL_HAS_<FEATURE>` **must**
Dreleases-node-api.md107 Remove any feature flags of the form `NODE_API_EXPERIMENTAL_HAS_<FEATURE>`.
/third_party/skia/third_party/externals/microhttpd/
DINSTALL199 Some packages pay attention to `--enable-FEATURE' options to
200 `configure', where FEATURE indicates an optional part of the package.
/third_party/libinput/doc/user/
Dfaqs.rst199 Can you add a configuration option for $FEATURE?
/third_party/skia/third_party/externals/icu/source/
Dconfigure1439 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1440 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]

12