Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
Dcompile-strings.h53 EntryType entry_type,
58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type),
156 typename StringReader<Arc>::EntryType entry_type; in FarCompileStrings() local
158 entry_type = StringReader<Arc>::LINE; in FarCompileStrings()
160 entry_type = StringReader<Arc>::FILE; in FarCompileStrings()
238 (entry_type == StringReader<Arc>::FILE ? 1 : in FarCompileStrings()
246 entry_type, token_type, allow_negative_labels, in FarCompileStrings()
283 if (entry_type != StringReader<Arc>::FILE) { in FarCompileStrings()
Dfarscript.h210 const FarEntryType entry_type; member
223 const vector<string> &ifilenames, const FarEntryType entry_type, in FarPrintStringsArgs()
229 ifilenames(ifilenames), entry_type(entry_type), token_type(token_type), in FarPrintStringsArgs()
240 args->ifilenames, args->entry_type, args->token_type, in FarPrintStrings()
249 const FarEntryType entry_type,
Dprint-strings.h39 const vector<string> &ifilenames, const FarEntryType entry_type, in FarPrintStrings() argument
98 if (entry_type == FET_LINE) { in FarPrintStrings()
105 } else if (entry_type == FET_FILE) { in FarPrintStrings()
/external/libevent/
Devent_rpcgen.py1308 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 == 'int64' and not fixed_length:
[all …]
/external/jsoncpp/devtools/
Dantglob.py99 entry_type = FILE, argument
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
147 if (entry_type & entry_type_filter) != 0:
/external/openfst/src/extensions/far/
Dfarscript.cc104 const FarEntryType entry_type, in FarPrintStrings() argument
115 FarPrintStringsArgs args(ifilenames, entry_type, token_type, in FarPrintStrings()
Dfarprintstrings.cc35 DEFINE_string(entry_type, "line", "Entry type: one of : "
Dfarcompilestrings.cc40 DEFINE_string(entry_type, "line", "Entry type: one of : "
/external/f2fs-tools/include/
Df2fs_fs.h285 #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
/external/f2fs-tools/fsck/
Df2fs.h385 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE)
/external/pdfium/third_party/libtiff/
Dtif_dirwrite.c2578 uint16 entry_type = 0; in _TIFFRewriteField() local
2680 memcpy( &entry_type, direntry_raw + 2, sizeof(uint16) ); in _TIFFRewriteField()
2682 TIFFSwabShort( &entry_type ); in _TIFFRewriteField()
2809 if( entry_count == (uint64)count && entry_type == (uint16) datatype ) in _TIFFRewriteField()
2854 entry_type = datatype; in _TIFFRewriteField()
2855 memcpy( direntry_raw + 2, &entry_type, sizeof(uint16) ); in _TIFFRewriteField()
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf634 attribute entry_type;
986 typeattribute ls_exec_t entry_type;