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

/frameworks/native/cmds/installd/
H A Dmatchgen.py19 TYPES = { variable
30 for gid, exts in TYPES.iteritems():
65 for t in TYPES:
66 for v in TYPES[t]:
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenLog.java43 private static final int[] TYPES = new int[SIZE]; field in class:ZenLog
214 TYPES[sNext] = type;
232 pw.print(typeToString(TYPES[j]));
/frameworks/rs/script_api/
H A DSpecification.cpp37 const NumericalType TYPES[] = { variable
51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
63 // Returns the index in TYPES for the provided cType
66 if (cType == TYPES[i].cType) {
91 for (auto t : TYPES) {
216 javaBaseType = TYPES[typeIndex].javaType;
217 specType = TYPES[typeIndex].specType;
218 isFloatType = TYPES[typeIndex].exponentBits > 0;
221 if (typeIndex < 0 || TYPES[typeInde
[all...]
H A DGenerateTestFiles.cpp41 if (s == TYPES[i].cType) {
42 *dataType = TYPES[i].rsDataType;
325 if (TYPES[param.typeIndex].kind == FLOATING_POINT) {
327 TYPES[param.compatibleTypeIndex],
328 TYPES[param.typeIndex]);
331 TYPES[param.compatibleTypeIndex],
332 TYPES[param.typeIndex]);
690 mJava->indent() << "Arrays.fill(" << p.javaArrayName << ", (" << TYPES[p.typeIndex].javaType
H A DSpecification.h113 int typeIndex; // Index in the TYPES array. Negative if not found in the array.
114 int compatibleTypeIndex; // Index in TYPES for which the test data must also fit.
366 // RS numerical type (i.e. present in TYPES global)
618 extern const NumericalType TYPES[];
/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.java273 throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription());

Completed in 769 milliseconds