HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 1 - 25 of 1223) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ide/intellij/
p4.sh 8 exec /opt/local/bin/p4 $*
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
buildBugToolsJar.sh 3 export JAVA_HOME=/opt/sun-java2-5.0;
4 export ANT_HOME=/opt/apache-ant-1.6;
buildBugToolsZip.sh 3 export JAVA_HOME=/opt/sun-java2-5.0;
4 export ANT_HOME=/opt/apache-ant-1.6;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
buildFeedToolsJar.sh 13 export JAVA_HOME=/opt/sun-java2-5.0;
14 export ANT_HOME=/opt/apache-ant-1.6;
buildFeedToolsZip.sh 13 export JAVA_HOME=/opt/sun-java2-5.0;
14 export ANT_HOME=/opt/apache-ant-1.6;
feedWatch.sh 13 export JAVA_HOME=/opt/sun-java2-5.0;
14 export ANT_HOME=/opt/apache-ant-1.6;
  /external/llvm/tools/llvm-readobj/
llvm-readobj.h 31 extern llvm::cl::opt<bool> FileHeaders;
32 extern llvm::cl::opt<bool> Sections;
33 extern llvm::cl::opt<bool> SectionRelocations;
34 extern llvm::cl::opt<bool> SectionSymbols;
35 extern llvm::cl::opt<bool> SectionData;
36 extern llvm::cl::opt<bool> Relocations;
37 extern llvm::cl::opt<bool> Symbols;
38 extern llvm::cl::opt<bool> DynamicSymbols;
39 extern llvm::cl::opt<bool> UnwindInfo;
40 extern llvm::cl::opt<bool> ExpandRelocs
    [all...]
  /external/oprofile/libpopt/
popthelp.c 95 const struct poptOption *opt; local
98 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
99 if (opt->argInfo == POPT_ARG_INTL_DOMAIN)
100 return opt->arg;
106 * @param opt option(s)
110 getArgDescrip(const struct poptOption * opt,
484 const struct poptOption * opt; local
506 const struct poptOption * opt; local
672 const struct poptOption * opt; local
    [all...]
  /external/linux-tools-perf/util/
parse-options.c 8 static int opterror(const struct option *opt, const char *reason, int flags)
11 return error("switch `%c' %s", opt->short_name, reason);
13 return error("option `no-%s' %s", opt->long_name, reason);
14 return error("option `%s' %s", opt->long_name, reason);
17 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt,
20 if (p->opt) {
21 *arg = p->opt;
22 p->opt = NULL;
23 } else if ((opt->flags & PARSE_OPT_LASTARG_DEFAULT) && (p->argc == 1 ||
25 *arg = (const char *)opt->defval
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 13 GetoptError -- exception (class) raised with 'opt' attribute, which is the
39 opt = '' variable in class:GetoptError
41 def __init__(self, msg, opt=''):
43 self.opt = opt
44 Exception.__init__(self, msg, opt)
144 def do_longs(opts, opt, longopts, args):
146 i = opt.index('=')
150 opt, optarg = opt[:i], opt[i+1:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 13 GetoptError -- exception (class) raised with 'opt' attribute, which is the
39 opt = '' variable in class:GetoptError
41 def __init__(self, msg, opt=''):
43 self.opt = opt
44 Exception.__init__(self, msg, opt)
144 def do_longs(opts, opt, longopts, args):
146 i = opt.index('=')
150 opt, optarg = opt[:i], opt[i+1:
    [all...]
  /external/bzip2/
bzgrep 20 -e | -f) opt="$opt $1"; shift; pat="$1"
24 -A | -B) opt="$opt $1 $2"; shift;;
25 -*) opt="$opt $1";;
43 op=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'`
52 bzip2 -cdfq | $grep $opt "$pat"
60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i
63 bzip2 -cdfq "$i" | $grep $opt "$pat
    [all...]
  /external/iproute2/tc/
q_sfb.c 54 struct tc_sfb_qopt opt; local
57 memset(&opt, 0, sizeof(opt));
58 opt.rehash_interval = 600*1000;
59 opt.warmup_time = 60*1000;
60 opt.penalty_rate = 10;
61 opt.penalty_burst = 20;
62 opt.increment = (SFB_MAX_PROB + 1000) / 2000;
63 opt.decrement = (SFB_MAX_PROB + 10000) / 20000;
68 if (get_u32(&opt.rehash_interval, *argv, 0))
    [all...]
q_fifo.c 34 struct tc_fifo_qopt opt; local
35 memset(&opt, 0, sizeof(opt));
40 if (get_size(&opt.limit, *argv)) {
57 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
65 if (opt == NULL)
68 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
70 qopt = RTA_DATA(opt);
    [all...]
q_multiq.c 47 struct tc_multiq_qopt opt; local
60 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
64 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
68 if (opt == NULL)
70 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
73 qopt = RTA_DATA(opt);
q_sfq.c 41 struct tc_sfq_qopt_v1 opt; local
47 memset(&opt, 0, sizeof(opt));
52 if (get_size(&opt.v0.quantum, *argv)) {
59 if (get_integer(&opt.v0.perturb_period, *argv, 0)) {
66 if (get_u32(&opt.v0.limit, *argv, 0)) {
70 if (opt.v0.limit < 2) {
77 if (get_u32(&opt.v0.divisor, *argv, 0)) {
84 if (get_u32(&opt.v0.flows, *argv, 0)) {
91 if (get_u32(&opt.depth, *argv, 0))
    [all...]
  /external/ppp/pppd/
options.c 354 option_t *opt; local
363 opt = find_option(arg);
364 if (opt == NULL) {
369 n = n_arguments(opt);
374 if (!process_option(opt, arg, argv))
395 option_t *opt; local
427 opt = find_option(cmd);
428 if (opt == NULL) {
433 n = n_arguments(opt);
443 if (!process_option(opt, cmd, argv)
526 option_t *opt; local
591 option_t *opt; local
810 option_t *opt; local
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 23 namespace opt { namespace in namespace:llvm
57 const llvm::opt::ArgList &Args;
77 const llvm::opt::ArgList &Args);
85 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
86 llvm::opt::ArgStringList &CC1Args,
88 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
89 llvm::opt::ArgStringList &CC1Args,
92 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
93 llvm::opt::ArgStringList &CC1Args,
95 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs
    [all...]
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 11 // command line tools. The tools "llc" and "opt" both use this file to prevent
25 cl::opt<std::string>
28 cl::opt<std::string>
40 cl::opt<Reloc::Model>
55 cl::opt<llvm::CodeModel::Model>
71 cl::opt<bool>
76 cl::opt<TargetMachine::CodeGenFileType>
88 cl::opt<bool> DisableDotLoc("disable-dot-loc", cl::Hidden,
91 cl::opt<bool> DisableCFI("disable-cfi", cl::Hidden,
94 cl::opt<bool> EnableDwarfDirectory("enable-dwarf-directory", cl::Hidden
    [all...]
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 88 String opt; local
89 while ((opt=nextOption()) != null) {
90 if (opt.equals("-h") || opt.equals("--help")) {
93 } else if (opt.equals("-n") || opt.equals("--account-name")) {
95 } else if (opt.equals("-t") || opt.equals("--account-type")) {
97 } else if (opt.equals("-a") || opt.equals("--authority"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2.7-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':

Completed in 2280 milliseconds

1 2 3 4 5 6 7 8 91011>>