Home
last modified time | relevance | path

Searched refs:LocalPath (Results 1 – 24 of 24) sorted by relevance

/external/skia/
DPRESUBMIT.py56 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/
DPRESUBMIT.py56 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/
DPRESUBMIT.py62 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/
DPRESUBMIT.py39 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/
DPRESUBMIT.py39 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/
DPRESUBMIT.py126 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/
DPRESUBMIT.py88 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/
Dscript_common_test.py74 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/
Dbuild_tools.py16 return devil_env.config.LocalPath(build_tool)
35 android_sdk_path = devil_env.config.LocalPath('android_sdk')
Dadb_wrapper.py73 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/
Dbinary_manager.py40 def LocalPath(self, binary_name, os_name, arch, os_version=None): member in BinaryManager
46 self._dependency_manager.LocalPath, binary_name, os_name, arch,
Dbinary_manager_unittest.py207 found_path = manager.LocalPath('dep_2', 'linux', 'x86_64')
212 found_path = manager.LocalPath('dep_2', 'android', 'x86', 'l')
/external/chromium-trace/catapult/devil/
DPRESUBMIT.py46 return (f.LocalPath().endswith('.py')
56 '%s:%d' % (f.LocalPath(), line_number)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_unittest.py482 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')
Dmanager.py133 def LocalPath(self, dependency, platform): member in DependencyManager
/external/chromium-trace/catapult/devil/devil/
Ddevil_env.py177 def LocalPath(self, dependency, arch=None, device=None): member in _Environment
180 return self._dm.LocalPath(dependency, GetPlatform(arch, device))
/external/v8/tools/
Dv8_presubmit.py183 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/
DPRESUBMIT.py21 return '.h' in os.path.split(f.LocalPath())[1]
/external/v8/src/
DPRESUBMIT.py21 return 'api.cc' == os.path.split(f.LocalPath())[1]
/external/v8/tools/mb/
DPRESUBMIT.py31 source_file_filter=lambda x: 'mb_config.pyl' in x.LocalPath()))
/external/v8/src/inspector/
DPRESUBMIT.py17 local_paths = [f.LocalPath() for f in input_api.AffectedFiles()]
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs169 return new Uri(escapedCodeBase).LocalPath; in GetAssemblyPath()
/external/perfetto/
DPRESUBMIT.py151 if f.LocalPath() != 'tools/ftrace_proto_gen/event_whitelist':
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py242 os.path.join(devil_env.config.LocalPath('android_sdk'),