/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() 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/ |
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 | 75 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/ |
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/ |
D | PRESUBMIT.py | 182 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 …]
|
D | presubmit_test_mocks.py | 46 if f.LocalPath() == filename: 123 def LocalPath(self): member in MockFile
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | script_common_test.py | 72 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/ |
D | build_tools.py | 16 return devil_env.config.LocalPath(build_tool) 43 android_sdk_path = devil_env.config.LocalPath('android_sdk')
|
D | adb_wrapper.py | 76 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/ |
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 | 57 return (f.LocalPath().endswith('.py') 66 errors.extend('%s:%d' % (f.LocalPath(), line_number)
|
/external/perfetto/ |
D | PRESUBMIT.py | 147 f.LocalPath(), line_number, message))) 203 if f.LocalPath() != 'tools/ftrace_proto_gen/event_list':
|
/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/pdfium/fpdfsdk/ |
D | PRESUBMIT.py | 16 return input_api.os_path.normpath(f.LocalPath()) == api_test_file
|
/external/webrtc/tools_webrtc/mb/ |
D | PRESUBMIT.py | 34 source_file_filter=lambda x: 'mb_config.pyl' in x.LocalPath()))
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
D | Marshalling.cpp | 100 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/ |
D | NativeExtension.cs | 169 return new Uri(escapedCodeBase).LocalPath; in GetAssemblyPath()
|
/external/angle/ |
D | PRESUBMIT.py | 263 new_headers.append(f.LocalPath())
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 314 devil_env.config.LocalPath('android_sdk'), 'tools', 'android'),
|