Home
last modified time | relevance | path

Searched defs:FEATURE (Results 1 – 22 of 22) sorted by relevance

/external/opencensus-java/contrib/agent/src/test/java/io/opencensus/contrib/agent/instrumentation/
DUrlInstrumentationTest.java36 private static final String FEATURE = "trace.java.net.URL.getContent"; field in UrlInstrumentationTest
DThreadInstrumentationTest.java36 private static final String FEATURE = "context-propagation.thread"; field in ThreadInstrumentationTest
DExecutorInstrumentationTest.java36 private static final String FEATURE = "context-propagation.executor"; field in ExecutorInstrumentationTest
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Dcompiler_specific.h48 #define PA_HAS_FEATURE(FEATURE) __has_feature(FEATURE) argument
50 #define PA_HAS_FEATURE(FEATURE) 0 argument
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Dcompiler_specific.h48 #define PA_HAS_FEATURE(FEATURE) __has_feature(FEATURE) argument
50 #define PA_HAS_FEATURE(FEATURE) 0 argument
/external/libchrome/base/
Dcompiler_specific.h224 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE) argument
226 #define HAS_FEATURE(FEATURE) 0 argument
/external/cronet/tot/base/
Dcompiler_specific.h42 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE) argument
44 #define HAS_FEATURE(FEATURE) 0 argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp51 #define IS_CORE_FEATURE_AVAILABLE(CHECKED, AVAILABLE, FEATURE) \ argument
122 #define IS_AVAIL(EXT_NAME, FEATURE) \ argument
/external/cronet/stable/base/
Dcompiler_specific.h42 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE) argument
44 #define HAS_FEATURE(FEATURE) 0 argument
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_metrics.proto8 FEATURE = 1; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAArch64TargetParser.h82 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
DARMTargetParser.h70 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
/external/curl/lib/
Dversion.c453 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} macro
/external/llvm/unittests/Support/
DTargetParserTest.cpp26 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) ID, argument
32 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) ID, argument
/external/llvm/lib/Support/
DTargetParser.cpp101 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
105 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
DCSKYTargetParser.h128 #define CSKY_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
DARMTargetParser.h80 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
/external/trusty/arm-trusted-firmware/plat/imx/imx8ulp/upower/
Dupmu.h21 vuint32_t FEATURE : 16; member
/external/clang/lib/Basic/
DTargets.cpp2136 #define TARGET_BUILTIN(ID, TYPE, ATTRS, FEATURE) \ argument
2254 #define TARGET_BUILTIN(ID, TYPE, ATTRS, FEATURE) \ argument
6851 #define TARGET_BUILTIN(ID, TYPE, ATTRS, FEATURE) \ argument
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1157 #define FEATURE(x) \ macro
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp763 #define REQUIRE(FEATURE) \ in checkSupport() argument
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp108 #define FEATURE(_X_) offsetof(VkPhysicalDeviceFeatures, _X_) macro