/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_device_ops.h | 58 #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/ |
D | static_assert.hpp | 15 #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/ |
D | static_assert.hpp | 15 #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/ |
D | common_type.hpp | 27 #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/ |
D | config.hpp | 66 #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 D | X86DisassemblerDecoderCommon.h | 384 #define TYPES \ macro 468 TYPES enumerator
|
/aosp_15_r20/external/capstone/arch/X86/ |
H A D | X86DisassemblerDecoderCommon.h | 403 #define TYPES \ macro 490 TYPES enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 404 #define TYPES \ macro 442 TYPES enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 411 #define TYPES \ macro 451 TYPES enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | X86DisassemblerDecoderCommon.h | 448 #define TYPES \ macro 486 enum OperandType { TYPES TYPE_max }; enumerator
|
/aosp_15_r20/external/jackson-databind/src/test/java/perf/ |
H A D | ObjectReaderTestBase.java | 78 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/ |
D | X86DisassemblerDecoderCommon.h | 445 #define TYPES \ macro 483 enum OperandType { TYPES TYPE_max }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | X86DisassemblerDecoderCommon.h | 448 #define TYPES \ macro 486 enum OperandType { TYPES TYPE_max }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | X86DisassemblerDecoderCommon.h | 448 #define TYPES \ macro 486 enum OperandType { TYPES TYPE_max }; enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_grad_test_base.py | 39 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 D | matchgen.py | 19 TYPES = { variable
|
/aosp_15_r20/external/emboss/compiler/back_end/cpp/ |
H A D | attributes.py | 28 TYPES = { variable
|
/aosp_15_r20/libcore/dalvik/src/test/java/libcore/org/apache/harmony/dalvik/ddmc/ |
H A D | ChunkHandlerTest.java | 66 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 D | DebugUtilitiesData.java | 24 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 D | DebugUtilitiesData.java | 20 public static final String [] TYPES = { field in DebugUtilitiesData
|
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/item/ |
H A D | DvmLockSampleItem.java | 45 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/ |
D | ShadowAuthenticationHelper.java | 32 static final String[] TYPES = {"type1", "type2", "type3", "type4"}; field in ShadowAuthenticationHelper
|
/aosp_15_r20/external/jackson-core/src/test/java/perf/ |
H A D | ParserTestBase.java | 18 final int TYPES = 2; in test() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/ |
D | AggregateDebugReportData.java | 122 String TYPES = "types"; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/ |
D | decode_fast.h | 92 #define TYPES(card, tagbytes) \ macro
|