Home | History | Annotate | Download | only in chromium_org

Lines Matching refs:scope

98     scope = [(1, '#include <csystem.h>'),
101 all_linenums = [linenum for (linenum, _) in scope]
103 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
108 scope = [(10, '#include <cppsystem>'),
111 all_linenums = [linenum for (linenum, _) in scope]
113 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
119 scope = [(10, '#include <cppsystem>'),
122 all_linenums = [linenum for (linenum, _) in scope]
124 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
130 scope = [(10, '#include "acustom.h"'),
133 all_linenums = [linenum for (linenum, _) in scope]
135 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
142 scope = [(10, '#include <csystem.h>'),
148 all_linenums = [linenum for (linenum, _) in scope]
150 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
214 scope = [(1, '#include "b.h"'),
218 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
223 scope = [(1, '#include "a.h"'),
227 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
233 scope = [(1, '#include "c.h"'),
237 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,