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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
read.S 5 ENTRY(read) function
16 END(read)
  /bionic/libc/arch-arm64/syscalls/
read.S 5 ENTRY(read) function
14 END(read)
  /bionic/libc/arch-mips/syscalls/
read.S 5 ENTRY(read) function
19 END(read)
  /bionic/libc/arch-mips64/syscalls/
read.S 5 ENTRY(read) function
25 END(read)
  /bionic/libc/arch-x86/syscalls/
read.S 5 ENTRY(read) function
39 END(read)
  /bionic/libc/arch-x86_64/syscalls/
read.S 5 ENTRY(read) function
15 END(read)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
combinerefs.py 77 # are read so long as pat doesn't match them. In any case, the first line
81 def read(fileiter, pat, whilematch): function
92 for line in read(fi, re.compile(r'^Remaining objects:$'), False):
99 for line in read(fi, re.compile(r'^Remaining object addresses:$'), False):
108 for line in read(fi, crack, True):
  /external/python/cpython2/Tools/scripts/
combinerefs.py 77 # are read so long as pat doesn't match them. In any case, the first line
81 def read(fileiter, pat, whilematch): function
92 for line in read(fi, re.compile(r'^Remaining objects:$'), False):
99 for line in read(fi, re.compile(r'^Remaining object addresses:$'), False):
108 for line in read(fi, crack, True):
  /external/python/cpython3/Tools/scripts/
combinerefs.py 77 # are read so long as pat doesn't match them. In any case, the first line
81 def read(fileiter, pat, whilematch): function
93 for line in read(fi, re.compile(r'^Remaining objects:$'), False):
100 for line in read(fi, re.compile(r'^Remaining object addresses:$'), False):
109 for line in read(fi, crack, True):
  /external/chromium-trace/catapult/devil/devil/utils/lazy/
weak_constant.py 24 def read(self): member in class:WeakConstant
  /external/ltp/testcases/realtime/scripts/
parser.py 41 def read(self): member in class:Log
42 for line in self.__log_file.read().split("\n"):
  /external/proguard/src/proguard/io/
DataEntryReader.java 28 * determines what to do with the read data, if anything.
37 public void read(DataEntry dataEntry) throws IOException; method in interface:DataEntryReader
  /external/u-boot/include/spmi/
spmi.h 10 * @read: read register 'reg' of slave 'usid' and peripheral 'pid'
13 * Each register is 8-bit, both read and write can return negative values
17 int (*read)(struct udevice *dev, int usid, int pid, int reg); member in struct:dm_spmi_ops
23 * spmi_reg_read() - read a register from specific slave/peripheral
25 * @dev: SPMI bus to read
28 * @reg: Register to read
29 * @return value read on success or negative value of errno.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
script.py 13 def read(fd): function
14 data = os.read(fd, 1024)
40 pty.spawn(shell, read)
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReaderVariable.java 22 public static long read(ByteBuffer bb, int bytes) { method in class:IsoTypeReaderVariable
35 throw new RuntimeException("I don't know how to read " + bytes + " bytes");
  /external/okhttp/okio/okio/src/main/java/okio/
Source.java 22 * Supplies a stream of bytes. Use this interface to read data from wherever
32 * fill it with the data your application is to read.
51 * java.io.InputStream#read single-byte read} method that is awkward to
65 * them to {@code sink}. Returns the number of bytes read, or -1 if this
68 long read(Buffer sink, long byteCount) throws IOException; method in interface:Source
75 * error to read a closed source. It is safe to close a source more than once.
  /external/python/cpython2/Demo/scripts/
script.py 13 def read(fd): function
14 data = os.read(fd, 1024)
40 pty.spawn(shell, read)
  /external/testng/src/test/java/test/abstractmethods/
CRUDTest.java 11 public abstract void read(); method in class:CRUDTest
CRUDTest2.java 10 public void read() { method in class:CRUDTest2
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationOffItem.java 25 public void read(DexRandomAccessFile file) throws IOException { method in class:AnnotationOffItem
AnnotationSetRefItem.java 25 public void read(DexRandomAccessFile file) throws IOException { method in class:AnnotationSetRefItem
EncodedArrayItem.java 25 public void read(DexRandomAccessFile file) throws IOException { method in class:EncodedArrayItem
27 (value = new EncodedArray()).read(file);
StringIdItem.java 25 public void read(DexRandomAccessFile file) throws IOException { method in class:StringIdItem
TypeIdItem.java 25 public void read(DexRandomAccessFile file) throws IOException { method in class:TypeIdItem
TypeItem.java 25 public void read(DexRandomAccessFile file) throws IOException { method in class:TypeItem

Completed in 1978 milliseconds

1 2 3 4 5 6 7 8 91011>>