Home
last modified time | relevance | path

Searched defs:test_class (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_key_extractors.cpp24 struct test_class struct
43 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
44 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
45 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
47 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
48 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() function
49 test_class(const test_class& x): in test_class() function
52 test_class& operator=(const test_class& x) in operator =() argument
58 bool operator<(const test_class& x)const in operator <() argument
65 bool operator==(const test_class& x)const in operator ==() argument
/aosp_15_r20/tools/asuite/atest/
H A Dunittest_utils.py23 def assert_strict_equal(test_class, first, second): argument
45 def assert_equal_testinfos(test_class, test_info_a, test_info_b): argument
65 def assert_equal_testinfo_sets(test_class, test_info_set_a, test_info_set_b): argument
96 def assert_equal_testinfo_lists(test_class, test_info_list_a, test_info_list_b): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/event/
Devent.py33 def __init__(self, test_class, test_case): argument
50 def __init__(self, test_class, test_case, test_signal): argument
78 def __init__(self, test_class): argument
90 def __init__(self, test_class, result): argument
/aosp_15_r20/external/python/mobly/mobly/
Dtest_runner.py176 def _print_test_names(test_class): argument
225 self, config, test_class, tests=None, test_class_name_suffix=None argument
351 def add_test_class(self, config, test_class, tests=None, name_suffix=None): argument
390 def _run_test_class(self, config, test_class, tests=None): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/perf/
Dperf_list.cpp35 struct test_class : private filler<BigSize> struct
38 test_class() {} in test_class() argument
39 test_class(int i) : i_(i) {} in test_class() argument
Dtree_perf_test.cpp31 struct test_class : private filler<BigSize> struct
34 friend bool operator <(const test_class &l, const test_class &r) { return l.i_ < r.i_; } in operator <() argument
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-non-type-template-parameter.cpp28 struct test_class struct
30 int int_member;
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dtesting_refleaks.py125 def TestCase(test_class): argument
135 def TestCase(test_class): argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dtesting_refleaks.py125 def TestCase(test_class): argument
135 def TestCase(test_class): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py64 def execute_one_test_class(test_class, test_config, test_identifier): argument
232 def run(self, test_class=None): argument
Dcontext.py284 def __init__(self, test_class): argument
318 def __init__(self, test_class, test_case): argument
/aosp_15_r20/cts/tools/cts-api-coverage/proto/
H A Dtestsuite.proto38 string test_class = 1; field
44 string test_class = 1; field
/aosp_15_r20/cts/tools/release-parser/proto/
H A Drelease.proto39 string test_class = 1; field
46 string test_class = 1; field
139 string test_class = 4; field
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dclass.pass.cpp29 void test_class() in test_class() function
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dclass.pass.cpp39 void test_class() in test_class() function
/aosp_15_r20/art/test/626-const-class-linking/src/
H A DHelper1.java20 Class<?> test_class = Test.class; in get() local
/aosp_15_r20/art/test/626-const-class-linking/src-multidex/
H A DHelper2.java20 Class<?> test_class = Test.class; in get() local
/aosp_15_r20/external/capstone/bindings/python/
H A Dtest_mos65xx.py52 def test_class(): function
H A Dtest_arm64.py109 def test_class(): function
H A Dtest_systemz.py57 def test_class(): function
H A Dtest_xcore.py51 def test_class(): function
H A Dtest_tms320c64x.py73 def test_class(): function
H A Dtest_sparc.py56 def test_class(): function
H A Dtest_ppc.py63 def test_class(): function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dclass.pass.cpp38 void test_class() in test_class() function

1234