HomeSort by relevance Sort by last modified time
    Searched full:line (Results 51 - 75 of 23635) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lldb/test/python_api/process/io/
main.c 5 char line[100]; local
7 while (fgets(line, sizeof(line), stdin)) { // Reading from stdin...
8 fprintf(stderr, "input line=>%d\n", count++);
  /external/llvm/utils/lit/tests/
shtest-encoding.py 3 # Here is a string that cannot be decoded in line mode: ?.
  /external/markdown/MarkdownTest/Tests_2007/
Links, shortcut references.text 7 This one has a [line
10 This one has a [line
11 break] with a line-ending space.
13 [line break]: /foo
  /external/valgrind/main/none/tests/
shell_valid1 3 # This is a valid script with a #! 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_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseFirstEOL.pl 34 $title = "parseFirstEOL: Line without a line ending character";
35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title);
38 $title = "parseFirstEOL: Line with Windows line ending.";
39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title);
42 $title = "parseFirstEOL: Line with Unix line ending."
    [all...]
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/llvm/test/FileCheck/
line-count.txt 6 6 CHECK: [[@LINE-3]] {{a}}aa
7 7 CHECK: [[@LINE-3]] {{b}}bb
8 8 CHECK: [[@LINE-3]] {{c}}cc
10 10 CHECK: [[@LINE-1]] {{foo}}bar
12 12 arst CHECK: [[@LINE]] {{a}}rst
  /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/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
main.cpp 9 numbers.push_back(1); // Set break point at this line.
10 numbers.push_back(12); // Set break point at this line.
13 numbers.push_back(12345); // Set break point at this line.
17 numbers.clear(); // Set break point at this line.
19 numbers.push_back(7); // Set break point at this line.
21 string_vect strings; // Set break point at this line.
26 strings.push_back(std::string("!!!")); // Set break point at this line.
28 strings.clear(); // Set break point at this line.
30 return 0;// Set break point at this line.
  /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/valgrind/main/memcheck/tests/
client-msg-as-xml.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
42 <line>...</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/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
AttributePolicy.Util.html 4 <FONT color="green">001</FONT> // Copyright (c) 2011, Mike Samuel<a name="line.1"></a>
5 <FONT color="green">002</FONT> // All rights reserved.<a name="line.2"></a>
6 <FONT color="green">003</FONT> //<a name="line.3"></a>
7 <FONT color="green">004</FONT> // Redistribution and use in source and binary forms, with or without<a name="line.4"></a>
8 <FONT color="green">005</FONT> // modification, are permitted provided that the following conditions<a name="line.5"></a>
9 <FONT color="green">006</FONT> // are met:<a name="line.6"></a>
10 <FONT color="green">007</FONT> //<a name="line.7"></a>
11 <FONT color="green">008</FONT> // Redistributions of source code must retain the above copyright<a name="line.8"></a>
12 <FONT color="green">009</FONT> // notice, this list of conditions and the following disclaimer.<a name="line.9"></a>
13 <FONT color="green">010</FONT> // Redistributions in binary form must reproduce the above copyright<a name="line.10"></a
    [all...]
AttributePolicy.html 4 <FONT color="green">001</FONT> // Copyright (c) 2011, Mike Samuel<a name="line.1"></a>
5 <FONT color="green">002</FONT> // All rights reserved.<a name="line.2"></a>
6 <FONT color="green">003</FONT> //<a name="line.3"></a>
7 <FONT color="green">004</FONT> // Redistribution and use in source and binary forms, with or without<a name="line.4"></a>
8 <FONT color="green">005</FONT> // modification, are permitted provided that the following conditions<a name="line.5"></a>
9 <FONT color="green">006</FONT> // are met:<a name="line.6"></a>
10 <FONT color="green">007</FONT> //<a name="line.7"></a>
11 <FONT color="green">008</FONT> // Redistributions of source code must retain the above copyright<a name="line.8"></a>
12 <FONT color="green">009</FONT> // notice, this list of conditions and the following disclaimer.<a name="line.9"></a>
13 <FONT color="green">010</FONT> // Redistributions in binary form must reproduce the above copyright<a name="line.10"></a
    [all...]
  /cts/tests/webgl/res/raw/
extract_webgl_tests.py 28 version_lines = [ line for line in lines if "--min-version" in line ]
29 version_lines.extend([ line for line in lines if "--max-version" in line ])
30 lines = [ line for line in lines if not line in version_lines ]
31 for line in version_lines
    [all...]
  /external/chromium_org/third_party/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/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/third_party/libyuv/tools/valgrind-libyuv/memcheck/
PRESUBMIT.py 35 # - False: don't skip the next line.
36 # - 'skip_suppression_name': the next line is a suppression name, skip.
37 # - 'skip_param': the next line is a system call parameter error, skip.
41 for line, line_num in zip(f.NewContents(),
43 line = line.lstrip()
44 if line.startswith('#') or not line:
49 if 'insert_a_suppression_name_here' in line:
52 if suppressions.has_key(line)
    [all...]
  /external/chromium_org/tools/valgrind/memcheck/
PRESUBMIT.py 19 # - False: don't skip the next line.
20 # - 'skip_suppression_name': the next line is a suppression name, skip.
21 # - 'skip_param': the next line is a system call parameter error, skip.
25 for line, line_num in zip(f.NewContents(),
27 line = line.lstrip()
28 if line.startswith('#') or not line:
33 if 'insert_a_suppression_name_here' in line:
36 if suppressions.has_key(line)
    [all...]

Completed in 1138 milliseconds

1 23 4 5 6 7 8 91011>>