HomeSort by relevance Sort by last modified time
    Searched refs:arg_no (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/native/
dalvik_system_JniTest.cpp 29 JNIEnv*, jobject, int arg_no,
34 switch(arg_no){
56 JNIEnv*, jobject, int arg_no,
61 switch(arg_no){
83 JNIEnv*, jobject, int arg_no,
88 switch(arg_no){
110 JNIEnv*, jobject, int arg_no,
115 switch(arg_no){
137 JNIEnv*, jobject, int arg_no,
142 switch(arg_no){
    [all...]
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 121 unsigned int arg_no = *cur_char - '0'; local
124 DiagnosticEngine::ArgumentKind kind = getArgKind(arg_no);
133 const std::string& str = getArgStdStr(arg_no);
144 const char* str = getArgCStr(arg_no);
151 int val = getArgSInt(arg_no);
156 unsigned int val = getArgUInt(arg_no);
161 unsigned long long val = getArgUInt(arg_no);
166 bool val = getArgBool(arg_no);
  /external/strace/
util.c 224 * Print 64bit argument at position arg_no and return the index of the next
228 printllval(struct tcb *tcp, const char *format, int arg_no, bool align)
234 tprintf(format, tcp->u_arg[arg_no]);
235 arg_no++;
240 /* Align arg_no to the next even number. */
241 arg_no = (arg_no + 1) & 0xe;
244 tprintf(format, LONG_LONG(tcp->u_arg[arg_no], tcp->u_arg[arg_no + 1]));
245 arg_no += 2
    [all...]
  /libcore/luni/src/test/java/dalvik/system/
JniTest.java 35 private native Object returnObjectArgFrom16(int arg_no,
40 private native boolean returnBooleanArgFrom16(int arg_no,
45 private native char returnCharArgFrom16(int arg_no,
50 private native byte returnByteArgFrom16(int arg_no,
55 private native short returnShortArgFrom16(int arg_no,
60 private native int returnIntArgFrom16(int arg_no,
65 private native long returnLongArgFrom16(int arg_no,
70 private native float returnFloatArgFrom16(int arg_no,
75 private native double returnDoubleArgFrom16(int arg_no,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 206 unsigned int arg_no; variable
    [all...]

Completed in 196 milliseconds