Searched refs:entry_type (Results 1 – 13 of 13) sorted by relevance
/external/libevent/ |
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 == 'int64' and not fixed_length: [all …]
|
/external/v8/tools/clang/plugins/ |
D | CheckIPCVisitor.cpp | 216 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()
|
D | CheckIPCVisitor.h | 70 clang::QualType entry_type; member
|
/external/jsoncpp/devtools/ |
D | antglob.py | 99 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/ |
D | getdents01.c | 55 enum entry_type { enum 63 enum entry_type type;
|
/external/syslinux/com32/lib/syslinux/ |
D | shuffle.c | 60 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/ |
D | movebits.h | 70 addr_t entry_point, addr_t entry_type,
|
/external/f2fs-tools/include/ |
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
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.h | 189 const google::protobuf::Type& entry_type, const TypeInfo* typeinfo);
|
/external/f2fs-tools/fsck/ |
D | f2fs.h | 385 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE)
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirwrite.c | 2578 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/ |
D | message.cc | 2659 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/ |
D | refpolicy-base.conf | 634 attribute entry_type; 986 typeattribute ls_exec_t entry_type;
|