HomeSort by relevance Sort by last modified time
    Searched defs:layout_file (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
qemulator.h 24 SkinFile* layout_file; member in struct:__anon10483
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 52 public void passed(String layout_file) {
54 mBufferedOutputPassedStream.write(layout_file.getBytes());
62 public void failed(String layout_file) {
64 mBufferedOutputFailedStream.write(layout_file.getBytes());
72 public void ignoreResult(String layout_file) {
74 mBufferedOutputIgnoreResultStream.write(layout_file.getBytes());
82 public void noResult(String layout_file) {
84 mBufferedOutputNoResultStream.write(layout_file.getBytes());

Completed in 63 milliseconds