OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:affected_file
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/catapult_build/
html_checks.py
18
def ShouldCheck(
affected_file
):
19
path =
affected_file
.LocalPath()
34
def CheckAffectedFile(
affected_file
, results, output_api):
35
path =
affected_file
.LocalPath()
36
soup = parse_html.BeautifulSoup('\n'.join(
affected_file
.NewContents()))
js_checks.py
219
def ShouldCheck(
affected_file
):
222
path =
affected_file
.LocalPath()
/external/chromium-trace/catapult/telemetry/
PRESUBMIT.py
72
for
affected_file
in input_api.AffectedFiles():
74
if
affected_file
.AbsoluteLocalPath() == presubmit_dir:
76
for line in
affected_file
.GenerateScmDiff().splitlines():
/external/skia/
PRESUBMIT.py
93
for
affected_file
in input_api.AffectedSourceFiles(None):
94
affected_file_path =
affected_file
.LocalPath()
120
for
affected_file
in input_api.AffectedSourceFiles(None):
121
affected_file_path =
affected_file
.LocalPath()
152
for
affected_file
in input_api.AffectedSourceFiles(source_file_filter):
153
if 'third_party' in
affected_file
.LocalPath():
155
contents = input_api.ReadFile(
affected_file
, 'rb')
158
'%s is missing a correct copyright header.' %
affected_file
))
288
for
affected_file
in input_api.AffectedFiles():
289
affected_file_path =
affected_file
.LocalPath(
[
all
...]
/external/v8/
PRESUBMIT.py
154
def FilterFile(
affected_file
):
158
affected_file
,
194
def FilterFile(
affected_file
):
199
affected_file
,
Completed in 91 milliseconds