Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 16 of 16) sorted by relevance

/art/runtime/interpreter/mterp/common/
Dgen_setup.py62 out.seek(0)
68 out.seek(0)
85 out.seek(0)
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexFile.java57 file.seek(0); in read()
78 file.seek(0); in write()
310 file.seek(12); in calculateAdler32Checksum()
326 file.seek(32); in updateHeader()
331 file.seek(104); in updateHeader()
336 file.seek(8); in updateHeader()
DDexRandomAccessFile.java303 seek(offset + extra); in alignForwards()
316 seek(offset); in alignBackwards()
DCodeItem.java79 file.seek(finger); in populateInstructionList()
86 file.seek(finger); in populateInstructionList()
DMapList.java39 file.seek(rawDexFile.header.mapOff.getOriginalOffset()); in read()
63 file.seek(mapItem.offset.getOriginalOffset()); in read()
DOffsetTracker.java245 file.seek(offset.getOutputLocation()); in updateOffsets()
DInstruction.java128 file.seek(offset); in read()
/art/test/370-dex-v37/
Dbuild26 printf '037' | dd status=none conv=notrunc of=classes.dex bs=1 seek=4 count=3
/art/test/180-native-default-method/
Dbuild26 printf '035' | dd status=none conv=notrunc of=classes.dex bs=1 seek=4 count=3
/art/tools/jfuzz/
Drun_jfuzz_test_nightly.py68 output_file.seek(0)
/art/runtime/interpreter/mterp/
Dgen_mterp.py84 script.seek(0)
/art/dexlayout/
Dcompact_dex_writer.cc448 Stream::ScopedSeek seek(main_stream, string_ids_offset); in Write() local
452 Stream::ScopedSeek seek(main_stream, proto_ids_offset); in Write() local
456 Stream::ScopedSeek seek(main_stream, class_defs_offset); in Write() local
460 Stream::ScopedSeek seek(main_stream, call_site_ids_offset); in Write() local
Ddex_writer.cc880 Stream::ScopedSeek seek(stream, code_items_offset); in Write() local
896 Stream::ScopedSeek seek(stream, string_ids_offset); in Write() local
900 Stream::ScopedSeek seek(stream, proto_ids_offset); in Write() local
904 Stream::ScopedSeek seek(stream, class_defs_offset); in Write() local
908 Stream::ScopedSeek seek(stream, call_site_ids_offset); in Write() local
/art/tools/
Dstream-trace-converter.py163 header.seek(0)
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java637 hprof.seek(data.position); in parseInternal()
663 hprof.seek(data.position); in parseInternal()
946 public void seek(int position) { in seek() method in Parser.HprofBuffer
955 seek(tell() + delta); in skip()
/art/tools/ahat/etc/
Dhprofdump.py145 hprof.seek(-1,1)