Home | History | Annotate | Download | only in chromium_org

Lines Matching refs:scope

78     scope = [(1, '#include <csystem.h>'),
81 all_linenums = [linenum for (linenum, _) in scope]
83 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
88 scope = [(10, '#include <cppsystem>'),
91 all_linenums = [linenum for (linenum, _) in scope]
93 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
99 scope = [(10, '#include <cppsystem>'),
102 all_linenums = [linenum for (linenum, _) in scope]
104 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
110 scope = [(10, '#include "acustom.h"'),
113 all_linenums = [linenum for (linenum, _) in scope]
115 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
122 scope = [(10, '#include <csystem.h>'),
128 all_linenums = [linenum for (linenum, _) in scope]
130 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
184 scope = [(1, '#include "b.h"'),
188 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
193 scope = [(1, '#include "a.h"'),
197 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
203 scope = [(1, '#include "c.h"'),
207 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,