/external/protobuf/python/google/protobuf/pyext/ |
descriptor_containers.cc | 171 Py_ssize_t name_size; local 172 if (PyString_AsStringAndSize(key, &name, &name_size) < 0) { 182 self, string(name, name_size)); 188 Py_ssize_t name_size; local 189 if (PyString_AsStringAndSize(key, &camelcase_name, &name_size) < 0) { 199 self, string(camelcase_name, name_size)); [all...] |
message.cc | 2057 Py_ssize_t name_size; local [all...] |
/external/compiler-rt/lib/asan/ |
asan_interface_internal.h | 128 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);
|
/external/wayland/src/ |
wayland-server.c | 1204 int name_size; local 1218 name_size = snprintf(s->addr.sun_path, sizeof s->addr.sun_path, 1221 s->display_name = (s->addr.sun_path + name_size - 1) - strlen(name); 1223 assert(name_size > 0); 1224 if (name_size > (int)sizeof s->addr.sun_path) { [all...] |
/external/tensorflow/tensorflow/contrib/verbs/ |
README.md | 140 | type | name_size | name | step_id | request_index | remote_addr/checksum | rkey | is_dead | data_type | tensor_shape | tensor_bytes | error_status | 146 * name (name_size) - Name of the requested tensor. 158 * name (name_size) - Name of the requested tensor. 164 * name (name_size) - Name of the requested tensor.
|
patch_notes_verbs_with_0_copies.md | 52 | type | name_size | name | step_id | request_index | remote_addr | rkey | is_dead | data_type | tensor_shape | tensor_bytes | 58 * name (name_size) - Name of the requested tensor. 69 * name (name_size) - Name of the requested tensor.
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 467 if (option.name_size() > 1) { 673 if (uninterpreted.name_size() == 1 && [all...] |
/external/e2fsprogs/misc/ |
tune2fs.c | 617 unsigned int rec_len, name_size; local 636 name_size = ext2fs_dirent_name_len(last_de); 642 name_size || 675 if (name_size & 3) 676 name_size = (name_size & ~3) + 4; 678 if (rec_len <= (8 + name_size + csum_size)) { [all...] |
/external/tcpdump/ |
print-ppp.c | 835 int val_size, name_size, msg_size; local 886 name_size = len - (p - p0); 888 for (i = 0; i < name_size; i++) { [all...] |
/external/grpc-grpc/src/core/tsi/ |
ssl_transport_security.cc | 353 int name_size; local 354 name_size = ASN1_STRING_to_UTF8(&name, subject_alt_name->d.dNSName); 355 if (name_size < 0) { 362 reinterpret_cast<const char*>(name), static_cast<size_t>(name_size), [all...] |
/external/v8/tools/ |
ll_prof.py | 359 ("name_size", ctypes.c_int32), 383 name = self.log[self.log_pos:self.log_pos + event.name_size] 385 self.log_pos += event.name_size [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
cPickle.c | 2041 int module_size, name_size, res = -1; local 2183 int module_size, name_size, res = -1; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cPickle.c | 2010 int module_size, name_size, res = -1; local 2152 int module_size, name_size, res = -1; local [all...] |
/external/python/cpython2/Modules/ |
cPickle.c | 2055 int module_size, name_size, res = -1; local 2197 int module_size, name_size, res = -1; local [all...] |
/external/mesa3d/src/compiler/glsl/ |
linker.cpp | 4099 int name_size = 0; local [all...] |
/external/v8/src/ |
log.cc | 503 int32_t name_size; member in struct:v8::internal::LowLevelLogger::CodeCreateStruct 585 event.name_size = length; 597 event.name_size = length; [all...] |
/external/libchrome/base/debug/ |
activity_tracker.h | 505 uint8_t name_size; // Length of "name" key. member in struct:base::debug::ActivityUserData::FieldHeader [all...] |
/external/python/cpython3/Objects/ |
typeobject.c | 436 Py_ssize_t name_size; local 447 tp_name = PyUnicode_AsUTF8AndSize(value, &name_size); 450 if (strlen(tp_name) != (size_t)name_size) { 2356 Py_ssize_t i, nbases, nslots, slotoffset, name_size; local [all...] |
/external/llvm/include/llvm/TableGen/ |
Record.h | [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
Record.h | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
Record.h | [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | [all...] |
descriptor.pb.cc | 13073 int UninterpretedOption::name_size() const { function in class:google::protobuf::UninterpretedOption [all...] |
descriptor.pb.h | 6931 inline int UninterpretedOption::name_size() const { function in class:google::protobuf::UninterpretedOption [all...] |