HomeSort by relevance Sort by last modified time
    Searched refs:Read (Results 426 - 450 of 2133) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Metronome/
LegacyMetronome.c 85 Read the refresh bit from the REFRESH_PORT
99 mCpuIo->Io.Read (
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 116 n = fr.Read((Char[])data, 0, data.Length);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
IOExtensions.cs 81 public static int read( this TextReader reader, char[] buffer, int index, int count ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
83 return reader.Read( buffer, index, count );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
IOExtensions.cs 79 public static int read( this TextReader reader, char[] buffer, int index, int count ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
81 return reader.Read( buffer, index, count );
  /external/bsdiff/
brotli_compressor_unittest.cc 33 brotli_decompressor.Read(decompressed_data.data(), sizeof(kHelloWorld)));
bz2_decompressor.cc 36 bool BZ2Decompressor::Read(uint8_t* output_data, size_t bytes_to_output) {
  /external/bsdiff/include/bsdiff/
extents_file.h 22 * users may read, write and seek as they do with ordinary files, having the I/O
53 bool Read(void* buf, size_t count, size_t* bytes_read) override;
62 // Performs an I/O operation (either read or write). This template shares the
63 // code for both Read() and Write() implementations.
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 35 if (Stream.Read(8) != 'D' ||
36 Stream.Read(8) != 'I' ||
37 Stream.Read(8) != 'A' ||
38 Stream.Read(8) != 'G')
41 // Read the top level blocks.
181 // Read the record.
  /external/google-breakpad/src/common/mac/
dump_syms.h 70 // Prepare to read debugging information from |filename|. |filename| may be
78 bool Read(NSString *filename);
115 // Read the selected object file's debugging information, and write it out to
133 // Read debugging information from |dwarf_sections|, which was taken from
141 // Read DWARF CFI or .eh_frame data from |section|, belonging to
151 // The selection of what type of symbol data to read/write.
158 // This is the path given to Read, for use in error messages.
161 // The name of the file this DumpSymbols will actually read debugging
  /external/google-breakpad/src/processor/
minidump_stackwalk.cc 86 if (!dump.Read()) {
87 BPLOG(ERROR) << "Minidump " << dump.path() << " could not be read";
  /external/libbrillo/brillo/streams/
memory_containers_unittest.cc 54 // read/write operations.
75 size_t read = 0; local
77 EXPECT_TRUE(container_.Read(test_read_buffer_, 50, 10, &read, &error));
78 EXPECT_EQ(50, read);
91 size_t read = 0; local
92 EXPECT_TRUE(container_.Read(test_read_buffer_, 50, 80, &read, nullptr));
93 EXPECT_EQ(20, read);
98 size_t read = 0 local
114 size_t read = 0; local
    [all...]
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 37 return JSONReader::Read(json);
  /external/libmojo/ipc/
ipc_mojo_param_traits.cc 26 bool ParamTraits<mojo::MessagePipeHandle>::Read(const base::Pickle* m,
  /external/libmojo/mojo/public/cpp/bindings/lib/
native_enum_serialization.h 53 return Traits::Read(&pickle_view, &iter, output);
string_serialization.h 63 return Traits::Read(StringDataView(input, context), output);
string_traits_wtf.cc 77 bool StringTraits<WTF::String>::Read(StringDataView input,
  /external/libmojo/mojo/public/cpp/bindings/tests/
pickled_types_blink.cc 41 bool ParamTraits<mojo::test::PickledStructBlink>::Read(
pickled_types_blink.h 72 static bool Read(const base::Pickle* m,
pickled_types_chromium.cc 43 bool ParamTraits<mojo::test::PickledStructChromium>::Read(
pickled_types_chromium.h 70 static bool Read(const base::Pickle* m,
  /external/libxml2/python/tests/
readererr.py 29 while reader.Read() == 1:
  /external/llvm/include/llvm/AsmParser/
Parser.h 104 /// \p Read[out] gives the number of characters that have been read to parse
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /external/lzma/C/
Ppmd7Dec.c 16 if (p->Stream->Read((void *)p->Stream) != 0)
19 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
33 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
37 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
  /external/lzma/CPP/7zip/Common/
StreamUtils.cpp 17 HRESULT res = stream->Read(data, curSize, &processedSizeLoc);
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.h 78 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);

Completed in 246 milliseconds

<<11121314151617181920>>