/external/lldb/utils/test/ |
llvm-mc-shell.py | 82 opts, args = parser.parse_args() 84 llvm_mc = opts.llvm_mc if opts.llvm_mc else which('llvm-mc') 91 llvm_mc_options = opts.llvm_mc_options
|
ras.py | 95 opts, args = parser.parse_args() 96 if not opts.sender or not opts.recipients: 99 testDir = opts.testDir 106 #print "environments:", opts.environments 107 summary, output = runTestsuite(testDir, sessDir, opts.environments) 112 outer['To'] = COMMASPACE.join(opts.recipients) 113 outer['From'] = opts.sender 165 if opts.output: 166 fp = open(opts.output, 'w' [all...] |
run-until-faulted.py | 92 opts, args = parser.parse_args() 94 lldb_command = which(opts.lldb_command) 96 if not opts.exe: 99 exe = opts.exe 101 exe_options = opts.exe_options
|
/external/llvm/tools/llvm-readobj/ |
llvm-readobj.cpp | 45 namespace opts { namespace 143 } // namespace opts 233 if (opts::FileHeaders) 235 if (opts::Sections) 237 if (opts::Relocations) 239 if (opts::Symbols) 241 if (opts::DynamicSymbols) 243 if (opts::UnwindInfo) 245 if (opts::DynamicTable) 247 if (opts::NeededLibraries [all...] |
/external/openfst/src/bin/ |
fstdraw.cc | 80 fst::SymbolTableTextOptions opts; local 81 opts.allow_negative = FLAGS_allow_negative_labels; 84 isyms = SymbolTable::ReadText(FLAGS_isymbols, opts); 89 osyms = SymbolTable::ReadText(FLAGS_osymbols, opts);
|
fstprint.cc | 73 fst::SymbolTableTextOptions opts; local 74 opts.allow_negative = FLAGS_allow_negative_labels; 77 isyms = SymbolTable::ReadText(FLAGS_isymbols, opts); 82 osyms = SymbolTable::ReadText(FLAGS_osymbols, opts);
|
/external/openfst/src/script/ |
prune.cc | 26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { 27 PruneArgs1 args(fst, opts); 34 const PruneOptions &opts) { 35 PruneArgs2 args(ifst, fst, opts);
|
/external/openfst/src/test/ |
fst_test.h | 242 FstWriteOptions opts; local 243 opts.source = aligned; 244 opts.align = true; 245 CHECK(fst.Write(ostr, opts)); 248 FstReadOptions opts; local 249 opts.mode = FstReadOptions::ReadMode("map"); 250 opts.source = aligned; 251 G *gfst = G::Read(istr, opts); 261 FstWriteOptions opts; local 262 opts.source = aligned 267 FstReadOptions opts; local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
expanded-fst.h | 38 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { 39 FstReadOptions ropts(opts); 42 hdr = *opts.header; 44 if (!hdr.Read(strm, opts.source))
|
closure.h | 76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) 77 : RationalFstOptions(opts), type(t) {} 106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) 107 : RationalFst<A>(opts) { 108 Impl()->InitClosure(fst, opts.type);
|
/external/openfst/src/include/fst/ |
difference.h | 40 explicit DifferenceFstOptions(const CacheOptions &opts, 73 const CacheOptions &opts = CacheOptions()) { 91 const DifferenceFstOptions<A, M, F, T> &opts) { 95 ComposeFstOptions<A, R> copts(opts); 97 opts.matcher1); 99 MATCHER_REWRITE_ALWAYS, opts.matcher2); 162 const DifferenceOptions &opts = DifferenceOptions()) { 165 if (opts.filter_type == AUTO_FILTER) { 169 } else if (opts.filter_type == SEQUENCE_FILTER) { 173 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) [all...] |
closure.h | 84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) 85 : RationalFstOptions(opts), type(t) {} 114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) 115 : RationalFst<A>(opts) { 116 GetImpl()->InitClosure(fst, opts.type);
|
fst.h | 206 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) { 207 FstReadOptions ropts(opts); 210 hdr = *opts.header; 212 if (!hdr.Read(strm, opts.source)) 244 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { 677 // return the header. If opts.header is non-null, skip read-in and 678 // use the option value. If opts.[io]symbols is non-null, read-in 680 bool ReadHeader(istream &strm, const FstReadOptions& opts, 684 // If a opts.header is false, skip writing header. 685 // If opts.[io]symbols is false, skip writing those symbols [all...] |
/external/sepolicy/tools/ |
checkfc.c | 33 struct selinux_opt opts[] = { local 80 opts[1].value = contextFile; 82 sehnd = selabel_open(backend, opts, 2);
|
/external/chromium_org/tools/binary_size/ |
run_binary_size_analysis.py | 834 opts, _args = parser.parse_args() 836 if ((not opts.library) and (not opts.nm_in)) or (opts.library and opts.nm_in): 838 if (opts.nm_in): 839 if opts.jobs: 842 if not opts.destdir: 844 if not opts.jobs: 849 opts.jobs = max(2, min(4, str(multiprocessing.cpu_count())) [all...] |
/external/libvpx/libvpx/build/make/ |
rtcd.pl | 13 my %opts = (); 27 \%opts, 34 if (!defined($opts{$opt})) { 47 open CONFIG_FILE, $opts{config} or 48 die "Error opening config file '$opts{config}': $!\n"; 201 my $include_guard = uc($opts{sym})."_H_"; 223 void $opts{sym}(void); 357 if ($opts{arch} eq 'x86') { 360 } elsif ($opts{arch} eq 'x86_64') { 365 } elsif ($opts{arch} eq 'mips32') [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
rtcd.pl | 13 my %opts = (); 27 \%opts, 34 if (!defined($opts{$opt})) { 47 open CONFIG_FILE, $opts{config} or 48 die "Error opening config file '$opts{config}': $!\n"; 201 my $include_guard = uc($opts{sym})."_H_"; 223 void $opts{sym}(void); 357 if ($opts{arch} eq 'x86') { 360 } elsif ($opts{arch} eq 'x86_64') { 365 } elsif ($opts{arch} eq 'mips32') [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_converter.py | 78 opts, argv = parser.parse_args() 79 if opts.file: 80 _ConvertFile(opts.file, opts.out) 87 _ConvertFile(os.path.join(root, name), opts.out)
|
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/ |
MainActivity.java | 112 ExtendedOptions opts = new ExtendedOptions( local 115 opts.decodeAggregator = mDecodeAggregator; 116 opts.parallaxSpeedMultiplier = NORMAL_PARALLAX_MULTIPLIER; 117 opts.backgroundColor = Color.LTGRAY; 119 mCache, true /* limit density */, opts);
|
/external/chromium_org/tools/auto_bisect/ |
bisect_utils.py | 259 def RunGClientAndCreateConfig(opts, custom_deps=None, cwd=None): 263 opts: The options parsed from the command line through parse_args(). 280 if 'android' in opts.target_platform: 357 def SetupGitDepot(opts, custom_deps): 363 opts: The options parsed from the command line through parse_args(). 372 if opts.output_buildbot_annotations: 377 if not RunGClientAndCreateConfig(opts, custom_deps): 395 if opts.output_buildbot_annotations: 402 def CheckIfBisectDepotExists(opts): 406 opts: The options parsed from the command line through parse_args() [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
compiler.py | 171 (opts, file_paths) = parser.parse_args() 177 if (opts.generator not in ('cpp-bundle-registration', 'cpp-bundle-schema') and 190 if opts.include_rules: 192 shlex.split(opts.include_rules)) 194 result = GenerateSchema(opts.generator, file_paths, opts.root, opts.destdir, 195 opts.namespace, opts.dart_overrides_dir, 196 opts.impl_dir, include_rules [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
ImageUtils.java | 107 final BitmapFactory.Options opts = new BitmapFactory.Options(); local 108 opts.inSampleSize = Math.max(bounds.x / maxSize, bounds.y / maxSize); 109 result.bitmap = decodeStream(factory, null, opts); 136 * @param opts null-ok; Options that control downsampling and whether the 139 * decoded, or, if opts is non-null, if opts requested only the 140 * size be returned (in opts.outWidth and opts.outHeight) 143 final BitmapFactory.Options opts) throws FileNotFoundException { 155 final Bitmap originalBitmap = BitmapFactory.decodeStream(is, outPadding, opts); 198 final BitmapFactory.Options opts = new BitmapFactory.Options(); local [all...] |
/external/clang/tools/clang-format/ |
git-clang-format | 117 opts = p.parse_args(argv) 119 opts.verbose -= opts.quiet 120 del opts.quiet 122 commit, files = interpret_args(opts.args, dash_dash, opts.commit) 124 if opts.verbose >= 1: 126 filter_by_extension(changed_lines, opts.extensions.lower().split(',')) 127 if opts.verbose >= 1: 145 binary=opts.binary [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 65 opts = {u'???': True, u'á': False} 66 orig_opts = opts.copy() 68 check_against(ttk._format_optdict(opts), {u'-???': True, u'-á': False}) 69 # opts should remain unchanged 70 self.assertEqual(opts, orig_opts) 105 amount_opts = len(ttk._format_optdict(opts, ignore=(u'á'))) // 2 106 self.assertEqual(amount_opts, len(opts) - 1) 109 amount_opts = len(ttk._format_optdict(opts, ignore=(u'á', 'b'))) // 2 110 self.assertEqual(amount_opts, len(opts) - 1) 113 self.assertFalse(ttk._format_optdict(opts, ignore=opts.keys()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 65 opts = {u'???': True, u'á': False} 66 orig_opts = opts.copy() 68 check_against(ttk._format_optdict(opts), {u'-???': True, u'-á': False}) 69 # opts should remain unchanged 70 self.assertEqual(opts, orig_opts) 105 amount_opts = len(ttk._format_optdict(opts, ignore=(u'á'))) // 2 106 self.assertEqual(amount_opts, len(opts) - 1) 109 amount_opts = len(ttk._format_optdict(opts, ignore=(u'á', 'b'))) // 2 110 self.assertEqual(amount_opts, len(opts) - 1) 113 self.assertFalse(ttk._format_optdict(opts, ignore=opts.keys()) [all...] |