Home
last modified time | relevance | path

Searched refs:subfile (Results 1 – 25 of 35) sorted by relevance

12

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCldrFileWrite.java67 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()
DTestAliases.java186 for (String subfile : file.list()) { in checkForAliases()
187 checkForAliases(dirString + "/" + subfile); in checkForAliases()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java672 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/
DVerifyAttributeValues.java165 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/
Dgenerate-header-include-checks.py86 for subfile in os.listdir(full_name):
87 full_name = os.path.join(filename, subfile)
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc151 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/
DSupplementalMapper.java297 for (File subfile : dir.listFiles()) { in loadValues()
298 String name = subfile.getName(); in loadValues()
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py116 with open(path, 'w') as subfile:
117 subfile.write(content)
/external/libexif/po/
Den_GB.po2943 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."
Den_AU.po2943 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."
Dlibexif-12.pot2821 msgid "A general indication of the kind of data contained in this subfile."
Dzh_CN.po2825 msgid "A general indication of the kind of data contained in this subfile."
Dsq.po2825 msgid "A general indication of the kind of data contained in this subfile."
Dtr.po2825 msgid "A general indication of the kind of data contained in this subfile."
Dbe.po2825 msgid "A general indication of the kind of data contained in this subfile."
Dsr.po2866 msgid "A general indication of the kind of data contained in this subfile."
Dpt.po2825 msgid "A general indication of the kind of data contained in this subfile."
Dru.po2898 msgid "A general indication of the kind of data contained in this subfile."
Den_CA.po2832 msgid "A general indication of the kind of data contained in this subfile."
Dja.po2835 msgid "A general indication of the kind of data contained in this subfile."
Duk.po2824 msgid "A general indication of the kind of data contained in this subfile."
Dpt_BR.po2833 msgid "A general indication of the kind of data contained in this subfile."
Dfr.po3002 msgid "A general indication of the kind of data contained in this subfile."
Dsv.po2883 msgid "A general indication of the kind of data contained in this subfile."
Dcs.po2865 msgid "A general indication of the kind of data contained in this subfile."

12