/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() 69 EXPECT_EQ(3, in.Tell()); in TEST() 72 EXPECT_EQ(3, in.Tell()); in TEST() 75 EXPECT_EQ(8, in.Tell()); in TEST() 78 EXPECT_EQ(8, in.Tell()); in TEST() [all …]
|
D | buffered_inputstream_test.cc | 52 int64 Tell() const override { return start_ ? 0 : 10; } in Tell() function in tensorflow::io::__anond12acbd20111::ReadOnceInputStream 205 EXPECT_EQ(0, in.Tell()); in TEST() 208 EXPECT_EQ(3, in.Tell()); in TEST() 211 EXPECT_EQ(3, in.Tell()); in TEST() 214 EXPECT_EQ(7, in.Tell()); in TEST() 217 EXPECT_EQ(7, in.Tell()); in TEST() 220 EXPECT_EQ(10, in.Tell()); in TEST() 223 EXPECT_EQ(10, in.Tell()); in TEST() 226 EXPECT_EQ(10, in.Tell()); in TEST() 238 EXPECT_EQ(0, in.Tell()); in TEST() [all …]
|
D | inputbuffer_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() 199 EXPECT_EQ(0, in.Tell()); in TEST() 203 EXPECT_EQ(3, in.Tell()); in TEST() [all …]
|
D | buffered_inputstream.cc | 150 int64 BufferedInputStream::Tell() const { in Tell() function in tensorflow::io::BufferedInputStream 151 return input_stream_->Tell() - (limit_ - pos_); in Tell() 161 const int64 buf_lower_limit = input_stream_->Tell() - limit_; in Seek() 168 if (position < Tell()) { in Seek() 170 pos_ -= Tell() - position; in Seek() 175 return SkipNBytes(position - Tell()); in Seek()
|
D | record_reader.cc | 171 int64 curr_pos = input_stream_->Tell(); in PositionInputStream() 181 DCHECK_EQ(desired_pos, input_stream_->Tell()); in PositionInputStream() 208 DCHECK_EQ(*offset, input_stream_->Tell()); in ReadRecord() 238 DCHECK_EQ(*offset, input_stream_->Tell()); in SkipRecords()
|
D | zlib_buffers_test.cc | 244 EXPECT_EQ(in.Tell(), first_half.size()); in TestTell() 252 EXPECT_EQ(in.Tell(), data.size()); in TestTell() 289 EXPECT_EQ(in.Tell(), data_half_size); in TestSkipNBytes() 296 EXPECT_EQ(in.Tell(), data.size()); in TestSkipNBytes()
|
D | inputstream_interface.h | 61 virtual int64 Tell() const = 0;
|
D | random_inputstream.h | 44 int64 Tell() const override;
|
D | zlib_outputbuffer.cc | 240 Status ZlibOutputBuffer::Tell(int64* position) { return file_->Tell(position); } in Tell() function in tensorflow::io::ZlibOutputBuffer
|
/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/python/jinja/.github/ |
D | ISSUE_TEMPLATE.md | 14 Tell us what should happen 17 Tell us what happens instead
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_test.cc | 240 EXPECT_EQ(in.Tell(), first_half.size()); in TestTell() 247 EXPECT_EQ(in.Tell(), data.size()); in TestTell() 277 EXPECT_EQ(in.Tell(), first_half.size()); in TestTellInputStream() 284 EXPECT_EQ(in.Tell(), data.size()); in TestTellInputStream() 385 TEST(SnappyBuffers, Tell) { in TEST() argument
|
D | snappy_outputbuffer.cc | 66 Status SnappyOutputBuffer::Tell(int64* position) { in Tell() function in tensorflow::io::SnappyOutputBuffer 67 return file_->Tell(position); in Tell()
|
D | snappy_inputbuffer.h | 59 int64 Tell() const override;
|
D | snappy_inputstream.h | 53 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/curl/docs/cmdline-opts/ |
D | ftp-skip-pasv-ip.d | 8 Tell curl to not use the IP address the server suggests in its response
|
D | ftp-pret.d | 7 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
|
D | path-as-is.d | 6 Tell curl to not handle sequences of /../ or /./ in the given URL
|
D | dns-ipv6-addr.d | 10 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
|
D | dns-ipv4-addr.d | 10 Tell curl to bind to <ip-address> when making IPv4 DNS requests, so that
|
D | dns-interface.d | 10 Tell curl to send outgoing DNS requests through <interface>. This option is a
|
/external/skia/build_overrides/ |
D | dawn.gni | 8 # Skia doesn't have Chromium's //build directory. Tell Dawn to do without.
|
/external/python/google-api-python-client/.kokoro/ |
D | common.cfg | 15 # Tell the trampoline which build file to use.
|
/external/webrtc/examples/objc/AppRTCMobile/ios/broadcast_extension/ |
D | ARDBroadcastSetupViewController.m | 89 // Tell ReplayKit that the extension is finished setting up and can begin broadcasting 94 // Tell ReplayKit that the extension was cancelled by the user
|