/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-codec/tests/ |
D | macro_usage.rs | 17 struct TestType { struct 29 struct BorrowedTestType<'a> { argument
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | make_from_tuple.pass.cpp | 168 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 D | make_from_tuple.pass.cpp | 157 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 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
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/SVM/ |
H A 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() function
|
/aosp_15_r20/external/libcxx/test/support/ |
H A 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
|
/aosp_15_r20/external/pytorch/tools/code_coverage/package/oss/ |
H A 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:
|
/aosp_15_r20/external/pytorch/tools/code_coverage/package/util/ |
H A D | setting.py | 26 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 D | test_backend_device.cpp | 44 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 D | vktRasterizationProvokingVertexTests.cpp | 1110 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 D | ProtoSubjectTestBase.java | 55 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 D | basic_test_conversions.h | 222 struct TestType struct 244 struct IterOverTypes : public TestType argument
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 12227 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 D | const_correctness.verify.cpp | 27 struct TestType {}; struct
|
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
H A D | const_correctness.fail.cpp | 21 struct TestType {}; struct
|
/aosp_15_r20/external/skia/tests/ |
H A D | TestType.h | 17 enum class TestType : uint8_t { kCPU, kCPUSerial, kGanesh, kGraphite }; enum
|
/aosp_15_r20/external/cronet/base/types/ |
H A D | variant_util_unittest.cc | 14 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 D | comparisons.pass.cpp | 42 typedef std::pair<path, path> TestType; in main() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | concatenation_test.cc | 287 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 D | gcc_coverage.py | 21 def run_target(binary_file: str, test_type: TestType) -> None:
|
/aosp_15_r20/art/test/721-osr/src/ |
H A D | Main.java | 21 private enum TestType { enum in Main
|
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/tests/no_std/ |
D | enum_prefix.rs | 25 enum TestType { enum
|
D | multi_line_allow.rs | 25 enum TestType { enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/tests/std/ |
D | multi_line.rs | 24 enum TestType { enum
|
D | enum_prefix_missing.rs | 24 enum TestType { enum
|