/external/chromium_org/third_party/jemalloc/vendor/ |
build-crt.py | 12 line = proc.stdout.readline() variable 13 if line == '': 15 line = line.rstrip() variable 17 if line == "NMAKE : fatal error U1052: file 'makefile.sub' not found" or line == "Stop.": 19 print line
|
/external/llvm/test/DebugInfo/ |
debuglineinfo.test | 9 ; both starting at address zero in the; line number table. 11 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:33 12 TEST_INLINE-NEXT: Line info @ 35: test-inline.cpp, line:34 13 TEST_INLINE-NEXT: Line info @ 165: test-inline.cpp, line:35 15 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:28 16 TEST_INLINE-NEXT: Line info @ 2: test-inline.cpp, line:2 [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | 2 /* Command-line: gperf -a -L C++ -C -c -o -t -k '*' -NFindDomain -D -m 5 effective_tld_names.gperf */ 31 #line 1 "effective_tld_names.gperf" 39 #line 9 "effective_tld_names.gperf" 237 #line 163 "effective_tld_names.gperf" 239 #line 76 "effective_tld_names.gperf" 241 #line 268 "effective_tld_names.gperf" 243 #line 622 "effective_tld_names.gperf" 245 #line 839 "effective_tld_names.gperf" 247 #line 3996 "effective_tld_names.gperf" 249 #line 676 "effective_tld_names.gperf [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 59 line = self.file.readline() 60 if not line: 61 return line 63 if line == self.boundary + '\n': 64 self.peek = line 66 if line == self.boundary + '--\n': 67 self.peek = line 69 return line 78 line = self.peek 81 line = self.file.readline( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimify.py | 59 line = self.file.readline() 60 if not line: 61 return line 63 if line == self.boundary + '\n': 64 self.peek = line 66 if line == self.boundary + '--\n': 67 self.peek = line 69 return line 78 line = self.peek 81 line = self.file.readline( [all...] |
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
sequencing-0.txt | 3 # RUN: echo "first-line" > %t.out && echo "second-line" >> %t.out 6 # CHECK-AND: first-line 7 # CHECK-AND: second-line 12 # RUN: echo "first-line" > %t.out || echo "second-line" >> %t.out 15 # CHECK-OR-1: first-line 16 # CHECK-OR-1-NOT: second-line 18 # RUN: false || echo "second-line" > %t.out 21 # CHECK-OR-2: second-line [all...] |
/external/qemu/ |
hxtool | 22 line=1 29 echo "line $line: syntax error: expected ETEXI, found $str" >&2 36 echo "line $line: syntax error: expected STEXI, found $str" >&2 43 echo "line $line: syntax error: expected ETEXI, found $str" >&2 54 line=$((line+1)) 62 line= [all...] |
/external/chromium_org/net/data/websocket/ |
close_wsh.py | 14 line = request.ws_stream.receive_message() 15 if line is None: 17 if isinstance(line, unicode): 18 request.ws_stream.send_message(line, binary=False) 19 if line == _GOODBYE_MESSAGE: 22 request.ws_stream.send_message(line, binary=True)
|
echo-with-no-extension_wsh.py | 14 line = request.ws_stream.receive_message() 15 if line is None: 17 if isinstance(line, unicode): 18 request.ws_stream.send_message(line, binary=False) 19 if line == _GOODBYE_MESSAGE: 22 request.ws_stream.send_message(line, binary=True)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
removeEOL.pl | 43 $title = "removeEOL: Line with Windows line ending."; 44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title); 47 $title = "removeEOL: Line with Unix line ending."; 48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title) [all...] |
/external/clang/test/Sema/ |
parentheses.cpp | 10 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:10-[[@LINE-3]]:10}:"(" 11 // CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:33-[[@LINE-4]]:33}:")" 12 // CHECK: fix-it:"{{.*}}":{[[@LINE-5]]:14-[[@LINE-5]]:14}:"(" 13 // CHECK: fix-it:"{{.*}}":{[[@LINE-6]]:41-[[@LINE-6]]:41}:")" 18 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:10-[[@LINE-3]]:10}:"( [all...] |
/external/skia/tests/ |
PathOpsDLineTest.cpp | 33 const SkDLine& line = tests[index]; local 34 SkASSERT(ValidLine(line)); 36 SkPoint pts[2] = {line[0].asSkPoint(), line[1].asSkPoint()}; 38 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]); 41 double result = line.isLeft(pt); 46 line2 = line.subDivide(1, 0); 47 REPORTER_ASSERT(reporter, line[0] == line2[1] && line[1] == line2[0]) [all...] |
/external/oprofile/libutil/ |
op_cpufreq.c | 21 char * line = NULL; local 28 line = op_get_line(fp); 30 if (!line) 33 if (line[0] == '\0') { 34 free(line); 39 if (sscanf(line, "cpu MHz : %lf", &fval) == 1) 42 if (sscanf(line, "clock : %lfMHz", &fval) == 1) 45 if (sscanf(line, "cycle frequency [Hz] : %lu", &uval) == 1) { 50 if (sscanf(line, "Cpu0ClkTck : %lx", &uval) == 1) { 55 if (sscanf(line, "BogoMIPS : %lu", &uval) == 1) [all...] |
/external/chromium_org/tools/heapcheck/ |
PRESUBMIT.py | 21 for line, line_num in zip(f.NewContents(), 23 line = line.lstrip() 24 if line.startswith('#') or not line: 28 if 'insert_a_suppression_name_here' in line: 31 if suppressions.has_key(line): 32 errors.append('suppression with name "%s" at %s line %s has already ' 33 'been defined at line %s' % (line, f.LocalPath() [all...] |
/external/chromium_org/content/test/data/accessibility/ |
br-expected-android.txt | 3 android.view.View clickable name='Text line 1Text line 2'
|
/external/llvm/test/YAMLParser/ |
spec-10-05.data | 6 - - one # in-line 8 - one: two # in-line
|
/external/markdown/MarkdownTest/Tests_2007/ |
Code Blocks.text | 1 code block on the first line 14 code block on the last line
|
/external/markdown/tests/misc/ |
headers.txt | 2 Line 2 3 Line 3
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder.py | 0 # line 1 5 # line 5 7 # line 7 11 # line 11 20 # line 20 27 # line 27 40 # line 40 48 # line 48
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder.py | 0 # line 1 5 # line 5 7 # line 7 11 # line 11 20 # line 20 27 # line 27 40 # line 40 48 # line 48
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 16 line-by-line syntax: strip comments (as long as "#" is your 18 escaping the newline (ie. backslash at end of line), strip 23 report physical line number, even if the logical line in question 25 implementing line-at-a-time lookahead. 41 strip from "#" to end-of-line, as well as any whitespace 44 strip leading whitespace from each line before returning it 46 strip trailing whitespace (including line terminator!) from 47 each line before returning i [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 16 line-by-line syntax: strip comments (as long as "#" is your 18 escaping the newline (ie. backslash at end of line), strip 23 report physical line number, even if the logical line in question 25 implementing line-at-a-time lookahead. 41 strip from "#" to end-of-line, as well as any whitespace 44 strip leading whitespace from each line before returning it 46 strip trailing whitespace (including line terminator!) from 47 each line before returning i [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
handler_map.txt | 2 # A line starting with '#' is a comment line. 3 # Each line consists of 'alias_resource_path' and 'existing_resource_path' 5 # Aliasing is processed from the top to the bottom of the line, and
|
/external/clang/test/PCH/libroot/usr/include/ |
reloc.h | 12 // Line number 13 below is important
|
reloc2.h | 13 // Line number below is important!
|