Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-codec/tests/
Dmacro_usage.rs17 struct TestType { struct
29 struct BorrowedTestType<'a> { argument
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A 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() function
160 TestType(long, long, long) noexcept {} in test_noexcept() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A 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
/aosp_15_r20/external/OpenCL-CTS/test_conformance/SVM/
H A 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
/aosp_15_r20/external/libcxx/test/support/
H A 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
/aosp_15_r20/external/pytorch/tools/code_coverage/package/oss/
H A Dutils.py10 def get_oss_binary_folder(test_type: TestType) -> str:
27 def get_oss_binary_file(test_name: str, test_type: TestType) -> str:
/aosp_15_r20/external/pytorch/tools/code_coverage/package/util/
H A Dsetting.py26 class TestType(Enum): class
38 self, name: str, target_pattern: str, test_set: str, test_type: TestType
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_backend_device.cpp44 struct TestType : public BackendDeviceType { in TEST() struct
45 std::string toString() const override { in TEST()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp1110 const struct TestType in createTests() struct
1112 const char *name; in createTests()
1113 bool transformFeedback; in createTests()
/aosp_15_r20/external/truth/extensions/proto/src/test/java/com/google/common/truth/extensions/proto/
H A DProtoSubjectTestBase.java55 static enum TestType { enum in ProtoSubjectTestBase
61 TestType(Message defaultInstance) { in TestType() method in ProtoSubjectTestBase.TestType
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/
H A Dbasic_test_conversions.h222 struct TestType struct
244 struct IterOverTypes : public TestType argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp12227 struct TestType in createFloat16FuncSet() struct
12229 const uint32_t typeComponents; in createFloat16FuncSet()
12230 const char *typeName; in createFloat16FuncSet()
12231 const char *typeDecls; in createFloat16FuncSet()
12232 const char *typeStorage; in createFloat16FuncSet()
12233 const string loadFunc; in createFloat16FuncSet()
12234 const string storeFunc; in createFloat16FuncSet()
12429 struct TestType in createFloat16VectorExtractSet() struct
12431 const uint32_t typeComponents; in createFloat16VectorExtractSet()
12432 const size_t typeStride; in createFloat16VectorExtractSet()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/
H A Dconst_correctness.verify.cpp27 struct TestType {}; struct
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dconst_correctness.fail.cpp21 struct TestType {}; struct
/aosp_15_r20/external/skia/tests/
H A DTestType.h17 enum class TestType : uint8_t { kCPU, kCPUSerial, kGanesh, kGraphite }; enum
/aosp_15_r20/external/cronet/base/types/
H A Dvariant_util_unittest.cc14 using TestType = absl::variant<bool, int, double>; in TEST() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dcomparisons.pass.cpp42 typedef std::pair<path, path> TestType; in main() typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dconcatenation_test.cc287 using TestType = Type; typedef
297 using TestType = typename TestFixture::TestType; in TYPED_TEST() typedef
/aosp_15_r20/external/pytorch/tools/code_coverage/package/tool/
H A Dgcc_coverage.py21 def run_target(binary_file: str, test_type: TestType) -> None:
/aosp_15_r20/art/test/721-osr/src/
H A DMain.java21 private enum TestType { enum in Main
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/tests/no_std/
Denum_prefix.rs25 enum TestType { enum
Dmulti_line_allow.rs25 enum TestType { enum
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/tests/std/
Dmulti_line.rs24 enum TestType { enum
Denum_prefix_missing.rs24 enum TestType { enum

12345678