Home
last modified time | relevance | path

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

123456

/external/rust/crates/mls-rs-codec/tests/
Dmacro_usage.rs17 struct TestType { struct
29 struct BorrowedTestType<'a> { argument
/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp157 struct TestType { in test_noexcept() struct
158 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() argument
159 TestType(int, int, int) noexcept(false) {} in test_noexcept() argument
160 TestType(long, long, long) noexcept {} in test_noexcept() argument
/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() argument
171 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/cronet/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/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
Dany_cast_request_invalid_value_category.fail.cpp21 struct TestType {}; struct
/external/cronet/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/
Dconst_correctness.verify.cpp27 struct TestType {}; struct
Dany_cast_request_invalid_value_category.fail.cpp22 struct TestType {}; struct
Dany_cast_request_invalid_value_category.verify.cpp20 struct TestType {}; struct
/external/skia/tests/
DTestType.h17 enum class TestType : uint8_t { kCPU, kCPUSerial, kGanesh, kGraphite }; enum
/external/cronet/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/base/types/
Dvariant_util_unittest.cc14 using TestType = absl::variant<bool, int, double>; in TEST() typedef
/external/rust/crates/displaydoc/tests/std/
Dmulti_line_allow.rs25 enum TestType { enum
Denum_prefix_missing.rs24 enum TestType { enum
Denum_prefix.rs25 enum TestType { enum
/external/rust/crates/displaydoc/tests/no_std/
Denum_prefix_missing.rs24 enum TestType { enum
Dmulti_line.rs24 enum TestType { enum
Denum_prefix.rs25 enum TestType { enum
Dmulti_line_allow.rs25 enum TestType { enum
/external/angle/build/android/pylib/hostside/
Dhostside_test_instance.py25 def TestType(self): member in HostsideTestInstance
/external/gson/gson/src/test/java/com/google/gson/functional/
DGsonVersionDiagnosticsTest.java93 private static final class TestType { class in GsonVersionDiagnosticsTest
/external/angle/build/android/pylib/base/
Dtest_instance.py20 def TestType(self): member in TestInstance
/external/cronet/build/android/pylib/base/
Dtest_instance.py20 def TestType(self): member in TestInstance

123456