Home
last modified time | relevance | path

Searched refs:read (Results 26 – 50 of 95) sorted by relevance

1234

/art/tools/luci/config/
Dluci-logdog.cfg6 # Auth groups who can read log streams.
7 # Currently, all projects with "all" (aka public) read/write permissions use
/art/test/160-read-barrier-stress/
Dinfo.txt1 Test stressing read barriers for CC GC.
DAndroid.bp3 name: "art-run-test-160-read-barrier-stress",
/art/test/658-fp-read-barrier/
Dinfo.txt1 Regression test for the read barrier implementation in ARM64,
DAndroid.bp3 name: "art-run-test-658-fp-read-barrier",
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexObject.java30 public void read(DexRandomAccessFile file) throws IOException; in read() method
DAnnotationOffItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationOffItem
DTypeItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in TypeItem
DAnnotationSetRefItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetRefItem
DStringIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in StringIdItem
DEncodedTypeAddrPair.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedTypeAddrPair
DTryItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in TryItem
DTypeIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in TypeIdItem
DParameterAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in ParameterAnnotation
DMethodAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in MethodAnnotation
DFieldAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in FieldAnnotation
/art/tools/ahat/src/test/com/android/ahat/
DTestDump.java83 int read; in dataBufferFromResource() local
84 while ((read = is.read(buf)) != -1) { in dataBufferFromResource()
85 baos.write(buf, 0, read); in dataBufferFromResource()
/art/dt_fd_forward/
DREADME.md22 When this transport accepts or attaches to a connection it will read from the
24 order, an fd that will be read from to get incoming JDWP packets (read\_fd\_),
/art/test/635-checker-arm64-volatile-load-cc/
Dinfo.txt3 offset with (Baker) read barriers (b/34726333).
/art/runtime/interpreter/mterp/
Dgen_mterp.py60 script.write(open(SCRIPT_SETUP_CODE, "r").read())
85 return script.read()
/art/test/572-checker-array-get-regression/
Dinfo.txt1 Regression test for the ARM64 Baker's read barrier fast path compiler
/art/test/646-checker-arraycopy-large-cst-pos/
Dinfo.txt3 constant destination position, on ARM64, with read barriers
/art/tools/cpp-define-generator/
Dmake_header.py56 print(convert(open(args.input, "r").read()))
/art/test/1004-checker-volatile-ref-load/
Dinfo.txt3 Baker read barrier thunk, so that a null holder object is properly
/art/libartbase/base/
Dfile_magic.cc47 int n = TEMP_FAILURE_RETRY(read(fd, magic, sizeof(*magic))); in ReadMagicAndReset()

1234