/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver_types.h | 82 size_t name_size = strlen(raw) + 1; in CopyFrom() local 84 address = *(reinterpret_cast<const MemAddr*>(raw + name_size)); in CopyFrom() 86 raw + name_size + sizeof(MemAddr))); in CopyFrom() 88 raw + name_size + 2 * sizeof(MemAddr))); in CopyFrom() 90 raw + name_size + 2 * sizeof(MemAddr) + sizeof(int32_t)); in CopyFrom() 105 size_t name_size = strlen(raw) + 1; in CopyFrom() local 107 address = *(reinterpret_cast<const MemAddr*>(raw + name_size)); in CopyFrom() 109 raw + name_size + sizeof(MemAddr))); in CopyFrom()
|
/external/compiler-rt/lib/asan/ |
D | asan_debugging.cc | 42 Min(descr->name_size, vars[i].name_len)); in GetInfoForStackVar() 116 const char *__asan_locate_address(uptr addr, char *name, uptr name_size, in __asan_locate_address() argument 118 AddressDescription descr = { name, name_size, 0, 0, 0 }; in __asan_locate_address()
|
D | asan_report.h | 30 uptr name_size; member
|
D | asan_interface_internal.h | 115 const char * __asan_locate_address(uptr addr, char *name, uptr name_size,
|
D | asan_globals.cc | 124 internal_strncpy(descr->name, g.name, descr->name_size); in GetInfoForAddressIfGlobal()
|
/external/compiler-rt/include/sanitizer/ |
D | asan_interface.h | 88 const char *__asan_locate_address(void *addr, char *name, size_t name_size,
|
/external/llvm/lib/Object/ |
D | Archive.cpp | 172 uint64_t name_size; in getName() local 173 if (name.substr(3).rtrim(" ").getAsInteger(10, name_size)) in getName() 175 return Data.substr(sizeof(ArchiveMemberHeader), name_size) in getName()
|
/external/ppp/pppd/ |
D | ipxcp.c | 1196 int name_size = cilen - CILEN_NAME; local 1197 if (name_size > sizeof (ho->name)) 1198 name_size = sizeof (ho->name) - 1; 1200 memcpy (ho->name, p, name_size); 1201 ho->name [name_size] = '\0';
|
/external/tcpdump/ |
D | print-ppp.c | 801 int val_size, name_size, msg_size; in handle_chap() local 852 name_size = len - (p - p0); in handle_chap() 854 for (i = 0; i < name_size; i++) { in handle_chap()
|
/external/v8/src/ |
D | serialize.cc | 521 void Insert(Address code_address, const char* name, int name_size) { in Insert() argument 524 entry->value = CopyName(name, name_size); in Insert() 553 static char* CopyName(const char* name, int name_size) { in CopyName() argument 554 char* result = NewArray<char>(name_size + 1); in CopyName() 555 for (int i = 0; i < name_size; ++i) { in CopyName() 560 result[name_size] = '\0'; in CopyName()
|
D | log.cc | 318 int32_t name_size; member 420 event.name_size = length; in LogRecordedBuffer()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 559 if (uninterpreted.name_size() == 1 && in IsMessageSetWireFormatMessage() 1047 uninterpreted_option->name_size()); in ParseOption() 1055 uninterpreted_option->name_size()); in ParseOption()
|
/external/v8/tools/ |
D | ll_prof.py | 412 name = self.log[self.log_pos:self.log_pos + event.name_size] 414 self.log_pos += event.name_size
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 4739 if (uninterpreted_option_->name_size() == 0) { in InterpretSingleOption() 4783 for (int i = 0; i < uninterpreted_option_->name_size(); ++i) { in InterpretSingleOption() 4845 } else if (i < uninterpreted_option_->name_size() - 1) { in InterpretSingleOption()
|
D | descriptor.pb.cc | 8222 for (int i = 0; i < this->name_size(); i++) { in SerializeWithCachedSizes() 8279 for (int i = 0; i < this->name_size(); i++) { in SerializeWithCachedSizesToArray() 8383 total_size += 1 * this->name_size(); in ByteSize() 8384 for (int i = 0; i < this->name_size(); i++) { in ByteSize()
|
D | descriptor.pb.h | 2567 inline int name_size() const; 6145 inline int UninterpretedOption::name_size() const { in name_size() function
|
D | descriptor_unittest.cc | 2214 ASSERT_EQ(1, option.name_size()); in TEST_P()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 1329 inline size_t name_size () const { return ArgNames.size(); } in name_size() function
|
/external/valgrind/perf/ |
D | tinycc.c | 20331 static int ld_next(TCCState *s1, char *name, int name_size) in ld_next() argument 20373 if ((q - name) < name_size - 1) { in ld_next()
|