Searched refs:opts (Results 151 - 175 of 429) sorted by relevance

1234567891011>>

/external/libxml2/python/tests/
H A Dinput_callback.py49 opts = libxml2.XML_PARSE_DTDLOAD | libxml2.XML_PARSE_NONET | libxml2.XML_PARSE_COMPACT
59 parser = libxml2.createURLParserCtxt(docpath, opts)
/external/skia/src/codec/
H A DSkGifCodec.cpp452 int* inputColorCount, const Options& opts) {
462 this->initializeSwizzler(dstInfo, opts);
466 void SkGifCodec::initializeSwizzler(const SkImageInfo& dstInfo, const Options& opts) { argument
469 fSwizzler.reset(SkSwizzler::CreateSwizzler(SkSwizzler::kIndex, colorPtr, dstInfo, opts,
483 const Options& opts,
487 Result result = this->prepareToDecode(dstInfo, inputColorPtr, inputColorCount, opts);
500 opts.fZeroInitialized);
523 const SkCodec::Options& opts, SkPMColor inputColorPtr[], int* inputColorCount) {
451 prepareToDecode(const SkImageInfo& dstInfo, SkPMColor* inputColorPtr, int* inputColorCount, const Options& opts) argument
481 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts, SkPMColor* inputColorPtr, int* inputColorCount, int* rowsDecoded) argument
522 onStartScanlineDecode(const SkImageInfo& dstInfo, const SkCodec::Options& opts, SkPMColor inputColorPtr[], int* inputColorCount) argument
H A DSkBmpCodec.h129 const Options& opts) = 0;
H A DSkBmpRLECodec.h91 const Options& opts) override;
/external/tlsdate/src/events/
H A Dkickoff_time_sync.c90 int wait_time = add_jitter (state->opts.steady_state_interval,
91 state->opts.jitter);
H A Dtime_set.c52 state->opts.cur_source = NULL;
55 if (state->opts.should_dbus)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java298 PropertyOptions opts = getOptions();
302 opts.setHasLanguage(false);
307 opts.setHasType(false);
313 opts.setHasQualifiers(false);
325 PropertyOptions opts = getOptions();
327 opts.setHasQualifiers(false);
328 opts.setHasLanguage(false);
329 opts.setHasType(false);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g210 Map<String, Object> opts=null;
213 : ^( RULE id=ID {opts = $RULE.getBlockOptions();}
230 grammar.defineRule($id.getToken(), $modifier.mod, opts, $start, $args, numAlts);
258 $b.start.setBlockOptions(opts);
477 Map<String, Object> opts = new HashMap<String, Object>();
478 opts.put("greedy", "false");
483 opts.put("k", 1);
485 block.setOptions(grammar,opts);
/external/autotest/client/site_tests/security_OpenSSLBlacklist/
H A Dsecurity_OpenSSLBlacklist.py27 def run_once(self, opts=None):
/external/emma/core/java12/com/vladium/emma/
H A DrunCommand.java63 final IOptsParser.IOpt [] opts = parsedopts.getOpts ();
65 if (opts == null) // this means there were args parsing errors
75 for (int o = 0; o < opts.length; ++ o)
77 final IOptsParser.IOpt opt = opts [o];
125 // process prefixed opts:
/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp65 OptSpec opts[] = { variable
85 UBool processOptions(int argc, const char **argv, OptSpec opts[]) argument
90 for (pOpt = opts; pOpt->name != 0; pOpt ++) {
241 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp74 OptSpec opts[] = { variable
96 UBool processOptions(int argc, const char **argv, OptSpec opts[]) argument
101 for (pOpt = opts; pOpt->name != 0; pOpt ++) {
279 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
/external/ipsec-tools/src/racoon/
H A Dnattraversal.h81 int natt_fill_options (struct ph1natt_options *opts, int version);
/external/libselinux/include/selinux/
H A Dlabel.h62 * @opts: array of selabel_opt structures specifying label options or NULL.
63 * @nopts: number of elements in opts array or zero for no options.
66 * listed above. Options may be provided via the opts parameter; available
72 const struct selinux_opt *opts,
/external/libweave/examples/daemon/light/
H A Dlight.cc306 Daemon::Options opts; local
307 opts.model_id_ = "AIAAA";
308 if (!opts.Parse(argc, argv)) {
312 Daemon daemon{opts};
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h29 namespace opts { namespace
45 } // namespace opts
/external/mesa3d/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c97 intel_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
/external/mesa3d/src/gallium/targets/xorg-r300/
H A Dxorg.c98 r300_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
/external/mesa3d/src/gallium/targets/xorg-r600/
H A Dxorg.c98 r600_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c98 radeonsi_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
/external/opencv3/samples/python2/
H A Dasift.py110 opts, args = getopt.getopt(sys.argv[1:], '', ['feature='])
111 opts = dict(opts)
112 feature_name = opts.get('--feature', 'sift-flann')
/external/selinux/libselinux/include/selinux/
H A Dlabel.h64 * @opts: array of selabel_opt structures specifying label options or NULL.
65 * @nopts: number of elements in opts array or zero for no options.
68 * listed above. Options may be provided via the opts parameter; available
74 const struct selinux_opt *opts,
/external/skia/src/gpu/
H A DGrContextFactory.h105 explicit GrContextFactory(const GrContextOptions& opts);
/external/skia/src/images/
H A DSkScaledBitmapSampler.h53 bool begin(SkBitmap* dst, SrcConfig sc, const Options& opts,
/external/toybox/
H A Dmain.c16 #define NEWTOY(name, opts, flags) {#name, name##_main, opts, flags},
64 #define NEWTOY(name, opts, flags) opts ||
68 0; // Ends the opts || opts || opts...

Completed in 4389 milliseconds

1234567891011>>