HomeSort by relevance Sort by last modified time
    Searched refs:name_size (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/google-breakpad/src/processor/
fast_source_line_resolver_types.h 82 size_t name_size = strlen(raw) + 1; local
84 address = *(reinterpret_cast<const MemAddr*>(raw + name_size));
86 raw + name_size + sizeof(MemAddr)));
88 raw + name_size + 2 * sizeof(MemAddr)));
90 raw + name_size + 2 * sizeof(MemAddr) + sizeof(int32_t));
105 size_t name_size = strlen(raw) + 1; local
107 address = *(reinterpret_cast<const MemAddr*>(raw + name_size));
109 raw + name_size + sizeof(MemAddr)));
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 174 Py_ssize_t name_size; local
176 if (PyString_AsStringAndSize(arg, &name, &name_size) < 0) {
181 self->pool->FindMessageTypeByName(string(name, name_size));
222 Py_ssize_t name_size; local
224 if (PyString_AsStringAndSize(arg, &name, &name_size) < 0) {
229 self->pool->FindFileByName(string(name, name_size));
240 Py_ssize_t name_size; local
242 if (PyString_AsStringAndSize(arg, &name, &name_size) < 0) {
247 self->pool->FindFieldByName(string(name, name_size));
258 Py_ssize_t name_size; local
275 Py_ssize_t name_size; local
292 Py_ssize_t name_size; local
309 Py_ssize_t name_size; local
    [all...]
  /external/tensorflow/tensorflow/core/platform/windows/
port.cc 45 DWORD name_size = sizeof(name); local
47 if (::GetComputerNameA(name, &name_size)) {
48 name[name_size] = 0;
  /external/libmicrohttpd/src/microspdy/
structures.c 464 int32_t name_size; local
514 name_size = strlen(iterator->name);
515 temp = htonl(name_size);
518 strncpy(*stream + offset, iterator->name, name_size);
519 offset += name_size;
560 int32_t name_size; local
582 memcpy(&name_size, stream + offset, 4);
584 name_size = ntohl(name_size);
586 if(NULL == (name = strndup(stream + offset, name_size)))
    [all...]
  /external/perf_data_converter/src/quipper/
dso_android.cc 61 size_t name_size = Align<4>(note_header.n_namesz); local
65 if (!data->ReadString(name_size, &name)) return false;
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 97 name_size = len(name)
99 self.lint_command(name, args, name_size, args_size)
100 encoded_name = chr(name_size) + name
105 def lint_command(self, name, args, name_size, args_size):
106 assert name_size == len(name) and args_size == len(args)
114 if name_size > 255 or args_size > 255:
  /external/compiler-rt/lib/asan/
asan_debugging.cc 42 Min(descr->name_size, vars[i].name_len));
116 const char *__asan_locate_address(uptr addr, char *name, uptr name_size,
118 AddressDescription descr = { name, name_size, 0, 0, nullptr };
  /external/v8/src/snapshot/
serializer.h 50 void Insert(Address code_address, const char* name, int name_size) {
53 entry->value = CopyName(name, name_size);
82 static char* CopyName(const char* name, int name_size) {
83 char* result = NewArray<char>(name_size + 1);
84 for (int i = 0; i < name_size; ++i) {
89 result[name_size] = '\0';
  /external/compiler-rt/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,
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/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,
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/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,
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/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,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/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,
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/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,
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/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,
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/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,
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/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,
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/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,
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/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,
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/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,
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/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,
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/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,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/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,
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/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,
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/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,

Completed in 812 milliseconds

1 2 3 4