Searched refs:opt (Results 76 - 100 of 985) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h22 cl::opt<MCTargetOptions::AsmInstrumentation> AsmInstrumentation(
32 cl::opt<bool> RelaxAll("mc-relax-all",
36 cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"),
39 cl::opt<bool> ShowMCInst("asm-show-inst",
/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp21 cl::opt<std::string>
23 cl::opt<std::string>
26 cl::opt<double>
28 cl::opt<double>
/external/fio/lib/
H A Dgetopt_long.c47 int opt; local
116 /* Someone frobbed optind, change to new opt. */
120 opt = *pvt.optptr++;
122 if (opt != ':' && (osptr = strchr(optstring, opt))) {
140 return opt;
151 return opt;
158 return opt;
162 optopt = opt;
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf81 # keyword 'opt' or 'option'. If an option can take multiple items, such
86 opt dns 192.168.2.1
93 #opt subnet
94 #opt timezone
95 #opt router
96 #opt timesvr
97 #opt namesvr
98 #opt dns
99 #opt logsvr
100 #opt cookiesv
[all...]
/external/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp33 static cl::opt<bool>
38 static cl::opt<FunctionNameKind> ClPrintFunctions(
48 static cl::opt<bool>
52 static cl::opt<bool>
55 static cl::opt<std::string> ClDefaultArch("default-arch", cl::init(""),
59 static cl::opt<std::string>
/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js70 function boolToStr(opt)
72 if (opt == false)
74 else if (opt == true)
82 function strToBool(opt)
84 if (opt == "0" || opt == "no")
86 else if (opt == "1" || opt == "yes")
328 var arg, opt;
330 opt
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_option.py61 for opt in sorted(OptionMap.keys()):
62 DumpOption(OptionMap[opt])
98 for opt, val in opts:
99 if len(opt) == 2: opt = opt[1:]
100 if opt[0:2] == '--': opt = opt[2:]
101 OptionMap[opt]
[all...]
/external/clang/lib/Driver/
H A DToolChains.h104 const llvm::opt::ArgList &Args);
144 const llvm::opt::ArgList &Args,
154 const llvm::opt::ArgList &Args);
198 const llvm::opt::ArgList &Args);
206 StringRef getMachOArchName(const llvm::opt::ArgList &Args) const;
210 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args,
211 llvm::opt::ArgStringList &CmdArgs) const {}
214 virtual void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args,
215 llvm::opt::ArgStringList &CmdArgs) const;
218 addStartObjectFileArgs(const llvm::opt
[all...]
H A DTools.h37 using llvm::opt::ArgStringList;
42 static const char *getBaseInputName(const llvm::opt::ArgList &Args,
44 static const char *getBaseInputStem(const llvm::opt::ArgList &Args,
46 static const char *getDependencyFileName(const llvm::opt::ArgList &Args,
52 const llvm::opt::ArgList &Args,
53 llvm::opt::ArgStringList &CmdArgs,
57 void AddAArch64TargetArgs(const llvm::opt::ArgList &Args,
58 llvm::opt::ArgStringList &CmdArgs) const;
59 void AddARMTargetArgs(const llvm::opt::ArgList &Args,
60 llvm::opt
[all...]
/external/f2fs-tools/fsck/
H A Dmain.c159 struct dump_option *opt = (struct dump_option *)config.private; local
163 if (opt->end_sit == -1)
164 opt->end_sit = SM_I(sbi)->main_segments;
165 if (opt->end_ssa == -1)
166 opt->end_ssa = SM_I(sbi)->main_segments;
167 if (opt->start_sit != -1)
168 sit_dump(sbi, opt->start_sit, opt->end_sit);
169 if (opt->start_ssa != -1)
170 ssa_dump(sbi, opt
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c58 if (argv[0][0] == '/' && argv[0][1]) { /* opt */
62 size_t len = strlen(options[i].opt);
63 if (yasm__strncasecmp(cmd, options[i].opt, len) == 0) {
71 options[i].opt);
115 if (options[i].opt)
116 sprintf(optbuf, "/%s <%s>", options[i].opt,
120 if (options[i].opt)
121 sprintf(optbuf, "/%s", options[i].opt);
/external/oprofile/libpopt/
H A Dpopt.c64 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
68 if (opt != NULL)
69 for (; opt->longName || opt->shortName || opt->arg; opt++) {
70 if (opt->arg == NULL) continue; /* XXX program error. */
71 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
72 void * arg = opt->arg;
79 } else if ((opt
92 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
120 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
472 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
708 const struct poptOption * opt = NULL; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_asm_deps.sh26 for opt do
27 optval="${opt#*=}"
28 case "$opt" in
33 -I*) raw_inc_paths="${raw_inc_paths} ${opt}"
34 inc_path="${inc_path} ${opt#-I}"
38 *) [ -f "$opt" ] && srcfile="$opt"
/external/libvpx/libvpx/build/make/
H A Dgen_asm_deps.sh26 for opt do
27 optval="${opt#*=}"
28 case "$opt" in
33 -I*) raw_inc_paths="${raw_inc_paths} ${opt}"
34 inc_path="${inc_path} ${opt#-I}"
38 *) [ -f "$opt" ] && srcfile="$opt"
/external/dnsmasq/src/
H A Drfc2131.c81 #define option_len(opt) ((int)(((unsigned char *)(opt))[1]))
82 #define option_ptr(opt, i) ((void *)&(((unsigned char *)(opt))[2u+(unsigned int)(i)]))
84 static int sanitise(unsigned char *opt, char *buf);
86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
87 static void option_put(struct dhcp_packet *mess, unsigned char *end, int opt, int len, unsigned int val);
89 int opt, char *string, int null_term);
90 static struct in_addr option_addr(unsigned char *opt);
91 static struct in_addr option_addr_arr(unsigned char *opt, in
124 unsigned char *opt, *clid = NULL; local
1337 calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt) argument
1363 sanitise(unsigned char *opt, char *buf) argument
1448 option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) argument
1498 option_addr_arr(unsigned char *opt, int offset) argument
1509 option_addr(unsigned char *opt) argument
1514 option_uint(unsigned char *opt, int offset, int size) argument
1630 free_space(struct dhcp_packet *mess, unsigned char *end, int opt, int len) argument
1692 option_put(struct dhcp_packet *mess, unsigned char *end, int opt, int len, unsigned int val) argument
1702 option_put_string(struct dhcp_packet *mess, unsigned char *end, int opt, char *string, int null_term) argument
1716 do_opt(struct dhcp_opt *opt, unsigned char *p, struct dhcp_context *context, int null_term) argument
1745 in_list(unsigned char *list, int opt) argument
1760 option_find2(struct dhcp_netid *netid, struct dhcp_opt *opts, int opt) argument
1773 match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt) argument
1793 do_encap_opts(struct dhcp_opt *opt, int encap, int flag, struct dhcp_packet *mess, unsigned char *end, int null_term) argument
1850 struct dhcp_opt *opt; local
2026 struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts; local
[all...]
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkImageWidget.cpp30 QStyleOption opt; local
31 opt.init(this);
33 style()->drawPrimitive(QStyle::PE_Widget, &opt, &painter, this);
/external/libgsm/src/
H A Dgsm_option.c14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val) argument
18 switch (opt) {
/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup_main.c30 int opt; local
39 while ((opt = getopt(argc, argv, "vnd:")) != -1) {
40 switch (opt) {
/external/libpcap/
H A Dpcap-snoop.c226 (void)strncpy(sr.sr_ifname, p->opt.source, sizeof(sr.sr_ifname));
238 if (p->opt.buffer_size != 0)
239 v = p->opt.buffer_size;
246 if (strncmp("et", p->opt.source, 2) == 0 || /* Challenge 10 Mbit */
247 strncmp("ec", p->opt.source, 2) == 0 || /* Indigo/Indy 10 Mbit,
249 strncmp("ef", p->opt.source, 2) == 0 || /* O200/2000 10/100 Mbit */
250 strncmp("eg", p->opt.source, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
251 strncmp("gfe", p->opt.source, 3) == 0 || /* GIO 100 Mbit */
252 strncmp("fxp", p->opt.source, 3) == 0 || /* Challenge VME Enet */
253 strncmp("ep", p->opt
[all...]
/external/llvm/tools/llvm-as/
H A Dllvm-as.cpp34 static cl::opt<std::string>
37 static cl::opt<std::string>
41 static cl::opt<bool>
44 static cl::opt<bool>
47 static cl::opt<bool>
50 static cl::opt<bool>
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp128 const OptInfo& opt = *optIter; local
130 DE_ASSERT(opt.shortName || opt.longName);
132 if (opt.shortName)
134 DE_ASSERT(shortOptMap.find(opt.shortName) == shortOptMap.end());
135 shortOptMap[opt.shortName] = &opt;
138 if (opt.longName)
140 DE_ASSERT(longOptMap.find(opt.longName) == longOptMap.end());
141 longOptMap[opt
173 const OptInfo* opt = optPos != optMap.end() ? optPos->second : DE_NULL; local
249 const OptInfo& opt = *optIter; local
[all...]
/external/bison/build-aux/
H A Dcross-options.pl16 (\[?) # $3: $opt: '[' iff the argument is optional.
21 my ($short, $long, $opt, $arg) = ($1, $2, $3, $4);
32 # if $opt, $arg contains the closing ].
34 if $opt eq '[';
43 if ($opt eq '[') {
57 if $opt eq '[';
/external/clang/include/clang/Driver/
H A DOptions.h14 namespace opt { namespace in namespace:llvm
24 /// llvm::opt::DriverFlag.
47 llvm::opt::OptTable *createDriverOptTable();
/external/e2fsprogs/lib/ss/
H A Dct_c.awk30 /^opt/ {
31 opt = substr($0, 6, length($0)-5)
32 if (opt == "dont_list") {
35 if (opt == "dont_summarize") {
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h25 extern cl::opt<std::string> TripleName;
26 extern cl::opt<std::string> ArchName;

Completed in 809 milliseconds

1234567891011>>