/external/chromium_org/chrome/browser/printing/ |
D | print_preview_message_handler.cc | 127 base::RefCountedBytes* data_bytes = in OnDidPreviewPage() local 129 DCHECK(data_bytes); in OnDidPreviewPage() 131 print_preview_ui->SetPrintPreviewDataForIndex(page_number, data_bytes); in OnDidPreviewPage() 152 base::RefCountedBytes* data_bytes = in OnMetafileReadyForPrinting() local 154 if (!data_bytes || !data_bytes->size()) in OnMetafileReadyForPrinting() 158 data_bytes); in OnMetafileReadyForPrinting()
|
D | print_preview_data_service.cc | 95 scoped_refptr<base::RefCountedBytes>* data_bytes) { in GetDataEntry() argument 96 *data_bytes = NULL; in GetDataEntry() 99 it->second->GetPreviewDataForIndex(index, data_bytes); in GetDataEntry() 105 const base::RefCountedBytes* data_bytes) { in SetDataEntry() argument 109 data_store_map_[preview_ui_id]->SetPreviewDataForIndex(index, data_bytes); in SetDataEntry()
|
/external/chromium_org/media/cast/logging/ |
D | log_deserializer.cc | 142 int data_bytes, in DoDeserializeEvents() argument 147 base::BigEndianReader reader(data, data_bytes); in DoDeserializeEvents() 184 int data_bytes, in Uncompress() argument 191 stream.avail_in = data_bytes; in Uncompress() 225 int data_bytes, in DeserializeEvents() argument 229 DCHECK_GT(data_bytes, 0); in DeserializeEvents() 235 data_bytes, in DeserializeEvents() 244 return DoDeserializeEvents(data, data_bytes, audio_log, video_log); in DeserializeEvents()
|
D | log_deserializer.h | 43 int data_bytes,
|
/external/chromium_org/chrome/browser/history/android/ |
D | sqlite_cursor_unittest.cc | 161 base::RefCountedBytes *data_bytes = in TEST_F() local 163 row.set_favicon(data_bytes); in TEST_F() 226 EXPECT_EQ(data_bytes->data().size(), out.size()); in TEST_F() 227 EXPECT_EQ(data_bytes->data()[0], out[0]); in TEST_F()
|
/external/lldb/source/Core/ |
D | DataEncoder.cpp | 134 const uint8_t * data_bytes = data->GetBytes(); in GetSharedDataOffset() local 135 if (data_bytes != NULL) in GetSharedDataOffset() 137 assert(m_start >= data_bytes); in GetSharedDataOffset() 138 return m_start - data_bytes; in GetSharedDataOffset()
|
D | DataExtractor.cpp | 239 const uint8_t * data_bytes = data->GetBytes(); in GetSharedDataOffset() local 240 if (data_bytes != NULL) in GetSharedDataOffset() 242 assert(m_start >= data_bytes); in GetSharedDataOffset() 243 return m_start - data_bytes; in GetSharedDataOffset()
|
/external/chromium_org/base/files/ |
D | file_proxy_unittest.cc | 270 int data_bytes = ARRAYSIZE_UNSAFE(data); in TEST_F() local 271 proxy.Write(0, data, data_bytes, in TEST_F() 275 EXPECT_EQ(data_bytes, bytes_written_); in TEST_F() 285 EXPECT_EQ(data_bytes, base::ReadFile(test_path(), buffer, data_bytes)); in TEST_F() 286 for (int i = 0; i < data_bytes; ++i) { in TEST_F()
|
/external/lldb/source/Host/macosx/launcherXPCService/ |
D | LauncherRootXPCService.mm | 17 …const char *data_bytes = (const char *)xpc_dictionary_get_data(message, LauncherXPCServiceAuthKey,… 23 memcpy(extAuth.bytes, data_bytes, sizeof(extAuth.bytes));
|
/external/chromium_org/sandbox/win/src/ |
D | interception_internal.h | 62 size_t data_bytes; member
|
D | interception_agent.cc | 118 dlls_[i]->data_bytes = buffer_bytes; in OnDllLoad()
|
D | interception.cc | 410 dll_data.data_bytes = thunk_bytes; in PatchNtdll()
|
/external/chromium_org/device/media_transfer_protocol/ |
D | media_transfer_protocol_daemon_client.cc | 343 const uint8* data_bytes = NULL; in OnReadFile() local 346 if (!reader.PopArrayOfBytes(&data_bytes, &data_length)) { in OnReadFile() 350 std::string data(reinterpret_cast<const char*>(data_bytes), data_length); in OnReadFile()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 455 uint8_t data_bytes[SCTP_NUM_DB_TO_VERIFY]; member
|
D | sctp_input.c | 3403 for (iii = 0; iii < sizeof(desc->data_bytes); 3405 if (ddp[iii] != desc->data_bytes[iii]) { 4377 sizeof(desc.data_bytes))) { 4399 for (iii = 0; iii < sizeof(desc.data_bytes); iii++) { 4400 desc.data_bytes[iii] = ddp[iii];
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 146 mDNSu32 data_bytes; // bytes of message data already read member 3601 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes < req->hdr.datalen) in read_msg() 3603 mDNSu32 nleft = req->hdr.datalen - req->data_bytes; in read_msg() 3606 …struct iovec vec = { req->msgbuf + req->data_bytes, nleft }; // Tell recvmsg where we want the byt… in read_msg() 3619 …nread = udsSupportReadFD(req->sd, (char *)req->msgbuf + req->data_bytes, nleft, 0, req->platform_d… in read_msg() 3623 req->data_bytes += nread; in read_msg() 3624 if (req->data_bytes > req->hdr.datalen) in read_msg() 3653 if (req->data_bytes < req->hdr.datalen) in read_msg() 3656 req->sd, req->errsd, req->data_bytes, req->hdr.datalen); in read_msg() 3665 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes == req->hdr.datalen) in read_msg() [all …]
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 2038 uint8_t *data_bytes = data.GetBytes(); in ReplaceStaticLiterals() local 2044 data_bytes[index] = operand_raw_data[operand_data_size - (1 + index)]; in ReplaceStaticLiterals()
|