Home
last modified time | relevance | path

Searched defs:TestCase (Results 176 – 200 of 777) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
H A Dis_fifo.pass.cpp42 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 Dis_block_file.pass.cpp42 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 Dis_other.pass.cpp42 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 Dci_test_lib.py27 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 Dis_regular_file.pass.cpp42 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 Dis_directory.pass.cpp42 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 Dexists.pass.cpp42 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 Dis_directory.pass.cpp42 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 Dtemp_directory_path.pass.cpp55 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 Dbackoff_entry_serializer_unittest.cc60 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 Dexists.pass.cpp42 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 DUniformManagerTest.cpp893 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 Dtes2TestCase.hpp53 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 DglcTestCase.hpp53 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 Dtes31TestCase.hpp53 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 Dtes3TestCase.hpp53 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 Dread_symlink.pass.cpp83 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 Dread_symlink.pass.cpp82 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 Duts46test.cpp355 struct TestCase { struct
363 static const TestCase testCases[]={ argument
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Duts46test.cpp355 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 Dtemp_directory_path.pass.cpp60 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 Dtest_torchinductor_codegen_dynamic_shapes.py38 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 Ded25519_parameters_test.cc35 struct TestCase { struct
36 Ed25519Parameters::Variant variant;
37 bool has_id_requirement;
/aosp_15_r20/art/test/800-smali/src/
H A DMain.java28 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 Dacc_tests.c391 struct TestCase { in START_TEST() struct
392 int offsetOfThreshold; in START_TEST()
393 enum XML_Status expectedStatus; in START_TEST()

12345678910>>...32