Home
last modified time | relevance | path

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

123

/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() argument
49 test_class(const test_class& x): in test_class() argument
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
/external/python/mobly/mobly/
Dtest_runner.py180 def _print_test_names(test_class): argument
229 self, config, test_class, tests=None, test_class_name_suffix=None argument
402 def add_test_class(self, config, test_class, tests=None, name_suffix=None): argument
441 def _run_test_class(self, config, test_class, tests=None): argument
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp28 struct test_class struct
30 int int_member;
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dtesting_refleaks.py125 def TestCase(test_class): argument
135 def TestCase(test_class): argument
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dtesting_refleaks.py125 def TestCase(test_class): argument
135 def TestCase(test_class): argument
/external/protobuf/python/google/protobuf/internal/
Dtesting_refleaks.py125 def TestCase(test_class): argument
135 def TestCase(test_class): argument
/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() function
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dclass.pass.cpp39 void test_class() in test_class() function
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dclass.pass.cpp29 void test_class() in test_class() function
/external/capstone/bindings/python/
Dtest_arm64.py109 def test_class(): function
Dtest_mos65xx.py52 def test_class(): function
Dtest_systemz.py57 def test_class(): function
Dtest_xcore.py51 def test_class(): function
Dtest_tms320c64x.py73 def test_class(): function
Dtest_ppc.py63 def test_class(): function
Dtest_sparc.py56 def test_class(): function
Dtest_mips.py51 def test_class(): function
Dtest_m68k.py93 def test_class(): function
Dtest_skipdata.py27 def test_class(): function
Dtest_arm.py130 def test_class(): function
Dtest_x86.py268 def test_class(): function
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dclass.pass.cpp38 void test_class() in test_class() function
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dclass.pass.cpp30 void test_class() in test_class() function
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dclass.pass.cpp30 void test_class() in test_class() function
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dclass.pass.cpp38 void test_class() in test_class() function

123