HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 326 - 350 of 494) sorted by null

<<11121314151617181920

  /external/dropbear/
svr-runopts.c 122 opts.ipv4 = 1;
123 opts.ipv6 = 1;
132 opts.listen_fwd_all = 0;
184 opts.listen_fwd_all = 1;
  /external/harfbuzz_ng/src/
hb-common.cc 48 u.opts.initialized = 1;
51 u.opts.uniscribe_bug_compatible = c && strstr (c, "uniscribe-bug-compatible");
  /external/icu4c/stubdata/
icu_dat_generator.py 220 opts, args = getopt.getopt(sys.argv[1:], "hv", ["help", "verbose"])
223 for opt, _ in opts:
  /external/openfst/src/include/fst/
arcsort.h 130 ArcSortFst(const Fst<A> &fst, const C &comp, const ArcSortFstOptions &opts)
131 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp), opts) {}
concat.h 206 const ConcatFstOptions &opts) : RationalFst<A>(opts) {
arc-map.h 303 ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {}
333 const ArcMapFstOptions& opts)
334 : CacheImpl<B>(opts),
344 const ArcMapFstOptions& opts)
345 : CacheImpl<B>(opts),
562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts)
563 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts)
566 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
    [all...]
cache.h 131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
134 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
135 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ?
136 opts.gc_limit : kMinCacheLimit),
640 explicit CacheImpl(const CacheOptions &opts)
641 : CacheBaseImpl< CacheState<A> >(opts) {}
  /external/skia/bench/
bench_analyze.py 188 opts, _ = getopt.getopt(sys.argv[1:], 'a:b:o:p:')
197 for option, value in opts:
  /frameworks/base/core/java/android/content/
ContentProviderClient.java 211 String mimeType, Bundle opts)
214 return mContentProvider.openTypedAssetFile(mPackageName, uri, mimeType, opts);
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 275 opts, arguments = option_parser.parse_args()
276 main(opts, arguments)
  /system/core/libion/
ion_test.c 203 static struct option opts[] = { local
215 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i);
  /external/iptables/iptables/
iptables.c 186 #define opts iptables_globals.opts macro
    [all...]
ip6tables.c 185 #define opts ip6tables_globals.opts macro
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 430 std::string* out_name, int* opts) {
433 *opts = audio_options_;
438 const std::string& out_name, int opts) {
450 AudioOptions options(opts, &in_dev, &out_dev);
456 audio_options_ = opts;
463 bool ChannelManager::SetAudioOptions_w(int opts, const Device* in_dev,
469 bool ret = media_engine_->SetAudioOptions(opts);
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 394 const PdtShortestPathOptions<Arc, Queue> &opts)
398 keep_parens_(opts.keep_parentheses),
400 sp_data_(opts.path_gc),
780 const PdtShortestPathOptions<Arc, Queue> &opts) {
781 PdtShortestPath<Arc, Queue> psp(ifst, parens, opts);
791 PdtShortestPathOptions<Arc, Queue> opts; local
792 PdtShortestPath<Arc, Queue> psp(ifst, parens, opts);
  /external/icu4c/tools/dumpce/
dumpce.cpp 256 UColOptionSet opts; local
260 src.opts = &opts;
1067 UColOptionSet opts; local
1170 UColOptionSet opts; local
    [all...]
  /external/mksh/src/
misc.c 155 int opts[NELEM(options)]; member in struct:options_info
168 oi->opt_width, options[oi->opts[i]].name,
169 Flag(oi->opts[i]) ? "on" : "off");
188 oi.opts[n++] = i;
303 char *opts; local
351 opts = cmd_opts;
353 opts = cmd_opts;
355 opts = set_opts;
357 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
    [all...]
  /cts/tests/src/android/content/cts/
MockContentProvider.java 374 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts)
393 return super.openTypedAssetFile(uri, mimeTypeFilter, opts);
398 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts,
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 445 Options opts = new Options();
446 opts.inDither = false;
449 Bitmap bmp = BitmapFactory.decodeResource(res, bmpResId, opts);
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 233 Bundle opts = new Bundle(key.options); local
234 opts.putAll(options);
235 options = opts;
  /external/qemu/
vl-android.c 883 static int drive_init_func(QemuOpts *opts, void *opaque)
888 if (drive_init(opts, *use_scsi, &fatal_error) == NULL) {
895 static int drive_enable_snapshot(QemuOpts *opts, void *opaque)
897 if (NULL == qemu_opt_get(opts, "snapshot")) {
898 qemu_opt_set(opts, "snapshot", "on");
2129 const char *opts; local
    [all...]
vl.c 687 static int drive_init_func(QemuOpts *opts, void *opaque)
692 if (drive_init(opts, *use_scsi, &fatal_error) == NULL) {
699 static int drive_enable_snapshot(QemuOpts *opts, void *opaque)
701 if (NULL == qemu_opt_get(opts, "snapshot")) {
702 qemu_opt_set(opts, "snapshot", "on");
1900 const char *opts; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 130 Bundle opts, InputStream args) {
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 404 def new_token(type, opts = {})
411 case opts
412 when Hash then fields.update(opts)
413 when String then fields[:text] = opts
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 142 AnalyzerOptionsRef Opts;
170 AnalyzerOptionsRef opts,
173 Ctx(0), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) {
175 if (Opts->PrintStats) {
182 if (Opts->PrintStats)
191 switch (Opts->AnalysisDiagOpt) {
194 case PD_##NAME: CREATEFN(*Opts.getPtr(), PathConsumers, OutDir, PP);\
198 } else if (Opts->AnalysisDiagOpt == PD_TEXT) {
201 createTextPathDiagnosticConsumer(*Opts.getPtr(), PathConsumers, "", PP)
    [all...]

Completed in 675 milliseconds

<<11121314151617181920