Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.c54 #define UNUSED(x) (x) = (x) argument
/libnativehelper/include/android/
Dfile_descriptor_jni.h33 #define __INTRODUCED_IN(x) argument
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp42 #define EXPECT_STRINGIFY_EQ(x, y) EXPECT_EQ(stringify_helper(x), stringify_helper(y)) argument
358 #define JNI_TEST_FN_BOTH(x) JNI_TEST_FN(x,x) argument
774 std::string x = Infer_v_eolib_t::GetStringAtRuntime(); in TEST() local
775 EXPECT_STRINGIFY_EQ("(JIZ)V", x.c_str()); in TEST()
784 std::string x = Infer_v_eolib_t::GetStringAtRuntime(); in TEST() local
785 EXPECT_STRINGIFY_EQ("([JI[Z)S", x.c_str()); in TEST()
/libnativehelper/include/nativehelper/
DJNIHelp.h41 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) argument