Searched refs:TYPES (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/cmds/installd/ |
D | matchgen.py | 19 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/ |
D | ReflectedParamUpdater_test.cpp | 83 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/ |
D | Specification.cpp | 37 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()
|
D | GenerateTestFiles.cpp | 41 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()
|
D | Specification.h | 618 extern const NumericalType TYPES[];
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenLog.java | 46 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/ |
D | BridgeXmlBlockParser.java | 356 throw new XmlPullParserException("expected " + TYPES[type] in require()
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 301 … throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription()); in require()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 58690 field public static final java.lang.String[] TYPES;
|