HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 126 - 150 of 278) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ipsec-tools/src/racoon/
nattraversal.h 81 int natt_fill_options (struct ph1natt_options *opts, int version);
  /external/llvm/tools/lto/
LTOCodeGenerator.h 46 void setCodeGenDebugOptions(const char *opts);
  /external/llvm/utils/git/
find-rev 11 (opts, args) = parser.parse_args()
  /external/qemu/hw/
msmouse.c 67 CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts)
  /external/clang/lib/Rewrite/
Rewriter.cpp 119 RewriteOptions opts) const {
138 EndOff = RB.getMappedOffset(EndOff, opts.IncludeInsertsAtEndOfRange);
139 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange);
151 int Rewriter::getRangeSize(SourceRange Range, RewriteOptions opts) const {
152 return getRangeSize(CharSourceRange::getTokenRange(Range), opts);
286 RewriteOptions opts) {
290 getEditBuffer(FID).RemoveText(StartOffs, Length, opts.RemoveLineIfEmpty);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 78 explicit CacheBaseImpl(const CacheOptions &opts)
81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
82 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ?
83 opts.gc_limit : kMinCacheLimit) {}
377 explicit CacheImpl(const CacheOptions &opts)
378 : CacheBaseImpl< CacheState<A> >(opts) {}
synchronize.h 72 SynchronizeFstImpl(const Fst<A> &fst, const SynchronizeFstOptions &opts)
73 : CacheImpl<A>(opts), fst_(fst.Copy()) {
334 SynchronizeFst(const Fst<A> &fst, const SynchronizeFstOptions &opts)
335 : impl_(new SynchronizeFstImpl<A>(fst, opts)) {}
452 SynchronizeFstOptions opts; local
453 opts.gc_limit = 0; // Cache only the last state for fastest copy.
454 *ofst = SynchronizeFst<Arc>(ifst, opts);
compose.h 79 explicit ComposeFstOptions(const CacheOptions &opts) : CacheOptions(opts) {}
107 const CacheOptions &opts)
108 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) {
346 const CacheOptions &opts)
347 :ComposeFstImplBase<A>(fst1, fst2, opts) {
698 const ComposeFstOptions<T> &opts)
699 : impl_(Init(fst1, fst2, opts)) { }
768 const ComposeFstOptions<T> &opts) {
794 return new ComposeFstImpl<A, T>(fst1, fst2, opts);
    [all...]
vector-fst.h 198 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
204 bool Write(ostream &strm, const FstWriteOptions &opts) const;
351 const FstReadOptions &opts) {
354 if (!impl->ReadHeaderAndSymbols(strm, opts, kMinFileVersion, &hdr))
366 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
377 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
421 const FstWriteOptions &opts) const {
425 WriteHeaderAndSymbols(strm, opts, kFileVersion, &hdr);
444 LOG(ERROR) << "VectorFst::Write: write failed: " << opts.source;
524 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) {
    [all...]
concat.h 118 const ConcatFstOptions &opts) : RationalFst<A>(opts) {
register.h 44 typedef Fst<A> *(*Reader)(istream &strm, const FstReadOptions &opts);
138 const FstReadOptions &opts) = &F::Read;
union.h 119 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts)
120 : RationalFst<A>(opts) {
  /external/iproute2/tc/
m_ipt.c 55 static struct option *opts = original_opts; variable in typeref:struct:option
168 opts = original_opts;
422 c = getopt_long(argc, argv, "j:", opts, NULL);
434 opts =
435 merge_options(opts, m->extra_opts,
464 free_opts(opts);
522 free_opts(opts);
579 opts =
580 merge_options(opts, m->extra_opts,
610 free_opts(opts);
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 246 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeType, Bundle opts)
249 return ContentProvider.this.openTypedAssetFile(uri, mimeType, opts);
    [all...]
  /build/tools/
java-event-log-tags.py 37 opts, args = getopt.getopt(sys.argv[1:], "ho:")
43 for o, a in opts:
merge-event-log-tags.py 47 opts, args = getopt.getopt(sys.argv[1:], "ho:m:")
53 for o, a in opts:
  /external/dropbear/
cli-tcpfwd.c 102 if (opts.listen_fwd_all) {
132 if (opts.listen_fwd_all) {
tcp-accept.c 116 if (opts.listen_fwd_all
  /external/icu4c/test/perf/normperf/
normperf.h 77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
146 NormPerfFunction(NormFn func, int32_t opts, ULine* srcLines,int32_t srcNumLines,UBool _uselen) : options(opts) {
157 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) {
  /external/icu4c/tools/
icu-svnprops-check.py 192 opts, args = getopt.getopt(argv, "fh", ("fix", "help"))
197 for opt, arg in opts:
  /packages/experimental/droiddreamclean/
droiddreamclean.c 170 char opts[1024]; local
176 mountPoint, type, opts, &freq, &passno);
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 75 opts, args = getopt.getopt(argv[1:],
82 for o, a in opts:
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 361 Options opts = new Options(); local
362 opts.inDither = true;
363 opts.inPreferredConfig = Bitmap.Config.RGB_565;
364 mWood = BitmapFactory.decodeResource(getResources(), R.drawable.wood, opts);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 93 Bundle opts, InputStream args) {
  /external/dhcpcd/
arp.c 115 struct if_options *opts = state->options; local
155 state->arping_index <= opts->arping_len &&
156 (reply_s == opts->arping[state->arping_index - 1] ||
158 reply_t == opts->arping[state->arping_index - 1])))

Completed in 3073 milliseconds

1 2 3 4 56 7 8 91011>>