Searched defs:entry_type (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h39 const vector<string> &ifilenames, const FarEntryType entry_type,
98 if (entry_type == FET_LINE) {
105 } else if (entry_type == FET_FILE) {
38 FarPrintStrings( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType far_token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dcompile-strings.h53 EntryType entry_type,
58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type),
156 typename StringReader<Arc>::EntryType entry_type; local
158 entry_type = StringReader<Arc>::LINE;
160 entry_type = StringReader<Arc>::FILE;
238 (entry_type == StringReader<Arc>::FILE ? 1 :
246 entry_type, token_type, allow_negative_labels,
264 << " and entry_type = "
283 if (entry_type != StringReader<Arc>::FILE) {
51 StringReader(istream &istrm, const string &source, EntryType entry_type, TokenType token_type, bool allow_negative_labels, const SymbolTable *syms = 0, Label unknown_label = kNoStateId) argument
H A Dfarscript.h210 const FarEntryType entry_type; member in struct:fst::script::FarPrintStringsArgs
223 const vector<string> &ifilenames, const FarEntryType entry_type,
229 ifilenames(ifilenames), entry_type(entry_type), token_type(token_type),
240 args->ifilenames, args->entry_type, args->token_type,
249 const FarEntryType entry_type,
222 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h61 EntryType entry_type; member in struct:BrowsingHistoryHandler::HistoryEntry
H A Dhistory_ui.cc235 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
277 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
281 this->entry_type = entry_type;
293 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) {
683 if (entry->entry_type != it->entry_type) {
684 entry->entry_type =
276 HistoryEntry( BrowsingHistoryHandler::HistoryEntry::EntryType entry_type, const GURL& url, const string16& title, base::Time time, const std::string& client_id, bool is_search_result, const string16& snippet, bool blocked_visit) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc104 const FarEntryType entry_type,
115 FarPrintStringsArgs args(ifilenames, entry_type, token_type,
102 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc524 ModelType entry_type = GetModelType(updates->entries(i)); local
526 IsModelTypePresentInSpecifics(gu.from_progress_marker(), entry_type))
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_update_job.cc1006 int entry_type) {
1012 existing->add_types(entry_type);
1005 AlreadyFetchedEntry(const GURL& url, int entry_type) argument

Completed in 222 milliseconds