Searched refs:entry_type (Results 1 - 20 of 20) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
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 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 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/renderer/extensions/
H A Dfile_browser_handler_custom_bindings.cc50 blink::WebDOMFileSystem::EntryType entry_type = local
62 entry_type, local
/external/openfst/src/extensions/far/
H A Dfarcompilestrings.cc40 DEFINE_string(entry_type, "line", "Entry type: one of : "
H A Dfarprintstrings.cc35 DEFINE_string(entry_type, "line", "Entry type: one of : "
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/third_party/libevent/
H A Devent_rpcgen.py1064 entry_type = ''
1076 if not entry_type:
1085 if not entry_type:
1086 entry_type = token
1125 if entry_type == 'bytes':
1127 newentry = EntryBytes(entry_type, name, tag, fixed_length)
1129 newentry = EntryVarBytes(entry_type, name, tag)
1130 elif entry_type == 'int' and not fixed_length:
1131 newentry = EntryInt(entry_type, name, tag)
1132 elif entry_type
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeInference.py343 def set_entry_type(self, entry, entry_type):
344 entry.type = entry_type
346 e.type = entry_type
449 entry_type = py_object_type
453 entry_type = spanning_type(
456 self.set_entry_type(entry, entry_type)
H A DModuleNode.py475 def vtabstruct_cname(entry_type):
476 return entry_type.vtabstruct_cname
480 def objstruct_cname(entry_type):
481 return entry_type.objstruct_cname
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc227 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
271 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
276 this->entry_type = entry_type;
289 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) {
712 if (entry->entry_type != it->entry_type) {
713 entry->entry_type =
270 HistoryEntry( BrowsingHistoryHandler::HistoryEntry::EntryType entry_type, const GURL& url, const base::string16& title, base::Time time, const std::string& client_id, bool is_search_result, const base::string16& snippet, bool blocked_visit, const std::string& accept_languages) argument
H A Dhistory_ui.h63 EntryType entry_type; member in struct:BrowsingHistoryHandler::HistoryEntry
/external/chromium_org/extensions/renderer/
H A Dfile_system_natives.cc93 blink::WebDOMFileSystem::EntryType entry_type = local
107 entry_type, local
/external/f2fs-tools/include/
H A Df2fs_fs.h279 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
280 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = type)
599 unsigned char entry_type; /* SUM_TYPE_XXX */ member in struct:summary_footer
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.h227 bool AlreadyFetchedEntry(const GURL& url, int entry_type);
H A Dappcache_update_job.cc1235 int entry_type) {
1241 existing->add_types(entry_type);
1234 AlreadyFetchedEntry(const GURL& url, int entry_type) argument
/external/f2fs-tools/fsck/
H A Df2fs.h372 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE)
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc511 ModelType entry_type = GetModelType(updates->entries(i)); local
513 IsModelTypePresentInSpecifics(gu.from_progress_marker(), entry_type))
/external/chromium_org/sync/syncable/
H A Ddirectory.cc1078 const ModelType entry_type = local
1080 if (entry_type == type)
/external/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf634 attribute entry_type;
986 typeattribute ls_exec_t entry_type;

Completed in 457 milliseconds