/external/apache-commons-io/src/test/java/org/apache/commons/io/filefilter/ |
D | NameFileFilterTest.java | 76 assertFalse(visitor.getFileList().isEmpty()); in testJavadocExampleUsingNio() 77 assertEquals(1, visitor.getFileList().size()); in testJavadocExampleUsingNio() 93 assertFalse(visitor.getFileList().isEmpty()); in testJavadocExampleUsingNio() 110 assertFalse(visitor.getFileList().isEmpty()); in testNoCounting()
|
D | AgeFileFilterTest.java | 88 assertFalse(visitor.getFileList().isEmpty()); in testJavadocExampleUsingNio() 106 assertFalse(visitor.getFileList().isEmpty()); in testNoCounting()
|
D | DirectoryFileFilterTest.java | 85 assertFalse(visitor.getFileList().isEmpty()); in testJavadocExampleUsingNio()
|
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/ |
D | AccumulatorPathVisitorTest.java | 93 assertTrue(accPathVisitor.getFileList().isEmpty()); in test0ArgConstructor() 109 assertTrue(accPathVisitor.getFileList().isEmpty()); in testEmptyFolder() 125 assertEquals(1, accPathVisitor.getFileList().size()); in testFolders1FileSize0() 141 assertEquals(1, accPathVisitor.getFileList().size()); in testFolders1FileSize1() 157 assertEquals(2, accPathVisitor.getFileList().size()); in testFolders2FileSize2() 254 assertEquals(marker - 1, accPathVisitor.getFileList().size()); in testFolderWhileDeletingSync()
|
/external/deqp/scripts/src_util/ |
D | check_boms.py | 57 def getFileList (path): function 86 checkBOMs(getFileList(os.path.normpath(dir)), fix)
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/ |
D | DownloadFileGroupAndroidSharingIntegrationTest.java | 224 ClientFile clientFile = clientFileGroup.getFileList().get(0); in oneAndroidSharedFile_blobStoreBackendNotRegistered_fileDownloadedAndStoredLocally() 230 clientFile = clientFileGroup.getFileList().get(1); in oneAndroidSharedFile_blobStoreBackendNotRegistered_fileDownloadedAndStoredLocally() 339 ClientFile clientFile = clientFileGroup.getFileList().get(0); in oneAndroidSharedFile_twoFileGroups_downloadedOnlyOnce() 384 clientFile = clientFileGroup.getFileList().get(0); in oneAndroidSharedFile_twoFileGroups_downloadedOnlyOnce() 474 ClientFile clientFile = clientFileGroup.getFileList().get(0); in fileAvailableInSharedStorage_neverDownloaded() 483 clientFile = clientFileGroup.getFileList().get(1); in fileAvailableInSharedStorage_neverDownloaded() 582 ClientFile clientFile = clientFileGroup.getFileList().get(0); in fileDownloadedForFirstFileGroup_thenSharedForSecondFileGroup() 626 clientFile = clientFileGroup.getFileList().get(0); in fileDownloadedForFirstFileGroup_thenSharedForSecondFileGroup()
|
D | MobileDataDownloadIntegrationTest.java | 173 verifyClientFile(clientFileGroup.getFileList().get(0), FILE_ID, FILE_SIZE); in download_success_fileGroupDownloaded() 190 for (ClientFile file : fileGroup.getFileList()) { in download_withCustomValidator() 217 verifyClientFile(clientFileGroup.getFileList().get(0), FILE_ID, FILE_SIZE); in download_withCustomValidator() 243 verifyClientFile(clientFileGroup.getFileList().get(0), FILE_ID, FILE_SIZE); in download_success_maintenanceLogsNetworkUsage() 363 verifyClientFile(clientFileGroup.getFileList().get(0), FILE_ID, FILE_SIZE); in remove_withAccount_fileGroupRemains() 721 for (ClientFile clientFile : clientFileGroup.getFileList()) { in download_zipFile_unzippedAfterDownload()
|
D | MddGarbageCollectionWithAndroidSharingIntegrationTest.java | 219 ClientFile clientFile = clientFileGroup.getFileList().get(0); in deletesStaleGroups_staleLifetimeZero() 312 ClientFile clientFile = clientFileGroup.getFileList().get(0); in deletesStaleGroups_staleLifetimeTwoDays() 415 ClientFile clientFile = clientFileGroup.getFileList().get(0); in deletesExpiredGroups()
|
D | MobileDataDownloadTest.java | 694 ClientFile clientFile = clientFileGroup.getFileList().get(0); in getFileGroup() 735 List<ClientFile> clientFileList = clientFileGroup.getFileList(); in getFileGroup_withDirectory() 799 List<ClientFile> clientFileList = clientFileGroup.getFileList(); in getFileGroup_withDirectory_withTraverseDisabled() 995 ClientFile clientFile = clientFileGroup.getFileList().get(0); in getFileGroup_withAccount() 1704 assertThat(dataFileGroup.getFileList()) in readDataFileGroup_returnsFileGroup() 1814 ClientFile clientFile = downloadedClientFileGroup.getFileList().get(0); in getFileGroupsByFilter_singleGroup() 1827 clientFile = pendingClientFileGroup.getFileList().get(0); in getFileGroupsByFilter_singleGroup() 1964 ClientFile clientFile = downloadedClientFileGroup.getFileList().get(0); in getFileGroupsByFilter_includeAllGroups() 1977 clientFile = pendingClientFileGroup.getFileList().get(0); in getFileGroupsByFilter_includeAllGroups() 2152 ClientFile clientFile = downloadedClientFileGroup.getFileList().get(0); in getFileGroupsByFilter_withAccount() [all …]
|
/external/apache-commons-io/src/main/java/org/apache/commons/io/file/ |
D | AccumulatorPathVisitor.java | 187 public List<Path> getFileList() { in getFileList() method in AccumulatorPathVisitor 224 return PathUtils.relativize(getFileList(), parent, sort, comparator); in relativizeFiles()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/ |
D | FileGroupUtil.java | 106 for (DataFile dataFile : dataFileGroup.getFileList()) { in getFileFromGroupWithId() 185 for (DataFile dataFile : dataFileGroupInternal.getFileList()) { in isIsolatedStructureAllowed() 332 for (DataFile file : fileGroup.getFileList()) { in getInlineFileCount()
|
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/serializable/ |
D | CompatibilityTest.java | 121 return getFileList(dataURL); in generateClassList() 128 private List<FileHolder> getFileList(URL dataURL) throws IOException { in getFileList() method in CompatibilityTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | CompatibilityTest.java | 124 return getFileList(dataURL); in generateClassList() 131 private List<FileHolder> getFileList(URL dataURL) throws IOException { in getFileList() method in CompatibilityTest
|
/external/pigweed/pw_protobuf_compiler/ts/ |
D | proto_collection.ts | 53 for (const fileDescriptor of set.getFileList()) {
|
/external/pigweed/pw_protobuf_compiler/ts/codegen/ |
D | template_replacement.ts | 64 const fileList = fileDescriptorSet.getFileList();
|
/external/pigweed/pw_rpc/ts/ |
D | descriptors_test.ts | 28 .getFileList()
|
D | client.ts | 147 const descriptors = protoSet.fileDescriptorSet.getFileList();
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/ |
D | FileGroupManager.java | 444 for (DataFile dataFile : pendingFileGroup.getFileList()) { 526 for (DataFile dataFile : pendingFileGroup.getFileList()) { 1127 for (DataFile file : existingFileGroup.getFileList()) { 1147 for (DataFile dataFile : pendingGroup.getFileList()) { 1381 for (DataFile dataFile : pendingGroup.getFileList()) { 2169 List<DataFile> dataFiles = dataFileGroup.getFileList(); 2282 for (DataFile dataFile : dataFileGroup.getFileList()) { 2334 for (DataFile dataFile : dataFileGroup.getFileList()) { 2377 for (DataFile dataFile : dataFileGroup.getFileList()) { 2711 for (DataFile dataFile : fileGroup.getFileList()) { [all …]
|
D | ExpirationHandler.java | 337 for (DataFile dataFile : dataFileGroup.getFileList()) { 376 for (DataFile file : freshGroup.getFileList()) {
|
D | DataFileGroupValidator.java | 68 for (DataFile dataFile : dataFileGroup.getFileList()) { in isValidGroup()
|
/external/pigweed/ts/ |
D | index_test.ts | 39 const fd = protoCollection.fileDescriptorSet.getFileList();
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/ |
D | ManifestConfigHelper.java | 221 for (DataFile dataFile : entry.getDataFileGroup().getFileList()) { in maybeApplyFileUrlTemplate() 255 for (DataFile dataFile : entry.getDataFileGroup().getFileList()) { in validateManifestConfigFileUrls()
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | test_acl.py | 115 test.getFileList(path)
|
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/protoparser/ |
D | SourceCodeInfoParserTest.java | 159 List<FileDescriptorProto> protoFileList = FileDescriptorSet.parseFrom(in).getFileList(); in buildFileDescriptor()
|
/external/deqp/scripts/ |
D | make_release.py | 62 def getFileList (basePath): function 183 allFiles = getFileList(fullSrcPath)
|