Home
last modified time | relevance | path

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

/libnativehelper/
Dlibnativehelper_lazy.c146 #define INVOKE_METHOD(name, method_type, args...) \ argument
153 #define INVOKE_VOID_METHOD(name, method_type, args...) \ argument
DJNIHelp.c241 va_list args; in ThrowException() local
362 int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt()
/libnativehelper/include/nativehelper/
DJNIHelp.h294 va_list args; in ThrowException() local
446 va_list args; in jniThrowExceptionFmt() local
/libnativehelper/include_jni/
Djni.h570 va_list args; in NewObject() local
629 va_list args; in CALL_TYPE() local
680 va_list args; in CALL_NONVIRT_TYPE() local
776 va_list args; in CALL_STATIC_TYPE() local
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h548 ConstexprVector<T, kMaxSize> args; member
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp119 #define EXPECT_OK_SIGNATURE_PARSE(signature, args, ret) \ in TEST() argument