OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_tags
(Results
1 - 4
of
4
) sorted by null
/system/core/logcat/tests/
Android.mk
20
test_tags
:= tests
macro
41
LOCAL_MODULE_TAGS := $(
test_tags
)
57
LOCAL_MODULE_TAGS := $(
test_tags
)
/system/core/logd/tests/
Android.mk
24
test_tags
:= tests
macro
44
LOCAL_MODULE_TAGS := $(
test_tags
)
/system/core/liblog/tests/
Android.mk
24
test_tags
:= tests
macro
41
LOCAL_MODULE_TAGS := $(
test_tags
)
74
LOCAL_MODULE_TAGS := $(
test_tags
)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
ULocaleTest.java
784
String[]
test_tags
= {
local
798
for (int i = 0; i <
test_tags
.length; i++) {
799
ULocale result = ULocale.forLanguageTag(
test_tags
[i]);
Completed in 131 milliseconds