/external/webkit/Tools/MiniBrowser/qt/ |
main.cpp | 54 QString defaultIndexFile = QString("%1/%2").arg(QDir::homePath()).arg(QLatin1String("index.html"));
|
/external/webkit/Tools/QtTestBrowser/ |
main.cpp | 162 appQuit(1, QString("%1 only works in combination with the -graphicsbased option").arg(option)); 184 << QString("[-viewport-update-mode %1]").arg(formatKeys(updateModes)).toLatin1().data() 263 appQuit(1, QString("%1 needs a value of one of [%2]").arg(arg1).arg(formatKeys(updateModes))); 266 appQuit(1, QString("%1 value has to be one of [%2]").arg(arg1).arg(formatKeys(updateModes))); 340 QString defaultIndexFile = QString("%1/%2").arg(QDir::homePath()).arg(QLatin1String("index.html"));
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_introspect.c | 61 wpabuf_printf(xml, "<arg name=\"%s\"", name); 73 const struct wpa_dbus_argument *arg; local 80 for (arg = args; arg && arg->name; arg++) { 81 add_arg(xml, arg->name, arg->type, 82 include_dir ? (arg->dir == ARG_IN ? "in" : "out") : 200 "<arg name=\"data\" type=\"s\" direction=\"out\"/> [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDebug.java | 164 for (String arg : args) { 165 if (arg.equals("-v")) {
|
/frameworks/wilhelm/src/ |
sync.c | 28 void *sync_start(void *arg) 30 CEngine *thiz = (CEngine *) arg;
|
/hardware/msm7k/librpc/ |
ops.c | 64 int r_control(int handle, const uint32 cmd, void *arg) 66 return ioctl(handle, cmd, arg);
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 105 private static void setBlocker(Thread t, Object arg) { 107 unsafe.putObject(t, parkBlockerOffset, arg);
|
/libcore/ |
run-libcore-tests | 23 --vm-arg -Xmx32M \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ax25.h | 74 int arg; member in struct:ax25_route_opt_struct 82 unsigned long arg; member in struct:ax25_ctl_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ax25.h | 74 int arg; member in struct:ax25_route_opt_struct 82 unsigned long arg; member in struct:ax25_ctl_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
hwdep.h | 37 int (*ioctl) (struct snd_hwdep *hw, struct file * file, unsigned int cmd, unsigned long arg); 38 int (*ioctl_compat) (struct snd_hwdep *hw, struct file * file, unsigned int cmd, unsigned long arg);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ax25.h | 74 int arg; member in struct:ax25_route_opt_struct 82 unsigned long arg; member in struct:ax25_ctl_struct
|
/system/core/libcutils/ |
android_reboot.c | 104 int android_reboot(int cmd, int flags, char *arg) 125 LINUX_REBOOT_CMD_RESTART2, arg);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_getcpuclockid.c | 39 thread_func( void* arg ) 56 ts.tv_nsec = 300000000 + ((int)arg)*50000000;
|
test_sem_post.c | 45 thread_func(void* arg) 47 sem_t *psem = (sem_t *)arg;
|
/external/valgrind/main/cachegrind/ |
cg_diff.in | 75 for my $arg (@ARGV) { 77 if ($arg =~ /^-/) { 79 if ($arg =~ /^-v$|^--version$/) { 82 } elsif ($arg =~ /^--mod-filename=(.*)/) { 85 } elsif ($arg =~ /^--mod-funcname=(.*)/) { 93 $file1 = $arg; 96 $file2 = $arg;
|
/bionic/libc/kernel/common/linux/ |
moduleparam.h | 51 void *arg; member in struct:kernel_param 70 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 71 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/development/ndk/platforms/android-3/include/linux/ |
moduleparam.h | 45 void *arg; member in struct:kernel_param 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/external/dhcpcd/ |
control.c | 53 remove_control_data(void *arg) 58 if (l == arg) { 73 handle_control_data(void *arg) 75 struct fd_list *l = arg; 101 handle_control(_unused void *arg)
|
/external/grub/docs/ |
kernel.c | 243 char **arg = (char **) &format; local 247 arg++; 263 itoa (buf, c, *((int *) arg++)); 269 p = *arg++; 279 putchar (*((int *) arg++));
|
/external/iptables/extensions/ |
libipt_MASQUERADE.c | 42 parse_ports(const char *arg, struct nf_nat_multi_range *mr) 49 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX)) 50 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg); 71 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg); 95 parse_ports(cb->arg, mr);
|
/external/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 14 ; void vp8_temporal_filter_apply_sse2 | arg 44 mov rdx, arg(3) 46 movd xmm6, arg(4) 52 sub rdx, arg(4) ; 16 - strength 58 mov rsi, arg(0) ; src/frame1 59 mov rdx, arg(2) ; predictor frame 60 mov rdi, arg(6) ; accumulator 61 mov rax, arg(7) ; count 64 movd xmm0, arg(5) ; filter_weight 69 mov rbp, arg(1) ; strid [all...] |
/external/oprofile/utils/ |
opcontrol | 29 arg=`echo $1 | awk -F= '{print $1}'` 32 dev_name=`echo $arg | tr . /` 673 arg=`printf %s $1 | awk -F= '{print $1}'` 687 case "$arg" in 695 EXCLUSIVE_ARGV="$arg" 704 echo "$arg unsupported. use \"--start\"" >&2 709 EXCLUSIVE_ARGV="$arg" 715 EXCLUSIVE_ARGV="$arg" 722 EXCLUSIVE_ARGV="$arg" 727 echo "$arg unsupported. use \"--shutdown\"" >& [all...] |
/external/webkit/Tools/Scripts/ |
parallelcl | 23 foreach my $arg (@ARGV) { 24 print STDERR "$arg\n"; 29 foreach my $arg (@ARGV) { 30 if ($arg =~ /^[\/-](E|EP|P)$/) { 33 } elsif ($arg =~ /^@(.*)$/) {
|
/frameworks/wilhelm/tests/sandbox/ |
reverb.c | 231 char *arg = argv[i]; local 232 if (arg[0] != '-') 235 if (!strncmp(arg, "--mix-preset", 12)) { 236 if ('\0' == arg[12]) { 238 } else if ('=' == arg[12]) { 239 outputMixPresetNumber = atoi(&arg[13]); 244 } else if (!strncmp(arg, "--mix-name", 10)) { 245 if ('\0' == arg[10]) { 247 } else if ('=' == arg[10]) { 248 outputMixEnvironmentalName = &arg[11] [all...] |