/external/junit/src/junit/textui/ |
TestRunner.java | 168 String arg= args[++i]; local 169 int lastIndex= arg.lastIndexOf('.'); 170 testCase= arg.substring(0, lastIndex); 171 method= arg.substring(lastIndex + 1);
|
/external/openssl/crypto/ecdh/ |
ecdh.h | 99 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
|
/external/openssl/crypto/evp/ |
e_rc2.c | 75 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr); 207 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) 220 if(arg > 0) 222 data(c)->key_bits = arg;
|
/external/openssl/include/openssl/ |
ecdh.h | 99 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
|
/external/oprofile/daemon/ |
opd_kernel.c | 37 void opd_create_vmlinux(char const * name, char const * arg) 50 sscanf(arg, "%llx,%llx", &vmlinux_image.start, &vmlinux_image.end); 62 void opd_create_xen(char const * name, char const * arg) 75 sscanf(arg, "%llx,%llx", &xen_image.start, &xen_image.end);
|
/external/oprofile/libpopt/ |
popt.h | 17 * \name Arg type identifiers 20 #define POPT_ARG_NONE 0 /*!< no arg */ 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ 22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */ 23 #define POPT_ARG_LONG 3 /*!< arg will be converted to long */ 24 #define POPT_ARG_INCLUDE_TABLE 4 /*!< arg points to table */ 26 set first in table; arg points 31 included tables; arg points 33 #define POPT_ARG_VAL 7 /*!< arg should take value val */ 34 #define POPT_ARG_FLOAT 8 /*!< arg will be converted to float * 120 void * arg; \/*!< depends on argInfo *\/ member in struct:poptOption [all...] |
/external/oprofile/ |
popt.h | 17 * \name Arg type identifiers 20 #define POPT_ARG_NONE 0 /*!< no arg */ 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ 22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */ 23 #define POPT_ARG_LONG 3 /*!< arg will be converted to long */ 24 #define POPT_ARG_INCLUDE_TABLE 4 /*!< arg points to table */ 26 set first in table; arg points 31 included tables; arg points 33 #define POPT_ARG_VAL 7 /*!< arg should take value val */ 34 #define POPT_ARG_FLOAT 8 /*!< arg will be converted to float * 120 void * arg; \/*!< depends on argInfo *\/ member in struct:poptOption [all...] |
/external/ppp/pppd/ |
chap-new.c | 118 static void chap_timeout(void *arg); 133 void (*printer) __P((void *, char *, ...)), void *arg); 256 chap_timeout(void *arg) 258 struct chap_server_state *ss = arg; 275 TIMEOUT(chap_timeout, arg, chap_timeout_time); 573 void (*printer) __P((void *, char *, ...)), void *arg) 588 printer(arg, " %s", chap_code_names[code-1]); 590 printer(arg, " code=0x%x", code); 591 printer(arg, " id=0x%x", id); 603 printer(arg, " <"); [all...] |
/external/qemu/hw/ |
scsi-disk.h | 13 uint32_t arg);
|
/external/qemu/ |
qemu-thread.h | 36 void *arg);
|
/external/qemu/tcg/hppa/ |
tcg-target.c | 222 static inline void tcg_out_mov(TCGContext *s, int ret, int arg) 225 tcg_out32(s, ARITH_OR | INSN_T(ret) | INSN_R1(arg) | INSN_R2(TCG_REG_R0)); 229 /* tcg_out32(s, LDO | INSN_R1(ret) | INSN_R2(arg) | reassemble_14(0)); */ 233 int ret, tcg_target_long arg) 235 if (arg == (arg & 0x1fff)) { 237 reassemble_14(arg)); 240 reassemble_21(lrsel((uint32_t)arg, 0))); 241 if (arg & 0x7ff) 243 reassemble_14(rrsel((uint32_t)arg, 0))) [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-192226.js | 79 function test1(arg)
|
/frameworks/base/media/jni/soundpool/ |
SoundPoolThread.h | 54 static int beginThread(void* arg);
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_proto.h | 73 void *params, int plen, void *arg, int len, bool set);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
sched.h | 72 extern int clone(int (*fn)(void*), void *child_stack, int flags, void *arg);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
sched.h | 72 extern int clone(int (*fn)(void*), void *child_stack, int flags, void *arg);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
sched.h | 72 extern int clone(int (*fn)(void*), void *child_stack, int flags, void *arg);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
sched.h | 72 extern int clone(int (*fn)(void*), void *child_stack, int flags, void *arg);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
sched.h | 73 extern int clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
sched.h | 73 extern int clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...);
|
/system/extras/tests/bionic/libc/common/ |
test_clone.c | 16 clone_child (void *arg)
|
/external/e2fsprogs/misc/ |
dumpe2fs.c | 329 char *buf, *token, *next, *p, *arg, *badopt = ""; local 348 arg = strchr(token, '='); 349 if (arg) { 350 *arg = 0; 351 arg++; 355 if (!arg) { 360 *superblock = strtoul(arg, &p, 0); 364 arg); 370 if (!arg) { 375 *blocksize = strtoul(arg, &p, 0) [all...] |
/bootable/recovery/minzip/ |
Hash.h | 37 typedef int (*HashForeachFunc)(void* data, void* arg); 134 int mzHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
|
/dalvik/vm/ |
Intern.c | 135 static int markStringObject(void* strObj, void* arg) 137 UNUSED_PARAMETER(arg);
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_INTERFACE.S | 18 GET_VREG(r0, r2) @ r0<- first arg ("this")
|