/external/openfst/src/include/fst/extensions/far/ |
H A D | compile-strings.h | 53 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 D | print-strings.h | 39 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 D | farscript.h | 210 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/jsoncpp/devtools/ |
H A D | antglob.py | 99 entry_type = FILE, 106 entry_type_filter = entry_type 143 entry_type = is_file and FILE_LINK or DIR_LINK 145 entry_type = is_file and FILE or DIR 146 ## print '=> type: %d' % entry_type, 147 if (entry_type & entry_type_filter) != 0:
|
/external/libevent/ |
H A D | event_rpcgen.py | 1308 entry_type = '' 1320 if not entry_type: 1329 if not entry_type: 1330 entry_type = token 1365 if entry_type == 'bytes': 1367 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length) 1369 newentry = factory.EntryVarBytes(entry_type, name, tag) 1370 elif entry_type == 'int' and not fixed_length: 1371 newentry = factory.EntryInt(entry_type, name, tag) 1372 elif entry_type [all...] |
/external/openfst/src/extensions/far/ |
H A D | farcompilestrings.cc | 40 DEFINE_string(entry_type, "line", "Entry type: one of : "
|
H A D | farprintstrings.cc | 35 DEFINE_string(entry_type, "line", "Entry type: one of : "
|
H A D | farscript.cc | 104 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/f2fs-tools/include/ |
H A D | f2fs_fs.h | 285 #define GET_SUM_TYPE(footer) ((footer)->entry_type) 286 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = type) 608 unsigned char entry_type; /* SUM_TYPE_XXX */ member in struct:summary_footer
|
/external/f2fs-tools/fsck/ |
H A D | f2fs.h | 385 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE)
|
/external/pdfium/third_party/libtiff/ |
H A D | tif_dirwrite.c | 2578 uint16 entry_type = 0; local 2680 memcpy( &entry_type, direntry_raw + 2, sizeof(uint16) ); 2682 TIFFSwabShort( &entry_type ); 2809 if( entry_count == (uint64)count && entry_type == (uint16) datatype ) 2854 entry_type = datatype; 2855 memcpy( direntry_raw + 2, &entry_type, sizeof(uint16) );
|
/external/selinux/libsepol/tests/policies/test-cond/ |
H A D | refpolicy-base.conf | 634 attribute entry_type; 986 typeattribute ls_exec_t entry_type;
|