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

/external/jsoncpp/devtools/
H A Dantglob.py99 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/brotli/research/
H A Dfind_opt_references.cc39 typedef std::pair<int, std::vector<int> > entry_type; typedef
92 int left_lcp, entry_type* entry) {
104 int right_ix, int right_lcp, entry_type* entry) {
117 int right_lcp, entry_type* entries) {
164 void ProcessEntries(entry_type* entries, size_t size, FILE* fout) {
169 entry_type& entry = entries[idx];
237 entry_type* entries;
239 entries = new entry_type[input_size];
/external/v8/tools/clang/plugins/
H A DCheckIPCVisitor.cpp216 if (details->entry_type.isNull()) {
217 details->entry_type = type;
274 std::string entry_type = details.entry_type.getAsString(); local
278 if (entry_type != exit_type) {
279 via = " via '" + entry_type + "'";
H A DCheckIPCVisitor.h70 clang::QualType entry_type; member in struct:chrome_checker::CheckIPCVisitor::CheckDetails
/external/libevent/
H A 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
[all...]
/external/ltp/testcases/kernel/syscalls/getdents/
H A Dgetdents01.c55 enum entry_type { enum
63 enum entry_type type;
/external/syslinux/com32/include/syslinux/
H A Dmovebits.h70 addr_t entry_point, addr_t entry_type,
/external/syslinux/com32/lib/syslinux/
H A Dshuffle.c60 addr_t entry_point, addr_t entry_type,
199 dp->src = entry_type;
58 syslinux_do_shuffle(struct syslinux_movelist *fraglist, struct syslinux_memmap *memmap, addr_t entry_point, addr_t entry_type, uint16_t bootflags) argument
/external/f2fs-tools/fsck/
H A Df2fs.h465 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE)
466 #define IS_SUM_DATA_SEG(footer) (footer.entry_type == SUM_TYPE_DATA)
H A Dfsck.c154 sum_blk->footer.entry_type = SUM_TYPE_NODE;
268 sum_blk->footer.entry_type = SUM_TYPE_DATA;
H A Dmount.c1086 sum_blk->footer.entry_type = IS_NODESEG(se->type) ? SUM_TYPE_NODE :
/external/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h189 const google::protobuf::Type& entry_type, const TypeInfo* typeinfo);
/external/f2fs-tools/include/
H A Df2fs_fs.h430 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
431 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = type)
788 unsigned char entry_type; /* SUM_TYPE_XXX */ member in struct:summary_footer
/external/pdfium/third_party/libtiff/
H A Dtif_dirwrite.c2578 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/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2659 const Descriptor* entry_type = field_descriptor->message_type(); local
2660 const FieldDescriptor* value_type = entry_type->FindFieldByName("value");
/external/selinux/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf634 attribute entry_type;
986 typeattribute ls_exec_t entry_type;

Completed in 7900 milliseconds