Home
last modified time | relevance | path

Searched defs:Tell (Results 1 – 25 of 36) sorted by relevance

12

/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dsimple.proto39 rpc Tell(SimpleMessageRequest) returns (SimpleMessageResponse); rpc
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dsimple.proto39 rpc Tell(SimpleMessageRequest) returns (SimpleMessageResponse); rpc
/external/tensorflow/tensorflow/core/lib/io/
Dinputbuffer.h82 int64_t Tell() const { return file_pos_ - (limit_ - pos_); } in Tell() function
Dinputstream_interface_test.cc40 int64_t Tell() const override { return pos_; } in Tell() function in tensorflow::io::__anondd72e4ef0111::TestStringStream
Drandom_inputstream.cc104 int64_t RandomAccessInputStream::Tell() const { return pos_; } in Tell() function in tensorflow::io::RandomAccessInputStream
Dzlib_outputbuffer.cc241 Status ZlibOutputBuffer::Tell(int64_t* position) { in Tell() function in tensorflow::io::ZlibOutputBuffer
Dbuffered_inputstream.cc157 int64_t BufferedInputStream::Tell() const { in Tell() function in tensorflow::io::BufferedInputStream
Dzlib_inputstream.cc242 int64_t ZlibInputStream::Tell() const { return bytes_read_; } in Tell() function in tensorflow::io::ZlibInputStream
Drecordio_test.cc71 Status Tell(int64_t* pos) override { in Tell() function in tensorflow::io::__anonf3e19eba0111::StringDest
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc59 int64_t SnappyInputBuffer::Tell() const { return bytes_read_; } in Tell() function in tensorflow::io::SnappyInputBuffer
Dsnappy_inputstream.cc144 int64_t SnappyInputStream::Tell() const { return bytes_read_; } in Tell() function in tensorflow::io::SnappyInputStream
Dsnappy_outputbuffer.cc66 Status SnappyOutputBuffer::Tell(int64_t* position) { in Tell() function in tensorflow::io::SnappyOutputBuffer
Dsnappy_test.cc385 TEST(SnappyBuffers, Tell) { in TEST() argument
/external/tensorflow/tensorflow/core/kernels/
Ddecode_compressed_op.cc57 int64_t Tell() const override { return pos_; } in Tell() function in tensorflow::__anona95eabd00111::MemoryInputStream
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddump_graph_test.cc60 Status Tell(int64_t* position) override { in Tell() function in tensorflow::__anon57a83d940111::StringWritableFile
/external/pigweed/pw_stream/public/pw_stream/
Dstream.h230 size_t Tell() { return DoTell(); } in Tell() function
/external/tensorflow/tensorflow/core/platform/
Dretrying_file_system.h233 Status Tell(int64_t* position) override { in Tell() function
Dram_file_system.h93 Status Tell(int64_t* position) override { in Tell() function
/external/tensorflow/tensorflow/core/util/
Ddump_graph.cc118 Status Tell(int64_t* position) override { in Tell() function in tensorflow::__anonc5f86eeb0111::StderrWritableFile
/external/federated-compute/fcp/tensorflow/
Dappend_slices_op.cc217 tensorflow::Status Tell(int64_t* position) override { in Tell() function in fcp::__anonc13db75a0111::AppendedFileWithStartPosFooter
/external/iamf_tools/iamf/common/
Dread_bit_buffer.cc274 int64_t ReadBitBuffer::Tell() { in Tell() function in iamf_tools::ReadBitBuffer
/external/tensorflow/tensorflow/tsl/platform/default/
Dposix_file_system.cc197 Status Tell(int64_t* position) override { in Tell() function in tensorflow::PosixWritableFile
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc122 static int64_t Tell(const TF_WritableFile* file, TF_Status* status) { in Tell() function
/external/cronet/stable/build/android/pylib/dex/
Ddex_parser.py222 def Tell(self): member in _DexReader
/external/cronet/tot/build/android/pylib/dex/
Ddex_parser.py222 def Tell(self): member in _DexReader

12