Home
last modified time | relevance | path

Searched defs:file_paths (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dpatchcheck.py81 def report_modified_files(file_paths): argument
93 def normalize_whitespace(file_paths): argument
104 def normalize_c_whitespace(file_paths): argument
120 def normalize_docs_whitespace(file_paths): argument
139 def docs_modified(file_paths): argument
145 def credit_given(file_paths): argument
151 def reported_news(file_paths): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
D__init__.py26 def Transform(transform, file_paths): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py43 def CreateFiles(self, file_paths): argument
/external/autotest/utils/
Drun_pylint.py232 def batch_check_files(file_paths, base_opts): argument
/external/selinux/libselinux/src/
Dselinux_config.c62 static char *file_paths[NEL]; variable
/external/clang/lib/Driver/
DToolChains.cpp3112 path_list &file_paths = getFilePaths(); in NaClToolChain() local