HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 226 - 250 of 778) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 48 opt = OptionParser("%prog [options] PathToSearch.\nTry -h or --help.")
49 opt.add_option("-j", "--parallel-level", action="store", type="int",
52 opt.add_option("-v", "--verbose", action="store", type="int",
55 opt.add_option("", "--tests-options", action="store", type="string",
58 opt.add_option("-o", "--output-file", action="store", type="string",
61 opt.add_option("-b", "--browser", action="store", dest="browser",
64 opt.add_option("", "--do-not-open-results", action="store_false",
67 opt.add_option("-d", "--developer-mode", action="store_true",
70 opt.add_option("-t", "--timeout", action="store", type="int",
74 self._o, self._a = opt.parse_args(args
    [all...]
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 89 String opt; local
92 while ((opt=nextOption()) != null) {
93 if (opt.equals("-a")) {
95 } else if (opt.equals("-s")) {
98 System.err.println("Error: Unknown option: " + opt);
  /frameworks/compile/libbcc/tools/bcc/
main.cpp 381 const struct OptionInfo *opt = &Options[i]; local
383 printf("\t-%s", opt->option_name);
384 if (opt->argument_desc)
385 printf(" %s ", opt->argument_desc);
388 printf("\t%s\n", opt->help_message);
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 113 int opt; local
114 while ((opt = getopt(argc, argv, "s:c:n:d:?")) != -1) {
117 switch (opt) {
123 cerr << "Invalid cpu specified for -" << (char) opt
136 *((opt == 'c') ? &options.clientCPU : &options.serverCPU) = cpu;
  /external/ppp/pppd/
ipcp.c 274 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */
275 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */
475 printipaddr(opt, printer, arg)
476 option_t *opt;
757 #define ADDCIADDRS(opt, neg, val1, val2) \
761 PUTCHAR(opt, ucp); \
772 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
776 PUTCHAR(opt, ucp); \
788 #define ADDCIADDR(opt, neg, val) \
792 PUTCHAR(opt, ucp);
    [all...]
cbcp.c 233 int code, opt, id, len, olen, delay; local
258 GETCHAR(opt, p);
268 if (opt >= 1 && opt <= sizeof(cbcp_optionnames) / sizeof(char *))
269 printer(arg, " %s", cbcp_optionnames[opt-1]);
271 printer(arg, " option=0x%x", opt);
  /device/moto/wingray/taudio/
tctl.c 24 int opt, cfd; local
34 while ((opt = getopt(argc, argv, "o::i::s:c:v::g::d:r:")) != -1) {
35 switch (opt) {
twav.c 84 int opt; local
91 while ((opt = getopt(argc, argv, "o:c:b:s:")) != -1) {
92 switch (opt) {
  /external/bluetooth/bluez/tools/
avctrl.c 195 int i, opt, num, quiet = 0; local
197 while ((opt = getopt_long(argc, argv, "+qh", main_options, NULL)) != -1) {
198 switch (opt) {
dfubabel.c 163 int i, opt, num, quiet = 0; local
165 while ((opt = getopt_long(argc, argv, "+qh", main_options, NULL)) != -1) {
166 switch (opt) {
  /external/bluetooth/hcidump/src/
csrsniff.c 162 int dd, opt, dev = 0; local
166 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
167 switch (opt) {
  /external/icu4c/tools/
icu-svnprops-check.py 197 for opt, arg in opts:
198 if opt in ("-h", "--help"):
201 if opt in ("-f", "--fix"):
  /external/iproute2/tc/
f_fw.c 119 static int fw_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
123 if (opt == NULL)
126 parse_rtattr_nested(tb, TCA_FW_MAX, opt);
f_route.c 134 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
139 if (opt == NULL)
142 parse_rtattr_nested(tb, TCA_ROUTE4_MAX, opt);
f_tcindex.c 122 struct rtattr *opt, __u32 handle)
126 if (opt == NULL)
129 parse_rtattr_nested(tb, TCA_TCINDEX_MAX, opt);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 26 cl::opt<bool>
30 static cl::opt<bool>
33 static cl::opt<bool>
  /external/valgrind/main/cachegrind/
cg-arch.c 78 static void parse_cache_opt ( cache_t* cache, Char* opt, Char* optval )
106 VG_(fmsg_bad_option)(opt, "");
109 VG_(fmsg_bad_option)(opt,
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestObj.h 150 - (void)methodWithOptionalArg:(int)opt;
151 - (void)methodWithNonOptionalArgAndOptionalArg:(int)nonOpt opt:(int)opt;
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 225 java_opt_to_real(int optID, int* opt, int* level)
230 *opt = SO_RCVBUF;
234 *opt = SO_SNDBUF;
238 *opt = SO_SNDTIMEO;
242 *opt = SO_LINGER;
246 *opt = TCP_NODELAY;
250 *opt = SO_REUSEADDR;
262 int opt, level; local
267 if (!java_opt_to_real(optID, &opt, &level)) {
278 switch (opt)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 205 int opt; local
241 while ((opt = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != EOF)
243 switch (opt)
  /sdk/emulator/qtools/
read_trace.cpp 30 int opt = getopt(argc, argv, "+s:"); local
31 if (opt == -1)
33 switch (opt) {
stack_dump.cpp 86 int opt = getopt(argc, argv, "+d:"); local
87 if (opt == -1)
89 switch (opt) {
  /external/qemu/audio/
audio.c 212 struct audio_option *opt);
457 struct audio_option *opt)
466 if (!opt) {
473 for (; opt->name; opt++) {
475 printf (" %s_%s: ", uprefix, opt->name);
477 if (opt->overriddenp && *opt->overriddenp) {
481 switch (opt->tag) {
484 int *intp = opt->valp
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 24 static llvm::cl::opt<bool>
28 //static llvm::cl::opt<bool>
32 static llvm::cl::opt<bool>
36 static llvm::cl::opt<bool>
39 static llvm::cl::opt<bool>
42 static llvm::cl::opt<bool>
48 static llvm::cl::opt<std::string>
  /external/llvm/include/llvm/Support/
CommandLine.h 284 // want. This is only valid on "opt" arguments, not on "list" arguments.
291 template<class Opt>
292 void apply(Opt &O) const { O.setInitialValue(Init); }
310 template<class Opt>
311 void apply(Opt &O) const { O.setLocation(O, Loc); }
472 template<class Opt>
473 void apply(Opt &O) const {
571 // -opt=O2 or -opt O2 or -optO2
722 template <class Opt>
978 static void opt(const Mod &M, Opt &O) { M.apply(O); } function in struct:llvm::cl::applicator
984 static void opt(const char *Str, Opt &O) { O.setArgStr(Str); } function in struct:llvm::cl::applicator
988 static void opt(const char *Str, Opt &O) { O.setArgStr(Str); } function in struct:llvm::cl::applicator
992 static void opt(const char *Str, Opt &O) { O.setArgStr(Str); } function in struct:llvm::cl::applicator
996 static void opt(NumOccurrencesFlag NO, Option &O) { function in struct:llvm::cl::applicator
1001 static void opt(ValueExpected VE, Option &O) { O.setValueExpectedFlag(VE); } function in struct:llvm::cl::applicator
1004 static void opt(OptionHidden OH, Option &O) { O.setHiddenFlag(OH); } function in struct:llvm::cl::applicator
1007 static void opt(FormattingFlags FF, Option &O) { O.setFormattingFlag(FF); } function in struct:llvm::cl::applicator
1010 static void opt(MiscFlags MF, Option &O) { O.setMiscFlag(MF); } function in struct:llvm::cl::applicator
1122 class opt : public Option, class in namespace:llvm::cl
1176 explicit opt(const M0t &M0) : Option(Optional, NotHidden) { function in class:llvm::cl::opt
1183 opt(const M0t &M0, const M1t &M1) : Option(Optional, NotHidden) { function in class:llvm::cl::opt
1190 opt(const M0t &M0, const M1t &M1, function in class:llvm::cl::opt
1197 opt(const M0t &M0, const M1t &M1, const M2t &M2, function in class:llvm::cl::opt
1204 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt
1213 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt
1222 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt
1232 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, function in class:llvm::cl::opt
    [all...]

Completed in 3026 milliseconds

1 2 3 4 5 6 7 8 91011>>