OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_arsc
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/androidfw/tests/data/system/
build
21
xxd -i system.arsc >
system_arsc
.h
system_arsc.h
1
unsigned char
system_arsc
[] = {
variable
/frameworks/base/libs/androidfw/tests/
Theme_test.cpp
31
#include "data/system/
system_arsc
.h"
41
ASSERT_EQ(NO_ERROR, table.add(
system_arsc
, system_arsc_len));
55
ASSERT_EQ(NO_ERROR, table2.add(
system_arsc
, system_arsc_len));
ResTable_test.cpp
54
#include "data/system/
system_arsc
.h"
346
ASSERT_EQ(NO_ERROR, table.add(
system_arsc
, system_arsc_len));
Completed in 69 milliseconds