Home
last modified time | relevance | path

Searched defs:args (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h54 va_list args; in jniThrowExceptionFmt() local
/libnativehelper/
DJNIHelp.cpp291 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt()
/libnativehelper/include_jni/
Djni.h571 va_list args; in NewObject() local
630 va_list args; in CALL_TYPE() local
681 va_list args; in CALL_NONVIRT_TYPE() local
777 va_list args; in CALL_STATIC_TYPE() local
/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h549 ConstexprVector<T, kMaxSize> args; member
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp120 #define EXPECT_OK_SIGNATURE_PARSE(signature, args, ret) \ in TEST() argument