HomeSort by relevance Sort by last modified time
    Searched refs:CALL (Results 1 - 25 of 50) sorted by null

1 2

  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 50 * how to call a method: (virtual, direct, static) x (standard, array of
59 * CALL() calls the JNI function with the given name, using a JNIEnv
63 #define CALL(name, args...) env->name(args)
69 #define CALL(name, args...) (*env)->name(env , ## args)
91 clazz = CALL(FindClass, "android/jni/cts/StaticFromNative");
96 StaticFromNative = (jclass) CALL(NewGlobalRef, clazz);
98 clazz = CALL(FindClass, "android/jni/cts/InstanceFromNative");
103 InstanceFromNative = (jclass) CALL(NewGlobalRef, clazz);
105 field = CALL(GetStaticFieldID, InstanceFromNative, "theOne",
113 biscuits = CALL(NewStringUTF, "biscuits")
    [all...]
  /external/libpng/scripts/
makevms.com 56 $ CALL MAKE png.OBJ "cc ''CCOPT' png" -
58 $ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" -
60 $ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" -
62 $ CALL MAKE pngread.OBJ "cc ''CCOPT' pngread" -
64 $ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread" -
66 $ CALL MAKE pngrtran.OBJ "cc ''CCOPT' pngrtran" -
68 $ CALL MAKE pngrutil.OBJ "cc ''CCOPT' pngrutil" -
70 $ CALL MAKE pngerror.OBJ "cc ''CCOPT' pngerror" -
72 $ CALL MAKE pngmem.OBJ "cc ''CCOPT' pngmem" -
74 $ CALL MAKE pngrio.OBJ "cc ''CCOPT' pngrio"
    [all...]
  /frameworks/base/opengl/libs/tools/
glentrygen 30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
glapigen 30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
  /external/zlib/as400/
compile.clp 42 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
48 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
54 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
60 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
66 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
72 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
78 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
84 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
90 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
96 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN
    [all...]
  /external/zlib/old/as400/
compile.clp 42 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
48 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
54 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
60 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
66 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
72 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
78 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
84 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
90 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
96 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
CallExpr.java 23 * Method call expression.
29 super(TokenId.CALL, _head, _tail);
  /bionic/libc/arch-sh/include/machine/
asm.h 123 * 1: CALL r0 ! each call site needs a label
127 * 2: CALL r0
131 * lds.l @sp+, pr ! so call in right order
138 * .L_function_1: ! if you call the same function twice
139 * CALL_DATUM(function, 1b) ! provide call datum for each call
172 #define CALL bsrf
194 #define CALL jsr @
  /external/netcat/data/
showmount.d 1 # UDP mountd call. Use as input to find mount daemons and avoid portmap.
13 000 # CALL: 0
  /external/javassist/src/main/javassist/compiler/
TokenId.java 114 int CALL = 'C'; // method call
  /external/libpng/contrib/pngminus/
makevms.com 40 $ CALL MAKE pnm2png.OBJ "cc ''CCOPT' pnm2png" -
42 $ call make pnm2png.exe -
46 $ CALL MAKE png2pnm.OBJ "cc ''CCOPT' png2pnm" -
48 $ call make png2pnm.exe -
  /external/zlib/
make_vms.com 144 $ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" -
146 $ CALL MAKE compress.OBJ "CC ''CCOPT' compress" -
148 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" -
150 $ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" -
152 $ CALL MAKE gzclose.OBJ "CC ''CCOPT' gzclose" -
154 $ CALL MAKE gzlib.OBJ "CC ''CCOPT' gzlib" -
156 $ CALL MAKE gzread.OBJ "CC ''CCOPT' gzread" -
158 $ CALL MAKE gzwrite.OBJ "CC ''CCOPT' gzwrite" -
160 $ CALL MAKE infback.OBJ "CC ''CCOPT' infback" -
162 $ CALL MAKE inffast.OBJ "CC ''CCOPT' inffast"
    [all...]
  /bionic/libc/arch-sh/bionic/
setjmp.S 45 * will generate a "return(v)" from the last call to
60 1: CALL r0
120 1: CALL r0
sigsetjmp.S 55 1: CALL r0
119 1: CALL r0
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.h 26 CALL, // A call instruction.
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 37 CALL, // A call instruction.
DelaySlotFiller.cpp 151 //Call's delay filler can def some of call's uses.
239 case SP::CALL: break;
312 default: llvm_unreachable("Unknown call opcode.");
313 case SP::CALL: structSizeOpNum = 1; break;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_msg.h 54 * NOTE: call and reply use the same overall struct but
59 CALL=0,
139 * Body of an rpc request call.
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.h 42 /// CALL - Normal call.
43 CALL,
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 38 CALL, ///< CALL instruction
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 39 /// CALL - These operations represent an abstract call
41 CALL,
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 31 /// CALL - These operations represent an abstract call
33 CALL,
  /external/llvm/utils/TableGen/
EDEmitter.cpp 411 #define CALL(target) { \
511 if (name.find("CALL") != name.npos) {
513 // ignore (not a call)
517 // ignore (rather different semantics than a regular call)
519 CALL("off");
521 CALL("dst");
534 #undef CALL
  /dalvik/vm/
CheckJni.cpp 44 * JNI call bridge wrapper
49 * Check the result of a native method call that returns an object reference.
57 * shortcut here and allow the call to succeed if the descriptor strings
128 * Determine if we need to check the return type coming out of the call.
140 * Check a call into native code.
381 * Verify that the method's return type matches the type of call.
393 LOGW("JNI WARNING: calling non-static method with static call");
395 LOGW("JNI WARNING: calling static method with non-static call");
444 LOGW("JNI WARNING: can't call static %s.%s on class %s",
465 LOGW("JNI WARNING: can't call %s.%s on instance of %s"
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 517 milliseconds

1 2