Home
last modified time | relevance | path

Searched refs:LocalPath (Results 1 – 22 of 22) 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() or
139 'tests/sksl/' in affected_file.LocalPath()):
151 if not any(f.LocalPath().startswith('infra')
168 if (f.LocalPath().endswith('.gn') or
169 f.LocalPath().endswith('.gni')):
185 cmd = [gn, 'format', '--dry-run', f.LocalPath()]
189 fix = 'bin/gn format ' + f.LocalPath()
[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.py75 if not CppChecker.IsCppFile(f.LocalPath()):
79 added_includes.append([f.LocalPath(), changed_lines])
195 '', input_api.os_path.basename(f.LocalPath()))
233 warnings.extend(_CheckIncludeOrderForScope(scope, input_api, f.LocalPath(),
255 if f.LocalPath().endswith(('.cc', '.cpp', '.h', '.mm')):
275 if not f.LocalPath().startswith(('testing/resources/pixel/',
279 if f.LocalPath().endswith('.in'):
281 elif f.LocalPath().endswith('.pdf'):
285 path = f.LocalPath()[:-end_len]
302 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/
DPRESUBMIT.py182 dn = os.path.dirname(f.LocalPath())
186 files.append(f.LocalPath())
190 files.append(f.LocalPath())
206 if not f.LocalPath().endswith('.h'):
230 if not f.LocalPath().endswith('.h'):
251 file_filter = lambda f: (f.LocalPath().endswith(('.cc', '.h'))
256 problems.append(' %s:%d' % (f.LocalPath(), line_num))
304 f.LocalPath()):
375 gn_file.LocalPath())))
436 errors[gn_file.LocalPath()].append((target_name, all_sources))
[all …]
Dpresubmit_test_mocks.py46 if f.LocalPath() == filename:
123 def LocalPath(self): member in MockFile
/external/chromium-trace/catapult/devil/devil/android/tools/
Dscript_common_test.py72 devil_env.config.LocalPath('adb')
78 self.assertEquals(f.name, devil_env.config.LocalPath('adb'))
85 devil_env.config.LocalPath('adb')
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dbuild_tools.py16 return devil_env.config.LocalPath(build_tool)
43 android_sdk_path = devil_env.config.LocalPath('android_sdk')
Dadb_wrapper.py76 return devil_env.config.LocalPath('adb')
82 devil_env.config.LocalPath('android_sdk'), 'platform-tools', 'adb')
/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.py57 return (f.LocalPath().endswith('.py')
66 errors.extend('%s:%d' % (f.LocalPath(), line_number)
/external/perfetto/
DPRESUBMIT.py147 f.LocalPath(), line_number, message)))
203 if f.LocalPath() != 'tools/ftrace_proto_gen/event_list':
/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/pdfium/fpdfsdk/
DPRESUBMIT.py16 return input_api.os_path.normpath(f.LocalPath()) == api_test_file
/external/webrtc/tools_webrtc/mb/
DPRESUBMIT.py34 source_file_filter=lambda x: 'mb_config.pyl' in x.LocalPath()))
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp100 llvm::SmallString<256> LocalPath = llvm::StringRef(RemoteIndexRoot); in fromProtobuf() local
101 append(LocalPath, Path); in fromProtobuf()
104 llvm::sys::path::native(LocalPath); in fromProtobuf()
105 Result.ProximityPaths.push_back(std::string(LocalPath)); in fromProtobuf()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs169 return new Uri(escapedCodeBase).LocalPath; in GetAssemblyPath()
/external/angle/
DPRESUBMIT.py263 new_headers.append(f.LocalPath())
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py314 devil_env.config.LocalPath('android_sdk'), 'tools', 'android'),