Home
last modified time | relevance | path

Searched refs:name_size (Results 1 – 19 of 19) sorted by relevance

/external/google-breakpad/src/processor/
Dfast_source_line_resolver_types.h82 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/
Dasan_debugging.cc42 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()
Dasan_report.h30 uptr name_size; member
Dasan_interface_internal.h115 const char * __asan_locate_address(uptr addr, char *name, uptr name_size,
Dasan_globals.cc124 internal_strncpy(descr->name, g.name, descr->name_size); in GetInfoForAddressIfGlobal()
/external/compiler-rt/include/sanitizer/
Dasan_interface.h88 const char *__asan_locate_address(void *addr, char *name, size_t name_size,
/external/llvm/lib/Object/
DArchive.cpp172 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/
Dipxcp.c1196 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/
Dprint-ppp.c801 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/
Dserialize.cc521 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()
Dlog.cc318 int32_t name_size; member
420 event.name_size = length; in LogRecordedBuffer()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc559 if (uninterpreted.name_size() == 1 && in IsMessageSetWireFormatMessage()
1047 uninterpreted_option->name_size()); in ParseOption()
1055 uninterpreted_option->name_size()); in ParseOption()
/external/v8/tools/
Dll_prof.py412 name = self.log[self.log_pos:self.log_pos + event.name_size]
414 self.log_pos += event.name_size
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4739 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()
Ddescriptor.pb.cc8222 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()
Ddescriptor.pb.h2567 inline int name_size() const;
6145 inline int UninterpretedOption::name_size() const { in name_size() function
Ddescriptor_unittest.cc2214 ASSERT_EQ(1, option.name_size()); in TEST_P()
/external/llvm/include/llvm/TableGen/
DRecord.h1329 inline size_t name_size () const { return ArgNames.size(); } in name_size() function
/external/valgrind/perf/
Dtinycc.c20331 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()