Home
last modified time | relevance | path

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

12345

/external/cronet/buildtools/third_party/libc++/trunk/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() function
159 TestType(int, int, int) noexcept(false) {} in test_noexcept() argument
160 TestType(long, long, long) noexcept {} in test_noexcept() function
/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() argument
170 TestType(int, int, int) noexcept(false) {} in test_noexcept() argument
171 TestType(long, long, long) noexcept {} in test_noexcept() function
/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() function
/external/cronet/buildtools/third_party/libc++/trunk/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/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/any/any.nonmembers/any.cast/
Dconst_correctness.verify.cpp29 struct TestType {}; struct
Dany_cast_request_invalid_value_category.fail.cpp22 struct TestType {}; struct
/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/base/types/
Dvariant_util_unittest.cc14 using TestType = absl::variant<bool, int, double>; in TEST() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp41 typedef std::pair<path, path> TestType; in main() typedef
/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
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp52 typedef std::pair<path, path> TestType; in test_comparisons_simple() typedef
/external/gson/gson/src/test/java/com/google/gson/internal/bind/
DRecursiveTypesResolveTest.java82 private static class TestType<X> { class in RecursiveTypesResolveTest
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp947 const struct TestType in createTests() struct
949 const char* name; in createTests()
950 const char* desc; in createTests()
951 bool transformFeedback; in createTests()
/external/truth/extensions/proto/src/test/java/com/google/common/truth/extensions/proto/
DProtoSubjectTestBase.java55 static enum TestType { enum in ProtoSubjectTestBase
61 TestType(Message defaultInstance) { in TestType() method in ProtoSubjectTestBase.TestType
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp42 enum TestType enum
/external/angle/build/android/pylib/monkey/
Dmonkey_test_instance.py32 def TestType(self): member in MonkeyTestInstance
/external/cronet/build/android/pylib/monkey/
Dmonkey_test_instance.py32 def TestType(self): member in MonkeyTestInstance
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/stress_tests/
Dstress_test_variant_overloads_impl.sh.cpp46 struct TestType {}; struct
/external/cronet/build/android/pylib/junit/
Djunit_test_instance.py30 def TestType(self): member in JunitTestInstance
/external/tensorflow/tensorflow/lite/kernels/
Dexpand_dims_test.cc32 enum class TestType { enum
/external/angle/build/android/pylib/junit/
Djunit_test_instance.py32 def TestType(self): member in JunitTestInstance

12345