/external/perf_data_converter/src/quipper/ |
D | test_perf_data.cc | 121 CHECK_EQ(static_cast<u64>(out->tellp()), header_.size); in WriteTo() 130 CHECK_EQ(static_cast<u64>(out->tellp()), header.size); in WriteTo() 248 const size_t pre_mmap_offset = out->tellp(); in WriteTo() 256 static_cast<size_t>(out->tellp()) - pre_mmap_offset; in WriteTo() 288 const size_t pre_mmap_offset = out->tellp(); in WriteTo() 294 static_cast<size_t>(out->tellp()) - pre_mmap_offset; in WriteTo() 315 const size_t pre_event_offset = out->tellp(); in WriteTo() 319 static_cast<size_t>(out->tellp()) - pre_event_offset; in WriteTo() 408 CHECK_EQ(static_cast<u64>(out->tellp()), index_entry.offset); in WriteTo() 414 CHECK_EQ(static_cast<u64>(out->tellp()), index_entry.offset + size()); in WriteTo() [all …]
|
D | perf_reader_test.cc | 266 ASSERT_EQ(file_header.header().attrs.offset, static_cast<u64>(input.tellp())); in TEST() 271 ASSERT_EQ(file_header.header().data.offset, static_cast<u64>(input.tellp())); in TEST() 316 CHECK_EQ(header.attrs.offset, static_cast<u64>(input.tellp())); in TEST() 320 ASSERT_EQ(header.data.offset, static_cast<u64>(input.tellp())); in TEST() 322 ASSERT_EQ(file_header.data_end(), input.tellp()); in TEST() 407 CHECK_EQ(header.attrs.offset, static_cast<u64>(input.tellp())); in TEST() 413 ASSERT_EQ(header.data.offset, static_cast<u64>(input.tellp())); in TEST() 415 ASSERT_EQ(file_header.data_end(), input.tellp()); in TEST() 872 const size_t pre_mmap_offset = input.tellp(); in TEST() 879 static_cast<size_t>(input.tellp()) - pre_mmap_offset; in TEST() [all …]
|
D | perf_serializer_test.cc | 410 ASSERT_EQ(static_cast<u64>(input.tellp()), header.data.offset); in TEST() 412 ASSERT_EQ(input.tellp(), file_header.data_end()); in TEST()
|
/external/image_io/src/base/ |
D | ostream_ref_data_destination.cc | 20 ostream::pos_type prewrite_pos = ostream_ref_.tellp(); in Transfer() 22 ostream::pos_type postwrite_pos = ostream_ref_.tellp(); in Transfer() 24 bytes_written = ostream_ref_.tellp() - prewrite_pos; in Transfer()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 209 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in OutputPath() 242 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in SetClip_PathStroke() 279 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in DrawPath() 340 if (buf.tellp()) in SetGraphState() 341 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in SetGraphState() 425 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in DrawDIBits() 503 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in DrawDIBits() 529 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in SetColor() 576 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in FindPSFontGlyph() 638 m_pStream->WriteBlock(buf.str().c_str(), buf.tellp()); in FindPSFontGlyph() [all …]
|
D | fx_win32_gdipext.cpp | 1333 if (m_ReadPos >= m_InterStream.tellp()) in Read() 1336 size_t bytes_left = m_InterStream.tellp() - m_ReadPos; in Read() 1398 start = m_InterStream.tellp(); in Seek() 1404 if (new_read_position > m_InterStream.tellp()) in Seek() 1419 pStatstg->cbSize.QuadPart = m_InterStream.tellp(); in Stat()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/ |
D | tellp.pass.cpp | 46 assert(os.tellp() == -1); in main() 51 assert(os.tellp() == 10); in main()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | util.hpp | 71 } else if (oss.tellp() > 0) { in tokenize() 77 if (oss.tellp() > 0) in tokenize()
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | ArchiveWriter.cpp | 211 unsigned filepos = ARFile.tellp(); in writeMember() 284 if ((ARFile.tellp() & 1) == 1) in writeMember() 318 unsigned startpos = ARFile.tellp(); in writeSymbolTable() 335 unsigned endpos = ARFile.tellp(); in writeSymbolTable()
|
/external/google-breakpad/src/processor/ |
D | cfi_frame_info.cc | 111 if (static_cast<std::streamoff>(stream.tellp()) != 0) in Serialize() 118 if (static_cast<std::streamoff>(stream.tellp()) != 0) in Serialize()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_stream.cpp | 104 reinterpret_cast<const uint8_t*>(stream->str().c_str()), stream->tellp()); in SetDataAndRemoveFilter() 129 stream->tellp()); in SetData()
|
/external/llvm/lib/Support/ |
D | raw_os_ostream.cpp | 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_os_ostream.cpp | 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_os_ostream.cpp | 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | raw_os_ostream.cpp | 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
|
/external/grpc-grpc/test/cpp/util/ |
D | grpc_tool_test.cc | 271 EXPECT_TRUE(0 == output_stream.tellp()); in TEST_F() 285 EXPECT_TRUE(0 == output_stream.tellp()); in TEST_F() 298 EXPECT_TRUE(0 == output_stream.tellp()); in TEST_F() 667 EXPECT_TRUE(0 == output_stream.tellp()); in TEST_F() 683 EXPECT_TRUE(0 == output_stream.tellp()); in TEST_F()
|
/external/nos/test/system-test-harness/src/ |
D | gtest_with_gflags_main.cc | 26 if (ss->tellp() == 0) { in generate_disabled_test_list()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamparser.cpp | 483 std::min(static_cast<size_t>(buf.tellp()), kMaxStringLength)); in ReadString() 562 std::min(static_cast<size_t>(buf.tellp()), kMaxStringLength)); in ReadString() 595 std::min(static_cast<size_t>(buf.tellp()), kMaxStringLength)); in ReadHexString()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_saxreaderhandler.cpp | 109 int32_t iLength = m_SAXContext.m_TextBuf.tellp(); in UpdateChecksum()
|
/external/pdfium/core/fxcrt/ |
D | widestring_unittest.cpp | 1451 EXPECT_EQ(2u, stream.tellp()); in TEST() 1459 EXPECT_EQ(4u, stream.tellp()); in TEST() 1505 EXPECT_EQ(2u, stream.tellp()); in TEST() 1513 EXPECT_EQ(4u, stream.tellp()); in TEST() 1576 EXPECT_EQ(2u, stream.tellp()); in TEST() 1588 EXPECT_EQ(4u, stream.tellp()); in TEST() 1655 EXPECT_EQ(2u, stream.tellp()); in TEST() 1666 EXPECT_EQ(4u, stream.tellp()); in TEST()
|
D | bytestring_unittest.cpp | 1623 EXPECT_EQ(2u, stream.tellp()); in TEST() 1631 EXPECT_EQ(4u, stream.tellp()); in TEST() 1686 EXPECT_EQ(2u, stream.tellp()); in TEST() 1698 EXPECT_EQ(4u, stream.tellp()); in TEST()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 419 *position = outfile_.tellp(); in Tell() 481 const auto tellp = outfile_.tellp(); in GetCurrentFileSize() local 482 if (tellp == static_cast<std::streampos>(-1)) { in GetCurrentFileSize() 486 *size = tellp; in GetCurrentFileSize()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 599 if (sWords.tellp() > 0) { in GetEditAppStream() 626 if (sWords.tellp() > 0) { in GetEditAppStream() 663 if (sWords.tellp() > 0) { in GetEditAppStream() 669 if (sEditStream.tellp() > 0) { in GetEditAppStream() 914 if (sTemp.tellp() <= 0) in GetPushButtonAppStream() 1720 if (sList.tellp() > 0) { in SetAsListBox()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 105 if (sWords.tellp() > 0) { in GenerateEditAP() 130 if (sWords.tellp() > 0) { in GenerateEditAP() 161 if (sWords.tellp() > 0) { in GenerateEditAP() 1275 if (sBody.tellp() > 0) { in GenerateFormAP()
|
/external/libcxx/include/ |
D | ostream | 67 pos_type tellp(); 229 pos_type tellp(); 964 basic_ostream<_CharT, _Traits>::tellp()
|