Home
last modified time | relevance | path

Searched defs:dirname (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dglob.py105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
124 def glob0(dirname, pattern): argument
127 def glob1(dirname, pattern): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
213 def _join(dirname, basename): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dglob.py105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
124 def glob0(dirname, pattern): argument
127 def glob1(dirname, pattern): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
213 def _join(dirname, basename): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dglob.py105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
124 def glob0(dirname, pattern): argument
127 def glob1(dirname, pattern): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
213 def _join(dirname, basename): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dglob.py105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
124 def glob0(dirname, pattern): argument
127 def glob1(dirname, pattern): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
213 def _join(dirname, basename): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dglob.py105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
124 def glob0(dirname, pattern): argument
127 def glob1(dirname, pattern): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
213 def _join(dirname, basename): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dglob.py105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
124 def glob0(dirname, pattern): argument
127 def glob1(dirname, pattern): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
213 def _join(dirname, basename): argument
/aosp_15_r20/external/igt-gpu-tools/runner/
H A Drunner_tests.c295 char dirname[] = "tmpdirXXXXXX"; variable
627 char dirname[] = "tmpdirXXXXXX"; variable
732 char dirname[] = "tmpdirXXXXXX"; variable
790 char dirname[] = "tmpdirXXXXXX"; variable
848 char dirname[] = "tmpdirXXXXXX"; variable
920 char dirname[] = "tmpdirXXXXXX"; variable
968 char dirname[] = "tmpdirXXXXXX"; variable
1024 char dirname[] = "tmpdirXXXXXX"; variable
1079 char dirname[] = "tmpdirXXXXXX"; variable
1146 char dirname[] = "tmpdirXXXXXX"; variable
[all …]
/aosp_15_r20/external/python/mako/examples/bench/
Dbasic.py54 def genshi(dirname, verbose=False): argument
69 def myghty(dirname, verbose=False): argument
87 def mako(dirname, verbose=False): argument
105 def jinja2(dirname, verbose=False): argument
122 def cheetah(dirname, verbose=False): argument
141 def django(dirname, verbose=False): argument
160 def kid(dirname, verbose=False): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dfile_system.h251 virtual tensorflow::Status CreateDir(const std::string& dirname) { in CreateDir()
255 virtual tensorflow::Status CreateDir(const std::string& dirname, in CreateDir()
266 virtual tensorflow::Status RecursivelyCreateDir(const std::string& dirname) { in RecursivelyCreateDir()
274 virtual tensorflow::Status DeleteDir(const std::string& dirname) { in DeleteDir()
278 virtual tensorflow::Status DeleteDir(const std::string& dirname, in DeleteDir()
307 virtual tensorflow::Status DeleteRecursively(const std::string& dirname, in DeleteRecursively()
653 tensorflow::Status CreateDir(const std::string& dirname, in CreateDir()
658 tensorflow::Status RecursivelyCreateDir(const std::string& dirname, in RecursivelyCreateDir()
663 tensorflow::Status DeleteDir(const std::string& dirname, in DeleteDir()
668 tensorflow::Status DeleteRecursively(const std::string& dirname, in DeleteRecursively()
H A Dfile_system_test.cc47 Status CreateDir(const string& dirname, TransactionToken* token) override { in CreateDir()
93 Status IsDirectory(const string& dirname, TransactionToken* token) override { in IsDirectory()
260 const string dirname = ipfs.JoinPath(kPrefix, "match-00/abc/00"); in TEST() local
270 const string dirname = io::JoinPath(kPrefix, "match-00/abc/00"); in TEST() local
278 const string dirname = io::JoinPath(kPrefix, "match-00/abc/00"); in TEST() local
288 Status IsDirectory(const string& dirname, TransactionToken* token) override { in IsDirectory()
H A Dretrying_file_system.h100 Status CreateDir(const string& dirname, TransactionToken* token) override { in CreateDir()
108 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir()
134 Status IsDirectory(const string& dirname, TransactionToken* token) override { in IsDirectory()
153 Status DeleteRecursively(const string& dirname, TransactionToken* token, in DeleteRecursively()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph.cc123 Status CreateWritableFile(Env* env, const string& dirname, const string& name, in CreateWritableFile()
190 string DumpToFile(const string& name, const string& dirname, in DumpToFile()
225 const string& dirname) { in DumpGraphDefToFile()
232 const string& dirname) { in DumpCostGraphDefToFile()
240 const string& dirname) { in DumpGraphToFile()
265 const string& dirname) { in DumpFunctionDefToFile()
/aosp_15_r20/external/libbrillo/brillo/
H A Dfile_utils_test.cc274 const base::FilePath dirname(GetTempName()); in TEST_F() local
331 const base::FilePath dirname(GetTempName()); in TEST_F() local
351 const base::FilePath dirname(GetTempName()); in TEST_F() local
376 const base::FilePath dirname(GetTempName()); in TEST_F() local
407 const base::FilePath dirname(GetTempName()); in TEST_F() local
434 const base::FilePath dirname(GetTempName()); in TEST_F() local
461 const base::FilePath dirname(GetTempName()); in TEST_F() local
487 const base::FilePath dirname = parentname.Append("target.dir"); in TEST_F() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Dglob.py84 def glob1(dirname, pattern): argument
97 def glob0(dirname, basename): argument
113 def glob2(dirname, pattern): argument
121 def _rlistdir(dirname): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Dglob.py84 def glob1(dirname, pattern): argument
97 def glob0(dirname, basename): argument
113 def glob2(dirname, pattern): argument
121 def _rlistdir(dirname): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Dglob.py84 def glob1(dirname, pattern): argument
97 def glob0(dirname, basename): argument
113 def glob2(dirname, pattern): argument
121 def _rlistdir(dirname): argument
/aosp_15_r20/external/python/setuptools/setuptools/
Dglob.py84 def glob1(dirname, pattern): argument
97 def glob0(dirname, basename): argument
113 def glob2(dirname, pattern): argument
121 def _rlistdir(dirname): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Dglob.py84 def glob1(dirname, pattern): argument
97 def glob0(dirname, basename): argument
113 def glob2(dirname, pattern): argument
121 def _rlistdir(dirname): argument
/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dfreecache.cpp42 static int EliminateOpenFiles(const std::string& dirname, std::set<std::string>* files) { in EliminateOpenFiles()
81 const std::string& dirname, const std::function<bool(const std::string&)>& name_filter) { in FindExpendableFiles()
163 for (const auto& dirname : dirs) { in CheckAndFreeSpaceOnCache() local
172 bool RemoveFilesInDirectory(size_t bytes_needed, const std::string& dirname, in RemoveFilesInDirectory()
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/
H A Dfile_io.py455 def create_dir(dirname): argument
487 def recursive_create_dir(dirname): argument
654 def delete_recursively(dirname): argument
680 def is_directory(dirname): argument
733 def list_directory(dirname): argument
H A Dfile_io_wrapper.cc104 [](const std::string& dirname, PyTransactionToken* token) { in PYBIND11_MODULE()
128 [](const std::string& dirname, PyTransactionToken* token) { in PYBIND11_MODULE()
139 [](const std::string& dirname, PyTransactionToken* token) { in PYBIND11_MODULE()
180 [](const std::string& dirname, PyTransactionToken* token) { in PYBIND11_MODULE()
195 [](const std::string& dirname, PyTransactionToken* token) { in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Denv.cc30 void TF_CreateDir(const char* dirname, TF_Status* status) { in TF_CreateDir()
36 void TF_DeleteDir(const char* dirname, TF_Status* status) { in TF_DeleteDir()
42 void TF_DeleteRecursively(const char* dirname, int64_t* undeleted_file_count, in TF_DeleteRecursively()
127 TF_StringStream* TF_GetChildren(const char* dirname, TF_Status* status) { in TF_GetChildren()
/aosp_15_r20/external/python/google-api-python-client/
Dsamples-index.py96 def context_from_sample(api, keywords, dirname, desc, uri): argument
131 def keyword_context_from_sample(keywords, dirname, desc, uri): argument
158 def scan_readme_files(dirname): argument
/aosp_15_r20/external/autotest/client/tools/
H A Dhtml_report.py1381 def make_html_file(metadata, results, tag, host, output_file_name, dirname): argument
1544 def parse_result(dirname, line, results_data): argument
1703 def create_report(dirname, html_path='', output_file_name=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dsaver_test.py922 def _get_test_dir(self, dirname): argument
1309 def _get_test_dir(self, dirname): argument
1675 def _get_test_dir(self, dirname): argument
1736 def _get_test_dir(self, dirname): argument
1871 def _get_test_dir(self, dirname): argument
2709 def _get_test_dir(self, dirname): argument
2738 def _get_test_dir(self, dirname): argument

12345678910>>...24