/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | OptionCopierTest.java | 137 OptionDest dest = new OptionDest(); in testCopyOptions_string() local 146 OptionDest dest = new OptionDest(); in testCopyOptions_int() local 156 OptionDest dest = new OptionDest(); in testCopyOptions_collection() local 168 OptionDest dest = new OptionDest(); in testCopyOptions_enum() local 178 OptionDest dest = new OptionDest(); in testCopyOptions_enumCollection() local 191 OptionDest dest = new OptionDest(); in testCopyOptions_enumMap() local 202 OptionWrongTypeDest dest = new OptionWrongTypeDest(); in testCopyOptions_wrongType() local 215 OptionCollectionWrongTypeDest dest = new OptionCollectionWrongTypeDest(); in testCopyOptions_collectionToPrimitive() local 229 OptionSource dest = new OptionSource(); in testCopyOptions_primitiveToCollection_null() local 250 OptionSource dest = new OptionSource(); in testCopyOptions_primitiveToCollection() local [all …]
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | ClusterChain.java | 197 public void readData(long offset, ByteBuffer dest) in readData() 214 dev.read(getDevOffset(chain[chainIdx], clusOfs), dest); in readData() local 225 dev.read(getDevOffset(chain[chainIdx], 0), dest); in readData() local
|
D | FatFile.java | 111 public void read(long offset, ByteBuffer dest) throws IOException { in read()
|
D | ShortName.java | 167 public void write(byte[] dest) { in write()
|
D | FatLfnDirectory.java | 282 ArrayList<FatDirectoryEntry> dest = in updateLFN() local
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | OptionCopier.java | 58 public static void copyOptionsNoThrow(Object source, Object dest) { in copyOptionsNoThrow() 95 public static void copyOptionsNoThrow(Object source, Object dest, String optionName) { in copyOptionsNoThrow()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
D | FsFile.java | 62 public void read(long offset, ByteBuffer dest) throws IOException; in read()
|
D | BlockDevice.java | 48 public abstract void read(long devOffset, ByteBuffer dest) in read()
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/apps/ |
D | hotword_model_extractor.py | 45 def _extract(self, hotword_pkg, model_name, dest): argument
|
D | app_installer.py | 42 def pull_from_device(ad, pkg_name, dest): argument
|
/tools/apksig/src/main/java/com/android/apksig/util/ |
D | DataSource.java | 97 void copyTo(long offset, int size, ByteBuffer dest) throws IOException; in copyTo()
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | ByteArrayDataSink.java | 132 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() 202 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo()
|
D | ByteBufferDataSource.java | 78 public void copyTo(long offset, int size, ByteBuffer dest) { in copyTo()
|
D | ChainedDataSource.java | 97 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo()
|
D | FileChannelDataSource.java | 127 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestResourceDownloader.java | 47 final File dest = new File(mRootDir, resource.getName()); in download() local
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
D | RamDisk.java | 116 public void read(long devOffset, ByteBuffer dest) throws IOException { in read()
|
D | FileDisk.java | 110 public void read(long devOffset, ByteBuffer dest) throws IOException { in read()
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | PrefabPackageBuilder.kt | 163 val dest = packageDirectory.resolve("META-INF") in <lambda>() constant
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | TerribleFailureEmailHandler.java | 91 public void addDestination(String dest) { in addDestination()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | ZFileDataSource.java | 126 public void copyTo(long offset, int size, @Nonnull ByteBuffer dest) throws IOException { in copyTo()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | EmailResultReporter.java | 96 public void addDestination(String dest) { in addDestination()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FileUtilFuncTest.java | 373 File dest = null; in testRecursiveSymlink() local 395 File dest = null; in testSymlinkDeletion() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
D | FileDownloadCacheTest.java | 355 private void assertFetchRemoteFile(String remotePath, List<String> relativePaths, File dest) in assertFetchRemoteFile()
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/ |
D | instrumentation_power_test.py | 293 def push_to_external_storage(self, file_path, dest=None, argument
|