Searched refs:TYPES (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DZenLog.java42 private static final int[] TYPES = new int[SIZE]; field in class:ZenLog
172 TYPES[sNext] = type;
190 pw.print(typeToString(TYPES[j]));
/frameworks/rs/api/
H A Dgen_runtime.cpp122 int typeIndex; // Index in the TYPES array.
123 int compatibleTypeIndex; // Index in TYPES for which the test data must also fit.
388 const Type TYPES[] = {{"f16", "FLOAT_16", "half", "half", FLOATING_POINT, 11, 5}, member in namespace:__anon1461
400 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
402 // Returns the index in TYPES for the provided cType
405 if (cType == TYPES[i].cType) {
676 javaBaseType = TYPES[typeIndex].javaType;
677 specType = TYPES[typeIndex].specType;
678 isFloatType = TYPES[typeInde
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DApnSettingTest.java31 public static final String[] TYPES = {"default", "*"}; field in class:ApnSettingTest
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java356 throw new XmlPullParserException("expected " + TYPES[type]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java271 throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription());

Completed in 146 milliseconds