Home
last modified time | relevance | path

Searched refs:read (Results 51 – 75 of 95) sorted by relevance

1234

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DMethodIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in MethodIdItem
DFieldIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in FieldIdItem
DProtoIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in ProtoIdItem
DEncodedField.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedField
DMapItem.java46 public void read(DexRandomAccessFile file) throws IOException { in read() method in MapItem
DStringDataItem.java31 public void read(DexRandomAccessFile file) throws IOException { in read() method in StringDataItem
DEncodedMethod.java29 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedMethod
DClassDefItem.java40 public void read(DexRandomAccessFile file) throws IOException { in read() method in ClassDefItem
DRawDexFile.java53 public void read(DexRandomAccessFile file) throws IOException { in read() method in RawDexFile
60 (header = new HeaderItem()).read(file); in read()
71 mapList.read(file); in read()
DHeaderItem.java49 public void read(DexRandomAccessFile file) throws IOException { in read() method in HeaderItem
/art/runtime/
Dmonitor_android.cc49 read(fd, procName, sizeof(procName) - 1); in LogContentionEvent()
/art/libartbase/base/
Dzip_archive_test.cc58 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buf, kBufSize)); in TEST_F()
Dlogging.cc181 int64_t n = TEMP_FAILURE_RETRY(read(file.Fd(), &buf[filled_to], kBufSize - filled_to)); in PrintFileToLog()
/art/test/656-annotation-lookup-generic-jni/src-art/
DMain.java36 inputStream.read(dexFileContents, 0, dexFileSize); in main()
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali35 aget v0, p0, v0 # read value
63 aget v0, p0, v0 # read value
93 aget v0, p0, v0 # read value
124 aget v0, p0, v0 # read value, should be float but has no typed use
154 aget v0, p0, v0 # read value, should be int but has no typed use
/art/tools/jfuzz/
Drun_jfuzz_test_nightly.py69 output_str = output_file.read().decode('ascii')
/art/tools/runtime_memusage/
Dprune_sanitizer_output.py133 trace_split = trace_file.read().split(STACK_DIVIDER)
Dsymbol_trace_info.py207 symbol_file_split = parsed_argv.symbol_trace.read().split("Stack Trace")
216 dex_file_data = parsed_argv.dex_file.read()
/art/test/980-redefine-object/
Dinfo.txt9 annotations on the Object class are read by the runtime directly.
/art/test/909-attach-agent/src-art/
DMain.java98 int r = bis.read(buf, 0, buf.length); in prepare()
/art/tools/jvmti-agents/chain-agents/
DREADME.md7 It will open the file `chain_agents.txt` from the directory passed in as an argument and read it
/art/tools/
Danalyze-init-failures.py38 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
Dgenerate_operator_out.py41 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
/art/test/2000-virtual-list-structural/src/
DMain.java40 is.read(res); in GetDexBytes()
/art/test/testrunner/
Dtestrunner.py684 console_width = int(os.popen('stty size', 'r').read().split()[1])
770 known_failures_info = json.loads(known_failures_json.read())
903 console_width = int(os.popen('stty size', 'r').read().split()[1])
999 cpu_info = cpu_info_proc.stdout.read()

1234