Searched refs:opt (Results 251 - 275 of 985) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/tools/
H A Dicu-svnprops-check.py197 for opt, arg in opts:
198 if opt in ("-h", "--help"):
201 if opt in ("-f", "--fix"):
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt.c62 unsigned opt = 0; local
80 opt |= PT_PIPELINE;
86 opt |= PT_PIPELINE;
92 opt |= PT_CLIPTEST;
95 opt |= PT_SHADE;
101 if (opt == 0)
103 else if (opt == PT_SHADE && !draw->pt.no_fse)
112 if (draw->pt.prim != prim || draw->pt.opt != opt) {
134 frontend->prepare( frontend, prim, middle, opt );
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp112 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i]; local
113 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
/external/icu/icu4c/source/tools/
H A Dicu-svnprops-check.py197 for opt, arg in opts:
198 if opt in ("-h", "--help"):
201 if opt in ("-f", "--fix"):
/external/iproute2/tc/
H A Df_basic.c110 struct rtattr *opt, __u32 handle)
114 if (opt == NULL)
117 parse_rtattr_nested(tb, TCA_BASIC_MAX, opt);
109 basic_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
H A Dq_dsmark.c132 static int dsmark_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
136 if (!opt) return 0;
138 parse_rtattr(tb, TCA_DSMARK_MAX, RTA_DATA(opt), RTA_PAYLOAD(opt));
H A Dq_ingress.c56 static int ingress_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
H A Dtc_util.h31 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/
H A Dalbumart.c42 int opt; local
59 while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) {
60 switch (opt) {
H A Dhotplug.c53 int opt; local
61 while ( (opt = getopt(argc, argv, "uUiHa:")) != -1 ) {
62 switch (opt) {
/external/libnl/lib/route/sch/
H A Dfifo.c60 struct tc_fifo_qopt *opt; local
69 opt = (struct tc_fifo_qopt *) qdisc->q_opts->d_data;
70 fifo->qf_limit = opt->limit;
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh81 for opt in "$@"; do
82 optval="${opt#*=}"
84 die "Missing attribute value in '$opt' while generating $tag tag"
85 echo "${indent}${opt%%=*}=\"${optval}\""
213 for opt in "$@"; do
214 optval="${opt#*=}"
215 case "$opt" in
245 *) die Unrecognized Visual Studio Version in $opt
250 opt="${opt
[all...]
/external/llvm/lib/TableGen/
H A DMain.cpp32 cl::opt<std::string>
36 cl::opt<std::string>
42 cl::opt<std::string>
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp29 static cl:: opt<bool> DisableHardwareLoops("disable-hexagon-hwloops",
32 static cl::opt<bool> DisableHexagonMISched("disable-hexagon-misched",
36 static cl::opt<bool> DisableHexagonCFGOpt("disable-hexagon-cfgopt",
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c62 unsigned opt = 0; local
80 opt |= PT_PIPELINE;
86 opt |= PT_PIPELINE;
92 opt |= PT_CLIPTEST;
95 opt |= PT_SHADE;
101 if (opt == 0)
103 else if (opt == PT_SHADE && !draw->pt.no_fse)
112 if (draw->pt.prim != prim || draw->pt.opt != opt) {
134 frontend->prepare( frontend, prim, middle, opt );
[all...]
/external/smack/src/org/xbill/DNS/
H A DEDNSOption.java195 EDNSOption opt = (EDNSOption) arg;
196 if (code != opt.code)
198 return Arrays.equals(getData(), opt.getData());
H A DOPTRecord.java181 EDNSOption opt = (EDNSOption) it.next();
182 if (opt.getCode() == code) {
185 list.add(opt);
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c76 int exptag, int expclass, char opt,
81 const ASN1_TEMPLATE *tt, char opt,
85 const ASN1_TEMPLATE *tt, char opt,
90 int tag, int aclass, char opt, ASN1_TLC *ctx);
148 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
153 int tag, int aclass, char opt, ASN1_TLC *ctx)
186 if ((tag != -1) || opt)
192 it->templates, opt, ctx);
195 tag, aclass, opt, ctx);
213 if (opt) retur
151 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
514 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
595 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
736 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1216 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_dec.c79 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) retur
154 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
532 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
618 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
766 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1259 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregcoll.h252 void caseFirstCompressionSub(Collator *col, UnicodeString opt);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportproxy.cc106 int PortProxy::SetOption(rtc::Socket::Option opt, argument
109 return impl_->SetOption(opt, value);
112 int PortProxy::GetOption(rtc::Socket::Option opt, argument
115 return impl_->GetOption(opt, value);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_variance_sse2.c317 #define DECL(w, opt) \
318 int vp9_sub_pixel_variance##w##xh_##opt(const uint8_t *src, \
334 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
335 unsigned int vp9_sub_pixel_variance##w##x##h##_##opt(const uint8_t *src, \
343 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \
348 int se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 16, src_stride, \
355 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 32, src_stride, \
361 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 48, src_stride, \
394 #define DECL(w, opt) \
395 int vp9_sub_pixel_avg_variance##w##xh_##opt(cons
[all...]
/external/clang/lib/Driver/
H A DDriverOptions.cpp17 using namespace llvm::opt;
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.h257 void caseFirstCompressionSub(Collator *col, UnicodeString opt);
/external/iptables/iptables/
H A Diptables-apply61 for opt in $OPTS; do
62 case "$opt" in
67 eval TIMEOUT=$opt
80 case "$opt" in

Completed in 829 milliseconds

<<11121314151617181920>>