/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
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()
|
D | SimpleFrame.java | 50 final int baseType = format.getBaseType(); in initWithFormat()
|
D | NativeFrame.java | 71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
|
/frameworks/native/opengl/tools/glgen/src/ |
D | CType.java | 69 String baseType = getBaseType(); in isVoid() 87 public String getBaseType() { in getBaseType() method in CType
|
D | JniCodeEmitter.java | 41 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";"; in getJniName() 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() [all …]
|
D | JType.java | 166 public String getBaseType() { in getBaseType() method in JType
|
/frameworks/base/core/java/android/app/slice/ |
D | SliceItem.java | 315 private static String getBaseType(String type) { in getBaseType() method in SliceItem 324 switch (getBaseType(type)) { in writeObj() 348 switch (getBaseType(type)) { in readObj()
|
/frameworks/compile/libbcc/lib/ |
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()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserTypeFactory.java | 531 (isProfile && builder.getBaseType() == UserInfo.FLAG_PROFILE) in customizeBuilders() 532 || (!isProfile && builder.getBaseType() == UserInfo.FLAG_FULL); in customizeBuilders() 536 + UserInfo.flagsToString(builder.getBaseType())); in customizeBuilders() 764 if (builder != null && builder.getBaseType() != FLAG_PROFILE) { in validateUserTypeIsProfile()
|
D | UserTypeDetails.java | 569 @UserInfoFlag int getBaseType() { in getBaseType() method in UserTypeDetails.Builder
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 202 public int getBaseType(); in getBaseType() method 466 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 1422 public int getBaseType() { in getBaseType() method in WindowState 3103 final int baseType = getBaseType(); in setForceHideNonSystemOverlayWindowIfNeeded()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityRecordTests.java | 3816 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
|
/frameworks/base/services/ |
D | art-profile | 3870 HSPLcom/android/server/wm/WindowState;->getBaseType()I+]Lcom/android/server/wm/WindowState;Lcom/and…
|
D | art-wear-profile | 29839 HPLcom/android/server/wm/WindowState;->getBaseType()I
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 8890 Landroid/app/slice/SliceItem;->getBaseType(Ljava/lang/String;)Ljava/lang/String; 15371 Landroid/filterfw/core/FrameFormat;->getBaseType()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 45787 method public abstract int getBaseType() throws java.sql.SQLException;
|