/external/rust/android-crates-io/crates/mls-rs-codec/tests/ |
D | macro_usage.rs | 17 struct TestType { struct 18 field_a: u8, 19 field_b: Vec<u8>, 20 field_c: u16, 21 field_d: Option<Vec<u8>>, 22 field_e: u32, 23 field_f: Option<u16>, 24 field_g: Vec<TestTupleStruct>, 25 field_h: TestFieldStruct,
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 168 struct TestType { in test_noexcept() struct 169 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() function 170 TestType(int, int, int) noexcept(false) {} in test_noexcept() function 171 TestType(long, long, long) noexcept {} in test_noexcept() function
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 158 struct TestType { in test_noexcept() struct 159 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() function 160 TestType(int, int, int) noexcept(false) {} in test_noexcept() function 161 TestType(long, long, long) noexcept {} in test_noexcept() function
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 158 struct TestType { in test_noexcept() struct 159 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() argument 160 TestType(int, int, int) noexcept(false) {} in test_noexcept() argument 161 TestType(long, long, long) noexcept {} in test_noexcept() argument
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_enqueue_api.cpp | 121 struct TestType { in test_svm_enqueue_api() struct 122 allocationTypes srcAlloc; in test_svm_enqueue_api() 123 allocationTypes dstAlloc; in test_svm_enqueue_api() 124 TestType(allocationTypes type1, allocationTypes type2): srcAlloc(type1), dstAlloc(type2){} in test_svm_enqueue_api() argument
|
/external/pytorch/tools/code_coverage/package/oss/ |
D | utils.py | 10 def get_oss_binary_folder(test_type: TestType) -> str: 27 def get_oss_binary_file(test_name: str, test_type: TestType) -> str:
|
/external/cronet/tot/third_party/libc++/src/test/support/ |
D | archetypes.h | 274 using TestType = AllCtors; variable 297 using TestType = AllCtors; variable 318 using TestType = AllCtors; variable 341 using TestType = AllCtors; variable 363 using TestType = AllCtors; variable 385 using TestType = AllCtors; variable
|
/external/cronet/stable/third_party/libc++/src/test/support/ |
D | archetypes.h | 274 using TestType = AllCtors; variable 297 using TestType = AllCtors; variable 318 using TestType = AllCtors; variable 341 using TestType = AllCtors; variable 363 using TestType = AllCtors; variable 385 using TestType = AllCtors; variable
|
/external/pytorch/tools/code_coverage/package/util/ |
D | setting.py | 26 class TestType(Enum): class 38 self, name: str, target_pattern: str, test_set: str, test_type: TestType
|
/external/libcxx/test/support/ |
D | archetypes.hpp | 265 using TestType = AllCtors; typedef 288 using TestType = AllCtors; typedef 309 using TestType = AllCtors; typedef 332 using TestType = AllCtors; typedef 354 using TestType = AllCtors; typedef 376 using TestType = AllCtors; typedef
|
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
D | const_correctness.fail.cpp | 21 struct TestType {}; struct
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/ |
D | const_correctness.verify.cpp | 27 struct TestType {}; struct
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/ |
D | const_correctness.verify.cpp | 27 struct TestType {}; struct
|
/external/cronet/stable/base/types/ |
D | variant_util_unittest.cc | 14 using TestType = absl::variant<bool, int, double>; in TEST() typedef
|
/external/skia/tests/ |
D | TestType.h | 17 enum class TestType : uint8_t { kCPU, kCPUSerial, kGanesh, kGraphite }; enum
|
/external/cronet/tot/base/types/ |
D | variant_util_unittest.cc | 14 using TestType = absl::variant<bool, int, double>; in TEST() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | comparisons.pass.cpp | 42 typedef std::pair<path, path> TestType; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | comparisons.pass.cpp | 42 typedef std::pair<path, path> TestType; in main() typedef
|
/external/pytorch/tools/code_coverage/package/tool/ |
D | gcc_coverage.py | 21 def run_target(binary_file: str, test_type: TestType) -> None:
|
/external/rust/android-crates-io/crates/displaydoc/tests/no_std/ |
D | multi_line.rs | 24 enum TestType { enum
|
D | enum_prefix_missing.rs | 24 enum TestType { enum
|
D | multi_line_allow.rs | 25 enum TestType { enum
|
/external/rust/android-crates-io/crates/displaydoc/tests/std/ |
D | multi_line.rs | 24 enum TestType { enum
|
D | enum_prefix.rs | 25 enum TestType { enum
|
D | multi_line_allow.rs | 25 enum TestType { enum
|