Home
last modified time | relevance | path

Searched defs:TYPES (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device_ops.h58 #define REGISTER_XLA_LAUNCH_KERNEL(DEVICE, KERNEL, TYPES) \ argument
65 #define REGISTER_XLA_COMPILE_KERNEL(DEVICE, KERNEL, TYPES) \ argument
74 #define REGISTER_XLA_RUN_KERNEL(DEVICE, KERNEL, TYPES) \ argument
77 #define REGISTER_XLA_DEVICE_KERNELS(DEVICE, TYPES) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/
Dstatic_assert.hpp15 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
18 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
22 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument
26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/example/
Dstatic_assert.hpp15 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
18 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
22 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument
26 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__… argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/example/type_traits/
Dcommon_type.hpp27 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
30 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
34 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) \ argument
40 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_EX_COMMON_TYPE_NAME(_… argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dconfig.hpp66 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
69 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
73 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) \ argument
79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… argument
/aosp_15_r20/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h384 #define TYPES \ macro
468 TYPES enumerator
/aosp_15_r20/external/capstone/arch/X86/
H A DX86DisassemblerDecoderCommon.h403 #define TYPES \ macro
490 TYPES enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h404 #define TYPES \ macro
442 TYPES enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h411 #define TYPES \ macro
451 TYPES enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DX86DisassemblerDecoderCommon.h448 #define TYPES \ macro
486 enum OperandType { TYPES TYPE_max }; enumerator
/aosp_15_r20/external/jackson-databind/src/test/java/perf/
H A DObjectReaderTestBase.java78 final int TYPES = 2; in doTest() local
121 final int TYPES = 2; in doTest() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DX86DisassemblerDecoderCommon.h445 #define TYPES \ macro
483 enum OperandType { TYPES TYPE_max }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DX86DisassemblerDecoderCommon.h448 #define TYPES \ macro
486 enum OperandType { TYPES TYPE_max }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DX86DisassemblerDecoderCommon.h448 #define TYPES \ macro
486 enum OperandType { TYPES TYPE_max }; enumerator
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_grad_test_base.py39 TYPES = [np.float16, np.float32, np.float64, dtypes.bfloat16.as_numpy_dtype] variable in ResizeNearestNeighborOpTestBase
562 TYPES = [np.float32, np.float64] variable in RGBToHSVOpTestBase
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dmatchgen.py19 TYPES = { variable
/aosp_15_r20/external/emboss/compiler/back_end/cpp/
H A Dattributes.py28 TYPES = { variable
/aosp_15_r20/libcore/dalvik/src/test/java/libcore/org/apache/harmony/dalvik/ddmc/
H A DChunkHandlerTest.java66 final int[] TYPES = new int[]{ in wrapChunk_stress() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDebugUtilitiesData.java24 public static final String [] TYPES = { field in DebugUtilitiesData
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DDebugUtilitiesData.java20 public static final String [] TYPES = { field in DebugUtilitiesData
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/item/
H A DDvmLockSampleItem.java45 private static final Map<String, Class<?>> TYPES = Map.of( field in DvmLockSampleItem
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowAuthenticationHelper.java32 static final String[] TYPES = {"type1", "type2", "type3", "type4"}; field in ShadowAuthenticationHelper
/aosp_15_r20/external/jackson-core/src/test/java/perf/
H A DParserTestBase.java18 final int TYPES = 2; in test() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateDebugReportData.java122 String TYPES = "types"; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Ddecode_fast.h92 #define TYPES(card, tagbytes) \ macro

12345678910>>...19