Home
last modified time | relevance | path

Searched refs:subfile (Results 1 – 25 of 39) 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.java694 for (File subfile : files) { in getFilesRecursively()
695 if (subfile.isDirectory()) { in getFilesRecursively()
696 if (!isJunkFile(subfile.getName())) { in getFilesRecursively()
697 getFilesRecursively(subfile, filter, toAddTo); in getFilesRecursively()
699 } else if (filter.accept(directory, subfile.getName())) { in getFilesRecursively()
700 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/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc240 const string subfile = io::JoinPath(subdir, "TestSubFile.csv"); in TEST_F() local
241 TF_EXPECT_OK(WriteString(subfile, "test")); in TEST_F()
/external/libcups/scheduler/
Dcups-driverd.cxx168 size_t bufsize, char **subfile);
842 char **subfile) /* O - Sub-filename */ in get_file() argument
854 if (subfile) in get_file()
855 *subfile = NULL; in get_file()
951 if (subfile) in get_file()
965 *subfile = bufptr; in get_file()
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py117 with open(path, 'w') as subfile:
118 subfile.write(content)
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem_test.cc202 const std::string subfile = io::JoinPath(subdir, "TestSubFile.csv"); in TEST_F() local
203 WriteString(subfile, "test"); in TEST_F()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem_test.cc368 const std::string subfile = io::JoinPath(subdir, "TestSubFile.csv"); in TEST_F() local
369 WriteString(subfile, "test"); in TEST_F()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem_test.cc421 const std::string subfile = io::JoinPath(subdir, "TestSubFile.csv"); in TEST_F() local
422 WriteString(subfile, "test"); in TEST_F()
/external/mesa3d/src/freedreno/rnn/
Drnn.c828 char *subfile = 0; in trytop() local
831 subfile = getattrib(db, file, node->line, attr); in trytop()
837 if (!subfile) { in trytop()
840 rnn_parsefile(db, subfile); in trytop()
/external/libexif/po/
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."
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."
Dlibexif-12.pot2821 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."
Dbe.po2825 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."
Dsr.po2866 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."
Den_CA.po2832 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."
Duk.po2824 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."
Dja.po2835 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."

12