/external/skia/ |
D | PRESUBMIT.py | 56 eof_files.append(f.LocalPath()) 69 affected_file_path = affected_file.LocalPath() 106 affected_file_path = affected_file.LocalPath() 138 if 'third_party' in affected_file.LocalPath(): 150 sources = lambda x: ('dm_flags.py' in x.LocalPath() or 151 'nanobench_flags.py' in x.LocalPath()) 153 if 0 != subprocess.call(['python', f.LocalPath(), 'test']): 161 if not any(f.LocalPath().startswith('infra') 178 if (not f.LocalPath().endswith('.gn') and 179 not f.LocalPath().endswith('.gni')): [all …]
|
/external/skqp/ |
D | PRESUBMIT.py | 56 eof_files.append(f.LocalPath()) 69 affected_file_path = affected_file.LocalPath() 106 affected_file_path = affected_file.LocalPath() 138 if 'third_party' in affected_file.LocalPath(): 150 sources = lambda x: ('dm_flags.py' in x.LocalPath() or 151 'nanobench_flags.py' in x.LocalPath()) 153 if 0 != subprocess.call(['python', f.LocalPath(), 'test']): 161 if not any(f.LocalPath().startswith('infra') 178 if (not f.LocalPath().endswith('.gn') and 179 not f.LocalPath().endswith('.gni')): [all …]
|
/external/pdfium/ |
D | PRESUBMIT.py | 62 if not CppChecker.IsCppFile(f.LocalPath()): 66 added_includes.append([f.LocalPath(), changed_lines]) 182 '', input_api.os_path.basename(f.LocalPath())) 220 warnings.extend(_CheckIncludeOrderForScope(scope, input_api, f.LocalPath(), 242 if f.LocalPath().endswith(('.cc', '.cpp', '.h', '.mm')): 260 if not f.LocalPath().startswith(('testing/resources/pixel/', 264 if f.LocalPath().endswith('.in'): 266 elif f.LocalPath().endswith('.pdf'): 270 path = f.LocalPath()[:-end_len] 287 if not f.LocalPath().endswith('.png'): [all …]
|
/external/libyuv/files/tools_libyuv/valgrind/memcheck/ |
D | PRESUBMIT.py | 39 for f in filter(lambda x: sup_regex.search(x.LocalPath()), 53 if f.LocalPath() == suppressions[line][1]: 56 (line, f.LocalPath(), line_num, 61 (line, f.LocalPath(), line_num, 71 (line, f.LocalPath(), line_num)) 84 errors.append('"%s" is probably wrong: %s line %s' % (line, f.LocalPath(),
|
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
D | PRESUBMIT.py | 39 for f in filter(lambda x: sup_regex.search(x.LocalPath()), 53 if f.LocalPath() == suppressions[line][1]: 56 (line, f.LocalPath(), line_num, 61 (line, f.LocalPath(), line_num, 71 (line, f.LocalPath(), line_num)) 84 errors.append('"%s" is probably wrong: %s line %s' % (line, f.LocalPath(),
|
/external/v8/ |
D | PRESUBMIT.py | 126 if not CppChecker.IsCppFile(f.LocalPath()): 130 added_includes.append([f.LocalPath(), changed_lines]) 181 local_path = f.LocalPath() 236 local_path = f.LocalPath() 277 local_path = f.LocalPath() 325 lambda file: file.LocalPath() == src_version): 365 with open(f.LocalPath()) as j: 370 'JSON validation failed for %s. Error:\n%s' % (f.LocalPath(), e)) 405 with open(f.LocalPath()) as fh: 420 .format(f.LocalPath(), line_nr, name)) [all …]
|
/external/webrtc/ |
D | PRESUBMIT.py | 88 if f.LocalPath().endswith('.h'): 90 if os.path.dirname(f.LocalPath()) == path: 117 if not f.LocalPath().endswith('.h'): 138 file_filter = lambda f: f.LocalPath().endswith(('.cc', '.h')) 142 problems.append(' %s:%d' % (f.LocalPath(), line_num)) 185 if f.Action() == 'A' or _IsLintWhitelisted(whitelist_dirs, f.LocalPath()): 216 if f.LocalPath().endswith(gyp_exceptions): 263 if f.LocalPath().startswith('webrtc'): 304 if not CppChecker.IsCppFile(f.LocalPath()): 308 added_includes.append([f.LocalPath(), changed_lines])
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | script_common_test.py | 74 devil_env.config.LocalPath('adb') 82 devil_env.config.LocalPath('adb')) 89 devil_env.config.LocalPath('adb')
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | build_tools.py | 16 return devil_env.config.LocalPath(build_tool) 35 android_sdk_path = devil_env.config.LocalPath('android_sdk')
|
D | adb_wrapper.py | 73 return devil_env.config.LocalPath('adb') 78 return os.path.join(devil_env.config.LocalPath('android_sdk'),
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | binary_manager.py | 40 def LocalPath(self, binary_name, os_name, arch, os_version=None): member in BinaryManager 46 self._dependency_manager.LocalPath, binary_name, os_name, arch,
|
D | binary_manager_unittest.py | 207 found_path = manager.LocalPath('dep_2', 'linux', 'x86_64') 212 found_path = manager.LocalPath('dep_2', 'android', 'x86', 'l')
|
/external/chromium-trace/catapult/devil/ |
D | PRESUBMIT.py | 46 return (f.LocalPath().endswith('.py') 56 '%s:%d' % (f.LocalPath(), line_number)
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_unittest.py | 482 dep_manager.LocalPath('dep', 'plat') 491 dep_manager.LocalPath('dep', 'plat') 501 found_path = dep_manager.LocalPath('dependency', 'platform') 513 dep_manager.LocalPath, 'dependency', 'platform') 526 dep_manager.LocalPath, 'dependency', 'platform')
|
D | manager.py | 133 def LocalPath(self, dependency, platform): member in DependencyManager
|
/external/chromium-trace/catapult/devil/devil/ |
D | devil_env.py | 177 def LocalPath(self, dependency, arch=None, device=None): member in _Environment 180 return self._dm.LocalPath(dependency, GetPlatform(arch, device))
|
/external/v8/tools/ |
D | v8_presubmit.py | 183 if (not self.IgnoreFile(f.LocalPath()) and 184 self.IsRelevant(f.LocalPath()) and 185 all(not self.IgnoreDir(d) for d in dirs(f.LocalPath())) and 186 any(map(f.LocalPath().startswith, search_paths)))
|
/external/v8/include/ |
D | PRESUBMIT.py | 21 return '.h' in os.path.split(f.LocalPath())[1]
|
/external/v8/src/ |
D | PRESUBMIT.py | 21 return 'api.cc' == os.path.split(f.LocalPath())[1]
|
/external/v8/tools/mb/ |
D | PRESUBMIT.py | 31 source_file_filter=lambda x: 'mb_config.pyl' in x.LocalPath()))
|
/external/v8/src/inspector/ |
D | PRESUBMIT.py | 17 local_paths = [f.LocalPath() for f in input_api.AffectedFiles()]
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | NativeExtension.cs | 169 return new Uri(escapedCodeBase).LocalPath; in GetAssemblyPath()
|
/external/perfetto/ |
D | PRESUBMIT.py | 151 if f.LocalPath() != 'tools/ftrace_proto_gen/event_whitelist':
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 242 os.path.join(devil_env.config.LocalPath('android_sdk'),
|