/external/tensorflow/tensorflow/core/lib/io/ |
D | random_inputstream_test.cc | 37 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 …]
|
D | buffered_inputstream_test.cc | 168 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 …]
|
D | inputbuffer_test.cc | 162 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 …]
|
D | buffered_inputstream.cc | 149 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()
|
D | record_reader.cc | 166 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()
|
D | zlib_buffers_test.cc | 240 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()
|
D | inputstream_interface.h | 61 virtual int64 Tell() const = 0;
|
D | zlib_outputbuffer.cc | 242 Status ZlibOutputBuffer::Tell(int64* position) { return file_->Tell(position); } in Tell() function in tensorflow::io::ZlibOutputBuffer
|
D | random_inputstream.h | 44 int64 Tell() const override;
|
D | zlib_inputstream.h | 71 int64 Tell() const override;
|
D | inputstream_interface_test.cc | 40 int64 Tell() const override { return pos_; } in Tell() function in tensorflow::io::__anonc5fcc4c40111::TestStringStream
|
/external/python/cpython2/Doc/library/ |
D | macostools.rst | 60 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/ |
D | snappy_buffers_test.cc | 164 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
|
D | snappy_outputbuffer.cc | 68 Status SnappyOutputBuffer::Tell(int64* position) { in Tell() function in tensorflow::io::SnappyOutputBuffer 69 return file_->Tell(position); in Tell()
|
D | snappy_inputbuffer.h | 59 int64 Tell() const override;
|
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 183 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/ |
D | sec_entry_cpu1.S | 67 sev @ Tell CPU0 we are done 93 str r5, [r4] @ Tell ROM to exit while loop
|
/external/curl/docs/cmdline-opts/ |
D | ftp-skip-pasv-ip.d | 7 Tell curl to not use the IP address the server suggests in its response
|
D | ftp-pret.d | 6 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
|
D | path-as-is.d | 5 Tell curl to not handle sequences of /../ or /./ in the given URL
|
D | dns-ipv6-addr.d | 9 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
|
D | dns-ipv4-addr.d | 9 Tell curl to bind to <ip-address> when making IPv4 DNS requests, so that
|
D | dns-interface.d | 9 Tell curl to send outgoing DNS requests through <interface>. This option is a
|
/external/python/google-api-python-client/.kokoro/ |
D | common.cfg | 15 # Tell the trampoline which build file to use.
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | fixed_length_record_dataset_op.cc | 135 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()
|