Searched refs:opt (Results 1 – 8 of 8) sorted by relevance
/development/ndk/tests/ |
D | run-all.sh | 39 opt="$1" 40 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 41 case "$opt" in 49 JOBS="$opt" 56 echo "ERROR: Unknown option '$opt', use --help for list of valid ones." 61 PARAMETERS="$opt" 63 PARAMETERS="$PARAMETERS $opt"
|
/development/tools/yuv420sp2rgb/ |
D | cmdline.c | 44 struct option *opt = long_options; in print_help() local 46 while (opt->name) { in print_help() 48 isprint(opt->val) ? opt->val : ' ', in print_help() 49 opt->name, in print_help() 50 (opt->has_arg ? " (argument)" : ""), in print_help() 52 opt++; in print_help()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | Monkey.java | 758 String opt; in processOptions() local 759 while ((opt = nextOption()) != null) { in processOptions() 760 if (opt.equals("-s")) { in processOptions() 762 } else if (opt.equals("-p")) { in processOptions() 764 } else if (opt.equals("-c")) { in processOptions() 766 } else if (opt.equals("-v")) { in processOptions() 768 } else if (opt.equals("--ignore-crashes")) { in processOptions() 770 } else if (opt.equals("--ignore-timeouts")) { in processOptions() 772 } else if (opt.equals("--ignore-security-exceptions")) { in processOptions() 774 } else if (opt.equals("--monitor-native-crashes")) { in processOptions() [all …]
|
/development/tools/apkcheck/etc/ |
D | apkcheck | 41 opt=`expr "$1" : '-J\(.*\)'` 42 javaOpts="${javaOpts} -${opt}"
|
/development/ide/intellij/ |
D | p4.sh | 8 exec /opt/local/bin/p4 $*
|
/development/ndk/platforms/android-3/include/linux/ |
D | ext2_fs.h | 214 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument 215 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument 216 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & EXT2_MOUNT_##opt) argument
|
D | ext3_fs.h | 266 #define clear_opt(o, opt) o &= ~EXT3_MOUNT_##opt argument 267 #define set_opt(o, opt) o |= EXT3_MOUNT_##opt argument 268 #define test_opt(sb, opt) (EXT3_SB(sb)->s_mount_opt & EXT3_MOUNT_##opt) argument
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 211 3. You may opt to apply the terms of the ordinary GNU General Public
|