OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:affected_file
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/extensions/
PRESUBMIT.py
104
def ComputeEnumRangeInNewFile(self,
affected_file
):
105
return self.ComputeEnumRangeInContents(
affected_file
.NewContents())
136
def CollectRangesInsideEnumDefinition(self,
affected_file
,
155
for line_number, line_text in
affected_file
.ChangedContents():
175
def CheckForFileDeletion(self,
affected_file
):
177
if not
affected_file
.NewContents():
185
def GetDeletedLinesFromScmDiff(self,
affected_file
):
201
for line in
affected_file
.GenerateScmDiff().splitlines():
222
def CheckForEnumEntryDeletions(self,
affected_file
):
228
range_new = self.ComputeEnumRangeInNewFile(
affected_file
)
[
all
...]
/external/chromium_org/chrome/common/extensions/api/
PRESUBMIT.py
51
def get_action(
affected_file
):
52
filename =
affected_file
.LocalPath()
55
for
affected_file
in input_api.AffectedFiles(
59
parse_error = get_action(
affected_file
)(input_api,
60
affected_file
.AbsoluteLocalPath())
63
(
affected_file
.LocalPath(), parse_error)))
/external/chromium_org/media/
PRESUBMIT.py
15
def FilterFile(
affected_file
):
17
return
affected_file
.LocalPath().endswith(
/external/chromium_org/third_party/
PRESUBMIT.py
80
def _IgnoreIfDeleting(input_api, output_api,
affected_file
, errors):
81
third_party_dir = input_api.os_path.dirname(
affected_file
.LocalPath())
87
'directory is being removed.\n', [f,
affected_file
]))
/external/chromium_org/content/test/gpu/page_sets/
PRESUBMIT.py
32
for
affected_file
in input_api.AffectedFiles(include_deletes=False):
33
hash_path =
affected_file
.AbsoluteLocalPath()
/external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py
40
for
affected_file
in input_api.AffectedFiles(include_deletes=False):
41
hash_path =
affected_file
.AbsoluteLocalPath()
/external/chromium_org/chrome/common/extensions/
PRESUBMIT.py
96
for
affected_file
in input_api.AffectedFiles():
97
name =
affected_file
.LocalPath()
98
absolute_path =
affected_file
.AbsoluteLocalPath()
/external/chromium_org/
PRESUBMIT.py
268
def FilterFile(
affected_file
):
273
affected_file
,
394
def IsBlacklisted(
affected_file
, blacklist):
395
local_path =
affected_file
.LocalPath()
729
def FilterFile(
affected_file
):
736
affected_file
,
[
all
...]
Completed in 1201 milliseconds