Searched defs:baseType (Results 1 – 12 of 12) sorted by relevance
| /frameworks/native/opengl/tools/glgen/src/ |
| D | CType.java | 19 String baseType; field in CType 26 public CType(String baseType) { in CType() 30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType() 69 String baseType = getBaseType(); in isVoid() local 83 public void setBaseType(String baseType) { in setBaseType()
|
| D | JniCodeEmitter.java | 47 String baseType = jType.getBaseType(); in getJniName() local 764 String baseType = jType.getBaseType(); in getJniType() local 780 String baseType = jType.getBaseType(); in getJniDefaultReturn() local 963 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 988 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 1576 String baseType = cfunc.getArgType(cIndex).getBaseType().toLowerCase(); in emitJniCode() local 1613 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 1627 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local
|
| D | JType.java | 21 String baseType; field in JType
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
| D | MutableFrameFormat.java | 36 public MutableFrameFormat(int baseType, int target) { in MutableFrameFormat() 40 public void setBaseType(int baseType) { in setBaseType()
|
| D | FrameFormat.java | 68 public FrameFormat(int baseType, int target) { in FrameFormat() 314 public static int bytesPerSampleOf(int baseType) { in bytesPerSampleOf() 348 public static String baseTypeToString(int baseType) { in baseTypeToString()
|
| D | SimpleFrame.java | 50 final int baseType = format.getBaseType(); in initWithFormat() local
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
| D | PrimitiveFormat.java | 68 private static MutableFrameFormat createFormat(int baseType, int count, int target) { in createFormat() 74 private static MutableFrameFormat createFormat(int baseType, int target) { in createFormat()
|
| /frameworks/rs/ |
| D | spec.l | 24 VarType *baseType = currType; in checkPointerType() local
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | IntentResolver.java | 421 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() local
|
| /frameworks/rs/script_api/ |
| D | Specification.cpp | 118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) { in getVectorSizeAndBaseType()
|
| /frameworks/base/core/java/android/provider/ |
| D | DocumentsProvider.java | 1429 final String baseType = getType(uri); in openTypedAssetFileImpl() local
|
| /frameworks/base/core/java/android/content/ |
| D | ContentProvider.java | 1896 String baseType = getType(uri); in openTypedAssetFile() local
|