Searched refs:VLOG (Results 1 - 25 of 902) sorted by last modified time

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h276 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
305 VLOG(2) << "CacheImpl: Exit GC: object = " << Type() << "(" << this
H A Dcompat.h260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
H A Dequal.h33 VLOG(1) << "Equal: mismatched start states";
42 VLOG(1) << "Equal: mismatched # of states";
48 VLOG(1) << "Equal: mismatched states:"
56 VLOG(1) << "Equal: mismatched final weights:"
66 VLOG(1) << "Equal: mismatched # of arcs"
73 VLOG(1) << "Equal: mismatched arc input labels:"
80 VLOG(1) << "Equal: mismatched arc output labels:"
87 VLOG(1) << "Equal: mismatched arc weights:"
94 VLOG(1) << "Equal: mismatched input label:"
H A Dminimize.h170 VLOG(5) << "PrePartition";
195 VLOG(5) << "Initial Partition: " << P_.num_classes();
485 VLOG(2) << "Acyclic Minimization";
491 VLOG(2) << "Cyclic Minimization";
H A Dqueue.h515 VLOG(2) << "AutoQueue: using state-order discipline";
518 VLOG(2) << "AutoQueue: using top-order discipline";
521 VLOG(2) << "AutoQueue: using LIFO discipline";
543 VLOG(2) << "AutoQueue: using LIFO discipline";
552 VLOG(2) << "AutoQueue: using top-order discipline";
557 VLOG(2) << "AutoQueue: using SCC meta-discipline";
563 VLOG(3) << "AutoQueue: SCC #" << i
569 VLOG(3) << "AutoQueue: SCC #" << i <<
574 VLOG(3) << "AutoQueue: SCC #" << i
580 VLOG(
[all...]
/external/regex-re2/re2/
H A Ddfa.cc2038 VLOG(2) << "Hit kMaxEltRepetitions=" << kMaxEltRepetitions
2075 VLOG(2) << "Hit kMaxEltRepetitions=" << kMaxEltRepetitions
H A Dnfa.cc617 VLOG(1) << "No matches found";
H A Dprefilter.cc27 VLOG(10) << "alloc_id: " << alloc_id_;
32 VLOG(10) << "Deleted: " << alloc_id_;
458 VLOG(0) << "CharClassInfo:";
460 VLOG(0) << " " << i->lo << "-" << i->hi;
481 VLOG(0) << " = " << a->ToString();
611 VLOG(10) << "Alt: " << info->ToString();
642 VLOG(0) << "BuildInfo " << re->ToString()
H A Dprefilter_tree.cc297 VLOG(10) << "Atom id:" << atom_index_to_id_[matched_atoms[j]];
319 VLOG(10) << "Processing: " << it->index();
322 VLOG(10) << "Regexp triggered: " << entry.regexps[i];
332 VLOG(10) << " parent= " << j << " trig= " << parent.propagate_up_at_count;
345 VLOG(10) << "Triggering: " << j;
358 VLOG(10) << "#Unique Atoms: " << atom_index_to_id_.size();
359 VLOG(10) << "#Unique Nodes: " << entries_.size();
364 VLOG(10) << "EntryId: " << i
367 VLOG(10) << it->index();
369 VLOG(1
[all...]
H A Dre2.cc829 VLOG(1) << "Asked for " << n << " but only have " << ncap;
839 VLOG(1) << "Parse error on #" << i << " " << s << " "
H A Dsimplify.cc328 VLOG(1) << "Simplify " << min;
/external/regex-re2/re2/testing/
H A Dpossible_match_test.cc197 VLOG(3) << CEscape(regexp);
H A Dre2_test.cc23 VLOG(1) << "hex tests";
47 VLOG(1) << "octal tests";
71 VLOG(1) << "decimal tests";
95 VLOG(1) << "TestReplace";
177 VLOG(1) << StringPrintf("\"%s\" =~ s/%s/%s/g", t->original, t->regexp, t->rewrite);
213 VLOG(1) << "TestExtract";
228 VLOG(1) << "TestConsume";
268 VLOG(1) << "TestFindAndConsume";
317 VLOG(1) << "TestMatchNumberPeculiarity";
H A Dsimplify_test.cc144 VLOG(1) << "Testing " << tests[i].regexp;
H A Dtester.cc174 VLOG(1) << CEscape(regexp_str);
486 VLOG(1) << "Try: regexp " << CEscape(regexp_str_)
/external/regex-re2/util/
H A Dlogging.h37 #define VLOG(x) if((x)>0){}else LOG_INFO.stream() macro
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h12 #define VLOG(x) macro
115 VLOG("rc");
/external/openfst/src/bin/
H A Dfstequal.cc58 VLOG(1) << "FSTs are not equal.";
H A Dfstrandgen.cc51 VLOG(1) << argv[0] << ": Seed = " << FLAGS_seed;
/external/openfst/src/extensions/far/
H A Dfarequal.cc54 VLOG(1) << "FARs are not equal.";
/external/openfst/src/include/fst/
H A Dcache.h563 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
595 VLOG(2) << "CacheImpl: Exit GC: object = " << Type() << "(" << this
H A Dcompose.h126 VLOG(2) << "ComposeFst(" << this << "): Begin";
236 VLOG(2) << "ComposeFst(" << this
402 VLOG(2) << "ComposeFst(" << this << "): Match type: "
415 VLOG(2) << "ComposeFst(" << this << "): Initialized";
594 VLOG(2) << "ComposeFst: Default composition (no look-ahead)";
599 VLOG(2) << "ComposeFst: Lookahead on fst1";
606 VLOG(2) << "ComposeFst: Lookahead on fst2";
H A Dedit-fst.h233 VLOG(3) << "EditFstData::InitArcIterator: iterating on state "
237 VLOG(2) << "EditFstData::InitArcIterator: iterating on edited state "
292 VLOG(2) << "EditFstData::GetEditableInternalId: editing state " << s
H A Dequal.h36 VLOG(1) << "Equal: mismatched start states";
45 VLOG(1) << "Equal: mismatched # of states";
51 VLOG(1) << "Equal: mismatched states:"
59 VLOG(1) << "Equal: mismatched final weights:"
69 VLOG(1) << "Equal: mismatched # of arcs"
76 VLOG(1) << "Equal: mismatched arc input labels:"
83 VLOG(1) << "Equal: mismatched arc output labels:"
90 VLOG(1) << "Equal: mismatched arc weights:"
97 VLOG(1) << "Equal: mismatched input label:"
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h69 VLOG(1) << "Processing source " << source_ << " at line " << nline_;

Completed in 603 milliseconds

1234567891011>>