Home
last modified time | relevance | path

Searched refs:TYPES (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DZenLog.java42 private static final int[] TYPES = new int[SIZE]; field in ZenLog
172 TYPES[sNext] = type; in append()
190 pw.print(typeToString(TYPES[j])); in dump()
/frameworks/rs/api/
Dgen_runtime.cpp388 const Type TYPES[] = {{"f16", "FLOAT_16", "half", "half", FLOATING_POINT, 11, 5}, variable
400 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
405 if (cType == TYPES[i].cType) { in FindCType()
676 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition()
677 specType = TYPES[typeIndex].specType; in parseParameterDefinition()
678 isFloatType = TYPES[typeIndex].exponentBits > 0; in parseParameterDefinition()
1033 if (s.find(TYPES[i].specType) != string::npos) { in scanSpecification()
1034 t.push_back(TYPES[i].cType); in scanSpecification()
1469 if (TYPES[param.typeIndex].kind == FLOATING_POINT) { in writeJavaInputAllocationDefinition()
1471 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DApnSettingTest.java31 public static final String[] TYPES = {"default", "*"}; field in ApnSettingTest
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java356 throw new XmlPullParserException("expected " + TYPES[type] in require()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java271 … throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription()); in require()
/frameworks/base/api/
Dsystem-current.txt61221 field public static final java.lang.String[] TYPES;
Dcurrent.txt58692 field public static final java.lang.String[] TYPES;