Searched defs:Read (Results 1 - 25 of 187) sorted by relevance

12345678

/external/v8/tools/clang/pylib/clang/
H A Dcompile_db.py26 def Read(path): function
/external/bsdiff/
H A Dbz2_decompressor.cc36 bool BZ2Decompressor::Read(uint8_t* output_data, size_t bytes_to_output) { function in class:bsdiff::BZ2Decompressor
H A Dbrotli_decompressor.cc23 bool BrotliDecompressor::Read(uint8_t* output_data, size_t bytes_to_output) { function in class:bsdiff::BrotliDecompressor
H A Dmemory_file.cc15 bool MemoryFile::Read(void* buf, size_t count, size_t* bytes_read) { function in class:bsdiff::MemoryFile
H A Dsink_file.cc12 bool SinkFile::Read(void* buf, size_t count, size_t* bytes_read) { function in class:bsdiff::SinkFile
/external/compiler-rt/test/asan/TestCases/Darwin/
H A Dsegv_read_write.c9 __attribute__((noinline)) void Read(int *ptr) { sink = *ptr; } function
19 Read((int *)p);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dsegv_read_write.c9 __attribute__((noinline)) void Read(int *ptr) { sink = *ptr; } function
19 Read((int *)p);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dcrash_read_write.cc9 __attribute__((noinline)) void Read(int *ptr) { sink = *ptr; } function
22 Read((int *)p);
/external/libmojo/mojo/common/
H A Dtime_struct_traits.h19 static bool Read(common::mojom::TimeDataView data, base::Time* time) { function in struct:mojo::StructTraits
32 static bool Read(common::mojom::TimeDeltaDataView data, function in struct:mojo::StructTraits
45 static bool Read(common::mojom::TimeTicksDataView data, function in struct:mojo::StructTraits
H A Dcommon_custom_types_struct_traits.cc12 bool StructTraits<common::mojom::String16DataView, base::string16>::Read( function in class:mojo::StructTraits
29 bool StructTraits<common::mojom::VersionDataView, base::Version>::Read( function in class:mojo::StructTraits
43 base::UnguessableToken>::Read(common::mojom::UnguessableTokenDataView data, function in class:mojo::StructTraits
62 bool StructTraits<common::mojom::FileDataView, base::File>::Read( function in class:mojo::StructTraits
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dstring_traits_string16.cc37 bool StringTraits<base::string16>::Read(StringDataView input, function in class:mojo::StringTraits
/external/libmojo/mojo/public/cpp/bindings/
H A Dstring_traits_stl.h30 static bool Read(StringDataView input, std::string* output) { function in struct:mojo::StringTraits
H A Dstring_traits_string_piece.h35 static bool Read(StringDataView input, base::StringPiece* output) { function in struct:mojo::StringTraits
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Drect_blink_traits.h21 static bool Read(test::blink::TypemappedRectDataView r, function in struct:mojo::StructTraits
H A Drect_chromium_traits.h21 static bool Read(test::TypemappedRectDataView r, test::RectChromium* out) { function in struct:mojo::StructTraits
H A Dpickled_types_blink.cc41 bool ParamTraits<mojo::test::PickledStructBlink>::Read( function in class:IPC::ParamTraits
/external/libmojo/ui/gfx/range/mojo/
H A Drange_struct_traits.h18 static bool Read(gfx::mojom::RangeDataView data, gfx::Range* out) { function in struct:mojo::StructTraits
29 static bool Read(gfx::mojom::RangeFDataView data, gfx::RangeF* out) { function in struct:mojo::StructTraits
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DRemoteJITUtils.h36 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); variable
37 if (Read <= 0) {
45 Completed += Read;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zSpecStream.cpp7 STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialInStreamSizeCount2
10 HRESULT result = _stream->Read(data, size, &realProcessedSize);
/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.cpp7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialInStreamWithCRC
12 result = _stream->Read(data, size, &realProcessed);
22 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CInStreamWithCRC
27 result = _stream->Read(data, size, &realProcessed);
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dresample_input_audio_file.cc19 bool ResampleInputAudioFile::Read(size_t samples, function in class:webrtc::test::ResampleInputAudioFile
26 if (!InputAudioFile::Read(samples_to_read, temp_destination.get()))
37 bool ResampleInputAudioFile::Read(size_t samples, int16_t* destination) { function in class:webrtc::test::ResampleInputAudioFile
39 return Read(samples, output_rate_hz_, destination);
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_blacklist.py20 def Read(self): member in class:Blacklist
71 blacklist = self.Read()
/external/libmojo/ipc/
H A Dipc_mojo_param_traits.cc26 bool ParamTraits<mojo::MessagePipeHandle>::Read(const base::Pickle* m, function in class:IPC::ParamTraits
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_blacklist.py18 def Read(self): member in class:Blacklist
62 blacklist = self.Read()
/external/libmojo/ui/gfx/geometry/mojo/
H A Dgeometry_struct_traits.h28 static bool Read(gfx::mojom::InsetsDataView data, gfx::Insets* out) { function in struct:mojo::StructTraits
40 static bool Read(gfx::mojom::InsetsFDataView data, gfx::InsetsF* out) { function in struct:mojo::StructTraits
50 static bool Read(gfx::mojom::PointDataView data, gfx::Point* out) { function in struct:mojo::StructTraits
60 static bool Read(gfx::mojom::PointFDataView data, gfx::PointF* out) { function in struct:mojo::StructTraits
72 static bool Read(gfx::mojom::RectDataView data, gfx::Rect* out) { function in struct:mojo::StructTraits
87 static bool Read(gfx::mojom::RectFDataView data, gfx::RectF* out) { function in struct:mojo::StructTraits
100 static bool Read(gfx::mojom::SizeDataView data, gfx::Size* out) { function in struct:mojo::StructTraits
113 static bool Read(gfx::mojom::SizeFDataView data, gfx::SizeF* out) { function in struct:mojo::StructTraits
126 static bool Read(gfx::mojom::Vector2dDataView data, gfx::Vector2d* out) { function in struct:mojo::StructTraits
137 static bool Read(gf function in struct:mojo::StructTraits
[all...]

Completed in 596 milliseconds

12345678