Home
last modified time | relevance | path

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

123

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiModifierItem.kt49 …fun create(codebase: PsiBasedCodebase, element: PsiModifierListOwner, documentation: String?): Psi… in create() method
156 … private fun create(codebase: PsiBasedCodebase, element: PsiModifierListOwner): PsiModifierItem { in create() method
186 private fun create( in create() method
254 fun create(codebase: PsiBasedCodebase, original: PsiModifierItem): PsiModifierItem { in create() method
DPsiAnnotationItem.kt105 …fun create(codebase: PsiBasedCodebase, psiAnnotation: PsiAnnotation, qualifiedName: String? = psiA… in create() method
109 fun create(codebase: PsiBasedCodebase, original: PsiAnnotationItem): PsiAnnotationItem { in create() method
115 fun create( in create() method
267 … fun create(codebase: PsiBasedCodebase, value: PsiAnnotationMemberValue): PsiAnnotationValue { in create() method
DPsiParameterItem.kt182 fun create( in create() method
204 fun create( in create() method
221 fun create( in create() method
DPsiPackageItem.kt134 …fun create(codebase: PsiBasedCodebase, psiPackage: PsiPackage, extraDocs: String?): PsiPackageItem… in create() method
153 fun create(codebase: PsiBasedCodebase, original: PsiPackageItem): PsiPackageItem { in create() method
DPsiTypeParameterItem.kt64 fun create(codebase: PsiBasedCodebase, psiClass: PsiTypeParameter): PsiTypeParameterItem { in create() method
DUAnnotationItem.kt104 …fun create(codebase: PsiBasedCodebase, uAnnotation: UAnnotation, qualifiedName: String? = uAnnotat… in create() method
108 fun create(codebase: PsiBasedCodebase, original: UAnnotationItem): UAnnotationItem { in create() method
259 fun create(codebase: PsiBasedCodebase, value: UExpression): UAnnotationValue { in create() method
DPsiPropertyItem.kt74 fun create( in toString() method
DPsiConstructorItem.kt105 fun create( in <lambda>() method
DPsiFieldItem.kt116 …fun create(codebase: PsiBasedCodebase, containingClass: PsiClassItem, psiField: PsiField): PsiFiel… in toString() method
/tools/test/connectivity/acts/framework/acts/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/tools/lab/
Dmain.py91 def create(cls, arguments): member in RunnerFactory
/tools/test/connectivity/acts/framework/acts/controllers/
Dbuds_controller.py33 def create(configs): function
Drelay_device_controller.py25 def create(config): function
Dnative_android_device.py31 def create(configs): function
/tools/tradefederation/core/src/com/android/tradefed/util/
DPair.java76 public static <A, B> Pair<A, B> create(A a, B b) { in create() method in Pair
DKeyguardControllerState.java43 public static KeyguardControllerState create(List<String> dump) { in create() method in KeyguardControllerState
/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.kt58 …fun create(codebase: TextCodebase, owner: TypeParameterListOwner?, typeListString: String): TypePa… in create() method
DTextTypeParameterItem.kt66 fun create( in create() method
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dota_chamber.py21 def create(configs): function
/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

123