Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dmatchgen.py19 TYPES = { variable
30 for gid, exts in TYPES.iteritems():
65 for t in TYPES:
66 for v in TYPES[t]:
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp83 template<typename... TYPES> struct describe_impl;
84 template<typename T, typename... TYPES> struct describe_impl<T, TYPES...> {
89 return describe_impl<TYPES...>::describe(index); in describe()
107 template<typename... TYPES> struct fill_descriptors_impl;
108 template<typename T, typename... TYPES> struct fill_descriptors_impl<T, TYPES...> {
110 fill_descriptors_impl<TYPES...>::fill(vec); in fill()
/frameworks/rs/script_api/
DSpecification.cpp37 const NumericalType TYPES[] = { variable
51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
66 if (cType == TYPES[i].cType) { in findCType()
91 for (auto t : TYPES) { in convertToTypeVector()
216 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition()
217 specType = TYPES[typeIndex].specType; in parseParameterDefinition()
218 isFloatType = TYPES[typeIndex].exponentBits > 0; in parseParameterDefinition()
221 if (typeIndex < 0 || TYPES[typeIndex].kind != FLOATING_POINT) { in parseParameterDefinition()
470 return stringReplace(s, pattern, TYPES[typeIdx].rsDataType); in expandRSTypeInString()
DGenerateTestFiles.cpp41 if (s == TYPES[i].cType) { in convertToRsType()
42 *dataType = TYPES[i].rsDataType; in convertToRsType()
325 if (TYPES[param.typeIndex].kind == FLOATING_POINT) { in writeJavaInputAllocationDefinition()
327 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()
328 TYPES[param.typeIndex]); in writeJavaInputAllocationDefinition()
331 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()
332 TYPES[param.typeIndex]); in writeJavaInputAllocationDefinition()
690 mJava->indent() << "Arrays.fill(" << p.javaArrayName << ", (" << TYPES[p.typeIndex].javaType in writeJavaArrayInitialization()
DSpecification.h618 extern const NumericalType TYPES[];
/frameworks/base/services/core/java/com/android/server/notification/
DZenLog.java46 private static final int[] TYPES = new int[SIZE]; field in ZenLog
248 TYPES[sNext] = type; in append()
266 pw.print(typeToString(TYPES[j])); in dump()
/frameworks/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.java301 … throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription()); in require()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt58690 field public static final java.lang.String[] TYPES;