HomeSort by relevance Sort by last modified time
    Searched defs:ReadString (Results 1 - 25 of 31) sorted by null

1 2

  /external/perf_data_converter/src/quipper/
buffer_reader.cc 19 bool BufferReader::ReadString(size_t size, string* str) {
file_reader.cc 39 bool FileReader::ReadString(const size_t size, string* str) {
  /external/v4l2_codec2/vda/
bit_reader.cc 21 bool BitReader::ReadString(int num_bits, std::string* str) {
  /test/vts/utils/python/coverage/
parser.py 95 def ReadString(self):
  /art/libartbase/base/unix_file/
random_access_file_test.h 53 // TODO(enh): ReadString (and WriteString) might be generally useful.
54 static bool ReadString(RandomAccessFile* f, std::string* s) {
127 ASSERT_TRUE(ReadString(file.get(), &new_content));
134 ASSERT_TRUE(ReadString(file.get(), &new_content));
155 ASSERT_TRUE(ReadString(file.get(), &new_content));
168 ASSERT_TRUE(ReadString(file.get(), &new_content));
  /external/libbrillo/brillo/streams/
fake_stream_unittest.cc 38 bool ReadString(size_t size_to_read, std::string* out_buffer, bool* eos) {
108 EXPECT_TRUE(ReadString(100, &data, &eos));
118 EXPECT_TRUE(ReadString(100, &data, &eos));
122 EXPECT_TRUE(ReadString(100, &data, &eos));
132 EXPECT_TRUE(ReadString(3, &data, &eos));
136 EXPECT_TRUE(ReadString(100, &data, &eos));
140 EXPECT_TRUE(ReadString(100, &data, &eos));
152 EXPECT_TRUE(ReadString(100, &data, &eos));
156 EXPECT_TRUE(ReadString(2, &data, &eos));
160 EXPECT_TRUE(ReadString(100, &data, &eos))
    [all...]
  /test/vts/drivers/hal/libcodecoverage/
GcdaFile.cpp 163 const char* GcdaFile::ReadString() {
  /external/pdfium/core/fxcrt/
cfx_seekablestreamproxy.cpp 226 size_t CFX_SeekableStreamProxy::ReadString(wchar_t* pStr,
  /external/webrtc/webrtc/base/
bytebuffer.cc 128 bool ByteBuffer::ReadString(std::string* val, size_t len) {
  /external/gptfdisk/
support.cc 39 string ReadString(void) {
46 } // ReadString()
88 line = ReadString();
  /external/llvm/lib/AsmParser/
LLLexer.cpp 300 /// ReadString - Read a string until the closing quote.
301 lltok::Kind LLLexer::ReadString(lltok::Kind kind) {
390 lltok::Kind kind = ReadString(lltok::StringConstant);
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 326 ByteString str = ReadString();
467 ByteString CPDF_StreamParser::ReadString() {
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 329 /// ReadString - Read a string until the closing quote.
330 lltok::Kind LLLexer::ReadString(lltok::Kind kind) {
371 return ReadString(lltok::LocalVar);
397 lltok::Kind kind = ReadString(lltok::StringConstant);
  /external/tensorflow/tensorflow/core/lib/strings/
ordered_code.cc 270 bool OrderedCode::ReadString(StringPiece* src, string* result) {
  /external/tensorflow/tensorflow/core/lib/wav/
wav_io.cc 121 Status ReadString(const string& data, int expected_length, string* value,
272 TF_RETURN_IF_ERROR(ReadString(wav_string, 4, &chunk_id, &offset));
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 314 // ReadBytes or ReadString instead.
354 // ReadBytes('\n') or ReadString('\n') instead or use a Scanner.
451 // ReadString reads until the first occurrence of delim in the input,
453 // If ReadString encounters an error before finding a delimiter,
455 // ReadString returns err != nil if and only if the returned data does not end in
458 func (b *Reader) ReadString(delim byte) (string, error) {
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 429 // ReadString reads until the first occurrence of delim in the input,
431 // If ReadString encounters an error before finding a delimiter,
433 // ReadString returns err != nil if and only if the returned data does not end
435 func (b *Buffer) ReadString(delim byte) (line string, err error) {
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 314 // ReadBytes or ReadString instead.
354 // ReadBytes('\n') or ReadString('\n') instead or use a Scanner.
451 // ReadString reads until the first occurrence of delim in the input,
453 // If ReadString encounters an error before finding a delimiter,
455 // ReadString returns err != nil if and only if the returned data does not end in
458 func (b *Reader) ReadString(delim byte) (string, error) {
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 429 // ReadString reads until the first occurrence of delim in the input,
431 // If ReadString encounters an error before finding a delimiter,
433 // ReadString returns err != nil if and only if the returned data does not end
435 func (b *Buffer) ReadString(delim byte) (line string, err error) {
  /system/core/libunwindstack/
Memory.cpp 152 bool Memory::ReadString(uint64_t addr, std::string* string, uint64_t max_read) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 60 ReadString (
    [all...]
  /external/libchrome/base/
pickle.cc 144 bool PickleIterator::ReadString(std::string* result) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 180 ByteString CPDF_SyntaxParser::ReadString() {
401 ByteString str = ReadString();
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 542 public string ReadString()
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 263 bool CodedInputStream::ReadString(string* buffer, int size) {

Completed in 1834 milliseconds

1 2