Searched refs:getBaseType (Results 1 – 16 of 16) sorted by relevance
77 public int getBaseType() { in getBaseType() method in FrameFormat161 result.setBaseType(getBaseType()); in mutableCopy()195 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith()196 && getBaseType() != specification.getBaseType()) { in isCompatibleWith()251 if (specification.getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()252 && getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()253 && getBaseType() != specification.getBaseType()) { in mayBeCompatibleWith()
50 final int baseType = format.getBaseType(); in initWithFormat()
71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
67 String baseType = getBaseType(); in isVoid()85 public String getBaseType() { in getBaseType() method in CType
40 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";"; in getJniName()42 return "L" + jType.getBaseType() + ";"; in getJniName()47 String baseType = jType.getBaseType(); in getJniName()176 String typeName = argType.getBaseType(); in emitFunctionCall()318 if (returnType.getBaseType().startsWith("EGL")) { in getErrorReturnValue()758 String baseType = jType.getBaseType(); in getJniType()943 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()969 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()1061 type.getBaseType().toLowerCase() + in emitJniCode()1303 cfunc.getArgType(cIndex).getBaseType() + in emitJniCode()[all …]
160 public String getBaseType() { in getBaseType() method in JType
153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType()); in initializeDebugInfo()154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType()); in initializeDebugInfo()
363 public int getBaseType(); in getBaseType() method764 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
100 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
1104 public int getBaseType() { in getBaseType() method in WindowState
5100 HPLcom/android/server/wm/WindowState;->getBaseType()I
45787 method public abstract int getBaseType() throws java.sql.SQLException;
60181 method public abstract int getBaseType() throws java.sql.SQLException;
60663 method public abstract int getBaseType() throws java.sql.SQLException;
64139 method public abstract int getBaseType() throws java.sql.SQLException;
7969 HPLandroid/view/WindowManagerPolicy$WindowState;->getBaseType()I