Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java77 public int getBaseType() { in getBaseType() method in FrameFormat
161 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()
DSimpleFrame.java50 final int baseType = format.getBaseType(); in initWithFormat()
DNativeFrame.java71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
/frameworks/native/opengl/tools/glgen/src/
DCType.java67 String baseType = getBaseType(); in isVoid()
85 public String getBaseType() { in getBaseType() method in CType
DJniCodeEmitter.java40 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 …]
DJType.java160 public String getBaseType() { in getBaseType() method in JType
/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType()); in initializeDebugInfo()
154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType()); in initializeDebugInfo()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java363 public int getBaseType(); in getBaseType() method
764 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppWindowContainerControllerTests.java100 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1104 public int getBaseType() { in getBaseType() method in WindowState
/frameworks/base/services/
Dart-profile5100 HPLcom/android/server/wm/WindowState;->getBaseType()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45787 method public abstract int getBaseType() throws java.sql.SQLException;
/frameworks/base/api/
Dcurrent.txt60181 method public abstract int getBaseType() throws java.sql.SQLException;
Dtest-current.txt60663 method public abstract int getBaseType() throws java.sql.SQLException;
Dsystem-current.txt64139 method public abstract int getBaseType() throws java.sql.SQLException;
/frameworks/base/config/
Dboot-image-profile.txt7969 HPLandroid/view/WindowManagerPolicy$WindowState;->getBaseType()I