Searched defs:baseType (Results 1 – 10 of 10) sorted by relevance
19 String baseType; field in CType26 public CType(String baseType) { in CType()30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType()67 String baseType = getBaseType(); in isVoid() local81 public void setBaseType(String baseType) { in setBaseType()
47 String baseType = jType.getBaseType(); in getJniName() local710 String baseType = jType.getBaseType(); in getJniType() local895 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local921 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local1430 String baseType = cfunc.getArgType(cIndex).getBaseType().toLowerCase(); in emitJniCode() local1472 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local
21 String baseType; field in JType
34 public MutableFrameFormat(int baseType, int target) { in MutableFrameFormat()38 public void setBaseType(int baseType) { in setBaseType()
67 public FrameFormat(int baseType, int target) { in FrameFormat()309 public static int bytesPerSampleOf(int baseType) { in bytesPerSampleOf()343 public static String baseTypeToString(int baseType) { in baseTypeToString()
50 final int baseType = format.getBaseType(); in initWithFormat() local
68 private static MutableFrameFormat createFormat(int baseType, int count, int target) { in createFormat()74 private static MutableFrameFormat createFormat(int baseType, int target) { in createFormat()
24 VarType *baseType = currType; in checkPointerType() local
394 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() local
1556 String baseType = getType(uri); in openTypedAssetFile() local