Home
last modified time | relevance | path

Searched refs:written (Results 1 – 20 of 20) sorted by relevance

/art/libartbase/base/
Dindenter.h86 size_t written = out_sbuf_->sputn(s, n); in RawWrite() local
87 s += written; in RawWrite()
88 n -= written; in RawWrite()
91 written = out_sbuf_->sputn(s, n); in RawWrite()
92 CHECK_NE(written, 0u) << "Error writing to buffer. Disk full?"; in RawWrite()
93 s += written; in RawWrite()
94 n -= written; in RawWrite()
/art/test/1992-retransform-no-such-field/
Dexpected.txt1 This file was written in the year 2019!
2 This new class was written in 2019
/art/test/2026-DifferentMemoryLSCouples/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2027-TwiceTheSameMemoryCouple/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2028-MultiBackward/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2025-ChangedArrayValue/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/158-app-image-class-table/
Dinfo.txt3 were written with references to these classes.
/art/test/541-regression-inlined-deopt/
Dinfo.txt2 stack map for deopting inlined frames. Test case is written in smali for full
/art/tools/luci/config/
Dluci-logdog.cfg17 # Archived LogDog logs will be written to this bucket/path.
/art/test/
DREADME.md4 * _ART run-tests_: Tests of the ART runtime using Dex bytecode (mostly written
11 written in Java and/or [Smali](https://github.com/JesusFreke/smali)
12 (compiled/assembled as Dex bytecode) and sometimes native code (written as C/C++
62 ART gtests are written in C++ using the [Google
/art/perfetto_hprof/
Dperfetto_hprof.cc288 last_written_(ctx_->written()) {} in Writer()
292 return !heap_graph_ || ctx_->written() - last_written_ > kPacketSizeThreshold; in will_create_new_packet()
308 uint64_t written = ctx_->written(); in CreateNewHeapGraph() local
316 last_written_ = written; in CreateNewHeapGraph()
/art/dt_fd_forward/
DREADME.md25 an fd that outgoing JDWP packets will be written to (write\_fd\_), and an
/art/tools/jvmti-agents/field-counts/
DREADME.md6 Note that just by using the agent some fields might be written (for example fields related to
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md25 * log_path is an absolute file path specifying where the log is to be written.
/art/test/567-checker-compare/smali/
DSmali.smali59 # Note: This test has been written in smali (in addition to the source version) because Dexers
/art/test/954-invoke-polymorphic-verifier/smali/
DMain.smali16 # This is the test suite runner. It is written in smali rather than
/art/runtime/interpreter/mterp/
DREADME.txt13 The final assembly sources are written into the "out" directory, where
/art/tools/checker/
DREADME5 Tests are written in Java or Smali, turned into DEX and compiled with the
/art/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/art/test/dexdump/
Dcheckers.txt917 … |01fe: const-string v1, "Checkers for Android was written by Aart J.C. Bik.