HomeSort by relevance Sort by last modified time
    Searched defs:data_size (Results 1 - 25 of 346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/browser/
local_storage_usage_info.h 17 size_t data_size; member in struct:content::LocalStorageUsageInfo
  /external/chromium_org/net/disk_cache/simple/
simple_util_unittest.cc 72 const int data_size = 1000; local
73 const int file_size = GetFileSizeFromKeyAndDataSize(key, data_size);
74 EXPECT_EQ(data_size, GetDataSizeFromKeyAndFileSize(key, file_size));
simple_util.cc 71 int64 data_size = file_size - key.size() - sizeof(SimpleFileHeader) - local
73 DCHECK_GE(implicit_cast<int64>(std::numeric_limits<int32>::max()), data_size);
74 return data_size;
77 int64 GetFileSizeFromKeyAndDataSize(const std::string& key, int32 data_size) {
78 return data_size + key.size() + sizeof(SimpleFileHeader) +
simple_synchronous_entry.h 35 int32 data_size[kSimpleEntryFileCount]; member in struct:disk_cache::SimpleEntryStat
111 int data_size,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_assemble.cpp 33 size_t data_size = 0; local
35 data_size += sizeof(uint32_t) + sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size);
37 size_t total_size = sizeof(dxbc_container_header) + data_size;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_assemble.cpp 33 size_t data_size = 0; local
35 data_size += sizeof(uint32_t) + sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size);
37 size_t total_size = sizeof(dxbc_container_header) + data_size;
  /art/runtime/mirror/
array-inl.h 32 size_t data_size = component_count * component_size; local
33 return header_size + data_size;
array.cc 42 size_t data_size = component_count * component_size; local
43 size_t size = header_size + data_size;
47 if (UNLIKELY(data_size >> component_shift != size_t(component_count) || size < data_size)) {
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 60 size_t data_size = pInput.memArea()->handler()->size(); local
61 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
114 data_size,
124 data_size,
  /external/chromium_org/base/json/
json_file_value_serializer.cc 38 int data_size = static_cast<int>(json_string.size()); local
41 data_size) != data_size)
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 160 int data_size = static_cast<int>(output.size()); local
162 return data_size == file_util::WriteFile(path, output.data(), data_size);
  /external/chromium_org/ui/base/resource/
resource_data_dll_win.cc 22 size_t data_size; local
26 &data_size);
33 size_t data_size; local
37 &data_size)) {
38 data->set(static_cast<const char*>(data_ptr), data_size); local
47 size_t data_size; local
49 &data_size)) {
51 reinterpret_cast<const unsigned char*>(data_ptr), data_size);
  /frameworks/compile/slang/
slang-data.c 45 size_t data_size = 0; local
54 data_size += nread;
91 prefix, (unsigned long)data_size);
  /bionic/libc/kernel/common/linux/
rpmsg_omx.h 40 uint32_t data_size; member in struct:omx_packet
  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 32 int data_size = data.length() * sizeof(wchar_t); local
36 memcpy(buffer.get(), data.c_str(), data_size);
38 RunInternal(reinterpret_cast<uint8 *>(buffer.get()), data_size); local
43 memset(buffer.get(), 0, data_size);
  /external/chromium_org/components/autofill/core/browser/crypto/
rc4_decryptor.h 37 int data_size = data.length() * sizeof(wchar_t); local
41 memcpy(buffer.get(), data.c_str(), data_size);
43 RunInternal(reinterpret_cast<uint8 *>(buffer.get()), data_size); local
48 memset(buffer.get(), 0, data_size);
  /external/chromium_org/content/child/
webblobregistry_impl.cc 60 size_t data_size = data.size(); local
62 while (data_size) {
63 size_t chunk_size = std::min(data_size, shared_memory_size);
67 data_size -= chunk_size;
174 size_t data_size = data.size(); local
176 while (data_size) {
177 size_t chunk_size = std::min(data_size, shared_memory_size);
181 data_size -= chunk_size;
  /external/chromium_org/media/base/
data_buffer.h 75 int data_size() const { function in class:media::DataBuffer
80 void set_data_size(int data_size) {
82 CHECK_LE(data_size, buffer_size_);
83 data_size_ = data_size;
92 // Allocates buffer of size |data_size|, copies [data,data+data_size) to
93 // the allocated buffer and sets data size to |data_size|.
96 DataBuffer(const uint8* data, int data_size);
audio_buffer.cc 38 int data_size = frame_count * bytes_per_channel; local
49 (data_size + kChannelAlignment - 1) & ~(kChannelAlignment - 1);
50 DCHECK_GE(block_size_per_channel, data_size);
61 memcpy(channel_data_[i], data[i], data_size);
73 data_size *= channel_count;
75 static_cast<uint8*>(base::AlignedAlloc(data_size, kChannelAlignment)));
77 memcpy(data_.get(), data[0], data_size);
decoder_buffer.h 93 int data_size() const { function in class:media::DecoderBuffer
  /art/runtime/verifier/
dex_gc_map.h 44 size_t data_size = data_length - 4; local
45 DCHECK_EQ(EntryWidth() * NumEntries(), data_size);
  /external/chromium_org/content/browser/device_orientation/
device_motion_provider.cc 96 size_t data_size = sizeof(DeviceMotionHardwareBuffer); local
97 bool res = device_motion_shared_memory_.CreateAndMapAnonymous(data_size);
  /external/chromium_org/content/browser/gamepad/
gamepad_provider.cc 106 size_t data_size = sizeof(GamepadHardwareBuffer); local
110 bool res = gamepad_shared_memory_.CreateAndMapAnonymous(data_size);
  /external/chromium_org/sandbox/win/src/
policy_low_level.h 53 // [data_size] | |
72 size_t data_size; member in struct:sandbox::PolicyGlobal
173 char* data_start, size_t* data_size) const;
  /external/chromium_org/sandbox/win/tests/common/
test_utils.cc 51 int data_size = data->ReparseDataLength + 8; local
53 if (!DeviceIoControl(source, FSCTL_SET_REPARSE_POINT, &buffer, data_size,

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 91011>>