/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiParameterItem.kt | 150 fun create( in create() method 172 fun create( in create() method 189 fun create( in create() method
|
D | PsiPackageItem.kt | 132 …fun create(codebase: PsiBasedCodebase, psiPackage: PsiPackage, extraDocs: String?): PsiPackageItem… in create() method 151 fun create(codebase: PsiBasedCodebase, original: PsiPackageItem): PsiPackageItem { in create() method
|
D | PsiTypeParameterItem.kt | 59 fun create(codebase: PsiBasedCodebase, psiClass: PsiTypeParameter): PsiTypeParameterItem { in create() method
|
D | PsiFieldItem.kt | 111 …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
|
D | PsiMethodItem.kt | 308 fun create( in <lambda>() method 342 fun create( in <lambda>() method
|
/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/tools/lab/ |
D | main.py | 91 def create(cls, arguments): member in RunnerFactory
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | relay_device_controller.py | 25 def create(config): function
|
D | native_android_device.py | 31 def create(configs): function
|
D | access_point.py | 41 def create(configs): function
|
D | chameleon_controller.py | 46 def create(configs): function
|
D | sniffer.py | 24 def create(configs): function
|
D | attenuator.py | 28 def create(configs): function
|
D | iperf_server.py | 30 def create(configs): function
|
D | arduino_wifi_dongle.py | 60 def create(configs): function
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Pair.java | 76 public static <A, B> Pair<A, B> create(A a, B b) { in create() method in Pair
|
D | KeyguardControllerState.java | 43 public static KeyguardControllerState create(List<String> dump) { in create() method in KeyguardControllerState
|
/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 | 53 fun create(codebase: TextCodebase, typeListString: String): TypeParameterList { 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/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
D | FileDisk.java | 90 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/ |
D | iperf_server.py | 29 def create(configs): function
|