HomeSort by relevance Sort by last modified time
    Searched defs:Read (Results 26 - 50 of 681) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bsdiff/
sink_file.cc 12 bool SinkFile::Read(void* buf, size_t count, size_t* bytes_read) {
  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 20 def Read(self):
35 logger.warning('Unable to read blacklist: %s', str(e))
71 blacklist = self.Read()
  /external/compiler-rt/test/asan/TestCases/Windows/
crash_read_write.cc 2 // RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=READ
9 __attribute__((noinline)) void Read(int *ptr) { sink = *ptr; }
22 Read((int *)p);
26 // READ: AddressSanitizer: access-violation on unknown address
27 // READ: The signal is caused by a READ memory access.
  /external/libmojo/ipc/
ipc_mojo_param_traits.cc 26 bool ParamTraits<mojo::MessagePipeHandle>::Read(const base::Pickle* m,
  /external/libmojo/mojo/common/
time_struct_traits.h 19 static bool Read(common::mojom::TimeDataView data, base::Time* time) {
32 static bool Read(common::mojom::TimeDeltaDataView data,
45 static bool Read(common::mojom::TimeTicksDataView data,
  /external/libmojo/mojo/public/cpp/bindings/lib/
string_traits_string16.cc 37 bool StringTraits<base::string16>::Read(StringDataView input,
  /external/libmojo/third_party/catapult/devil/devil/android/
device_blacklist.py 18 def Read(self):
62 blacklist = self.Read()
  /external/libmojo/ui/gfx/range/mojo/
range_struct_traits.h 18 static bool Read(gfx::mojom::RangeDataView data, gfx::Range* out) {
29 static bool Read(gfx::mojom::RangeFDataView data, gfx::RangeF* out) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
resample_input_audio_file.cc 19 bool ResampleInputAudioFile::Read(size_t samples,
26 if (!InputAudioFile::Read(samples_to_read, temp_destination.get()))
37 bool ResampleInputAudioFile::Read(size_t samples, int16_t* destination) {
39 return Read(samples, output_rate_hz_, destination);
  /frameworks/base/core/java/android/annotation/
RequiresPermission.java 51 * Example of requiring separate read and write permissions for a content provider:
53 * {@literal @}RequiresPermission.Read(@RequiresPermission(READ_HISTORY_BOOKMARKS))
113 * Specifies that the given permission is required for read operations.
121 @interface Read {
  /frameworks/support/annotations/src/main/java/androidx/annotation/
RequiresPermission.java 49 * Example of requiring separate read and write permissions for a content provider:
51 * &#64;RequiresPermission.Read(@RequiresPermission(READ_HISTORY_BOOKMARKS))
109 * Specifies that the given permission is required for read operations.
117 @interface Read {
  /prebuilts/go/darwin-x86/src/crypto/cipher/
io.go 19 func (r StreamReader) Read(dst []byte) (n int, err error) {
20 n, err = r.R.Read(dst)
  /prebuilts/go/darwin-x86/src/testing/iotest/
logger.go 39 func (l *readLogger) Read(p []byte) (n int, err error) {
40 n, err = l.r.Read(p)
50 // that it logs (using log.Printf) each read to standard error,
51 // printing the prefix and the hexadecimal data read.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4323.go 22 func (r *reader) Read(n int) ([]byte, error) {
29 s, err := r.Read(1)
  /prebuilts/go/linux-x86/src/crypto/cipher/
io.go 19 func (r StreamReader) Read(dst []byte) (n int, err error) {
20 n, err = r.R.Read(dst)
  /prebuilts/go/linux-x86/src/testing/iotest/
logger.go 39 func (l *readLogger) Read(p []byte) (n int, err error) {
40 n, err = l.r.Read(p)
50 // that it logs (using log.Printf) each read to standard error,
51 // printing the prefix and the hexadecimal data read.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4323.go 22 func (r *reader) Read(n int) ([]byte, error) {
29 s, err := r.Read(1)
  /system/core/libunwindstack/tests/
MemoryFake.cpp 38 size_t MemoryFake::Read(uint64_t addr, void* memory, size_t size) {
  /system/update_engine/payload_consumer/
fake_file_descriptor.cc 21 ssize_t FakeFileDescriptor::Read(void* buf, size_t count) {
22 // Record the read operation so it can later be inspected.
29 // failure will occur. This will mark the end of the read chunk.
33 // immediate failure to read any bytes.
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
RequiresPermission.java 65 * Specifies that the given permission is required for read operations.
73 @interface Read {
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Protocol/
NorFlashProtocol.h 54 UNI_FLASH_READ_INTERFACE Read;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Include/Protocol/
Mdio.h 61 MARVELL_MDIO_READ Read;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 149 ## Read an existing VPD PCD info file.
151 # This routine will read VPD PCD information from existing file and construct
156 def Read(self, FilePath):
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg/
PciCfg.h 58 PEI_PCI_CFG_PPI_IO Read;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/
PciCfg2.h 58 EFI_PEI_PCI_CFG_PPI_IO Read;

Completed in 1035 milliseconds

12 3 4 5 6 7 8 91011>>