Searched defs:create (Results 1 – 15 of 15) sorted by relevance
| /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/tests/ |
| D | mock_controller.py | 21 def create(configs, logger): function
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | iperf_server.py | 28 def create(configs, logger): function
|
| D | native_android_device.py | 30 def create(configs, logger): function
|
| D | diag_logger.py | 32 def create(configs, logger): function
|
| D | sniffer.py | 22 def create(configs, logger): function
|
| D | attenuator.py | 24 def create(configs, logger): function
|
| D | android_device.py | 48 def create(configs, logger): function
|
| D | access_point.py | 23 def create(configs, logger): function
|
| D | monsoon.py | 46 def create(configs, logger): function
|
| /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
|
| D | Fat.java | 86 public static Fat create(BootSector bs, int fatNr) in create() method in Fat
|
| D | FatDirectoryEntry.java | 188 public static FatDirectoryEntry create(boolean directory) { in create() method in FatDirectoryEntry
|
| /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
|