OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseScreenLayoutLong
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/aapt/
AaptConfig.h
62
bool
parseScreenLayoutLong
(const char* str, android::ResTable_config* out = NULL);
AaptConfig.cpp
118
if (
parseScreenLayoutLong
(part, &config)) {
412
bool
parseScreenLayoutLong
(const char* name, ResTable_config* out) {
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ConfigDescription.java
269
if (part_iter.hasNext() &&
parseScreenLayoutLong
(part_iter.peek(), out)) {
501
static boolean
parseScreenLayoutLong
(final String name, ResTable_config out) {
/frameworks/base/tools/aapt2/
ConfigDescription.cpp
162
static bool
parseScreenLayoutLong
(const char* name, ResTable_config* out) {
722
if (
parseScreenLayoutLong
(part_iter->c_str(), &config)) {
/prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar
Completed in 469 milliseconds