Searched defs:args (Results 1 – 6 of 6) sorted by relevance
/libnativehelper/ |
D | libnativehelper_lazy.c | 146 #define INVOKE_METHOD(name, method_type, args...) \ argument 153 #define INVOKE_VOID_METHOD(name, method_type, args...) \ argument
|
D | JNIHelp.c | 241 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/ |
D | JNIHelp.h | 294 va_list args; in ThrowException() local 446 va_list args; in jniThrowExceptionFmt() local
|
/libnativehelper/include_jni/ |
D | jni.h | 570 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/ |
D | signature_checker.h | 548 ConstexprVector<T, kMaxSize> args; member
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 119 #define EXPECT_OK_SIGNATURE_PARSE(signature, args, ret) \ in TEST() argument
|