/external/markdown/tests/misc/ |
blockquote-hr.html | 13 Even a lazy line.</p> 15 <p>The last line.</p>
|
blockquote-hr.txt | 17 Even a lazy line. 21 > The last line.
|
headers.html | 2 <p>Line 2 3 Line 3</p>
|
tabs-in-lists.txt | 1 First a list with a tabbed line 7 Just a blank line:
|
/external/mockito/src/org/mockito/internal/util/ |
RemoveFirstLine.java | 10 * @param text to have the first line removed
11 * @return less first line
|
/external/qemu/ |
gen-charmap.py | 69 def match_char_or_hex(line): 70 m = re_char.match(line) 72 m = re_hex.match(line) 82 def process_line(line,result): 83 m = re_start.match(line) 85 print "bad bad line: " + line 88 line = m.group(2) 89 m = match_char_or_hex(line) 91 print "character expected in: " + line [all...] |
/external/valgrind/main/lackey/tests/ |
filter_stderr | 7 # Remove "Lackey, ..." line and the following copyright line.
|
/external/valgrind/main/none/tests/ |
filter_stderr | 7 # Remove "Nulgrind, ..." line and the following copyright line.
|
shell.stdout.exp | 7 Execute a valid script with a #! line 8 Execute a valid script without a #! line
|
vgprintf.stderr.exp | 4 Backtrace line one 5 Line two:
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_invalid_comment_line.vcf | 6 # This line must be ignored.
9 # This line must be ignored too.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_readline.py | 22 readline.add_history("first line") 23 readline.add_history("second line") 26 self.assertEqual(readline.get_history_item(1), "first line") 27 self.assertEqual(readline.get_history_item(2), "second line") 29 readline.replace_history_item(0, "replaced line") 31 self.assertEqual(readline.get_history_item(1), "replaced line") 32 self.assertEqual(readline.get_history_item(2), "second line") 38 self.assertEqual(readline.get_history_item(1), "second line")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_readline.py | 22 readline.add_history("first line") 23 readline.add_history("second line") 26 self.assertEqual(readline.get_history_item(1), "first line") 27 self.assertEqual(readline.get_history_item(2), "second line") 29 readline.replace_history_item(0, "replaced line") 31 self.assertEqual(readline.get_history_item(1), "replaced line") 32 self.assertEqual(readline.get_history_item(2), "second line") 38 self.assertEqual(readline.get_history_item(1), "second line")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 10 line 3 \\ 12 continues on next line 22 result1 = ['# test file\n', '\n', 'line 3 \\\n', 24 ' continues on next line\n'] 28 "line 3 \\\n", 29 " continues on next line\n"] 33 "line 3 \\\n", 35 " continues on next line\n"] 39 result4 = ["line 3 \\", 40 " continues on next line"] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 10 line 3 \\ 12 continues on next line 22 result1 = ['# test file\n', '\n', 'line 3 \\\n', 24 ' continues on next line\n'] 28 "line 3 \\\n", 29 " continues on next line\n"] 33 "line 3 \\\n", 35 " continues on next line\n"] 39 result4 = ["line 3 \\", 40 " continues on next line"] [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
diff_parser.py | 51 def git_diff_to_svn_diff(line): 52 """Converts a git formatted diff line to a svn formatted line. 55 line: A string representing a line of the diff. 66 matched = match(pattern, line) 69 return line 73 def svn_diff_to_svn_diff(line): 74 return line 83 If this line is git formatted, we'll return [all...] |
/external/bison/examples/ |
extexi | 64 # #line report the line number of the *next* line. 68 input = "#line " (FNR + 1) " \"" FILENAME "\"\n"; 78 # No spurious end of line: use printf. 96 # We have to handle CONTENTS line per line, since anchors in AWK are 98 function normalize(contents, i, lines, n, line, res) { 104 line = lines[i]; 106 # Whole line commands [all...] |
/external/chromium_org/components/test/data/autofill/merge/tools/ |
reserialize_profiles_from_query.py | 27 for line in serialized_profiles: 29 if line[-1] == '\n': 30 line = line[:-1] 32 values = line.split("|")
|
/external/chromium_org/net/data/websocket/ |
close-with-split-packet_wsh.py | 16 line = request.ws_stream.receive_message() 17 if line is None: 19 if isinstance(line, unicode): 20 request.ws_stream.send_message(line, binary=False) 22 request.ws_stream.send_message(line, binary=True)
|
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
SourceLocation.h | 15 SourceLocation() : file(0), line(0) { } 16 SourceLocation(int f, int l) : file(f), line(l) { } 20 return (file == other.file) && (line == other.line); 24 int line; member in struct:pp::SourceLocation
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
Token.java | 9 private int line; field in class:Token 24 return this.line; 27 public void setLine(@SuppressWarnings("hiding") int line) 29 this.line = line;
|
/external/valgrind/main/exp-sgcheck/tests/ |
hsg.stderr.exp | 9 <line>...</line> 10 <line>...</line> 11 <line>...</line> 12 <line>...</line> 13 <line>...</line> [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcvabits.stdoutB.exp | 1 Breakpoint 1 at 0x........: file t.c, line 100. 3 Breakpoint 1, breakme (line=112) at t.c:100 4 100 if (line > 1000) 10 Breakpoint 1, breakme (line=117) at t.c:100 11 100 if (line > 1000)
|
/hardware/ril/reference-ril/ |
misc.c | 18 /** returns 1 if line starts with prefix, 0 if it does not */ 19 int strStartsWith(const char *line, const char *prefix) 21 for ( ; *line != '\0' && *prefix != '\0' ; line++, prefix++) { 22 if (*line != *prefix) {
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
link-warning.h | 13 # define GL_LINK_WARNING1(file, line, message) \ 14 GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */ 15 # define GL_LINK_WARNING2(file, line, message) \ 16 GL_LINK_WARNING3 (file ":" #line ": warning: " message)
|