/tools/apksig/src/test/java/com/android/apksig/util/ |
D | DataSourceFromRAFFactory.java | 23 @Override DataSource create(RandomAccessFile file) { in create() method 27 @Override DataSource create(RandomAccessFile file, long offset, long size) { in create() method 32 @Override DataSource create(RandomAccessFile file) { in create() method 36 @Override DataSource create(RandomAccessFile file, long offset, long size) { in create() method 41 abstract DataSource create(RandomAccessFile file); in create() method in DataSourceFromRAFFactory 42 abstract DataSource create(RandomAccessFile file, long offset, long size); in create() method in DataSourceFromRAFFactory
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiModifierItem.kt | 54 …fun create(codebase: PsiBasedCodebase, element: PsiModifierListOwner, documentation: String?): Psi… in <lambda>() method 179 … private fun create(codebase: PsiBasedCodebase, element: PsiModifierListOwner): PsiModifierItem { in <lambda>() method 210 private fun create( in <lambda>() method 280 fun create(codebase: PsiBasedCodebase, original: PsiModifierItem): PsiModifierItem { in <lambda>() method
|
D | PsiParameterItem.kt | 194 fun create( in create() method 216 fun create( in create() method 233 fun create( in create() method
|
D | PsiAnnotationItem.kt | 115 …fun create(codebase: PsiBasedCodebase, psiAnnotation: PsiAnnotation, qualifiedName: String? = psiA… in <lambda>() method 119 fun create(codebase: PsiBasedCodebase, original: PsiAnnotationItem): PsiAnnotationItem { in <lambda>() method 125 fun create( in <lambda>() method 298 … fun create(codebase: PsiBasedCodebase, value: PsiAnnotationMemberValue): PsiAnnotationValue { in create() method
|
D | PsiPackageItem.kt | 135 …fun create(codebase: PsiBasedCodebase, psiPackage: PsiPackage, extraDocs: String?): PsiPackageItem… in create() method 155 fun create(codebase: PsiBasedCodebase, original: PsiPackageItem): PsiPackageItem { in create() method
|
D | PsiTypeParameterItem.kt | 65 fun create(codebase: PsiBasedCodebase, psiClass: PsiTypeParameter): PsiTypeParameterItem { in create() method
|
D | UAnnotationItem.kt | 114 …fun create(codebase: PsiBasedCodebase, uAnnotation: UAnnotation, qualifiedName: String? = uAnnotat… in <lambda>() method 118 fun create(codebase: PsiBasedCodebase, original: UAnnotationItem): UAnnotationItem { in <lambda>() method 287 fun create(codebase: PsiBasedCodebase, value: UExpression): UAnnotationValue { in create() method
|
D | PsiPropertyItem.kt | 74 fun create( in toString() method
|
D | PsiConstructorItem.kt | 106 fun create( in create() method
|
D | PsiFieldItem.kt | 116 …fun create(codebase: PsiBasedCodebase, containingClass: PsiClassItem, psiField: PsiField): PsiFiel… in toString() method
|
D | PsiMethodItem.kt | 372 fun create( in <lambda>() method 416 fun create( in <lambda>() method
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_factory.py | 19 def create(configs): function
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/ |
D | ota_tool_factory.py | 27 def create(ota_tool_class, command): function
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
D | FileSystemFactory.java | 48 public static FileSystem create(BlockDevice device, boolean readOnly) in create() method in FileSystemFactory
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | buds_controller.py | 33 def create(configs): function
|
D | monsoon.py | 24 def create(configs): function
|
D | relay_device_controller.py | 25 def create(config): function
|
D | native_android_device.py | 31 def create(configs): function
|
/tools/test/connectivity/acts/framework/tests/ |
D | mock_controller.py | 24 def create(configs): function
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeParameterList.kt | 57 …fun create(codebase: TextCodebase, owner: TypeParameterListOwner?, typeListString: String): TypePa… in create() method
|
D | TextTypeParameterItem.kt | 65 fun create( in create() method
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | Fat16RootDirectory.java | 70 public static Fat16RootDirectory create( in create() method in Fat16RootDirectory
|
D | FsInfoSector.java | 79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create() method in FsInfoSector
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/ |
D | ota_runner_factory.py | 102 def create(ota_package, function
|
/tools/asuite/aidegen/idea/ |
D | iml.py | 140 def create(self, content_type): member in IMLGenerator
|