HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 176 - 200 of 849) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/android/
main-emulator.c 109 const char* opt = argv[nn]; local
111 if (!strcmp(opt,"-qemu"))
114 if (!strcmp(opt,"-force-32bit")) {
120 if (!strcmp(opt,"-avd") && nn+1 < argc) {
123 else if (opt[0] == '@' && opt[1] != '\0') {
124 avdName = opt+1;
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 35 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden);
37 static cl::opt<bool> PrintNoAlias("print-no-aliases", cl::ReallyHidden);
38 static cl::opt<bool> PrintMayAlias("print-may-aliases", cl::ReallyHidden);
39 static cl::opt<bool> PrintPartialAlias("print-partial-aliases", cl::ReallyHidden);
40 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
42 static cl::opt<bool> PrintNoModRef("print-no-modref", cl::ReallyHidden);
43 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
44 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
45 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 258 String opt; local
259 while ((opt=nextOption()) != null) {
260 if (opt.equals("-l")) {
262 } else if (opt.equals("-lf")) {
264 } else if (opt.equals("-f")) {
266 } else if (opt.equals("-d")) {
268 } else if (opt.equals("-e")) {
270 } else if (opt.equals("-s")) {
272 } else if (opt.equals("-3")) {
274 } else if (opt.equals("-i"))
418 String opt; local
506 String opt; local
767 String opt; local
1070 String opt; local
    [all...]
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 43 static llvm::cl::opt<std::string>
65 static llvm::cl::opt<std::string>
70 static llvm::cl::opt<std::string>
86 static llvm::cl::opt<std::string>
92 static llvm::cl::opt<bool>
97 static llvm::cl::opt<bool>
102 static llvm::cl::opt<std::string>
107 static llvm::cl::opt<bool>
117 static llvm::cl::opt<bool>
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 36 static llvm::cl::opt<std::string>
58 static llvm::cl::opt<std::string>
63 static llvm::cl::opt<std::string>
79 static llvm::cl::opt<std::string>
85 static llvm::cl::opt<bool>
90 static llvm::cl::opt<bool>
95 static llvm::cl::opt<std::string>
100 static llvm::cl::opt<bool>
110 static llvm::cl::opt<bool>
  /bootable/recovery/tools/ota/
add-property-tag.c 72 int opt; local
73 while ((opt = getopt(argc, argv, "f:p:rn")) != -1) {
74 switch (opt) {
  /cts/suite/audio_quality/executable/src/
main.cpp 66 int opt; local
67 while ((opt = getopt(argc, argv, "l:s:")) != -1) {
68 switch (opt) {
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 73 virtual int GetOption(Option opt, int* value);
74 virtual int SetOption(Option opt, int value);
82 static int TranslateOption(Option opt, int* slevel, int* sopt);
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 111 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i]; local
112 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
  /external/iproute2/tc/
f_basic.c 110 struct rtattr *opt, __u32 handle)
114 if (opt == NULL)
117 parse_rtattr_nested(tb, TCA_BASIC_MAX, opt);
q_dsmark.c 132 static int dsmark_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
136 if (!opt) return 0;
138 parse_rtattr(tb, TCA_DSMARK_MAX, RTA_DATA(opt), RTA_PAYLOAD(opt));
q_ingress.c 56 static int ingress_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
tc_util.h 31 int (*print_qopt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
35 int (*print_copt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
45 int (*print_fopt)(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle);
54 int (*print_aopt)(struct action_util *au, FILE *f, struct rtattr *opt);
  /external/libmtp/examples/
albumart.c 42 int opt; local
59 while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) {
60 switch (opt) {
hotplug.c 53 int opt; local
61 while ( (opt = getopt(argc, argv, "uUiHa:")) != -1 ) {
62 switch (opt) {
  /external/smack/src/org/xbill/DNS/
EDNSOption.java 8 * DNS extension options, as described in RFC 2671. The rdata of an OPT record
195 EDNSOption opt = (EDNSOption) arg;
196 if (code != opt.code)
198 return Arrays.equals(getData(), opt.getData());
OPTRecord.java 11 * header. An OPT should be generated by Resolver.
37 * Creates an OPT Record. This is normally called by SimpleResolver, but can
52 super(Name.root, Type.OPT, payloadSize, 0);
64 * Creates an OPT Record with no data. This is normally called by
81 * Creates an OPT Record with no data. This is normally called by
101 throw st.exception("no text format defined for OPT");
181 EDNSOption opt = (EDNSOption) it.next(); local
182 if (opt.getCode() == code) {
185 list.add(opt);
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 99 INT opt; local
111 while ((opt = getopt(argc, argv, "+T+v+w+?p:")) != EOF) {
112 switch (opt) {
  /external/llvm/tools/opt/
opt.cpp 1 //===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
59 static cl::opt<std::string>
63 static cl::opt<std::string>
67 static cl::opt<bool>
70 static cl::opt<bool>
73 static cl::opt<bool>
77 static cl::opt<bool>
80 static cl::opt<bool>
83 static cl::opt<bool>
86 static cl::opt<bool
    [all...]
  /external/openssl/crypto/asn1/
tasn_dec.c 79 int exptag, int expclass, char opt,
84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
93 int tag, int aclass, char opt, ASN1_TLC *ctx);
151 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
156 int tag, int aclass, char opt, ASN1_TLC *ctx)
189 if ((tag != -1) || opt)
196 it->templates, opt, ctx);
199 tag, aclass, opt, ctx);
218 if (opt) return -1
    [all...]
  /bionic/libc/kernel/tools/
find_headers.py 45 for opt, arg in optlist:
46 if opt == '-a':
48 elif opt == '-c':
50 elif opt == '-v':
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 56 virtual int SetOption(talk_base::Socket::Option opt, int value);
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 57 static cl::opt<std::string> BuildPath(
  /external/icu4c/test/intltest/
regcoll.h 252 void caseFirstCompressionSub(Collator *col, UnicodeString opt);
  /external/iptables/iptables/
iptables-apply 62 for opt in $OPTS; do
63 case "$opt" in
68 eval TIMEOUT=$opt
81 case "$opt" in

Completed in 2121 milliseconds

1 2 3 4 5 6 78 91011>>