HomeSort by relevance Sort by last modified time
    Searched refs:arg (Results 476 - 500 of 1130) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/armv5te/
binopWide2addr.S 25 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
  /dalvik/vm/mterp/armv6t2/
binopWide2addr.S 24 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
  /dalvik/vm/test/
TestHash.c 31 static int printFunc(void* data, void* arg)
36 int* count = (int*) arg;
  /external/bluetooth/glib/tests/
slice-concurrent.c 41 thread_func (void *arg)
43 struct ThreadData *td = arg;
  /external/clearsilver/python/examples/base/
log.py 94 for arg in args:
95 l.append(str(arg))
  /external/iproute2/genl/
genl.c 40 void *arg)
42 fprintf((FILE *) arg, "unknown genl type ..\n");
  /external/jpeg/
cdjpeg.c 122 keymatch (char * arg, const char * keyword, int minchars)
127 while ((ca = *arg++) != '\0') {
129 return FALSE; /* arg longer than keyword, no good */
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
  /external/kernel-headers/original/linux/
loop.h 49 unsigned long arg);
142 int (*ioctl)(struct loop_device *, int cmd, unsigned long arg);
  /external/libpng/scripts/
makevms.com 112 $arg=3
114 $ Argument = P'arg
131 $ arg=arg+1
132 $ If arg .Le. 8 Then Goto Loop
  /external/netcat/scripts/
probe 15 test ! "$1" && echo Needs victim arg && exit 1
web 31 echo Needs hostname arg.
  /external/openssl/crypto/evp/
e_des.c 70 static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
163 static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
  /external/qemu/audio/
audio_pt_int.c 136 int audio_pt_join (struct audio_pt *p, void **arg, const char *cap)
146 *arg = ret;
  /external/v8/src/mips/
virtual-frame-mips.cc 130 void VirtualFrame::CallStub(CodeStub* stub, Result* arg) {
183 Result* arg,
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
vms-code.c 51 goto arg; /*GOTO*/
76 arg: /* ordinary option or argument */
  /system/core/toolbox/
setconsole.c 11 static void *activate_thread(void *arg)
14 int fd = (int)arg;
  /external/strace/
strace.c 144 [command [arg ...]]\n\
146 [command [arg ...]]\n\
780 long arg; local
798 if ((arg = fcntl(tcp->pfd, F_GETFD)) < 0) {
802 if (fcntl(tcp->pfd, F_SETFD, arg|FD_CLOEXEC) < 0) {
811 if ((arg = fcntl(tcp->pfd_stat, F_GETFD)) < 0) {
815 if (fcntl(tcp->pfd_stat, F_SETFD, arg|FD_CLOEXEC) < 0) {
824 if ((arg = fcntl(tcp->pfd_as, F_GETFD)) < 0) {
828 if (fcntl(tcp->pfd_as, F_SETFD, arg|FD_CLOEXEC) < 0) {
844 if ((arg = fcntl(tcp->pfd, F_GETFD)) < 0)
1523 int arg; local
1706 long arg; local
    [all...]
  /external/icu4c/samples/cal/
cal.c 114 char *arg; local
121 arg = argv[optind];
124 if(strcmp(arg, "-v") == 0 || strcmp(arg, "--version") == 0) {
128 else if(strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) {
132 else if(strcmp(arg, "-l") == 0 || strcmp(arg, "--long") == 0) {
136 else if(strcmp(arg, "--") == 0) {
142 else if(strncmp(arg, "-", strlen("-")) == 0)
    [all...]
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 1614 const char* arg = args[index]; local
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 109 static int int_log2(int arg)
113 arg >>= 1;
114 while (arg) {
116 arg >>= 1;
121 static int int_log10(unsigned int arg)
125 for (l=0; arg ; l++)
126 arg = arg / 10;
762 char *buf, *token, *next, *p, *arg, *badopt = ""; local
781 arg = strchr(token, '=')
    [all...]
  /external/ppp/pppd/
ccp.c 176 void *arg));
    [all...]
  /bionic/libc/include/
pthread.h 140 void *(*start_routine)(void *), void * arg);
244 void* arg);
257 #define pthread_cleanup_push(routine, arg) \
260 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /bionic/libc/kernel/common/linux/mmc/
mmc.h 25 u32 arg; member in struct:mmc_command
  /build/tools/apicheck/src/com/android/apicheck/
ApiCheck.java 37 String[] arg = new String[2]; local
38 arg[0] = flag;
39 arg[1] = allArgs.get(++i);
40 ret.add(arg);
47 // i now points to the first non-flag arg; strip what came before
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ObserverTest.java 35 public void update(Observable observed, Object arg) {

Completed in 1485 milliseconds

<<11121314151617181920>>