/external/chromium_org/tools/checkperms/ |
D | checkperms.py | 236 def is_ignored(rel_path): argument 244 def must_be_executable(rel_path): argument 252 def must_not_be_executable(rel_path): argument 276 def check_file(root_path, rel_path): argument 333 def check_file(self, rel_path): argument 343 def check_dir(self, rel_path): argument
|
/external/chromium_org/tools/gyp/test/make_global_settings/ar/ |
D | gyptest-make_global_settings_ar.py | 26 def verify_ar_target(test, ar=None, rel_path=False): argument 52 def verify_ar_host(test, ar=None, rel_path=False): argument
|
/external/chromium_org/tools/gyp/test/make_global_settings/ld/ |
D | gyptest-make_global_settings_ld.py | 26 def verify_ld_target(test, ld=None, rel_path=False): argument 52 def verify_ld_host(test, ld=None, rel_path=False): argument
|
/external/chromium_org/third_party/closure_compiler/ |
D | compile_modules.py | 87 rel_path = lambda f: f function 92 rel_path = lambda f: os.path.join(here_to_module_dir, f) function
|
D | compiler_customization_test.py | 20 def rel_to_abs(rel_path): argument
|
D | checker.py | 185 rel_path = lambda f: os.path.join(os.path.relpath(os.getcwd(), tmp_dir), f) function
|
/external/chromium_org/third_party/closure_compiler/runner/ |
D | build_runner_jar.py | 13 def rel_to_abs(rel_path): argument
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
D | run_tests.py | 13 def rel_to_abs(rel_path): argument
|
D | build_jsdoc_validator_jar.py | 13 def rel_to_abs(rel_path): argument
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/ |
D | build_compiler_runner_jar.py | 10 def rel_to_abs(rel_path): argument
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | cmake.py | 93 def NormjoinPathForceCMakeSource(base_path, rel_path): argument 110 def NormjoinPath(base_path, rel_path): argument 325 def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source): argument
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
D | filereader_unittest.py | 64 def _create_file(self, rel_path, text): argument
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
D | sdktools_test.py | 100 def _BuildUpdaterArchive(self, rel_path, revision): argument
|
D | update_nacl_manifest_test.py | 59 def MakeGsUrl(rel_path): argument
|
/external/chromium_org/third_party/skia/tools/tests/ |
D | render_pictures_test.py | 642 rel_path='expectations.json'): argument
|
/external/skia/tools/tests/ |
D | render_pictures_test.py | 563 rel_path='expectations.json'): argument
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
D | oshelpers_test.py | 67 def MakeFile(self, rel_path, size): argument
|
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 153 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
|
D | os_none.c | 70 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
|
D | os_unix.c | 248 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
|
D | os_internal.c | 146 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_scan_manager_unittest.cc | 158 MediaGalleryPrefId AddGallery(const std::string& rel_path, in AddGallery()
|
/external/chromium_org/build/android/pylib/ |
D | android_commands.py | 1028 def RelToRealPaths(rel_path): argument
|