Searched refs:lines (Results 1 - 25 of 728) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
H A Dmain-scripts.rb74 lines = output.string.split( /\n/ )
75 lines.should have( 3 ).things
94 lines = output.string.split( "\n" )
95 lines.should have( 4 ).things
241 # lines = output.string.split(/\n/)
242 # lines.should have(3).things
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb54 * fixed look; k=2 made a few extra thousand lines. ;)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DFASerializer.java86 List lines = new ArrayList();
88 walkSerializingFA(lines, s);
93 lines.add(s0+"\n");
96 // sort lines to normalize; makes states come out ordered
98 Collections.sort(lines);
99 for (int i = 0; i < lines.size(); i++) {
100 String line = (String) lines.get(i);
135 protected void walkSerializingFA(List lines, State s) { argument
188 lines.add(buf.toString());
191 walkSerializingFA(lines, edg
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java817 String[] lines = this.stderrDuringParse.split("\n");
819 return lines[0].substring(prefix.length(),lines[0].length());
847 String lines[] = s.split("\n");
848 Arrays.sort(lines);
849 List<String> linesL = Arrays.asList(lines);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java2578 int lines = reply.getNextValueAsInt();
2579 for (int i = 0; i < lines; i++) {
2616 int lines = reply.getNextValueAsInt();
2617 for (int i = 0; i < lines; i++) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DLineTableTest.java65 int lines = reply.getNextValueAsInt();
66 logWriter.println("lines = "+lines);
68 for (int j = 0; j < lines; j++) {
/external/bison/build-aux/
H A Dtexinfo.tex778 % if you have multiple lines of stuff to put here, you'll need to
816 % change spans more than two lines of output. To handle that, we would
925 % @sp n outputs n lines of vertical space
3705 % We need the \relax at the end of the \ifnum lines to stop TeX from
3784 % Table can continue over pages but will only break between lines.
3807 % @item, @tab do not need to be on their own lines, but it will not hurt
4018 % Test to see if parskip is larger than space between lines of
4024 % than skip between lines in the table.
4029 % than skip between lines in the table.
4856 % containing these kinds of lines
[all...]
/external/bison/data/
H A Dlocation.cc65 /// (line related) Advance to the COUNT next lines.
66 void lines (int count = 1)
221 /// Extend the current location to the COUNT next lines.
222 void lines (unsigned int count = 1)
224 end.lines (count);
/external/bison/djgpp/
H A Dconfig.bat345 Rem Fixing #include lines in calcxx files.
/external/bison/doc/
H A Drefcard.tex157 % two lines below commented out in Yet Another Attempt to eliminate
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc932 yylloc->lines (yyleng); yylloc->step ();
H A Dlocation.hh101 /// Extend the current location to the COUNT next lines.
102 void lines (unsigned int count = 1) function in class:yy::location
104 end.lines (count);
H A Dposition.hh85 /// (line related) Advance to the COUNT next lines.
86 void lines (int count = 1) function in class:yy::position
/external/bison/
H A Dmaint.mk143 # Select which lines of NEWS are searched for $(news-check-regexp).
145 # lines 1..10 of NEWS for $(news-check-regexp).
146 # If you want to search only line 3 or only lines 20-22, use "3" or "20,22".
147 news-check-lines-spec ?= 1,10
214 # Regular expression (ERE) denoting lines to ignore that matched
759 # Match lines like the following, but where there is only one space
761 # -D, --all-repeated[=delimit-method] print all duplicate lines\n
903 # In addition, while the code below detects both blank lines and a missing
909 # I.e., warn if there are blank lines (2 or more newlines), or if the
915 # Use this if you want to remove trailing empty lines fro
[all...]
/external/bison/tests/
H A Dtestsuite726 134;synclines.at:290;%no-lines;;
727 135;synclines.at:291;%no-lines;;
728 136;synclines.at:292;%no-lines;;
729 137;synclines.at:293;%no-lines;;
1472 # + at-source-lines - during a run: cache of TESTSUITE line numbers for extraction
1583 # If ChangeLog exists, list a few lines in case it might help determining
1721 # Remove the lines in the file "$at_stderr" generated by "set -x" and print
1881 # Extract the start and end lines of each test group at the tail
1892 }' "$at_myself" > "$at_suite_dir/at-source-lines" &&
1893 . "$at_suite_dir/at-source-lines" ||
[all...]
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex487 The only entries in the file that are allowed are these two element lines
488 -- we do not (yet?) support the notion of blank lines, or comment lines, or
/external/blktrace/btt/doc/
H A Dbtt.tex459 that shows each of the IO components on consecutive lines (rather
/external/chromium-trace/
H A Dsystrace-legacy.py172 lines = out.splitlines(True)
174 for i, line in enumerate(lines):
178 out = ''.join(lines[i+1:])
184 elif 'TRACE:'.startswith(line) and i == len(lines) - 1:
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py267 lines = stripped_text.split('\n')
268 for line in lines:
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dandroid_parser_test.js13 var lines = [
42 var m = new tracing.TraceModel(lines.join('\n'), false);
56 var lines = [
60 var m = new tracing.TraceModel(lines.join('\n'), false);
74 var lines = [
82 var m = new tracing.TraceModel(lines.join('\n'), false);
101 var lines = [
130 var m = new tracing.TraceModel(lines.join('\n'), false);
144 var lines = [
153 var m = new tracing.TraceModel(lines
[all...]
H A Dbus_parser_test.js12 var lines = [
52 var m = new tracing.TraceModel(lines.join('\n'), false);
H A Dclock_parser_test.js12 var lines = [
44 var m = new tracing.TraceModel(lines.join('\n'), false);
H A Dcpufreq_parser_test.js13 var lines = [
19 var m = new tracing.TraceModel(lines.join('\n'), false);
39 var lines = [
45 var m = new tracing.TraceModel(lines.join('\n'), false);
65 var lines = [
69 var m = new tracing.TraceModel(lines.join('\n'), false);
82 var lines = [
85 var m = new tracing.TraceModel(lines.join('\n'), false);
100 var lines = [
104 var m = new tracing.TraceModel(lines
[all...]
H A Ddisk_parser_test.js12 var lines = [
44 var m = new tracing.TraceModel(lines.join('\n'), false);

Completed in 735 milliseconds

1234567891011>>