/external/valgrind/VEX/orig_amd64/ |
Compare.hs | 9 First file (REF) is has lines of format 13 Second file (TEST) has lines of format 31 let ress = zipWith check (lines (deTab sorted)) 32 (lines (deTab dump))
|
/external/valgrind/memcheck/tests/ |
err_disable4.vgtest | 5 ## This is so as to get rid of the "Thread #" lines, which
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3DummyStream.cpp | 66 String8 lines; local 67 lines.appendFormat(" Stream[%d]: Dummy\n", mId); 68 write(fd, lines.string(), lines.size());
|
/build/tools/ |
parsedeps.py | 22 self.lines = {} 27 t = self.lines.get(tgt) 30 self.lines[tgt] = t 31 p = self.lines.get(prereq) 34 self.lines[prereq] = p 39 t = self.lines.get(tgt) 42 self.lines[tgt] = t 46 if self.lines.has_key(tgt): 47 return self.lines[tgt] 52 return self.lines.iteritems( [all...] |
/external/ceres-solver/data/nist/ |
BoxBOD.dat | 5 Starting Values (lines 41 to 42)
6 Certified Values (lines 41 to 47)
7 Data (lines 61 to 66)
|
Misra1a.dat | 5 Starting Values (lines 41 to 42)
6 Certified Values (lines 41 to 47)
7 Data (lines 61 to 74)
|
Misra1b.dat | 5 Starting Values (lines 41 to 42)
6 Certified Values (lines 41 to 47)
7 Data (lines 61 to 74)
|
Misra1c.dat | 5 Starting Values (lines 41 to 42)
6 Certified Values (lines 41 to 47)
7 Data (lines 61 to 74)
|
Misra1d.dat | 5 Starting Values (lines 41 to 42)
6 Certified Values (lines 41 to 47)
7 Data (lines 61 to 74)
|
Rat42.dat | 5 Starting Values (lines 41 to 43)
6 Certified Values (lines 41 to 48)
7 Data (lines 61 to 69)
|
/external/guava/guava-tests/test/com/google/common/io/ |
LineBufferTest.java | 49 bufferHelper("two lines\nbut no newline at end", 50 "two lines\n", "but no newline at end"); 54 "three\r", "lines\r", "no newline at end"); 84 final List<String> lines = Lists.newArrayList(); local 87 lines.add(line + end); 98 return lines; 104 List<String> lines = Lists.newArrayList(); local 107 lines.add(line); 110 return lines; 119 List<String> lines = Lists.newArrayList() local [all...] |
CharSourceTest.java | 58 private static final String LINES = "foo\nbar\r\nbaz\rsomething"; 112 TestCharSource lines = new TestCharSource(LINES); local 113 assertEquals("foo", lines.readFirstLine()); 114 assertTrue(lines.wasStreamOpened() && lines.wasStreamClosed()); 118 TestCharSource lines = new TestCharSource(LINES); local 119 assertEquals(ImmutableList.of("foo", "bar", "baz", "something"), lines.readLines()); 120 assertTrue(lines.wasStreamOpened() && lines.wasStreamClosed()) 124 TestCharSource lines = new TestCharSource(LINES); local 144 TestCharSource lines = new TestCharSource(LINES); local [all...] |
/external/selinux/policycoreutils/mcstrans/utils/ |
Makefile | 7 # In case of 64 bit system, use these lines 11 # In case of 32 bit system, use these lines 15 # In case of 32 bit system, use these lines
|
/external/valgrind/massif/tests/ |
filter_verbose | 3 # This filters out all the lines that don't have "Massif:" in them. For 10 # Only print lines that contain "Massif:". The -n means don't print any 11 # lines by default, and the 'p' means do print those that match the pattern.
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
WrappedGTestResultParser.java | 56 public void processNewLines(String[] lines) { 61 String[] gtestOutput = parseInstrumentation(lines); 69 * @param lines the raw instrumentation output 72 public String[] parseInstrumentation(String[] lines) { 75 for (String line : lines) {
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/v8/ |
v8_log_importer_test.html | 19 var lines = [ 22 var m = new tr.Model(lines.join('\n'), false); 32 var lines = [ 36 var m = new tr.Model(lines.join('\n'), false); 45 var lines = [ 49 var m = new tr.Model(lines.join('\n'), false); 58 var lines = [ 61 var m = new tr.Model(lines.join('\n'), false); 71 var lines = [ 75 var m = new tr.Model(lines.join('\n'), false) [all...] |
/external/clang/lib/Format/ |
BreakableToken.h | 13 /// break long lines in tokens. 41 /// \brief Returns the number of lines in this token in the original code. 183 // Rearranges the whitespace between Lines[LineIndex-1] and Lines[LineIndex], 184 // so that all whitespace between the lines is accounted to Lines[LineIndex] 186 // - Lines[LineIndex] points to the text after that whitespace 187 // - Lines[LineIndex-1] shrinks by its trailing whitespace 189 // between the end of the text of Lines[LineIndex-1] and Lines[LineIndex [all...] |
/external/elfutils/src/libdw/ |
dwarf_decl_file.c | 59 if (cu->lines == NULL) 61 Dwarf_Lines *lines; local 66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines); local 67 assert (cu->lines != NULL); 70 if (cu->lines == (void *) -1l)
|
dwarf_entry_breakpoints.c | 70 Dwarf_Lines *lines; local 72 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0) 91 if (lines->info[idx].addr < low) 93 else if (lines->info[idx].addr > low) 95 else if (lines->info[idx].end_sequence) 106 for (size_t i = l; i < u && lines->info[i].addr < high; ++i) 107 if (lines->info[i].prologue_end 108 && add_bkpt (lines->info[i].addr) < 0) 111 while (++l < nlines && lines->info[l].addr < high) 112 if (!lines->info[l].end_sequence [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_convolve_neon.c | 25 // Account for the vertical phase needing 3 lines prior and 4 lines post 37 /* Filter starting 3 lines back. The neon implementation will ignore the 38 * given height and filter a multiple of 4 lines. Since this goes in to 47 /* Step into the temp buffer 3 lines to get the actual frame data */
|
/external/strace/tests/ |
net-yy-accept.awk | 2 lines = 9 49 NR == lines && $0 == "+++ exited with 0 +++" {next} 57 if (NR != lines) { 58 print "Expected " lines " lines, found " NR " line(s)."
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_convolve_neon.c | 25 // Account for the vertical phase needing 3 lines prior and 4 lines post 35 /* Filter starting 3 lines back. The neon implementation will ignore the 36 * given height and filter a multiple of 4 lines. Since this goes in to 45 /* Step into the temp buffer 3 lines to get the actual frame data */
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/ |
formatter.py | 42 lines = [] 54 lines.append(self.format_sup_line_pos(sup.line, sup.column)) 56 lines.append(self.format_sup_expression(sup.expression)) 59 lines.append(self.format_sup_warning(warning)) 61 lines.extend(self.format_sup_info(sup.info)) 63 lines.append('Exception in supplement:') 64 lines.append(self.quote_long(frame.supplement_exception)) 66 lines.append(self.format_traceback_info(frame.traceback_info)) 73 lines.append(self.format_source_line(filename or '?', frame)) 77 lines.append(self.format_long_source [all...] |
/external/v8/test/webkit/ |
testcfg.py | 72 # Accept several lines of 'Files:'. 103 """Ignore empty lines, valgrind output and Android output.""" 126 def ActIterator(lines): 127 for line in lines: 132 """Iterates over blocks of actual output lines.""" 133 lines = output.stdout.splitlines() 136 for index, line in enumerate(lines): 139 # Iterate over all lines before a separator except the first. 143 yield ActIterator(lines[start_index:index]) 144 # The next block of ouput lines starts after the separator [all...] |
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 76 def colorize_lines (self, lines): 77 lines = (l if l else '' for l in lines) 78 ss = [self.diff_regex.sub (r'\1\n\2\n', l).splitlines (True) for l in lines] 106 lines = [None, None] 112 if lines[i]: 114 for line in self.colorize_lines (lines): 116 lines = [None, None] 117 lines[i] = l[1:] 118 if (all (lines)) [all...] |