Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 59) sorted by relevance

123

/tools/apksig/src/test/java/com/android/apksig/util/
DDataSourceFromRAFFactory.java23 @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/
DPsiModifierItem.kt54 …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
DPsiParameterItem.kt194 fun create( in create() method
216 fun create( in create() method
233 fun create( in create() method
DPsiAnnotationItem.kt115 …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
DPsiPackageItem.kt135 …fun create(codebase: PsiBasedCodebase, psiPackage: PsiPackage, extraDocs: String?): PsiPackageItem… in create() method
155 fun create(codebase: PsiBasedCodebase, original: PsiPackageItem): PsiPackageItem { in create() method
DPsiTypeParameterItem.kt65 fun create(codebase: PsiBasedCodebase, psiClass: PsiTypeParameter): PsiTypeParameterItem { in create() method
DUAnnotationItem.kt114 …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
DPsiPropertyItem.kt74 fun create( in toString() method
DPsiConstructorItem.kt106 fun create( in create() method
DPsiFieldItem.kt116 …fun create(codebase: PsiBasedCodebase, containingClass: PsiClassItem, psiField: PsiField): PsiFiel… in toString() method
DPsiMethodItem.kt372 fun create( in <lambda>() method
416 fun create( in <lambda>() method
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_factory.py19 def create(configs): function
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/
Dota_tool_factory.py27 def create(ota_tool_class, command): function
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFileSystemFactory.java48 public static FileSystem create(BlockDevice device, boolean readOnly) in create() method in FileSystemFactory
/tools/test/connectivity/acts/framework/acts/controllers/
Dbuds_controller.py33 def create(configs): function
Dmonsoon.py24 def create(configs): function
Drelay_device_controller.py25 def create(config): function
Dnative_android_device.py31 def create(configs): function
/tools/test/connectivity/acts/framework/tests/
Dmock_controller.py24 def create(configs): function
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterList.kt57 …fun create(codebase: TextCodebase, owner: TypeParameterListOwner?, typeListString: String): TypePa… in create() method
DTextTypeParameterItem.kt65 fun create( in create() method
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat16RootDirectory.java70 public static Fat16RootDirectory create( in create() method in Fat16RootDirectory
DFsInfoSector.java79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create() method in FsInfoSector
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner_factory.py102 def create(ota_package, function
/tools/asuite/aidegen/idea/
Diml.py140 def create(self, content_type): member in IMLGenerator

123