/tools/tradefederation/core/javatests/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 | 83 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/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/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestResourceDownloader.java | 39 public void download(String urlString, File dest) throws IOException { in download()
|
/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/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | PrefabPackageBuilder.kt | 129 val dest = packageDirectory.resolve("META-INF") in installLicense() constant
|
D | Testing.kt | 31 data class PushSpec(val src: File, val dest: File) constant in PushSpec
|
/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/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/test/connectivity/acts_tests/tests/google/net/ |
D | DhcpTest.py | 66 def _verify_ping(self, option="", dest=PING_ADDR): argument
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | TerribleFailureEmailHandler.java | 92 public void addDestination(String dest) { in addDestination()
|
/tools/treble/fetcher/ |
D | fetcher_lib.py | 144 def fetch_artifact(client, build_id, target, resource_id, dest): argument
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | FileUtilFuncTest.java | 373 File dest = null; in testRecursiveSymlink() local 395 File dest = null; in testSymlinkDeletion() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/build/ |
D | FileDownloadCacheTest.java | 378 private void assertFetchRemoteFile(String remotePath, List<String> relativePaths, File dest) in assertFetchRemoteFile()
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 794 def unzip_file(src, dest): argument
|