| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
| D | FsDirectory.java | 48 public FsDirectoryEntry getEntry(String name) throws IOException; in getEntry() 57 public FsDirectoryEntry addFile(String name) throws IOException; in addFile() 66 public FsDirectoryEntry addDirectory(String name) throws IOException; in addDirectory() 74 public void remove(String name) throws IOException; in remove()
|
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
| D | FatLfnDirectory.java | 129 public FatLfnDirectoryEntry addFile(String name) throws IOException { in addFile() 150 boolean isFreeName(String name) { in isFreeName() 154 private void checkUniqueName(String name) throws IOException { in checkUniqueName() 157 private void freeUniqueName(String name) { in freeUniqueName() 160 private ShortName makeShortName(String name, boolean isDirectory) throws IOException { in makeShortName() 185 public FatLfnDirectoryEntry addDirectory(String name) throws IOException { in addDirectory() 227 public FatLfnDirectoryEntry getEntry(String name) { in getEntry() 347 public void remove(String name) in remove() 404 ShortName name; in linkEntry() local
|
| D | ShortName.java | 49 private final char[] name; field in ShortName 71 ShortName(String name, String ext) { in ShortName() 75 ShortName(char[] name) { in ShortName() 86 private static char[] toCharArray(String name, String ext) { in toCharArray() 126 public static ShortName get(String name) throws IllegalArgumentException { in get() 190 private static void checkValidName(String name) { in checkValidName()
|
| D | FatLfnDirectoryEntry.java | 48 FatLfnDirectoryEntry(String name, ShortName sn, in FatLfnDirectoryEntry() 84 final StringBuilder name = new StringBuilder(13 * (len - 1)); in extract() local
|
| /tools/test/connectivity/acts/framework/ |
| D | sample_config.json | 6 "name": "Enterprise-D", string 11 "name": "Enterprise-E", string 17 "name": "SampleTestBed" string
|
| /tools/test/connectivity/acts/framework/acts/ |
| D | dict_object.py | 40 def __getattr__(self, name): argument 57 def __setattr__(self, name, value): argument
|
| D | jsonrpc.py | 115 def __getattr__(self, name): argument
|
| D | test_runner.py | 104 def is_testfile_name(name, ext): argument
|
| D | logger.py | 235 def __getattr__(self, name): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | fastboot.py | 59 def _exec_fastboot_cmd(self, name, arg_str): argument 65 def __getattr__(self, name): argument
|
| D | sl4a_types.py | 25 def __init__(self, name=None, time=None, data=None): argument
|
| D | adb.py | 133 def _exec_adb_cmd(self, name, arg_str): argument 173 def __getattr__(self, name): argument
|
| D | android.py | 123 def __getattr__(self, name): argument
|
| D | access_point.py | 499 def __getattr__(self, name): argument 507 def __getattr__(self, name): argument
|
| /tools/test/connectivity/acts/tests/google/bt/config/ |
| D | sample_basic.json | 6 "name": "bluetooth testbed", string
|
| D | sample_mass_beacon_deployment.json | 6 "name": "mass beacon deployment testbed", string
|
| /tools/test/connectivity/acts/framework/tests/ |
| D | acts_sanity_test_config.json | 6 "name": "Sanity", string
|
| D | acts_sniffer_test_config.json | 6 "name": "SnifferSanity", string
|
| /tools/test/connectivity/acts/tests/google/tel/config/ |
| D | sample_basic.json | 6 "name": "live SIM basic testbed", string
|
| D | sample_power.json | 6 "name": "power testbed", string
|
| D | sample_conference.json | 6 "name": "conference testbed", string
|
| D | sample_with_wifiap.json | 6 "name": "testbed with WiFi AP", string
|
| D | sample_msim.json | 6 "name": "live M-SIM basic testbed", string
|
| D | sample_mobility.json | 6 "name": "mobility testbed", string
|
| /tools/test/connectivity/acts/framework/acts/bin/ |
| D | act.py | 45 def _validate_testbed_name(name): argument
|