/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | FrameFormat.java | 76 public int getBaseType() { in getBaseType() method in FrameFormat 164 result.setBaseType(getBaseType()); in mutableCopy() 198 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith() 199 && getBaseType() != specification.getBaseType()) { in isCompatibleWith() 254 if (specification.getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith() 255 && getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith() 256 && getBaseType() != specification.getBaseType()) { in mayBeCompatibleWith()
|
H A D | SimpleFrame.java | 50 final int baseType = format.getBaseType(); in initWithFormat()
|
H A D | NativeFrame.java | 71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
|
/aosp12/frameworks/native/opengl/tools/glgen/src/ |
H A D | CType.java | 69 String baseType = getBaseType(); in isVoid() 87 public String getBaseType() { in getBaseType() method in CType
|
H A D | JniCodeEmitter.java | 43 return "L" + jType.getBaseType() + ";"; in getJniName() 48 String baseType = jType.getBaseType(); in getJniName() 183 String typeName = argType.getBaseType(); in emitFunctionCall() 352 if (returnType.getBaseType().startsWith("EGL")) { in getErrorReturnValue() 792 String baseType = jType.getBaseType(); in getJniType() 808 String baseType = jType.getBaseType(); in getJniDefaultReturn() 991 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() 1016 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() 1108 type.getBaseType().toLowerCase() + in emitJniCode() 1350 cfunc.getArgType(cIndex).getBaseType() + in emitJniCode() [all …]
|
H A D | JType.java | 166 public String getBaseType() { in getBaseType() method in JType
|
/aosp12/frameworks/base/core/java/android/app/slice/ |
H A D | SliceItem.java | 325 private static String getBaseType(String type) { in getBaseType() method in SliceItem 334 switch (getBaseType(type)) { in writeObj() 358 switch (getBaseType(type)) { in readObj()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserTypeFactory.java | 351 (isProfile && builder.getBaseType() == UserInfo.FLAG_PROFILE) in customizeBuilders() 352 || (!isProfile && builder.getBaseType() == UserInfo.FLAG_FULL); in customizeBuilders() 356 + UserInfo.flagsToString(builder.getBaseType())); in customizeBuilders() 577 if (builder != null && builder.getBaseType() != FLAG_PROFILE) { in validateUserTypeIsProfile()
|
H A D | UserTypeDetails.java | 501 @UserInfoFlag int getBaseType() { in getBaseType() method in UserTypeDetails.Builder
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSAddDebugInfoPass.cpp | 153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType()); in initializeDebugInfo() 154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType()); in initializeDebugInfo()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | WindowManagerPolicy.java | 206 public int getBaseType(); in getBaseType() method 476 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityRecordTests.java | 3187 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowState.java | 1514 public int getBaseType() { in getBaseType() method in WindowState
|
H A D | Task.java | 1422 window.getBaseType() == TYPE_APPLICATION_STARTING) != null); in topActivityContainsStartingWindow()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8890 Landroid/app/slice/SliceItem;->getBaseType(Ljava/lang/String;)Ljava/lang/String; 18249 Landroid/filterfw/core/FrameFormat;->getBaseType()I
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 45787 method public abstract int getBaseType() throws java.sql.SQLException;
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50533 HSPLcom/android/server/wm/WindowState;->getBaseType()I+]Lcom/android/server/wm/WindowState;Lcom/and…
|