Home
last modified time | relevance | path

Searched defs:X (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dcppunit_mini.h142 #define CPPUNIT_TEST_SUITE(X) \ argument
149 # define CPPUNIT_TEST_BASE(X, Y) \ argument
168 # define CPPUNIT_TEST_BASE(X, Y) \ argument
182 #define CPPUNIT_TEST(X) CPPUNIT_TEST_BASE(X, false) argument
183 #define CPPUNIT_EXPLICIT_TEST(X) CPPUNIT_TEST_BASE(X, true) argument
193 #define CPPUNIT_TEST_SUITE_REGISTRATION(X) static X local argument
195 #define CPPUNIT_CHECK(X) \ argument
200 #define CPPUNIT_ASSERT(X) \ argument
211 #define CPPUNIT_ASSERT_EQUAL(X, Y) \ argument
217 #define CPPUNIT_ASSERT_DOUBLES_EQUAL(X, Y, Z) \ argument
/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_mini.h142 #define CPPUNIT_TEST_SUITE(X) \ argument
149 # define CPPUNIT_TEST_BASE(X, Y) \ argument
168 # define CPPUNIT_TEST_BASE(X, Y) \ argument
182 #define CPPUNIT_TEST(X) CPPUNIT_TEST_BASE(X, false) argument
183 #define CPPUNIT_EXPLICIT_TEST(X) CPPUNIT_TEST_BASE(X, true) argument
193 #define CPPUNIT_TEST_SUITE_REGISTRATION(X) static X local argument
195 #define CPPUNIT_CHECK(X) \ argument
200 #define CPPUNIT_ASSERT(X) \ argument
211 #define CPPUNIT_ASSERT_EQUAL(X, Y) \ argument
217 #define CPPUNIT_ASSERT_DOUBLES_EQUAL(X, Y, Z) \ argument
/ndk/sources/host-tools/make-3.81/
Dhash.h106 #define STRING_COMPARE(X, Y, RESULT) do { \ argument
109 #define return_STRING_COMPARE(X, Y) do { \ argument
142 #define STRING_N_COMPARE(X, Y, N, RESULT) do { \ argument
145 #define return_STRING_N_COMPARE(X, Y, N) do { \ argument
175 #define ISTRING_COMPARE(X, Y, RESULT) do { \ argument
178 #define return_ISTRING_COMPARE(X, Y) do { \ argument
190 #define ISTRING_COMPARE(X, Y, RESULT) STRING_COMPARE ((X), (Y), (RESULT)) argument
191 #define return_ISTRING_COMPARE(X, Y) return_STRING_COMPARE ((X), (Y)) argument
215 #define INTEGER_COMPARE(X, Y, RESULT) do { \ argument
218 #define return_INTEGER_COMPARE(X, Y) do { \ argument
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Drawriter_test.cpp11 class X class
14 X(int i_ = 0) : i(i_) {} in X() function in X
Dshared_ptr_test.cpp27 struct X : struct
Dlimits_test.cpp52 # define CHECK_COND(X) if (!(X)) { CPPUNIT_MESSAGE(#X); return false; } argument
57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; } argument
/ndk/tests/device/test-stlport/unit/
Drawriter_test.cpp11 class X class
14 X(int i_ = 0) : i(i_) {} in X() function in X
Dshared_ptr_test.cpp27 struct X : struct
Dlimits_test.cpp52 # define CHECK_COND(X) if (!(X)) { CPPUNIT_MESSAGE(#X); return false; } argument
57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; } argument
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_auto_link.h10 # define _STLP_STRINGIZE(X) _STLP_STRINGIZE_AUX(X) argument
11 # define _STLP_STRINGIZE_AUX(X) #X argument
D_dm.h68 #define _STLP_MARK_PARAMETER_AS_UNUSED(X) argument
Dfeatures.h371 # define _STLP_NON_DBG_NAME(X) _NonDbg_##X argument
376 # define _STLP_PTR_IMPL_NAME(X) _Impl_##X argument
381 # define _STLP_NO_MEM_T_NAME(X) _NoMemT_##X argument
1055 # define _STLP_MARK_PARAMETER_AS_UNUSED(X) (void*)X; argument
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp294 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); … argument
297 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) return F(X, N, PT, SIGN) argument