Searched refs:VLOG (Results 26 - 50 of 902) sorted by last modified time

1234567891011>>

/external/openfst/src/include/fst/extensions/far/
H A Dequal.h39 VLOG(1) << "FarEqual: cannot open input Far file(s)";
49 VLOG(1) << "FarEqual: key \"" << begin_key << "\" missing from "
68 VLOG(1) << "FarEqual: mismatched keys \""
75 VLOG(1) << "FarEqual: Fsts for key \"" << key1 << "\" are not equal.";
83 VLOG(1) << "FarEqual: key \""
H A Dprint-strings.h93 VLOG(2) << "Handling key: " << key;
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h550 VLOG(2) << "D(" << source << ", " << dest << ") ="
639 VLOG(2) << "Relax: " << s << ", d[s] = " << Distance(s) << ", to "
648 VLOG(2) << "Prune ?";
709 VLOG(2) << DistanceToDest(ifst_->Start(), rfst_.Start() - 1);
726 VLOG(2) << "ProcNonParen: " << s << " to " << arc.nextstate
753 VLOG(2) << "Open paren: " << s << "(" << state_table_.Tuple(s).state_id
768 VLOG(2) << "Close paren source: " << source;
777 VLOG(2) << state_table_.Tuple(ns).state_id << ", " << source;
778 VLOG(2) << "Meta arc weight = " << arc.weight << " Times "
794 VLOG(
[all...]
H A Dshortest-path.h133 VLOG(1) << "opm size: " << paren_map_.size();
134 VLOG(1) << "# of search states: " << nstates_;
136 VLOG(1) << "# of GC'd search states: " << ngc_;
418 VLOG(1) << "# of input states: " << CountStates(*ifst_);
419 VLOG(1) << "# of enqueued: " << nenqueued_;
420 VLOG(1) << "cpmm size: " << close_paren_multimap_.size();
/external/openfst/src/include/fst/
H A Dlabel-reachable.h194 VLOG(2) << "# of calls: " << ncalls_;
195 VLOG(2) << "# of intervals/call: " << (nintervals_ / ncalls_);
497 VLOG(3) << "state: " << s << " # of intervals: " << isets[s].Size();
500 VLOG(2) << "# of states: " << ins;
501 VLOG(2) << "# of intervals: " << nintervals;
502 VLOG(2) << "# of intervals/state: " << nintervals/ins;
503 VLOG(2) << "# of non-interval states: " << non_intervals;
H A Dlog.h51 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
H A Dminimize.h183 VLOG(5) << "PrePartition";
208 VLOG(5) << "Initial Partition: " << P_.num_classes();
501 VLOG(2) << "Acyclic Minimization";
508 VLOG(2) << "Cyclic Minimization";
H A Dqueue.h553 VLOG(2) << "AutoQueue: using state-order discipline";
556 VLOG(2) << "AutoQueue: using top-order discipline";
559 VLOG(2) << "AutoQueue: using LIFO discipline";
581 VLOG(2) << "AutoQueue: using LIFO discipline";
590 VLOG(2) << "AutoQueue: using top-order discipline";
595 VLOG(2) << "AutoQueue: using SCC meta-discipline";
601 VLOG(3) << "AutoQueue: SCC #" << i
606 VLOG(3) << "AutoQueue: SCC #" << i <<
611 VLOG(3) << "AutoQueue: SCC #" << i
617 VLOG(
[all...]
H A Drandequivalent.h102 VLOG(1) << "Sum1 = " << sum1;
103 VLOG(1) << "Sum2 = " << sum2;
H A Dreplace.h430 VLOG(2) << "ReplaceFstImpl::ReplaceFstImpl: always_cache = "
454 VLOG(2) << "~ReplaceFstImpl: gc = "
1000 VLOG(2) << "Not using replace matcher";
H A Dstring.h131 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Symbol \"" << s
140 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Bad label integer "
176 VLOG(1) << "StringPrinter::operator(): Fst is not a string.";
199 VLOG(1) << "StringPrinter::operator(): Unknown token type: "
212 VLOG(2) << "StringPrinter::FstToLabels: Invalid starting state for "
220 VLOG(2) << "StringPrinter::FstToLabels: String fst traversal does "
230 VLOG(2) << "StringPrinter::FstToLabels: Transition to invalid "
237 VLOG(2) << "StringPrinter::FstToLabels: State with multiple "
250 VLOG(2) << "StringPrinter::PrintLabel: Integer " << lab << " is not "
/external/openfst/src/lib/
H A Dmapped-file.cc35 VLOG(1) << "munmap'ed " << region_.size << " bytes at " << region_.mmap;
82 VLOG(1) << "mmap'ed region of " << size << " at offset " << pos
H A Dsymbol-table.cc140 VLOG(1) << "SymbolTable::AddSymbol: symbol = " << symbol
/external/openfst/src/test/
H A Dalgo_test.cc79 VLOG(1) << "default_cache_gc:" << FLAGS_fst_default_cache_gc;
80 VLOG(1) << "default_cache_gc_limit:" << FLAGS_fst_default_cache_gc_limit;
H A Dalgo_test.h89 VLOG(1) << "Check destructive and delayed union are equivalent.";
98 VLOG(1) << "Check destructive and delayed concatenation are equivalent.";
109 VLOG(1) << "Check destructive and delayed closure* are equivalent.";
117 VLOG(1) << "Check destructive and delayed closure+ are equivalent.";
125 VLOG(1) << "Check union is associative (destructive).";
139 VLOG(1) << "Check union is associative (delayed).";
151 VLOG(1) << "Check union is associative (destructive delayed).";
162 VLOG(1) << "Check concatenation is associative (destructive).";
176 VLOG(1) << "Check concatenation is associative (delayed).";
187 VLOG(
[all...]
H A Dweight-tester.h46 VLOG(1) << "weight type = " << Weight::Type();
47 VLOG(1) << "w1 = " << w1;
48 VLOG(1) << "w2 = " << w2;
49 VLOG(1) << "w3 = " << w3;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Ddefault_logger.h86 inline LoggerHandler VLOG(int n) { function in namespace:i18n::phonenumbers
87 // VLOG(1) is the next logging level after LOG(DEBUG).
H A Dphonenumberutil.cc205 VLOG(4) << "Number type unknown - doesn't match general national number"
211 VLOG(4) << "Number is a premium number.";
216 VLOG(4) << "Number is a toll-free number.";
221 VLOG(4) << "Number is a shared cost number.";
225 VLOG(4) << "Number is a VOIP (Voice over IP) number.";
230 VLOG(4) << "Number is a personal number.";
234 VLOG(4) << "Number is a pager number.";
238 VLOG(4) << "Number is a UAN.";
243 VLOG(4) << "Number is a voicemail number.";
252 VLOG(
[all...]
/external/chromium_org/tools/perf/clear_system_cache/
H A Dclear_system_cache_main.cc20 VLOG(1) << "Clearing " << path.MaybeAsASCII();
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h12 // VLOG(level) logs INFO messages where level is less than or equal to the
98 // VLOG(level) prints its message as INFO if level is less than or equal to
100 #define VLOG(level) \ macro
H A Ddebug_unittest.cc54 VLOG(0) << "VLOG 0 INFO log message, SHOULD NOT PRINT";
55 VLOG(1) << "VLOG 1 INFO log message, SHOULD NOT PRINT";
56 VLOG(2) << "VLOG 2 INFO log message, SHOULD NOT PRINT";
63 VLOG(0) << "VLOG 0 INFO log message";
64 VLOG(1) << "VLOG
[all...]
H A Delf_file.cc85 VLOG(1) << "e_phoff = " << elf_header->e_phoff;
86 VLOG(1) << "e_shoff = " << elf_header->e_shoff;
87 VLOG(1) << "e_ehsize = " << elf_header->e_ehsize;
88 VLOG(1) << "e_phentsize = " << elf_header->e_phentsize;
89 VLOG(1) << "e_phnum = " << elf_header->e_phnum;
90 VLOG(1) << "e_shnum = " << elf_header->e_shnum;
91 VLOG(1) << "e_shstrndx = " << elf_header->e_shstrndx;
109 VLOG(1) << "phdr[" << program_header_index << "] : " << type;
110 VLOG(1) << " p_offset = " << program_header->p_offset;
111 VLOG(
[all...]
/external/chromium_org/ui/app_list/
H A Dapp_list_item_list_unittest.cc139 VLOG(1) << "ITEMS:";
141 VLOG(1) << " " << item_list_.item_at(i)->ToDebugString();
/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.cc246 VLOG(1) << "In MoveCursorTo: " << location.x() << ", " << location.y();
266 VLOG(1) << "In MoveCursorTo. Sending IPC";
H A Dwindow.cc816 VLOG(0) << base::StringPrintf(

Completed in 346 milliseconds

1234567891011>>