Searched refs:opt (Results 1 – 13 of 13) 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 | 724 String opt; in processOptions() local 726 while ((opt = nextOption()) != null) { in processOptions() 727 if (opt.equals("-s")) { in processOptions() 729 } else if (opt.equals("-p")) { in processOptions() 731 } else if (opt.equals("-c")) { in processOptions() 733 } else if (opt.equals("-v")) { in processOptions() 735 } else if (opt.equals("--ignore-crashes")) { in processOptions() 737 } else if (opt.equals("--ignore-timeouts")) { in processOptions() 739 } else if (opt.equals("--ignore-security-exceptions")) { in processOptions() 741 } else if (opt.equals("--monitor-native-crashes")) { in processOptions() [all …]
|
/development/tools/rmtypedefs/etc/ |
D | rmtypedefs | 41 opt=`expr "$1" : '-J\(.*\)'` 42 javaOpts="${javaOpts} -${opt}"
|
/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-21/include/linux/netfilter/ |
D | xt_osf.h | 65 struct xt_osf_opt opt[MAX_IPOPTLEN]; member
|
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |
D | LICENSE | 211 3. You may opt to apply the terms of the ordinary GNU General Public
|
/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
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 737 3. You may opt to apply the terms of the ordinary GNU General Public 2460 3. You may opt to apply the terms of the ordinary GNU General Public 2911 3. You may opt to apply the terms of the ordinary GNU General Public 5067 3. You may opt to apply the terms of the ordinary GNU General Public 6798 3. You may opt to apply the terms of the ordinary GNU General Public 7480 3. You may opt to apply the terms of the ordinary GNU General Public
|