Home
last modified time | relevance | path

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

/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/v8/tools/clang/plugins/
DCheckIPCVisitor.cpp216 if (details->entry_type.isNull()) { in CheckType()
217 details->entry_type = type; in CheckType()
274 std::string entry_type = details.entry_type.getAsString(); in ReportCheckError() local
278 if (entry_type != exit_type) { in ReportCheckError()
279 via = " via '" + entry_type + "'"; in ReportCheckError()
DCheckIPCVisitor.h70 clang::QualType entry_type; member
/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/ltp/testcases/kernel/syscalls/getdents/
Dgetdents01.c55 enum entry_type { enum
63 enum entry_type type;
/external/syslinux/com32/lib/syslinux/
Dshuffle.c60 addr_t entry_point, addr_t entry_type, in syslinux_do_shuffle() argument
199 dp->src = entry_type; in syslinux_do_shuffle()
/external/syslinux/com32/include/syslinux/
Dmovebits.h70 addr_t entry_point, addr_t entry_type,
/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/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h189 const google::protobuf::Type& entry_type, const TypeInfo* typeinfo);
/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/protobuf/python/google/protobuf/pyext/
Dmessage.cc2659 const Descriptor* entry_type = field_descriptor->message_type(); in CheckAndGetInteger() local
2660 const FieldDescriptor* value_type = entry_type->FindFieldByName("value"); in CheckAndGetInteger()
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf634 attribute entry_type;
986 typeattribute ls_exec_t entry_type;