/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
asan_interface.h | 87 // point to an allocated buffer of size 'name_size'. 88 const char *__asan_locate_address(void *addr, char *name, size_t name_size,
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 464 unsigned long name_size = sizeof(interf_name);
local 465 if (!AdbGetInterfaceName(adb_interface, interf_name, &name_size, true)) {
474 name_size = 0;
475 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
476 ser_num = reinterpret_cast<char*>(malloc(name_size));
478 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
|
/toolchain/binutils/binutils-2.25/libiberty/ |
simple-object-elf.c | 503 size_t name_size; local 531 name_size = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, 535 names = XNEWVEC (unsigned char, name_size); 538 names, name_size, &errmsg, err)) 556 if (sh_name >= name_size)
|
/external/avahi/avahi-common/ |
domain.h | 116 int avahi_service_name_split(const char *p, char *name, size_t name_size, char *type, size_t type_size, char *domain, size_t domain_size);
|
/external/compiler-rt/lib/asan/ |
asan_interface_internal.h | 119 const char * __asan_locate_address(uptr addr, char *name, uptr name_size,
|
asan_globals.cc | 129 internal_strncpy(descr->name, g.name, descr->name_size);
|
/system/connectivity/shill/cellular/ |
mobile_operator_info_impl.h | 116 // information gained from data.x. E.g., if |data.name_size() > 0| is true,
|
/external/llvm/lib/Object/ |
Archive.cpp | 215 uint64_t name_size; local 216 if (name.substr(3).rtrim(" ").getAsInteger(10, name_size)) 218 return Data.substr(sizeof(ArchiveMemberHeader), name_size)
|
/external/ppp/pppd/ |
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'; [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 559 if (uninterpreted.name_size() == 1 && [all...] |
/external/tcpdump/ |
print-ppp.c | 825 int val_size, name_size, msg_size; local 876 name_size = len - (p - p0); 878 for (i = 0; i < name_size; i++) { [all...] |
/external/v8/tools/ |
ll_prof.py | 379 ("name_size", ctypes.c_int32), 412 name = self.log[self.log_pos:self.log_pos + event.name_size] 414 self.log_pos += event.name_size [all...] |
/frameworks/native/vulkan/libvulkan/ |
api.cpp | 212 bool GrowImplicitLayerArray(uint32_t layer_count, size_t name_size) { 242 while (arr.pool_size + name_size > arr.max_pool_size) { [all...] |
/external/v8/src/snapshot/ |
serialize.cc | 390 void Insert(Address code_address, const char* name, int name_size) { 393 entry->value = CopyName(name, name_size); 422 static char* CopyName(const char* name, int name_size) { 423 char* result = NewArray<char>(name_size + 1); 424 for (int i = 0; i < name_size; ++i) { 429 result[name_size] = '\0'; [all...] |
/external/vulkan-validation-layers/loader/ |
loader.c | 292 DWORD name_size = sizeof(name); local 308 while ((rtn_value = RegEnumValue(key, idx++, name, &name_size, NULL, 316 } else if (strlen(out) + name_size + 1 > total_size) { 329 snprintf(out, name_size + 1, "%s", name); 331 snprintf(out + strlen(out), name_size + 2, "%c%s", 334 name_size = 2048; [all...] |
/system/bt/stack/btm/ |
btm_sec.c | 1758 UINT16 name_size; local [all...] |
/external/v8/src/ |
log.cc | 327 int32_t name_size; member in struct:v8::internal::LowLevelLogger::CodeCreateStruct 431 event.name_size = length; [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | [all...] |
descriptor.pb.cc | [all...] |
descriptor_unittest.cc | [all...] |
/external/llvm/include/llvm/TableGen/ |
Record.h | [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.pb.h | 5436 inline int UninterpretedOption::name_size() const { function in class:google::protobuf::UninterpretedOption [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.pb.h | 5436 inline int UninterpretedOption::name_size() const { function in class:google::protobuf::UninterpretedOption [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
descriptor.pb.h | 5436 inline int UninterpretedOption::name_size() const { function in class:google::protobuf::UninterpretedOption [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
descriptor.pb.h | 5436 inline int UninterpretedOption::name_size() const { function in class:google::protobuf::UninterpretedOption [all...] |