Home
last modified time | relevance | path

Searched refs:x (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) argument
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp43 #define EXPECT_STRINGIFY_EQ(x, y) EXPECT_EQ(stringify_helper(x), stringify_helper(y)) argument
359 #define JNI_TEST_FN_BOTH(x) JNI_TEST_FN(x,x) argument
775 std::string x = Infer_v_eolib_t::GetStringAtRuntime(); in TEST() local
776 EXPECT_STRINGIFY_EQ("(JIZ)V", x.c_str()); in TEST()
785 std::string x = Infer_v_eolib_t::GetStringAtRuntime(); in TEST() local
786 EXPECT_STRINGIFY_EQ("([JI[Z)S", x.c_str()); in TEST()