Home
last modified time | relevance | path

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

12

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiParameterItem.kt150 fun create( in create() method
172 fun create( in create() method
189 fun create( in create() method
DPsiPackageItem.kt132 …fun create(codebase: PsiBasedCodebase, psiPackage: PsiPackage, extraDocs: String?): PsiPackageItem… in create() method
151 fun create(codebase: PsiBasedCodebase, original: PsiPackageItem): PsiPackageItem { in create() method
DPsiTypeParameterItem.kt59 fun create(codebase: PsiBasedCodebase, psiClass: PsiTypeParameter): PsiTypeParameterItem { in create() method
DPsiFieldItem.kt111 …fun create(codebase: PsiBasedCodebase, containingClass: PsiClassItem, psiField: PsiField): PsiFiel… in toString() method
135 …fun create(codebase: PsiBasedCodebase, containingClass: PsiClassItem, original: PsiFieldItem): Psi… in toString() method
DPsiMethodItem.kt308 fun create( in <lambda>() method
342 fun create( in <lambda>() method
/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/
Drelay_device_controller.py25 def create(config): function
Dnative_android_device.py31 def create(configs): function
Daccess_point.py41 def create(configs): function
Dchameleon_controller.py46 def create(configs): function
Dsniffer.py24 def create(configs): function
Dattenuator.py28 def create(configs): function
Diperf_server.py30 def create(configs): function
Darduino_wifi_dongle.py60 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.kt53 fun create(codebase: TextCodebase, typeListString: String): TypeParameterList { 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/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DFileDisk.java90 public static FileDisk create(File file, long size) throws IOException { in create() method in FileDisk
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Diperf_server.py29 def create(configs): function

12