Home
last modified time | relevance | path

Searched defs:TestType (Results 1 – 25 of 178) sorted by relevance

12345678

/external/rust/android-crates-io/crates/mls-rs-codec/tests/
Dmacro_usage.rs17 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/
Dmake_from_tuple.pass.cpp168 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/
Dmake_from_tuple.pass.cpp158 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/
Dmake_from_tuple.pass.cpp158 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/
Dtest_enqueue_api.cpp121 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/
Dutils.py10 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/
Darchetypes.h274 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/
Darchetypes.h274 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/
Dsetting.py26 class TestType(Enum): class
38 self, name: str, target_pattern: str, test_set: str, test_type: TestType
/external/libcxx/test/support/
Darchetypes.hpp265 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/
Dconst_correctness.fail.cpp21 struct TestType {}; struct
/external/cronet/tot/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/
Dconst_correctness.verify.cpp27 struct TestType {}; struct
/external/cronet/stable/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/
Dconst_correctness.verify.cpp27 struct TestType {}; struct
/external/cronet/stable/base/types/
Dvariant_util_unittest.cc14 using TestType = absl::variant<bool, int, double>; in TEST() typedef
/external/skia/tests/
DTestType.h17 enum class TestType : uint8_t { kCPU, kCPUSerial, kGanesh, kGraphite }; enum
/external/cronet/tot/base/types/
Dvariant_util_unittest.cc14 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/
Dcomparisons.pass.cpp42 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/
Dcomparisons.pass.cpp42 typedef std::pair<path, path> TestType; in main() typedef
/external/pytorch/tools/code_coverage/package/tool/
Dgcc_coverage.py21 def run_target(binary_file: str, test_type: TestType) -> None:
/external/rust/android-crates-io/crates/displaydoc/tests/no_std/
Dmulti_line.rs24 enum TestType { enum
Denum_prefix_missing.rs24 enum TestType { enum
Dmulti_line_allow.rs25 enum TestType { enum
/external/rust/android-crates-io/crates/displaydoc/tests/std/
Dmulti_line.rs24 enum TestType { enum
Denum_prefix.rs25 enum TestType { enum
Dmulti_line_allow.rs25 enum TestType { enum

12345678