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

1 2

  /external/chromium_org/chrome/installer/util/
registry_key_backup.cc 27 // Initializes this object with a name (the first |name_size| characters in
29 void Initialize(const wchar_t* name_buffer, DWORD name_size,
97 DWORD name_size,
101 name_.assign(name_buffer, name_size);
136 DWORD name_size = 0; local
141 name_size = static_cast<DWORD>(name_buffer.size());
143 result = RegEnumValue(key.Handle(), i, &name_buffer[0], &name_size,
151 values.back().Initialize(&name_buffer[0], name_size, value_type,
158 // |name_size| does not include space for the terminating NULL.
159 if (name_size + 1 > name_buffer.size()
176 DWORD name_size = 0; local
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 71 ULONG name_size = 0; local
76 name_size,
77 &name_size);
79 if (name_size) {
80 name = reinterpret_cast<OBJECT_NAME_INFORMATION *>(new BYTE[name_size]);
87 name_size,
88 &name_size);
  /external/qemu/block/
qcow2-snapshot.c 35 uint16_t name_size; member in struct:QCowSnapshotHeader
68 int i, id_str_size, name_size; local
95 name_size = be16_to_cpu(h.name_size);
105 sn->name = g_malloc(name_size + 1);
106 if (bdrv_pread(bs->file, offset, sn->name, name_size) != name_size)
108 offset += name_size;
109 sn->name[name_size] = '\0';
124 int i, name_size, id_str_size, snapshots_size local
    [all...]
  /external/qemu/android/
snapshot.c 117 uint16_t id_str_size, name_size; local
122 read_or_die(fd, &name_size, sizeof(name_size));
131 be16_to_cpus(&name_size);
141 info->name = android_alloc(name_size + 1);
144 read_or_die(fd, info->name, name_size);
147 info->name[name_size] = '\0';
  /external/chromium_org/sandbox/win/tools/finder/
finder_registry.cc 11 DWORD name_size = 2048; local
15 LONG err_code = ::RegEnumKey(key, index, buffer, name_size);
33 err_code = ::RegEnumKey(key, index, buffer, name_size);
  /external/chromium_org/gpu/command_buffer/service/
program_cache.cc 121 const size_t name_size = it->first.length(); local
122 memcpy(&buffer.get()[current_pos], it->first.c_str(), name_size);
123 current_pos += name_size;
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 319 unsigned long name_size = sizeof(interf_name);
320 if (!AdbGetInterfaceName(adb_interface, interf_name, &name_size, true)) {
329 name_size = 0;
330 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
331 ser_num = reinterpret_cast<char*>(malloc(name_size));
333 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
318 unsigned long name_size = sizeof(interf_name); local
  /external/chromium_org/base/win/
registry.cc 539 DWORD name_size = capacity; local
543 key_, index_, WriteInto(&name_, name_size), &name_size, NULL, &type_,
557 name_size = name_size == capacity ? MAX_REGISTRY_NAME_SIZE : capacity;
559 key_, index_, WriteInto(&name_, name_size), &name_size, NULL, &type_,
  /system/extras/showmap/
showmap.c 70 const int name_size = strlen(name) + 1; local
71 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size);
81 strlcpy(info->name, name, name_size);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 391 def print_call_heading(self, name_size, column_title):
392 print >> self.stream, "Function ".ljust(name_size) + column_title
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
403 def print_call_line(self, name_size, source, call_dict, arrow="->"):
404 print >> self.stream, func_std_string(source).ljust(name_size) + arrow,
422 left_width = name_size + 1
425 left_width = name_size + 3
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 391 def print_call_heading(self, name_size, column_title):
392 print >> self.stream, "Function ".ljust(name_size) + column_title
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
403 def print_call_line(self, name_size, source, call_dict, arrow="->"):
404 print >> self.stream, func_std_string(source).ljust(name_size) + arrow,
422 left_width = name_size + 1
425 left_width = name_size + 3
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc 168 UINT32 name_size; local
170 MF_DEVSOURCE_ATTRIBUTE_FRIENDLY_NAME, &name, &name_size);
179 base::SysWideToUTF8(std::wstring(name, name_size)),
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 42 size_t name_size; member in struct:mojo::test::__anon13411::ValidationTestInputParser::DataType
222 if (StartsWith(range, kDataTypes[i].name, kDataTypes[i].name_size)) {
225 std::string(range.first + kDataTypes[i].name_size, range.second));
  /external/llvm/lib/Object/
Archive.cpp 150 uint64_t name_size; local
151 if (name.substr(3).rtrim(" ").getAsInteger(10, name_size))
153 return Data.substr(sizeof(ArchiveMemberHeader), name_size)
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 317 gfx::Size name_size = name_label_->GetPreferredSize(); local
318 name_size.set_width(std::min(name_size.width(), max_label_width));
325 int labels_height = name_size.height() + kNameStatePaddingY +
328 name_label_->SetBounds(label_x, y, name_size.width(), name_size.height());
  /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/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 431 DWORD name_size = kStringLength; local
436 &name_size,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 154 int name_size = available_width * name_width / total_text_length; local
156 name_size, gfx::ELIDE_TAIL);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 76 CARD16 name_size B16;
86 CARD16 name_size B16;
xf86dgastr.h 94 CARD16 name_size B16;
  /external/qemu/
tap-win32.c 284 int name_size,
358 snprintf(name, name_size, "%s", enum_name);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 352 HKEY key, DWORD index, LPWSTR name, LPDWORD name_size, LPDWORD reserved,
webplugin_delegate_impl_win.cc     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 349 _XRead(dpy, offset, info.name_size);
351 offset += info.name_size;
428 _XRead(dpy, dev->mode.name, info.name_size);
  /external/tcpdump/
print-ppp.c 801 int val_size, name_size, msg_size; local
852 name_size = len - (p - p0);
854 for (i = 0; i < name_size; i++) {
    [all...]

Completed in 1200 milliseconds

1 2