/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/ |
H A D | is_fifo.pass.cpp | 42 struct TestCase { in is_fifo_status_test() struct 43 file_type type; in is_fifo_status_test() 44 bool expect; in is_fifo_status_test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/ |
H A D | is_block_file.pass.cpp | 42 struct TestCase { in is_block_file_status_test() struct 43 file_type type; in is_block_file_status_test() 44 bool expect; in is_block_file_status_test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/ |
H A D | is_other.pass.cpp | 42 struct TestCase { in is_other_status_test() struct 43 file_type type; in is_other_status_test() 44 bool expect; in is_other_status_test()
|
/aosp_15_r20/build/make/ci/ |
H A D | ci_test_lib.py | 27 TestCase = unittest.TestCase variable 43 def __init__(self, test_case: TestCase): 65 def create(cls, test_case: TestCase, delete: bool = True):
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/ |
H A D | is_regular_file.pass.cpp | 42 struct TestCase { in is_regular_file_status_test() struct 43 file_type type; in is_regular_file_status_test() 44 bool expect; in is_regular_file_status_test()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/ |
H A D | is_directory.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/ |
H A D | exists.pass.cpp | 42 struct TestCase { in exists_status_test() struct 43 file_type type; in exists_status_test() 44 bool expect; in exists_status_test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/ |
H A D | is_directory.pass.cpp | 42 struct TestCase { in is_directory_status_test() struct 43 file_type type; in is_directory_status_test() 44 bool expect; in is_directory_status_test()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/ |
H A D | temp_directory_path.pass.cpp | 55 struct TestCase { in TEST_CASE() struct 56 std::string name; in TEST_CASE() 57 path p; in TEST_CASE()
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | backoff_entry_serializer_unittest.cc | 60 struct TestCase { in TEST() struct 61 base::TimeTicks release_time; in TEST() 62 base::TimeTicks timeticks_now; in TEST() 63 base::TimeDelta expected_backoff_duration; in TEST()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/ |
H A D | exists.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | UniformManagerTest.cpp | 893 static const struct TestCase { in DEF_GRAPHITE_TEST() struct 898 std::vector<Uniform> fPreStruct; // before beginStruct(), top-level fields or struct in DEF_GRAPHITE_TEST() 899 std::vector<Uniform> fSubstruct; // within beginStruct()/endStruct() in DEF_GRAPHITE_TEST() 900 std::vector<Uniform> fPostStruct; // after endStruct(), top-level fields in DEF_GRAPHITE_TEST() 902 std::pair<int, std::vector<uint32_t>> fExpectedAlignmentAndData[std::size(kLayouts)]; in DEF_GRAPHITE_TEST() 905 std::vector<int> fPreStructAlignments = {}; in DEF_GRAPHITE_TEST()
|
/aosp_15_r20/external/deqp/modules/gles2/ |
H A D | tes2TestCase.hpp | 53 class TestCase : public tcu::TestCase class 79 inline TestCase::TestCase(Context &context, const char *name, const char *description) in TestCase() function in deqp::gles2::TestCase 85 inline TestCase::TestCase(Context &context, tcu::TestNodeType type, const char *name, const char *d… in TestCase() function in deqp::gles2::TestCase
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcTestCase.hpp | 53 class TestCase : public tcu::TestCase class 79 inline TestCase::TestCase(Context &context, const char *name, const char *description) in TestCase() function in deqp::TestCase 85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase() function in deqp::TestCase
|
/aosp_15_r20/external/deqp/modules/gles31/ |
H A D | tes31TestCase.hpp | 53 class TestCase : public tcu::TestCase class 79 inline TestCase::TestCase(Context &context, const char *name, const char *description) in TestCase() function in deqp::gles31::TestCase 85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase() function in deqp::gles31::TestCase
|
/aosp_15_r20/external/deqp/modules/gles3/ |
H A D | tes3TestCase.hpp | 53 class TestCase : public tcu::TestCase class 79 inline TestCase::TestCase(Context &context, const char *name, const char *description) in TestCase() function in deqp::gles3::TestCase 85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase() function in deqp::gles3::TestCase
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/ |
H A D | read_symlink.pass.cpp | 83 struct TestCase { in TEST_CASE() struct 84 path symlink; in TEST_CASE() 85 path expected; in TEST_CASE()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/ |
H A D | read_symlink.pass.cpp | 82 struct TestCase { in basic_symlink_test() struct 83 path symlink; in basic_symlink_test() 84 path expected; in basic_symlink_test()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | uts46test.cpp | 355 struct TestCase { struct 363 static const TestCase testCases[]={ argument
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | uts46test.cpp | 355 struct TestCase { struct 363 static const TestCase testCases[]={ argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/ |
H A D | temp_directory_path.pass.cpp | 60 struct TestCase { in basic_tests() struct 61 std::string name; in basic_tests() 62 path p; in basic_tests()
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_torchinductor_codegen_dynamic_shapes.py | 38 self: TestCase, 398 def common(self: TestCase, model, example_inputs, kwargs=None, **_rest): 421 def common(self: TestCase, model, example_inputs, kwargs=None, **_rest):
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | ed25519_parameters_test.cc | 35 struct TestCase { struct 36 Ed25519Parameters::Variant variant; 37 bool has_id_requirement;
|
/aosp_15_r20/art/test/800-smali/src/ |
H A D | Main.java | 28 private static class TestCase { class in Main 29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() method in Main.TestCase 41 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() method in Main.TestCase
|
/aosp_15_r20/external/expat/expat/tests/ |
H A D | acc_tests.c | 391 struct TestCase { in START_TEST() struct 392 int offsetOfThreshold; in START_TEST() 393 enum XML_Status expectedStatus; in START_TEST()
|