HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 76 - 100 of 502) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 7 OptionParser.new do |opts|
8 opts.banner = "Usage: clean-header-guards [options]"
10 opts.on("--prefix [PREFIX]", "Append a header prefix to all guards") do |prefix|
  /external/libnl/lib/route/sch/
fifo.c 105 struct tc_fifo_qopt opts; local
116 memset(&opts, 0, sizeof(opts));
117 opts.limit = fifo->qf_limit;
119 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0)
tbf.c 70 struct tc_tbf_qopt opts; local
73 nla_memcpy(&opts, tb[TCA_TBF_PARMS], sizeof(opts));
74 tbf->qt_limit = opts.limit;
75 tbf->qt_mpu = opts.rate.mpu;
77 rtnl_copy_ratespec(&tbf->qt_rate, &opts.rate);
78 tbf->qt_rate_txtime = opts.buffer;
79 bufsize = rtnl_tc_calc_bufsize(nl_ticks2us(opts.buffer),
80 opts.rate.rate);
83 rtnl_copy_ratespec(&tbf->qt_peakrate, &opts.peakrate)
156 struct tc_tbf_qopt opts; local
    [all...]
  /external/openfst/src/bin/
fstrelabel.cc 75 SymbolTableTextOptions opts;
76 opts.allow_negative = FLAGS_allow_negative_labels;
81 : SymbolTable::ReadText(FLAGS_isymbols, opts);
84 : SymbolTable::ReadText(FLAGS_relabel_isymbols, opts);
89 : SymbolTable::ReadText(FLAGS_osymbols, opts);
92 : SymbolTable::ReadText(FLAGS_relabel_osymbols, opts);
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/lib/
mapped-file.cc 61 MappedFile* MappedFile::Map(istream* s, const FstReadOptions &opts,
64 if (opts.mode == FstReadOptions::MAP && spos >= 0 &&
67 int fd = open(opts.source.c_str(), O_RDONLY);
83 << " from " << opts.source.c_str() << " to addr " << map;
93 if (opts.mode != FstReadOptions::READ) {
95 << opts.source << " could not be honored, reading instead.";
  /external/chromium_org/tools/gyp/
gyptest.py 171 opts, args = parser.parse_args(argv[1:])
173 if opts.chdir:
174 os.chdir(opts.chdir)
176 if opts.path:
177 extra_path = [os.path.abspath(p) for p in opts.path]
182 if not opts.all:
197 if opts.list:
202 CommandRunner.verbose = not opts.quiet
203 CommandRunner.active = not opts.no_exec
207 if not opts.quiet
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 98 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this,
101 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
112 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this,
115 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
123 ActivityOptions opts = ActivityOptions.makeScaleUpAnimation(
126 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
142 ActivityOptions opts = ActivityOptions.makeThumbnailScaleUpAnimation(
145 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
  /external/chromium_org/content/renderer/p2p/
ipc_socket_factory.h 36 int opts) OVERRIDE;
42 int opts) OVERRIDE;
  /external/chromium_org/remoting/client/plugin/
pepper_packet_socket_factory.h 26 int opts) OVERRIDE;
32 int opts) OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
basicpacketsocketfactory.h 49 const SocketAddress& local_address, int min_port, int max_port, int opts);
52 const ProxyInfo& proxy_info, const std::string& user_agent, int opts);
  /external/chromium_org/tools/grit/grit/tool/
interface.py 42 def SetOptions(self, opts):
43 self.o = opts
buildinfo.py 27 def Run(self, opts, args):
38 self.SetOptions(opts)
40 res_tree = grd_reader.Parse(opts.input, debug=opts.extra_verbose)
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 64 final IOptsParser.IOpt [] opts = parsedopts.getOpts (); local
66 if (opts == null) // this means there were args parsing errors
77 for (int o = 0; o < opts.length; ++ o)
79 final IOptsParser.IOpt opt = opts [o];
99 // process prefixed opts:
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
record.c 76 struct perf_record_opts *opts)
85 if (opts->group)
89 opts->no_inherit = true;
92 perf_evsel__config(evsel, opts);
  /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...]
  /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/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/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...]
  /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...]
  /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)

Completed in 845 milliseconds

1 2 34 5 6 7 8 91011>>