OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layout_file
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java
53
public void passed(String
layout_file
) {
55
mBufferedOutputPassedStream.write(
layout_file
.getBytes());
63
public void failed(String
layout_file
) {
65
mBufferedOutputFailedStream.write(
layout_file
.getBytes());
73
public void ignoreResult(String
layout_file
) {
75
mBufferedOutputIgnoreResultStream.write(
layout_file
.getBytes());
83
public void noResult(String
layout_file
) {
85
mBufferedOutputNoResultStream.write(
layout_file
.getBytes());
/external/qemu/android/
main.c
306
SkinFile*
layout_file
;
member in struct:__anon4134
340
if (emulator->
layout_file
) {
341
skin_file_free(emulator->
layout_file
);
342
emulator->
layout_file
= NULL;
378
emulator->
layout_file
= skin_file_create_from_aconfig(aconfig, basepath);
379
emulator->layout = emulator->
layout_file
->layouts;
397
SKIN_FILE_LOOP_PARTS( emulator->
layout_file
, part )
868
layout = emulator->
layout_file
->layouts;
871
layout = emulator->
layout_file
->layouts;
[
all
...]
Completed in 442 milliseconds