Home
last modified time | relevance | path

Searched full:lines (Results 1 – 25 of 3510) sorted by relevance

12345678910>>...141

/external/swiftshader/third_party/LLVM/utils/
DNightlyTest.gnuplot6 set ylabel "Lines of Code"
14 plot "running_loc.txt" using 1:2 title '' with lines, \
15 "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines
23 "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines
36 plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
37 "running_Olden_cbe_time.txt" u 1:2 t "bh" with lines, \
38 "running_Olden_cbe_time.txt" u 1:3 t "em3d" with lines, \
39 "running_Olden_cbe_time.txt" u 1:4 t "mst" with lines, \
40 "running_Olden_cbe_time.txt" u 1:5 t "power" with lines, \
41 "running_Olden_cbe_time.txt" u 1:6 t "tsp" with lines, \
[all …]
/external/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
48 DwarfLineToModule h(&m, "/", &lines); in TEST()
59 EXPECT_EQ(1U, lines.size()); in TEST()
60 EXPECT_EQ(0x6fd126fbf74f2680ULL, lines[0].address); in TEST()
61 EXPECT_EQ(0x63c9a14cf556712bULL, lines[0].size); in TEST()
62 EXPECT_TRUE(lines[0].file == files[0]); in TEST()
63 EXPECT_EQ(0x4c090cbf, lines[0].number); in TEST()
68 vector<Module::Line> lines; in TEST() local
69 DwarfLineToModule h(&m, "/", &lines); in TEST()
98 ASSERT_EQ(5U, lines.size()); in TEST()
[all …]
/external/python/cpython2/PC/VS9.0/
Dvs9to8.py15 lines = fin.read()
16 lines = lines.replace('Version="9,00"', 'Version="8.00"')
17 lines = lines.replace('Version="9.00"', 'Version="8.00"')
18 lines = lines.replace('Format Version 10.00', 'Format Version 9.00')
19 lines = lines.replace('Visual Studio 2008', 'Visual Studio 2005')
21 lines = lines.replace('wininst-9.0', 'wininst-8.0')
22 lines = lines.replace('..\\', '..\\..\\')
23 lines = lines.replace('..\\..\\..\\..\\', '..\\..\\..\\')
27 lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.6.21')
28lines = lines.replace('$(bsddbDir)\\..\\..', '..\\..\\..\\db-4.7.25.0\\build_windows\\..')
[all …]
/external/vulkan-validation-layers/demos/smoke/
Dgenerate-dispatch-table.py82 lines = []
83 lines.append("Extension(name=%s, version=%s, guard=%s, commands=[" %
87 lines.append(" %s," % repr(cmd))
89 lines.append("])")
91 return "\n".join(lines)
314 lines = []
315 lines.append("// This file is generated.")
316 lines.append("#ifndef %s" % guard)
317 lines.append("#define %s" % guard)
318 lines.append("")
[all …]
/external/eigen/bench/btl/data/
Dperlib_plot_settings.txt1 eigen3 ; with lines lw 4 lt 1 lc rgbcolor "black"
2 eigen2 ; with lines lw 3 lt 1 lc rgbcolor "#999999"
3 EigenBLAS ; with lines lw 3 lt 3 lc rgbcolor "#999999"
4 eigen3_novec ; with lines lw 2 lt 1 lc rgbcolor "#999999"
5 eigen3_nogccvec ; with lines lw 2 lt 2 lc rgbcolor "#991010"
6 INTEL_MKL ; with lines lw 3 lt 1 lc rgbcolor "#ff0000"
7 ATLAS ; with lines lw 3 lt 1 lc rgbcolor "#008000"
8 gmm ; with lines lw 3 lt 1 lc rgbcolor "#0000ff"
9 ublas ; with lines lw 3 lt 1 lc rgbcolor "#00b7ff"
10 mtl4 ; with lines lw 3 lt 1 lc rgbcolor "#d18847"
[all …]
/external/clang/test/Preprocessor/
Darm-target-features.c1 // RUN: %clang -target armv8a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch…
12 // RUN: %clang -target armv7a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch…
21 …pple-macosx10.10 -arch armv7s -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=CHE…
30 // RUN: %clang -target armv8a -mfloat-abi=hard -x c -E -dM %s | FileCheck -match-full-lines --check…
42 …8a -mfloat-abi=hard -mfpu=fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE…
47 …float-abi=hard -mfpu=neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE…
48 …bi=hard -mfpu=crypto-neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE…
53 // RUN: %clang -target armv8a -mnocrc -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=C…
58 // RUN: %clang -target armv8 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=V8 %s
59 // RUN: %clang -target armv8 -mthumb -x c -E -dM %s -o - | FileCheck -match-full-lines --check-pref…
[all …]
Dx86_target_features.c1 …n-unknown -march=core2 -msse4 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE…
12 …arch=core2 -msse4.1 -mno-sse4 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=NOS…
16 …-march=core2 -msse4 -mno-sse2 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE…
27 …nown-unknown -march=pentium-m -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE…
38 …arch=pentium-m -mno-sse -mavx -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX…
50 …arch=pentium-m -mxop -mno-avx -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE…
62 …unknown -march=atom -mavx512f -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX…
76 …nknown -march=atom -mavx512cd -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX…
91 …nknown -march=atom -mavx512er -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX…
106 …nknown -march=atom -mavx512pf -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX…
[all …]
/external/v8/tools/
Djs2c.py53 def RemoveCommentsAndTrailingWhitespace(lines): argument
54 lines = re.sub(r'//.*\n', '\n', lines) # end-of-line comments
55 lines = re.sub(re.compile(r'/\*.*?\*/', re.DOTALL), '', lines) # comments.
56 lines = re.sub(r'\s+\n+', '\n', lines) # trailing whitespace
57 return lines
63 lines = file.read()
66 return lines
75 def Validate(lines): argument
78 if EVAL_PATTERN.search(lines):
80 if WITH_PATTERN.search(lines):
[all …]
/external/clang/lib/Format/
DBreakableToken.cpp259 TokenText.substr(2, TokenText.size() - 4).split(Lines, "\n"); in BreakableBlockComment()
262 LeadingWhitespace.resize(Lines.size()); in BreakableBlockComment()
263 StartOfLineColumn.resize(Lines.size()); in BreakableBlockComment()
265 for (size_t i = 1; i < Lines.size(); ++i) in BreakableBlockComment()
269 if (Lines.size() == 1 && !FirstInLine) { in BreakableBlockComment()
272 // lines with the first one. in BreakableBlockComment()
277 for (size_t i = 1, e = Lines.size(); i < e && !Decoration.empty(); ++i) { in BreakableBlockComment()
279 if (i + 1 == e && Lines[i].empty()) in BreakableBlockComment()
281 if (!Lines[i].empty() && i + 1 != e && Decoration.startswith(Lines[i])) in BreakableBlockComment()
283 while (!Lines[i].startswith(Decoration)) in BreakableBlockComment()
[all …]
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_-f.output2 Lines executed:100.00% of 1
5 Lines executed:0.00% of 1
8 Lines executed:0.00% of 1
11 Lines executed:100.00% of 2
14 Lines executed:0.00% of 2
17 Lines executed:100.00% of 3
20 Lines executed:100.00% of 4
23 Lines executed:91.67% of 24
26 Lines executed:100.00% of 1
29 Lines executed:100.00% of 1
[all …]
Dtest_-b_-f.output2 Lines executed:100.00% of 1
7 Lines executed:0.00% of 1
12 Lines executed:0.00% of 1
17 Lines executed:100.00% of 2
22 Lines executed:0.00% of 2
27 Lines executed:100.00% of 3
32 Lines executed:100.00% of 4
38 Lines executed:91.67% of 24
44 Lines executed:100.00% of 1
49 No executable lines
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py163 def StartsWith(lines, pos, string): argument
164 """Returns True iff the given position in lines starts with 'string'."""
166 return lines[pos.line][pos.column:].startswith(string)
174 # We found regex in lines
186 def FindFirst(lines, token_table, cursor): argument
187 """Finds the first occurrence of any string in strings in lines."""
191 for line in lines[start.line:]:
202 return MakeToken(lines, found_start, found_end, token_type)
204 # We failed to find str in lines
208 def SubString(lines, start, end): argument
[all …]
/external/v8/testing/gtest/scripts/
Dpump.py163 def StartsWith(lines, pos, string): argument
164 """Returns True iff the given position in lines starts with 'string'."""
166 return lines[pos.line][pos.column:].startswith(string)
174 # We found regex in lines
186 def FindFirst(lines, token_table, cursor): argument
187 """Finds the first occurrence of any string in strings in lines."""
191 for line in lines[start.line:]:
202 return MakeToken(lines, found_start, found_end, token_type)
204 # We failed to find str in lines
208 def SubString(lines, start, end): argument
[all …]
/external/googletest/googletest/scripts/
Dpump.py163 def StartsWith(lines, pos, string): argument
164 """Returns True iff the given position in lines starts with 'string'."""
166 return lines[pos.line][pos.column:].startswith(string)
174 # We found regex in lines
186 def FindFirst(lines, token_table, cursor): argument
187 """Finds the first occurrence of any string in strings in lines."""
191 for line in lines[start.line:]:
202 return MakeToken(lines, found_start, found_end, token_type)
204 # We failed to find str in lines
208 def SubString(lines, start, end): argument
[all …]
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py163 def StartsWith(lines, pos, string): argument
164 """Returns True iff the given position in lines starts with 'string'."""
166 return lines[pos.line][pos.column:].startswith(string)
174 # We found regex in lines
186 def FindFirst(lines, token_table, cursor): argument
187 """Finds the first occurrence of any string in strings in lines."""
191 for line in lines[start.line:]:
202 return MakeToken(lines, found_start, found_end, token_type)
204 # We failed to find str in lines
208 def SubString(lines, start, end): argument
[all …]
/external/protobuf/gtest/scripts/
Dpump.py164 def StartsWith(lines, pos, string): argument
165 """Returns True iff the given position in lines starts with 'string'."""
167 return lines[pos.line][pos.column:].startswith(string)
175 # We found regex in lines
187 def FindFirst(lines, token_table, cursor): argument
188 """Finds the first occurrence of any string in strings in lines."""
192 for line in lines[start.line:]:
203 return MakeToken(lines, found_start, found_end, token_type)
205 # We failed to find str in lines
209 def SubString(lines, start, end): argument
[all …]
/external/llvm/utils/lint/
Dcommon_lint.py7 def VerifyLineLength(filename, lines, max_length): argument
8 """Checks to make sure the file has no lines with lines exceeding the length
13 lines: contents of the file as string array
22 for line in lines:
30 def VerifyTabs(filename, lines): argument
35 lines: contents of the file as string array
44 for line in lines:
51 def VerifyTrailingWhitespace(filename, lines): argument
52 """Checks to make sure the file has no lines with trailing whitespace.
56 lines: contents of the file as string array
[all …]
/external/swiftshader/third_party/LLVM/utils/lint/
Dcommon_lint.py7 def VerifyLineLength(filename, lines, max_length): argument
8 """Checks to make sure the file has no lines with lines exceeding the length
13 lines: contents of the file as string array
22 for line in lines:
30 def VerifyTabs(filename, lines): argument
35 lines: contents of the file as string array
44 for line in lines:
51 def VerifyTrailingWhitespace(filename, lines): argument
52 """Checks to make sure the file has no lines with trailing whitespace.
56 lines: contents of the file as string array
[all …]
/external/ply/ply/ply/
Dygen.py13 def get_source_range(lines, tag): argument
14 srclines = enumerate(lines)
28 def filter_section(lines, tag): argument
32 for line in lines:
43 lines = f.readlines()
45 parse_start, parse_end = get_source_range(lines, 'parsedebug')
46 parseopt_start, parseopt_end = get_source_range(lines, 'parseopt')
47 parseopt_notrack_start, parseopt_notrack_end = get_source_range(lines, 'parseopt-notrack')
50 orig_lines = lines[parse_start:parse_end]
59 lines[parseopt_notrack_start:parseopt_notrack_end] = parseopt_notrack_lines
[all …]
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py116 def colorize_lines (self, lines): argument
117 lines = (l if l else '' for l in lines)
118 ss = [self.diff_regex.sub (r'\1\n\2\n', l).splitlines (True) for l in lines]
146 lines = [None, None]
152 if lines[i]:
154 for line in self.colorize_lines (lines):
156 lines = [None, None]
157 lines[i] = l[1:]
158 if (all (lines)):
160 for line in self.colorize_lines (lines):
[all …]
/external/mockito/src/main/java/org/mockito/internal/debugging/
DLoggingListener.java58 List<String> lines = new LinkedList<String>(); in getStubbingInfo() local
59lines.add("[Mockito] Additional stubbing information (see javadoc for StubbingInfo class):"); in getStubbingInfo()
62 lines.add("[Mockito]"); in getStubbingInfo()
63lines.add("[Mockito] Argument mismatch between stubbing and actual invocation (is stubbing correct… in getStubbingInfo()
64 lines.add("[Mockito]"); in getStubbingInfo()
65 addOrderedList(lines, argMismatchStubs); in getStubbingInfo()
69 lines.add("[Mockito]"); in getStubbingInfo()
70 lines.add("[Mockito] Unused stubbing (perhaps can be removed from the test?):"); in getStubbingInfo()
71 lines.add("[Mockito]"); in getStubbingInfo()
72 addOrderedList(lines, unusedStubs); in getStubbingInfo()
[all …]
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp81 MSAALineVertices& lines) { in append_contour_edge_indices() argument
82 *(lines.nextIndex++) = fanCenterIdx; in append_contour_edge_indices()
83 *(lines.nextIndex++) = edgeV0Idx; in append_contour_edge_indices()
84 *(lines.nextIndex++) = edgeV0Idx + 1; in append_contour_edge_indices()
87 static inline void add_quad(MSAALineVertices& lines, MSAAQuadVertices& quads, const SkPoint pts[], in add_quad() argument
89 SkASSERT(lines.nextVertex < lines.verticesEnd); in add_quad()
90 *lines.nextVertex = { pts[2], color }; in add_quad()
92 int prevIdx = (uint16_t) (lines.nextVertex - lines.vertices - 1); in add_quad()
94 append_contour_edge_indices(subpathLineIdxStart, prevIdx, lines); in add_quad()
97 lines.nextVertex++; in add_quad()
[all …]
/external/markdown/markdown/extensions/
Dfootnotes.py153 def run(self, lines): argument
154 lines = self._handleFootnoteDefinitions(lines)
155 text = "\n".join(lines)
158 def _handleFootnoteDefinitions(self, lines): argument
160 Recursively find all footnote definitions in lines.
164 * lines: A list of lines of text
166 Return: A list of lines with footnote definitions removed.
169 i, id, footnote = self._findFootnoteDefinition(lines)
172 plain = lines[:i]
173 detabbed, theRest = self.detectTabbed(lines[i+1:])
[all …]
/external/boringssl/src/util/
Ddoc.go79 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, e…
80 if len(lines) == 0 {
81 return nil, lines, lineNo, nil
85 rest = lines
117 /* Identing the lines of a paragraph marks them as
141 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error…
142 if len(lines) == 0 || len(lines[0]) == 0 {
143 return "", lines, lineNo, nil
146 rest = lines
269 var lines, oldLines []string
[all …]
/external/markdown/markdown/
Dblockprocessors.py42 lines = text.split('\n')
43 for line in lines:
50 return '\n'.join(newtext), '\n'.join(lines[len(newtext):])
53 """ Remove a tab from front of lines but allowing dedented lines. """
54 lines = text.split('\n')
55 for i in range(len(lines)):
56 if lines[i].startswith(' '*markdown.TAB_LENGTH*level):
57 lines[i] = lines[i][markdown.TAB_LENGTH*level:]
58 return '\n'.join(lines)
76 blank lines.
[all …]

12345678910>>...141