Searched refs:opts (Results 276 - 300 of 429) sorted by relevance

<<1112131415161718

/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp37 namespace opts { namespace
41 } // namespace opts
534 if (opts::InputFilenames.size() == 0)
535 opts::InputFilenames.push_back("-");
537 std::for_each(opts::InputFilenames.begin(), opts::InputFilenames.end(),
/external/e2fsprogs/misc/
H A Ddumpe2fs.c444 static void parse_extended_opts(const char *opts, blk64_t *superblock, argument
451 len = strlen(opts);
458 strcpy(buf, opts);
/external/mksh/src/
H A Dfuncs.c353 const char *opts = "npRrsu,"; local
358 while ((c = ksh_getopt(wp, &builtin_opt, opts)) != -1)
376 opts = "en";
522 const char *opts = iam_whence ? "pv" : "pvV"; local
524 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
676 const char *opts; local
707 opts = istset ? "L#R#UZ#afi#lnprtux" : "p";
719 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
1472 const char *opts, *var; local
1480 opts
[all...]
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp521 if (opts::CodeViewSubsectionBytes) {
729 if (opts::CodeViewSubsectionBytes) {
773 if (opts::SectionRelocations) {
779 if (opts::SectionSymbols) {
789 if (opts::SectionData &&
840 if (opts::ExpandRelocs) {
H A DMachODumper.cpp470 if (opts::SectionRelocations) {
476 if (opts::SectionSymbols) {
486 if (opts::SectionData) {
556 if (opts::ExpandRelocs) {
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_summary.py429 opts, args = getopt.getopt(sys.argv[1:], short_opt, long_opt)
433 for opt, arg in opts:
H A Dmain.py477 opts, args = getopt.getopt(options_list, short_opt, long_opt)
481 for opt, arg in opts:
/external/autotest/server/hosts/
H A Dservo_host.py201 def make_ssh_command(self, user='root', port=22, opts='', hosts_file=None,
224 @param opts Additional options to the ssh command.
237 return base_command % (opts, user, port)
H A Dssh_host.py64 opts=options,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A D__main__.py265 opts, args = getopt.getopt(sys.argv[1:], 'dDvo:h:mq',
271 for o, a in opts:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Ds3put269 opts, args = getopt.getopt(
278 # parse opts
279 for o, a in opts:
/external/clang/utils/
H A DFindSpecRefs811 (opts, args) = parser.parse_args()
838 if opts.debug:
/external/libxml2/vms/
H A Dbuild_libxml.com258 $ opts = ""
259 $ if debug then opts = "/DEBUG"
260 $ write sys$output "''link_command'''opts' ''object_file',XML_LIBDIR:libxml.olb/library"
263 $ link_command'opts' 'object_file',-
266 $ link_command'opts' 'object_file',-
/external/webrtc/webrtc/p2p/base/
H A Dtcpport.cc486 int opts = (remote_candidate().protocol() == SSLTCP_PROTOCOL_NAME) local
491 port()->proxy(), port()->user_agent(), opts));
/external/v8/test/mjsunit/asm/embenchen/
H A Dfannkuch.js2209 return NODEFS.createNode(null, '/', NODEFS.getMode(mount.opts.root), 0);
2238 parts.push(node.mount.opts.root);
2446 },lookupPath:function (path, opts) {
2448 opts = opts || {};
2455 if (opts[key] === undefined) {
2456 opts[key] = defaults[key];
2460 if (opts.recurse_count > 8) { // max recursive lookup of 8
2475 if (islast && opts.parent) {
2485 if (!islast || (islast && opts
[all...]
H A Dfasta.js2453 return NODEFS.createNode(null, '/', NODEFS.getMode(mount.opts.root), 0);
2482 parts.push(node.mount.opts.root);
2690 },lookupPath:function (path, opts) {
2692 opts = opts || {};
2699 if (opts[key] === undefined) {
2700 opts[key] = defaults[key];
2704 if (opts.recurse_count > 8) { // max recursive lookup of 8
2719 if (islast && opts.parent) {
2729 if (!islast || (islast && opts
[all...]
H A Dmemops.js2178 return NODEFS.createNode(null, '/', NODEFS.getMode(mount.opts.root), 0);
2207 parts.push(node.mount.opts.root);
2415 },lookupPath:function (path, opts) {
2417 opts = opts || {};
2424 if (opts[key] === undefined) {
2425 opts[key] = defaults[key];
2429 if (opts.recurse_count > 8) { // max recursive lookup of 8
2444 if (islast && opts.parent) {
2454 if (!islast || (islast && opts
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java2401 int opts = RuleCharacterIterator.PARSE_VARIABLES |
2404 opts |= RuleCharacterIterator.SKIP_WHITESPACE;
2442 if (resemblesPropertyPattern(chars, opts)) {
2457 c = chars.next(opts);
2469 c = chars.next(opts);
2475 c = chars.next(opts);
2530 chars.skipIgnored(opts);
2601 c = chars.next(opts);
2638 c = chars.next(opts);
2683 c = chars.next(opts);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java2471 int opts = RuleCharacterIterator.PARSE_VARIABLES |
2474 opts |= RuleCharacterIterator.SKIP_WHITESPACE;
2512 if (resemblesPropertyPattern(chars, opts)) {
2527 c = chars.next(opts);
2539 c = chars.next(opts);
2545 c = chars.next(opts);
2600 chars.skipIgnored(opts);
2671 c = chars.next(opts);
2708 c = chars.next(opts);
2753 c = chars.next(opts);
[all...]
/external/opencv3/3rdparty/libjasper/
H A Djpc_dec.c200 static int jpc_dec_parseopts(char *optstr, jpc_dec_importopts_t *opts);
237 jpc_dec_importopts_t opts; local
243 if (jpc_dec_parseopts(optstr, &opts)) {
249 if (!(dec = jpc_dec_create(&opts, in))) {
303 static int jpc_dec_parseopts(char *optstr, jpc_dec_importopts_t *opts) argument
307 opts->debug = 0;
308 opts->maxlyrs = JPC_MAXLYRS;
309 opts->maxpkts = -1;
319 opts->maxlyrs = atoi(jas_tvparser_getval(tvp));
322 opts
[all...]
/external/iproute2/
H A Dconfigure71 .opts = NULL,
/external/llvm/tools/llvm-pdbdump/
H A DClassDefinitionDumper.cpp87 if (Func->isCompilerGenerated() && opts::ExcludeCompilerGenerated)
H A DVariableDumper.cpp35 if (Var.isCompilerGenerated() && opts::ExcludeCompilerGenerated)
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp136 const char *opts, void (*pfn_notify)(cl_program, void *),
135 clBuildProgram(cl_program prog, cl_uint count, const cl_device_id *devs, const char *opts, void (*pfn_notify)(cl_program, void *), void *user_data) argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java56 public static Drawable createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) { argument

Completed in 1717 milliseconds

<<1112131415161718