Searched defs:Y (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | hash.h | 106 #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/cppunit/ |
D | cppunit_mini.h | 149 # define CPPUNIT_TEST_BASE(X, Y) \ argument 168 # define CPPUNIT_TEST_BASE(X, Y) \ 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/ |
D | cppunit_mini.h | 149 # define CPPUNIT_TEST_BASE(X, Y) \ argument 168 # define CPPUNIT_TEST_BASE(X, Y) \ argument 211 #define CPPUNIT_ASSERT_EQUAL(X, Y) \ argument 217 #define CPPUNIT_ASSERT_DOUBLES_EQUAL(X, Y, Z) \ argument
|