OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout_file
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
qemulator.h
24
SkinFile*
layout_file
;
member in struct:__anon9453
qemulator.c
138
emulator->
layout_file
= skin_file_create_from_aconfig(aconfig, basepath);
139
emulator->layout = emulator->
layout_file
->layouts;
147
SKIN_FILE_LOOP_PARTS( emulator->
layout_file
, part )
181
if (emulator->
layout_file
) {
182
skin_file_free(emulator->
layout_file
);
183
emulator->
layout_file
= NULL;
197
SKIN_FILE_LOOP_PARTS( emulator->
layout_file
, part )
456
layout = emulator->
layout_file
->layouts;
459
layout = emulator->
layout_file
->layouts;
/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 24 milliseconds