Home
last modified time | relevance | path

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

123456

/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
Dgeneric_lint.py12 def RunOnFile(self, filename, 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/v8/tools/
Djs2c.py38 def ToCArray(lines): argument
48 def RemoveCommentsAndTrailingWhitespace(lines): argument
94 def Validate(lines, file): argument
106 def ExpandConstants(lines, constants): argument
112 def ExpandMacros(lines, macros): argument
173 def ReadMacros(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
Dftp_directory_listing_parser_netware.cc39 const std::vector<string16>& lines, in ParseFtpDirectoryListingNetware()
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
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.py109 def check_tabs(self, lines): argument
112 def check(self, lines): argument
Dtext_unittest.py40 def assertNoError(self, lines): argument
51 def assertError(self, lines, expected_line_number): argument
Dxml.py37 def check(self, lines): argument
/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/elfutils/libdw/
Ddwarf_onesrcline.c23 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
Ddwarf_getsrc_die.c25 Dwarf_Lines *lines; in dwarf_getsrc_die() local
Ddwarf_getsrcfiles.c36 Dwarf_Lines *lines; in dwarf_getsrcfiles() local
/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/skia/bench/
Dbench_compare.py10 def parse(lines): argument
/external/v8/test/mjsunit/
Ddebug-sourceslice.js30 var lines = [ 'function a() { b(); };\n', variable
/external/valgrind/tsan/
Dignore.cc10 const string &str, vector<string> *lines) { in SplitStringIntoLinesAndRemoveBlanksAndComments()
64 vector<string> lines; in ReadIgnoresFromString() local
/external/chromium/testing/gmock/scripts/generator/cpp/
Dgmock_class_test.py37 def StripLeadingWhitespace(self, lines): argument
41 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines): argument
/external/chromium/testing/gtest/scripts/
Dpump.py163 def StartsWith(lines, pos, string): argument
186 def FindFirst(lines, token_table, cursor): argument
208 def SubString(lines, start, end): argument
237 def MakeToken(lines, start, end, token_type): argument
243 def ParseToken(lines, pos, regex, token_type): argument
261 def Skip(lines, pos, regex): argument
270 def SkipUntil(lines, pos, regex, token_type): argument
281 def ParseExpTokenInParens(lines, pos): argument
310 def TokenizeLines(lines, pos): argument
/external/webkit/Source/WebCore/rendering/style/
DStyleFlexibleBoxData.h51 unsigned lines : 1; // EBoxLines variable

123456