HomeSort by relevance Sort by last modified time
    Searched refs:file_paths (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
patchcheck.py 60 def report_modified_files(file_paths):
61 count = len(file_paths)
66 for path in file_paths:
72 def normalize_whitespace(file_paths):
76 for path in (x for x in file_paths if x.endswith('.py')):
83 def normalize_c_whitespace(file_paths):
86 for path in file_paths:
98 def normalize_docs_whitespace(file_paths):
100 for path in file_paths:
116 def docs_modified(file_paths):
    [all...]
  /external/python/cpython2/Tools/scripts/
patchcheck.py 81 def report_modified_files(file_paths):
82 count = len(file_paths)
87 for path in file_paths:
93 def normalize_whitespace(file_paths):
97 for path in (x for x in file_paths if x.endswith('.py')):
104 def normalize_c_whitespace(file_paths):
107 for path in file_paths:
120 def normalize_docs_whitespace(file_paths):
122 for path in file_paths:
139 def docs_modified(file_paths)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
__init__.py 26 def Transform(transform, file_paths):
28 return multiprocessing.Pool().map(transform, file_paths)
  /external/autotest/frontend/afe/
views.py 106 file_paths = []
113 file_paths.append(file_path)
114 return HttpResponse(rpc_utils.prepare_for_serialization(file_paths))
  /external/selinux/libselinux/src/
selinux_config.c 62 static char *file_paths[NEL]; variable
225 if (asprintf(&file_paths[i], "%s%s",
241 free(file_paths[i]);
242 file_paths[i] = NULL;
259 return file_paths[idx];
295 if (asprintf(&file_paths[i], "%s%s",
  /external/autotest/utils/
run_pylint.py 232 def batch_check_files(file_paths, base_opts):
236 @param file_paths: a list of file paths.
242 if not file_paths:
245 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 307 file_paths = glob.glob(app_manifest_pattern)
309 if len(file_paths) == 0:
312 if len(file_paths) > 1:
315 kiosk_manifest = open(file_paths[0], 'r').read()
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 43 def CreateFiles(self, file_paths):
44 for f in file_paths:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h 148 CMC_return_code WINAPI cmc_send_documents(CMC_string recipient_addresses,CMC_string subject,CMC_string text_note,CMC_flags send_doc_flags,CMC_string file_paths,CMC_string file_names,CMC_string delimiter,CMC_ui_id ui_id);
  /external/clang/lib/Driver/
ToolChains.cpp 3112 path_list &file_paths = getFilePaths(); local
    [all...]

Completed in 627 milliseconds