Home
last modified time | relevance | path

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

12345678910>>...12

/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/third_party/libaddressinput/src/cpp/test/
Daddress_formatter_test.cc114 std::vector<std::string> lines; in TEST() local
154 std::vector<std::string> lines; in TEST() local
203 std::vector<std::string> lines; in TEST() local
218 std::vector<std::string> lines; in TEST() local
228 std::vector<std::string> lines; in TEST() local
253 std::vector<std::string> lines; in TEST() local
290 std::vector<std::string> lines; in TEST() local
311 std::vector<std::string> lines; in TEST() local
336 std::vector<std::string> lines; in TEST() local
/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/chromium_org/ui/message_center/views/
Dbounded_label.cc96 int lines = GetCachedLines(width); in GetLinesForWidthAndLimit() local
105 gfx::Size InnerBoundedLabel::GetSizeForWidthAndLines(int width, int lines) { in GetSizeForWidthAndLines()
128 int lines) { in GetWrappedText()
174 int lines = owner_->GetLineLimit(); in OnPaint() local
219 int lines = std::numeric_limits<int>::max(); in GetCachedLines() local
229 void InnerBoundedLabel::SetCachedLines(int width, int lines) { in SetCachedLines()
288 void BoundedLabel::SetLineLimit(int lines) { in SetLineLimit()
308 gfx::Size BoundedLabel::GetSizeForWidthAndLines(int width, int lines) { in GetSizeForWidthAndLines()
348 base::string16 BoundedLabel::GetWrappedTextForTest(int width, int lines) { in GetWrappedTextForTest()
Dbounded_label_unittest.cc74 BoundedLabelTest& Label(base::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_org/chrome/browser/resources/chromeos/chromevox/common/
Deditable_text_area_shadow.js77 var lines = {0: {startIndex: 0, endIndex: 0}}; variable
124 lines[lineIndex] = {startIndex: offset, endIndex: offset}; variable
139 lines[lineIndex] = {startIndex: lastGoodOffset, endIndex: lastGoodOffset}; variable
Dcontent_editable_extractor.js66 var lines = {0: {startIndex: 0, endIndex: 0}}; variable
151 lines[lineIndex] = {startIndex: textSize, endIndex: textSize}; variable
/external/chromium_org/v8/tools/
Djs2c.py54 def RemoveCommentsAndTrailingWhitespace(lines): argument
73 def Validate(lines): argument
85 def ExpandConstants(lines, constants): argument
91 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander): argument
125 def ExpandMacros(lines, macros): argument
159 def ReadMacros(lines): argument
194 def ExpandInlineMacros(lines): argument
223 def ExpandInlineConstants(lines): argument
/external/chromium_org/net/ftp/
Dftp_directory_listing_parser_vms_unittest.cc59 std::vector<base::string16> lines( in TEST_F() local
114 std::vector<base::string16> lines(GetSingleLineTestCase(bad_cases[i])); in TEST_F() local
139 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/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/third_party/markdown/
Dpreprocessors.py69 def run(self, lines): argument
82 def run(self, lines): argument
174 def run(self, lines): argument
311 def run (self, lines): argument
/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/chromium_org/chrome/browser/media/
Dwebrtc_log_uploader_unittest.cc27 std::vector<std::string> lines = GetLinesFromListFile(); in VerifyNumberOfLines() local
112 std::vector<std::string> lines; in GetLinesFromListFile() local
125 std::vector<std::string> lines = GetLinesFromListFile(); in GetLastLineFromListFile() local
135 std::vector<std::string> lines; in VerifyRtpDumpInMultipart() 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.py91 def StripAndSkipCommentsIterator(lines): argument
258 def ReadValgrindStyleSuppressions(lines, supp_descriptor): argument
466 def ReadDrMemorySuppressions(lines, supp_descriptor): argument
529 def ParseSuppressionOfType(lines, supp_descriptor, def_line_no, report_type): argument
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
Dmemdump_parser.py14 def Parse(lines): argument
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpServerTest.java42 List<String> lines = getOutputLines(outputStream); in assertResponse() local
46 protected void assertLinesOfText(String[] expected, List<String> lines) { in assertLinesOfText()
75 List<String> lines = new ArrayList<String>(); in readLinesFromFile() local

12345678910>>...12