Home
last modified time | relevance | path

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

123456

/external/libcxx/utils/google-benchmark/cmake/
DCXXFeatureCheck.cmake23 string(TOUPPER "HAVE_${VAR}" FEATURE)
27 message("-- Performing Test ${FEATURE}")
28 try_run(RUN_${FEATURE} COMPILE_${FEATURE}
32 if(RUN_${FEATURE} EQUAL 0)
33 message("-- Performing Test ${FEATURE} -- success")
37 if(NOT COMPILE_${FEATURE})
38 message("-- Performing Test ${FEATURE} -- failed to compile")
40 message("-- Performing Test ${FEATURE} -- compiled but failed to run")
/external/google-benchmark/cmake/
DCXXFeatureCheck.cmake23 string(TOUPPER "HAVE_${VAR}" FEATURE)
29 message("-- Performing Test ${FEATURE}")
30 try_run(RUN_${FEATURE} COMPILE_${FEATURE}
34 if(RUN_${FEATURE} EQUAL 0)
35 message("-- Performing Test ${FEATURE} -- success")
39 if(NOT COMPILE_${FEATURE})
40 message("-- Performing Test ${FEATURE} -- failed to compile")
42 message("-- Performing Test ${FEATURE} -- compiled but failed to run")
/external/libmtp/
DTODO40 FEATURE fixes:
42 1. FEATURE: Support playback and volume setting on devices that have it.
45 2. FEATURE: Support relevant events. MTP devices seen in existance provide
49 3. FEATURE: Mechanism to retrieve the device icon device property, else if not
53 4. FEATURE: Shared device access so that multiple client applications can have
60 5. FEATURE: Implement an OpenSync backend for devices which have
66 1. FEATURE: Make an API that can return several devices and let the user
95 7. FEATURE: Make abstract playlists really become size -1 when created as
100 8. FEATURE: Integrate libmtp with HAL / D-Bus so applications can dynamically
109 10. FEATURE: program to autoprobe device interfaces on connection.
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java453 if ((DOMResult.FEATURE == name) || (DOMSource.FEATURE == name) in getFeature()
454 || (SAXResult.FEATURE == name) || (SAXSource.FEATURE == name) in getFeature()
455 || (StreamResult.FEATURE == name) in getFeature()
456 || (StreamSource.FEATURE == name) in getFeature()
457 || (SAXTransformerFactory.FEATURE == name) in getFeature()
460 else if ((DOMResult.FEATURE.equals(name)) in getFeature()
461 || (DOMSource.FEATURE.equals(name)) in getFeature()
462 || (SAXResult.FEATURE.equals(name)) in getFeature()
463 || (SAXSource.FEATURE.equals(name)) in getFeature()
464 || (StreamResult.FEATURE.equals(name)) in getFeature()
[all …]
/external/libchrome/base/
Dcompiler_specific.h198 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE) argument
200 #define HAS_FEATURE(FEATURE) 0 argument
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-stacktrace.tc29 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger`
30 if [ -z "$FEATURE" ]; then
Dtrigger-snapshot.tc34 FEATURE=`grep snapshot events/sched/sched_process_fork/trigger`
35 if [ -z "$FEATURE" ]; then
Dtrigger-eventonoff.tc29 FEATURE=`grep enable_event events/sched/sched_process_fork/trigger`
30 if [ -z "$FEATURE" ]; then
/external/e2fsprogs/resize/
Dtest-resize4 FEATURE="-O 64bit"
13 $MKE2FS -F -t ext4 $FEATURE $FS
/external/valgrind/drd/tests/
Dtsan_unittest.cpp137 FEATURE = 1 << 0, enumerator
192 TestAdder(void_func_void_t f, int id, int flags = FEATURE) { in TestAdder()
450 REGISTER_TEST2(Run, 3, FEATURE|NEEDS_ANNOTATIONS);
588 REGISTER_TEST2(Run, 6, FEATURE|NEEDS_ANNOTATIONS);
635 REGISTER_TEST2(Run, 7, FEATURE|NEEDS_ANNOTATIONS);
885 REGISTER_TEST2(Run, 13, FEATURE|NEEDS_ANNOTATIONS);
1019 REGISTER_TEST2(Run, 16, FEATURE|NEEDS_ANNOTATIONS);
1053 REGISTER_TEST2(Run, 17, FEATURE|NEEDS_ANNOTATIONS);
1088 REGISTER_TEST2(Run, 18, FEATURE|NEEDS_ANNOTATIONS);
1121 REGISTER_TEST2(Run, 19, FEATURE|NEEDS_ANNOTATIONS);
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp96 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) macro
254 { LIMIT(sparseAddressSpaceSize), FEATURE(sparseBinding), 0, 0, 0, 0.0f }, in validateFeatureLimits()
255 { LIMIT(maxTessellationGenerationLevel), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
256 { LIMIT(maxTessellationPatchSize), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
257 …{ LIMIT(maxTessellationControlPerVertexInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits()
258 …{ LIMIT(maxTessellationControlPerVertexOutputComponents), FEATURE(tessellationShader), 0, 0, 0, … in validateFeatureLimits()
259 …{ LIMIT(maxTessellationControlPerPatchOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits()
260 …{ LIMIT(maxTessellationControlTotalOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0… in validateFeatureLimits()
261 …{ LIMIT(maxTessellationEvaluationInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f … in validateFeatureLimits()
262 …{ LIMIT(maxTessellationEvaluationOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f… in validateFeatureLimits()
[all …]
/external/syslinux/gpxe/src/net/tcp/
Dhttps.c34 FEATURE ( FEATURE_PROTOCOL, "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 );
/external/syslinux/gpxe/src/arch/i386/image/
Dpxe_image.c36 FEATURE ( FEATURE_IMAGE, "PXE", DHCP_EB_FEATURE_PXE, 1 );
Delfboot.c35 FEATURE ( FEATURE_IMAGE, "ELF", DHCP_EB_FEATURE_ELF, 1 );
Dcomboot.c43 FEATURE ( FEATURE_IMAGE, "COMBOOT", DHCP_EB_FEATURE_COMBOOT, 1 );
/external/mockftpserver/tags/2.4/
DCHANGELOG.txt6 - FEATURE #2466395: Remove log4j dependency. Switch to using SLF4J (http://www.slf4j.org/).
7 - FEATURE #3544349: Return MockFtpServer information as part of connect 220 response.
14 - FEATURE #2996739: Use a dynamically chosen free port number ("ephemeral")for the server control p…
19 - FEATURE #3304849: Add a new readData(int numBytes) to Session
/external/dhcpcd-6.8.2/
Dconfigure132 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
133 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
/external/syslinux/gpxe/src/include/gpxe/
Dfeatures.h95 #define FEATURE( category, text, feature_opt, version ) \ macro
/external/syslinux/gpxe/src/image/
Defi_image.c26 FEATURE ( FEATURE_IMAGE, "EFI", DHCP_EB_FEATURE_EFI, 1 );
/external/mockftpserver/tags/2.5/
DCHANGELOG.txt16 - FEATURE #2466395: Remove log4j dependency. Switch to using SLF4J (http://www.slf4j.org/).
17 - FEATURE #3544349: Return MockFtpServer information as part of connect 220 response.
24 - FEATURE #2996739: Use a dynamically chosen free port number ("ephemeral")for the server control p…
29 - FEATURE #3304849: Add a new readData(int numBytes) to Session
/external/mockftpserver/MockFtpServer/
DCHANGELOG.txt16 - FEATURE #2466395: Remove log4j dependency. Switch to using SLF4J (http://www.slf4j.org/).
17 - FEATURE #3544349: Return MockFtpServer information as part of connect 220 response.
24 - FEATURE #2996739: Use a dynamically chosen free port number ("ephemeral")for the server control p…
29 - FEATURE #3304849: Add a new readData(int numBytes) to Session
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTargetParser.cpp101 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
102 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
105 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
106 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
/external/llvm/lib/Support/
DTargetParser.cpp97 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
98 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
101 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
102 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_file.c39 FEATURE ( FEATURE_MISC, "PXEXT", DHCP_EB_FEATURE_PXE_EXT, 2 );
/external/llvm/include/llvm/Support/
DAArch64TargetParser.def35 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE)

123456