Home
last modified time | relevance | path

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

12345678910

/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.cc240 EXPECT_EQ(in.Tell(), first_half.size()); in TestTell()
248 EXPECT_EQ(in.Tell(), data.size()); in TestTell()
284 EXPECT_EQ(in.Tell(), data_half_size); in TestSkipNBytes()
291 EXPECT_EQ(in.Tell(), data.size()); in TestSkipNBytes()
Dinputstream_interface.h61 virtual int64 Tell() const = 0;
Dzlib_outputbuffer.cc242 Status ZlibOutputBuffer::Tell(int64* position) { return file_->Tell(position); } in Tell() function in tensorflow::io::ZlibOutputBuffer
Drandom_inputstream.h44 int64 Tell() const override;
Dzlib_inputstream.h71 int64 Tell() const override;
Dinputstream_interface_test.cc40 int64 Tell() const override { return pos_; } in Tell() function in tensorflow::io::__anonc5fcc4c40111::TestStringStream
/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/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_buffers_test.cc164 EXPECT_EQ(in.Tell(), first_half.size()); in TestTell()
171 EXPECT_EQ(in.Tell(), data.size()); in TestTell()
230 TEST(SnappyBuffers, Tell) { in TEST() argument
Dsnappy_outputbuffer.cc68 Status SnappyOutputBuffer::Tell(int64* position) { in Tell() function in tensorflow::io::SnappyOutputBuffer
69 return file_->Tell(position); in Tell()
Dsnappy_inputbuffer.h59 int64 Tell() const override;
/external/pdfium/third_party/lcms/src/
Dcmstypes.c183 currentPosition = io->Tell(io); in ReadPositionTable()
246 DirectoryPos = io ->Tell(io); in WritePositionTable()
258 Before = io ->Tell(io); in WritePositionTable()
265 ElementSizes[i] = io ->Tell(io) - Before; in WritePositionTable()
269 CurrentPos = io ->Tell(io); in WritePositionTable()
2495 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); in Type_LUTA2B_Read()
2701 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); in Type_LUTA2B_Write()
2724 DirectoryPos = io ->Tell(io); in Type_LUTA2B_Write()
2735 offsetA = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
2740 offsetC = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
[all …]
/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
Ddns-ipv6-addr.d9 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
Ddns-ipv4-addr.d9 Tell curl to bind to <ip-address> when making IPv4 DNS requests, so that
Ddns-interface.d9 Tell curl to send outgoing DNS requests through <interface>. This option is a
/external/python/google-api-python-client/.kokoro/
Dcommon.cfg15 # Tell the trampoline which build file to use.
/external/tensorflow/tensorflow/core/kernels/data/
Dfixed_length_record_dataset_op.cc135 const int64 current_pos = input_buffer_->Tell(); in GetNextInternal()
201 int64 current_pos = input_buffer_ ? input_buffer_->Tell() : -1; in SaveInternal()
257 const int64 current_pos = buffered_input_stream_->Tell(); in GetNextInternal()
386 buffered_input_stream_ ? buffered_input_stream_->Tell() : -1; in SaveInternal()

12345678910