Searched refs:subfile (Results 1 – 25 of 35) sorted by relevance
12
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCldrFileWrite.java | 67 for (File subfile : file.listFiles()) { in checkDir() 68 String subName = subfile.getName(); in checkDir() 69 if (subfile.isDirectory()) { in checkDir() 70 checkDir(subfile, new File(outFile, subName), retain); in checkDir()
|
D | TestAliases.java | 186 for (String subfile : file.list()) { in checkForAliases() 187 checkForAliases(dirString + "/" + subfile); in checkForAliases()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRConfig.java | 672 for (File subfile : files) { in getFilesRecursively() 673 if (subfile.isDirectory()) { in getFilesRecursively() 674 if (!isJunkFile(subfile.getName())) { in getFilesRecursively() 675 getFilesRecursively(subfile, filter, toAddTo); in getFilesRecursively() 677 } else if (filter.accept(directory, subfile.getName())) { in getFilesRecursively() 678 toAddTo.add(subfile); in getFilesRecursively()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | VerifyAttributeValues.java | 165 for (File subfile : file.listFiles()) { in findAttributeValues() 166 final String subname = subfile.getName(); in findAttributeValues() 172 … processed += findAttributeValues(subfile, max, fileMatcher, errors, allMissing, out); in findAttributeValues()
|
/external/v8/tools/ |
D | generate-header-include-checks.py | 86 for subfile in os.listdir(full_name): 87 full_name = os.path.join(filename, subfile)
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 151 const string subfile = io::JoinPath(subdir, "TestSubFile.csv"); in TEST_F() local 152 TF_EXPECT_OK(WriteString(subfile, "test")); in TEST_F()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | SupplementalMapper.java | 297 for (File subfile : dir.listFiles()) { in loadValues() 298 String name = subfile.getName(); in loadValues()
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | util.py | 116 with open(path, 'w') as subfile: 117 subfile.write(content)
|
/external/libexif/po/ |
D | en_GB.po | 2943 msgid "A general indication of the kind of data contained in this subfile." 2944 msgstr "A general indication of the kind of data contained in this subfile."
|
D | en_AU.po | 2943 msgid "A general indication of the kind of data contained in this subfile." 2944 msgstr "A general indication of the kind of data contained in this subfile."
|
D | libexif-12.pot | 2821 msgid "A general indication of the kind of data contained in this subfile."
|
D | zh_CN.po | 2825 msgid "A general indication of the kind of data contained in this subfile."
|
D | sq.po | 2825 msgid "A general indication of the kind of data contained in this subfile."
|
D | tr.po | 2825 msgid "A general indication of the kind of data contained in this subfile."
|
D | be.po | 2825 msgid "A general indication of the kind of data contained in this subfile."
|
D | sr.po | 2866 msgid "A general indication of the kind of data contained in this subfile."
|
D | pt.po | 2825 msgid "A general indication of the kind of data contained in this subfile."
|
D | ru.po | 2898 msgid "A general indication of the kind of data contained in this subfile."
|
D | en_CA.po | 2832 msgid "A general indication of the kind of data contained in this subfile."
|
D | ja.po | 2835 msgid "A general indication of the kind of data contained in this subfile."
|
D | uk.po | 2824 msgid "A general indication of the kind of data contained in this subfile."
|
D | pt_BR.po | 2833 msgid "A general indication of the kind of data contained in this subfile."
|
D | fr.po | 3002 msgid "A general indication of the kind of data contained in this subfile."
|
D | sv.po | 2883 msgid "A general indication of the kind of data contained in this subfile."
|
D | cs.po | 2865 msgid "A general indication of the kind of data contained in this subfile."
|
12