Home
last modified time | relevance | path

Searched refs:Tell (Results 1 – 25 of 231) sorted by relevance

12345678910

/external/perf_data_converter/src/quipper/
Dbuffer_writer_test.cc19 EXPECT_EQ(0, writer.Tell()); in TEST()
24 EXPECT_EQ(100, writer.Tell()); in TEST()
26 EXPECT_EQ(900, writer.Tell()); in TEST()
28 EXPECT_EQ(500, writer.Tell()); in TEST()
33 EXPECT_EQ(1200, writer.Tell()); in TEST()
45 EXPECT_EQ(5, writer.Tell()); in TEST()
55 EXPECT_EQ(output.size(), writer.Tell()); in TEST()
70 EXPECT_EQ(output.size(), writer.Tell()); in TEST()
84 EXPECT_TRUE(writer.WriteData(kInputData.data() + writer.Tell(), 10)); in TEST()
85 EXPECT_EQ(10, writer.Tell()); in TEST()
[all …]
Dfile_reader_test.cc27 EXPECT_EQ(0, reader.Tell()); in TEST()
31 EXPECT_EQ(100, reader.Tell()); in TEST()
33 EXPECT_EQ(900, reader.Tell()); in TEST()
35 EXPECT_EQ(500, reader.Tell()); in TEST()
40 EXPECT_EQ(1200, reader.Tell()); in TEST()
57 EXPECT_EQ(5, reader.Tell()); in TEST()
71 EXPECT_EQ(output.size(), reader.Tell()); in TEST()
88 EXPECT_EQ(output.size(), reader.Tell()); in TEST()
104 EXPECT_TRUE(reader.ReadData(10, output.data() + reader.Tell())); in TEST()
105 EXPECT_EQ(10, reader.Tell()); in TEST()
[all …]
Dbuffer_reader_test.cc23 EXPECT_EQ(0, reader.Tell()); in TEST()
27 EXPECT_EQ(100, reader.Tell()); in TEST()
29 EXPECT_EQ(900, reader.Tell()); in TEST()
31 EXPECT_EQ(500, reader.Tell()); in TEST()
36 EXPECT_EQ(1200, reader.Tell()); in TEST()
51 EXPECT_EQ(5, reader.Tell()); in TEST()
61 EXPECT_EQ(output.size(), reader.Tell()); in TEST()
74 EXPECT_EQ(output.size(), reader.Tell()); in TEST()
87 EXPECT_TRUE(reader.ReadData(10, output.data() + reader.Tell())); in TEST()
88 EXPECT_EQ(10, reader.Tell()); in TEST()
[all …]
Dperf_reader.cc518 CHECK_EQ(0U, data->Tell()); in ReadHeader()
541 CHECK_EQ(data->Tell(), sizeof(piped_header_)); in ReadHeader()
559 CHECK_EQ(data->Tell(), sizeof(header_) - features_size); in ReadHeader()
629 size_t saved_offset = data->Tell(); in ReadAttr()
661 data->SeekSet(data->Tell() + attr->size - attr_readable_size); in ReadEventAttr()
986 size_t offset = data->Tell(); in ReadRepeatedStringMetadata()
995 size_read += data->Tell() - offset; in ReadRepeatedStringMetadata()
1150 auto begin_offset = data->Tell(); in ReadPMUMappingsMetadata()
1167 for (u32 i = 0; i < num_mappings || data->Tell() - begin_offset < size; ++i) { in ReadPMUMappingsMetadata()
1177 if (data->Tell() - begin_offset != size) { in ReadPMUMappingsMetadata()
[all …]
Ddata_writer.cc19 << " bytes, " << size_ - Tell() << " bytes remaining."; in WriteDataValue()
Dfile_utils.cc22 << filename << ", only read " << reader.Tell(); in FileToBuffer()
Dfile_reader.h24 size_t Tell() const override { return ftell(infile_); } in Tell() function
Dbuffer_reader.h23 size_t Tell() const override { return offset_; } in Tell() function
Ddata_writer.h25 virtual size_t Tell() const = 0;
Dbuffer_writer.h23 size_t Tell() const override { return offset_; } in Tell() function
/external/tensorflow/tensorflow/core/lib/io/
Drandom_inputstream_test.cc37 EXPECT_EQ(3, in.Tell()); in TEST()
40 EXPECT_EQ(3, in.Tell()); in TEST()
43 EXPECT_EQ(8, in.Tell()); in TEST()
46 EXPECT_EQ(8, in.Tell()); in TEST()
49 EXPECT_EQ(10, in.Tell()); in TEST()
52 EXPECT_EQ(10, in.Tell()); in TEST()
65 EXPECT_EQ(3, in.Tell()); in TEST()
68 EXPECT_EQ(3, in.Tell()); in TEST()
71 EXPECT_EQ(7, in.Tell()); in TEST()
73 EXPECT_EQ(7, in.Tell()); in TEST()
[all …]
Dbuffered_inputstream_test.cc168 EXPECT_EQ(0, in.Tell()); in TEST()
171 EXPECT_EQ(3, in.Tell()); in TEST()
174 EXPECT_EQ(3, in.Tell()); in TEST()
177 EXPECT_EQ(7, in.Tell()); in TEST()
180 EXPECT_EQ(7, in.Tell()); in TEST()
183 EXPECT_EQ(10, in.Tell()); in TEST()
186 EXPECT_EQ(10, in.Tell()); in TEST()
189 EXPECT_EQ(10, in.Tell()); in TEST()
205 EXPECT_EQ(0, in.Tell()); in TEST()
207 EXPECT_EQ(3, in.Tell()); in TEST()
[all …]
Dinputbuffer_test.cc162 EXPECT_EQ(0, in.Tell()); in TEST()
165 EXPECT_EQ(3, in.Tell()); in TEST()
168 EXPECT_EQ(3, in.Tell()); in TEST()
171 EXPECT_EQ(7, in.Tell()); in TEST()
174 EXPECT_EQ(7, in.Tell()); in TEST()
177 EXPECT_EQ(10, in.Tell()); in TEST()
180 EXPECT_EQ(10, in.Tell()); in TEST()
183 EXPECT_EQ(10, in.Tell()); in TEST()
193 EXPECT_EQ(0, in.Tell()); in TEST()
197 EXPECT_EQ(3, in.Tell()); in TEST()
[all …]
Dbuffered_inputstream.cc149 int64 BufferedInputStream::Tell() const { in Tell() function in tensorflow::io::BufferedInputStream
150 return input_stream_->Tell() - (limit_ - pos_); in Tell()
160 const int64 bufpos = Tell(); in Seek()
Drecord_reader.cc166 int64 curr_pos = input_stream_->Tell(); in ReadRecord()
176 DCHECK_EQ(desired_pos, input_stream_->Tell()); in ReadRecord()
197 DCHECK_EQ(*offset, input_stream_->Tell()); in ReadRecord()
Dzlib_buffers_test.cc238 EXPECT_EQ(in.Tell(), first_half.size()); in TestTell()
246 EXPECT_EQ(in.Tell(), data.size()); in TestTell()
282 EXPECT_EQ(in.Tell(), data_half_size); in TestSkipNBytes()
289 EXPECT_EQ(in.Tell(), data.size()); in TestSkipNBytes()
Dzlib_outputbuffer.cc232 Status ZlibOutputBuffer::Tell(int64* position) { return file_->Tell(position); } in Tell() function in tensorflow::io::ZlibOutputBuffer
Dinputstream_interface.h48 virtual int64 Tell() const = 0;
/external/python/cpython2/Doc/library/
Dmacostools.rst60 Tell the finder that some bits of finder-information such as creator or type for
99 Tell the finder to launch *file*. What launching means depends on the file:
106 Tell the finder to print a file. The behaviour is identical to selecting the
112 Tell the finder to copy a file or folder *file* to folder *destdir*. The
118 Tell the finder to move a file or folder *file* to folder *destdir*. The
124 Tell the finder to put the Macintosh to sleep, if your machine supports it.
129 Tell the finder to perform an orderly restart of the machine.
134 Tell the finder to perform an orderly shutdown of the machine.
/external/pdfium/third_party/lcms/src/
Dcmstypes.c178 currentPosition = io->Tell(io); in ReadPositionTable()
240 DirectoryPos = io ->Tell(io); in WritePositionTable()
252 Before = io ->Tell(io); in WritePositionTable()
259 ElementSizes[i] = io ->Tell(io) - Before; in WritePositionTable()
263 CurrentPos = io ->Tell(io); in WritePositionTable()
2484 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); in Type_LUTA2B_Read()
2690 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); in Type_LUTA2B_Write()
2713 DirectoryPos = io ->Tell(io); in Type_LUTA2B_Write()
2724 offsetA = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
2729 offsetC = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
[all …]
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
Dconfigure.ac14 dnl Tell autoconf that this is an LLVM project being configured
18 dnl Tell autoconf that the auxiliary files are actually located in
/external/u-boot/arch/arm/mach-omap2/omap5/
Dsec_entry_cpu1.S67 sev @ Tell CPU0 we are done
93 str r5, [r4] @ Tell ROM to exit while loop
/external/curl/docs/cmdline-opts/
Dftp-skip-pasv-ip.d7 Tell curl to not use the IP address the server suggests in its response
Dftp-pret.d6 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
Dpath-as-is.d5 Tell curl to not handle sequences of /../ or /./ in the given URL

12345678910