/third_party/boost/libs/python/test/ |
D | test_class.hpp | 10 struct test_class struct 12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() function 13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() argument 14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument 26 void operator=(test_class const&); argument
|
/third_party/boost/libs/multi_index/test/ |
D | test_key_extractors.cpp | 24 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
|
/third_party/cef/tests/ceftests/extensions/ |
D | extension_test_handler.h | 155 #define EXTENSION_TEST(name, test_class, rc_type) \ argument 167 #define EXTENSION_TEST_GROUP_ALL(name, test_class) \ argument 219 #define EXTENSION_TEST_GROUP_MINIMAL_GLOBAL(name, test_class) \ argument 224 #define EXTENSION_TEST_GROUP_MINIMAL_CUSTOM(name, test_class) \ argument 234 #define EXTENSION_TEST_GROUP_MINIMAL(name, test_class) \ argument
|
D | chrome_alarms_unittest.cc | 9 #define ALARMS_TEST_GROUP_ALL(name, test_class) \ argument 11 #define ALARMS_TEST_GROUP_MINIMAL(name, test_class) \ argument
|
D | chrome_storage_unittest.cc | 9 #define STORAGE_TEST_GROUP_ALL(name, test_class) \ argument 11 #define STORAGE_TEST_GROUP_MINIMAL(name, test_class) \ argument
|
/third_party/cef/tests/ceftests/ |
D | test_util.h | 99 #define RC_TEST_BASE(test_case_name, test_name, test_class, test_mode, \ argument 119 #define RC_TEST_GROUP_IN_MEMORY(test_case_name, test_name, test_class, \ argument 133 #define RC_TEST_GROUP_ON_DISK(test_case_name, test_name, test_class, \ argument 184 #define RC_TEST_GROUP_ALL(test_case_name, test_name, test_class, test_mode) \ argument
|
/third_party/boost/libs/type_erasure/test/ |
D | test_construct.cpp | 109 struct test_class struct 112 test_class() {} in test_class() function 114 test_class(const test_class &) in test_class() argument 118 test_class(test_class &) in test_class() function 124 test_class(test_class &&) in test_class() argument 129 test_class(T0&& t0) in test_class() argument 134 test_class(T0&& t0, T1&& t1) in test_class() argument 140 test_class(int& i0) in test_class() function 143 test_class(const int& i0) in test_class() function 146 test_class(int& i0, int& i1) in test_class() argument [all …]
|
D | test_nested.cpp | 30 struct test_class struct 35 test_class operator+(const test_class& lhs, const any1_type& rhs) in operator +() argument
|
D | test_assign.cpp | 54 struct test_class struct 56 explicit test_class(T n) : value(n) {} in test_class() argument 57 test_class(const test_class& src) : value(src.value) in test_class() function 61 test_class& operator=(const test_class& src) in operator =() argument 68 test_class(test_class&& src) : value(src.value) in test_class() function 73 test_class& operator=(test_class&& src) in operator =() argument 86 std::ostream& operator<<(std::ostream& os, const test_class<T, CCtor, MoveCtor, CAssign, MoveAssign… in operator <<() argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | testing_refleaks.py | 116 def TestCase(test_class): argument 126 def TestCase(test_class): argument
|
/third_party/boost/libs/test/doc/examples/ |
D | example03.run-fail.cpp | 13 class test_class class
|
D | example08.run-fail.cpp | 18 class test_class { class
|
/third_party/boost/libs/intrusive/perf/ |
D | perf_list.cpp | 35 struct test_class : private filler<BigSize> struct 38 test_class() {} in test_class() function 39 test_class(int i) : i_(i) {} in test_class() argument
|
D | tree_perf_test.cpp | 31 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
|
/third_party/python/Lib/distutils/tests/ |
D | test_text_file.py | 17 def test_class(self): member in TextFileTestCase
|
D | test_cygwinccompiler.py | 16 test_class = None variable in FakePopen
|
/third_party/libnl/python/examples/ |
D | iface.py | 7 class test_class: class
|
D | wiphy.py | 7 class test_class: class
|
/third_party/python/Lib/test/ |
D | test_copyreg.py | 34 def test_class(self): member in CopyRegTestCase
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstelementfactory.c | 152 GST_START_TEST (test_class) in GST_START_TEST() argument
|
/third_party/quickjs/tests/ |
D | test_op.js | 250 function test_class() function
|
/third_party/spirv-tools/test/tools/ |
D | spirv_test_framework.py | 95 def get_all_test_methods(test_class): argument
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
D | spirv_test_framework.py | 95 def get_all_test_methods(test_class): argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | spirv_test_framework.py | 95 def get_all_test_methods(test_class): argument
|
/third_party/boost/libs/align/test/ |
D | alignment_of_test.cpp | 201 void test_class() in test_class() function
|