Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/llvm/utils/lint/
Dcommon_lint.py7 def VerifyLineLength(filename, lines, max_length): argument
30 def VerifyTabs(filename, lines): argument
51 def VerifyTrailingWhitespace(filename, lines): argument
73 def RunOnFile(filename, lines): argument
Dcpp_lint.py13 def VerifyIncludes(filename, lines): argument
76 def RunOnFile(self, filename, lines): argument
/external/chromium_org/v8/tools/
Djs2c.py39 def ToCAsciiArray(lines): argument
48 def ToCArray(lines): argument
55 def RemoveCommentsAndTrailingWhitespace(lines): argument
101 def Validate(lines, file): argument
113 def ExpandConstants(lines, constants): argument
119 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander): argument
153 def ExpandMacros(lines, macros): argument
187 def ReadMacros(lines): argument
222 def ExpandInlineMacros(lines, filename): argument
/external/v8/tools/
Djs2c.py39 def ToCAsciiArray(lines): argument
48 def ToCArray(lines): argument
55 def RemoveCommentsAndTrailingWhitespace(lines): argument
101 def Validate(lines, file): argument
113 def ExpandConstants(lines, constants): argument
119 def ExpandMacros(lines, macros): argument
181 def ReadMacros(lines): argument
/external/kernel-headers/original/asm-generic/
Dxor.h21 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local
41 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local
62 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local
84 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local
106 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() local
143 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_3() local
189 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_4() local
244 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_5() local
307 long lines = bytes / (sizeof (long)) / 8 - 1; in xor_8regs_p_2() local
334 long lines = bytes / (sizeof (long)) / 8 - 1; in xor_8regs_p_3() local
[all …]
/external/chromium_org/tools/json_to_struct/
Delement_generator.py25 def _GenerateString(content, lines): argument
35 def _GenerateString16(content, lines): argument
45 def _GenerateArray(element_name, field_info, content, lines): argument
76 def GenerateFieldContent(element_name, field_info, content, lines): argument
/external/clang/tools/clang-format/
Dclang-format.py39 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1) variable
68 lines = stdout.split('\n') variable
70 lines = lines[1:] variable
/external/chromium_org/ui/message_center/views/
Dbounded_label.cc92 int lines = GetCachedLines(width); in GetLinesForWidthAndLimit() local
101 gfx::Size InnerBoundedLabel::GetSizeForWidthAndLines(int width, int lines) { in GetSizeForWidthAndLines()
123 std::vector<string16> InnerBoundedLabel::GetWrappedText(int width, int lines) { in GetWrappedText()
172 int lines = owner_->GetLineLimit(); in OnPaint() local
217 int lines = std::numeric_limits<int>::max(); in GetCachedLines() local
227 void InnerBoundedLabel::SetCachedLines(int width, int lines) { in SetCachedLines()
285 void BoundedLabel::SetLineLimit(int lines) { in SetLineLimit()
301 gfx::Size BoundedLabel::GetSizeForWidthAndLines(int width, int lines) { in GetSizeForWidthAndLines()
341 string16 BoundedLabel::GetWrappedTextForTest(int width, int lines) { in GetWrappedTextForTest()
Dbounded_label_unittest.cc74 BoundedLabelTest& Label(string16 text, int lines) { in Label()
93 #define TEST_WRAP(expected, text, width, lines) \ argument
97 #define TEST_LINES(expected, text, width, lines) \ argument
/external/chromium/net/ftp/
Dftp_directory_listing_parser_vms_unittest.cc54 std::vector<string16> lines(GetSingleLineTestCase(good_cases[i].input)); in TEST_F() local
108 std::vector<string16> lines(GetSingleLineTestCase(bad_cases[i])); in TEST_F() local
133 std::vector<string16> lines( in TEST_F() local
Dftp_directory_listing_parser_netware_unittest.cc32 std::vector<string16> lines(GetSingleLineTestCase(good_cases[i].input)); in TEST_F() local
59 std::vector<string16> lines(GetSingleLineTestCase(bad_cases[i])); in TEST_F() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dpython.py43 def check(self, lines): argument
47 def _check_pep8(self, lines): argument
68 def _check_pylint(self, lines): argument
Dtext.py43 def check(self, lines): argument
48 def process_file_data(filename, lines, error): argument
Dcommon.py43 def check(self, lines): argument
68 def check(self, lines): argument
Dtest_expectations.py77 def check_tabs(self, lines): argument
80 def check(self, lines): argument
Dtext_unittest.py39 def assertNoError(self, lines): argument
50 def assertError(self, lines, expected_line_number): argument
/external/chromium_org/net/ftp/
Dftp_directory_listing_parser_vms_unittest.cc57 std::vector<base::string16> lines( in TEST_F() local
112 std::vector<base::string16> lines(GetSingleLineTestCase(bad_cases[i])); in TEST_F() local
137 std::vector<base::string16> lines( in TEST_F() local
Dftp_directory_listing_parser_netware_unittest.cc35 std::vector<base::string16> lines( in TEST_F() local
63 std::vector<base::string16> lines(GetSingleLineTestCase(bad_cases[i])); in TEST_F() local
/external/guava/guava-tests/test/com/google/common/io/
DLineBufferTest.java84 final List<String> lines = Lists.newArrayList(); in bufferHelper() local
104 List<String> lines = Lists.newArrayList(); in readUsingJava() local
119 List<String> lines = Lists.newArrayList(); in readUsingReader() local
/external/emma/core/java12/com/vladium/emma/data/
DMethodDescriptor.java137 final int [] lines = blockMap [bl]; in getLineMap() local
158 final int [] lines = lineMap.keys (); in getLineMap() local
203 final int [] lines = m_blockMap [bl]; in toString() local
213 final int [] lines = m_lineMap.keys (); in toString() local
/external/markdown/markdown/
Dpreprocessors.py32 def run(self, lines): argument
108 def run(self, lines): argument
196 def run (self, lines): argument
/external/markdown/markdown/extensions/
Dfootnotes.py153 def run(self, lines): argument
158 def _handleFootnoteDefinitions(self, lines): argument
182 def _findFootnoteDefinition(self, lines): argument
203 def detectTabbed(self, lines): argument
/external/chromium_org/tools/valgrind/
Dsuppressions.py94 def StripAndSkipCommentsIterator(lines): argument
263 def ReadValgrindStyleSuppressions(lines, supp_descriptor): argument
472 def ReadDrMemorySuppressions(lines, supp_descriptor): argument
535 def ParseSuppressionOfType(lines, supp_descriptor, def_line_no, report_type): argument
/external/elfutils/libdw/
Ddwarf_onesrcline.c59 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
/external/elfutils/libdwfl/
Dlines.c59 Dwarf_Lines *lines; in __libdwfl_cu_getsrclines() local

1234567891011