/external/llvm/test/YAMLParser/ |
spec-06-06.data | 4 lines 6 lines" 9 lines
|
spec-06-04.data | 4 # lines
|
spec-09-29.data | 6 lines
|
spec-02-18.data | 5 spans many lines.
|
/external/eigen/bench/btl/data/ |
perlib_plot_settings.txt | 1 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/llvm/test/tools/llvm-cov/Inputs/ |
test_-f.output | 2 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 [all...] |
test_no_output.output | 2 Lines executed:84.21% of 38 5 Lines executed:100.00% of 1
|
test_-b_-f.output | 2 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...] |
test_missing.output | 2 Lines executed:100.00% of 1 6 Lines executed:84.21% of 38
|
test_no_gcda.output | 2 Lines executed:0.00% of 38 6 Lines executed:0.00% of 1
|
test_no_options.output | 2 Lines executed:84.21% of 38 6 Lines executed:100.00% of 1
|
test_no_preserve_paths.output | 2 Lines executed:100.00% of 1 6 Lines executed:84.21% of 38
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-default/script-hiragana/misc/ |
MANIFEST | 1 kazuraki-liga-lines.txt
|
/external/lldb/test/macosx/order/ |
cmds.txt | 3 lines -shlib a.out main.c
|
/external/valgrind/exp-bbv/tests/ |
filter_stderr | 7 # Remove lines that don't start with # 10 # Remove all blank lines
|
/external/google-breakpad/src/common/ |
dwarf_line_to_module_unittest.cc | 47 vector<Module::Line> lines; local 48 DwarfLineToModule h(&m, "/", &lines); 59 EXPECT_EQ(1U, lines.size()); 60 EXPECT_EQ(0x6fd126fbf74f2680ULL, lines[0].address); 61 EXPECT_EQ(0x63c9a14cf556712bULL, lines[0].size); 62 EXPECT_TRUE(lines[0].file == files[0]); 63 EXPECT_EQ(0x4c090cbf, lines[0].number); 68 vector<Module::Line> lines; local 69 DwarfLineToModule h(&m, "/", &lines); 98 ASSERT_EQ(5U, lines.size()) 128 vector<Module::Line> lines; local 146 vector<Module::Line> lines; local 164 vector<Module::Line> lines; local 177 vector<Module::Line> lines; local 190 vector<Module::Line> lines; local 205 vector<Module::Line> lines; local 221 vector<Module::Line> lines; local 237 vector<Module::Line> lines; local 253 vector<Module::Line> lines; local 269 vector<Module::Line> lines; local 283 vector<Module::Line> lines; local 298 vector<Module::Line> lines; local 311 vector<Module::Line> lines; local 328 vector<Module::Line> lines; local 341 vector<Module::Line> lines; local 354 vector<Module::Line> lines; local 375 vector<Module::Line> lines; local [all...] |
/external/lldb/test/functionalities/dead-strip/ |
cmds.txt | 3 lines -shlib a.out main.c
|
/external/strace/tests/ |
match.awk | 4 NR > lines { next } 21 if (fail == 0 && NR != lines) { 23 print "Expected " lines " lines, found " NR " line(s)."
|
/external/toybox/toys/posix/ |
head.c | 1 /* head.c - copy first lines from input to stdout. 15 Copy first lines from files to stdout. If no files listed, copy from 18 -n Number of lines to copy. 25 long lines; 31 int i, len, lines=TT.lines, size=sizeof(toybuf); local 40 while (lines) { 45 for(i=0; i<len;) if (toybuf[i++] == '\n' && !--lines) break; 57 TT.lines = atolx(arg+1);
|
/external/llvm/utils/lint/ |
common_lint.py | 7 def VerifyLineLength(filename, lines, max_length): 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): 35 lines: contents of the file as string array 44 for line in lines: 51 def VerifyTrailingWhitespace(filename, lines): 52 """Checks to make sure the file has no lines with trailing whitespace [all...] |
/bionic/libc/tools/ |
generate-NOTICE.py | 36 def ExtractCopyrightAt(lines, i): 37 hash = lines[i].startswith("#") 43 if "/*" in lines[start - 1]: 47 # Read comment lines until we hit something that terminates a 49 while i < len(lines): 50 if "*/" in lines[i]: 52 if hash and len(lines[i]) == 0: 54 if "\t@(#)" in lines[i] or "\tfrom: @(#)" in lines[i] or "From: @(#)" in lines[i] or "from OpenBSD:" in lines[i] 127 lines = content.split("\\n") variable [all...] |
/external/markdown/tests/misc/ |
blockquote-hr.html | 4 <p>Block quote with horizontal lines.</p> 12 With multiple lines.
|
blockquote-hr.txt | 5 > Block quote with horizontal lines. 16 > With multiple lines.
|
/external/markdown/tests/safe_mode/ |
script_tags.txt | 7 With blank lines. 27 This time with blank lines.
|
/external/skia/src/core/ |
SkLineClipper.h | 27 of those segments sequentially in lines as follows: 28 1st segment: lines[0]..lines[1] 29 2nd segment: lines[1]..lines[2] 30 3rd segment: lines[2]..lines[3] 33 SkPoint lines[kMaxPoints], bool canCullToTheRight);
|