Home
last modified time | relevance | path

Searched full:line (Results 1 – 25 of 7403) sorted by relevance

12345678910>>...297

/third_party/elfutils/tests/
Drun-readelf-macros.sh51 #define SUCCESS 0, line 1 (indirect)
52 #define FAILURE 0, line 2 (indirect)
66 #define __STDC__ 1, line 0 (indirect)
67 #define __STDC_VERSION__ 201710L, line 0 (indirect)
68 #define __STDC_UTF_16__ 1, line 0 (indirect)
69 #define __STDC_UTF_32__ 1, line 0 (indirect)
70 #define __STDC_HOSTED__ 1, line 0 (indirect)
71 #define __GNUC__ 8, line 0 (indirect)
72 #define __GNUC_MINOR__ 2, line 0 (indirect)
73 #define __GNUC_PATCHLEVEL__ 1, line 0 (indirect)
[all …]
Drun-readelf-macro.sh84 #define __STDC__ 1, line 1 (indirect)
85 #define __STDC_HOSTED__ 1, line 1 (indirect)
86 #define __GNUC__ 4, line 1 (indirect)
87 #define __GNUC_MINOR__ 7, line 1 (indirect)
88 #define __GNUC_PATCHLEVEL__ 1, line 1 (indirect)
89 #define __VERSION__ "4.7.1 20120629 (Red Hat 4.7.1-1)", line 1 (indirect)
90 #define __GNUC_RH_RELEASE__ 1, line 1 (indirect)
91 #define __ATOMIC_RELAXED 0, line 1 (indirect)
92 #define __ATOMIC_SEQ_CST 5, line 1 (indirect)
93 #define __ATOMIC_ACQUIRE 2, line 1 (indirect)
[all …]
Drun-readelf-zdebug.sh44 tempfiles loc.out aranges.out ranges.out macro.out line.out frame.out
109 #define UINT64_MAX 18446744073709551615UL, line 1 (indirect)
117 #define __STDC__ 1, line 1 (indirect)
118 #define __STDC_HOSTED__ 1, line 1 (indirect)
119 #define __GNUC__ 4, line 1 (indirect)
120 #define __GNUC_MINOR__ 8, line 1 (indirect)
121 #define __GNUC_PATCHLEVEL__ 2, line 1 (indirect)
122 #define __VERSION__ "4.8.2 20140120 (Red Hat 4.8.2-15)", line 1 (indirect)
123 #define __GNUC_RH_RELEASE__ 15, line 1 (indirect)
124 #define __ATOMIC_RELAXED 0, line 1 (indirect)
[all …]
/third_party/python/Lib/test/dtracedata/
Dline.d.expected1 line:line.py:test_line:2
2 line:line.py:test_line:3
3 line:line.py:test_line:4
4 line:line.py:test_line:5
5 line:line.py:test_line:6
6 line:line.py:test_line:7
7 line:line.py:test_line:8
8 line:line.py:test_line:9
9 line:line.py:test_line:10
10 line:line.py:test_line:11
[all …]
/third_party/unity/src/
Dunity_internals.h574 void UnityPrintF(const UNITY_LINE_TYPE line, const char* format, ...);
593 * convention and will pull in file and line information
666 UNITY_NORETURN void UnityFail(const char* message, const UNITY_LINE_TYPE line);
667 UNITY_NORETURN void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
669 void UnityFail(const char* message, const UNITY_LINE_TYPE line);
670 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
673 void UnityMessage(const char* message, const UNITY_LINE_TYPE line);
800 /* This tricky series of macros gives us an optional line argument to treat it as RUN_TEST(func, nu…
804 #define RUN_TEST_AT_LINE(func, line, ...) UnityDefaultTestRun(func, #func, line) argument
823 /* If we can't do the tricky version, we'll just have to require them to always include the line nu…
[all …]
/third_party/python/Lib/distutils/
Dtext_file.py13 line-by-line syntax: strip comments (as long as "#" is your
15 escaping the newline (ie. backslash at end of line), strip
20 report physical line number, even if the logical line in question
22 implementing line-at-a-time lookahead.
38 strip from "#" to end-of-line, as well as any whitespace
41 strip leading whitespace from each line before returning it
43 strip trailing whitespace (including line terminator!) from
44 each line before returning it
51 if a backslash is the last non-newline character on a line
52 after stripping comments and whitespace, join the following line
[all …]
/third_party/cJSON/tests/unity/src/
Dunity_internals.h456 * convention and will pull in file and line information
519 void UnityFail(const char* message, const UNITY_LINE_TYPE line);
521 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
595 /* This tricky series of macros gives us an optional line argument to treat it as RUN_TEST(func, nu…
608 /* If we can't do the tricky version, we'll just have to require them to always include the line nu…
633 * Command Line Argument Support
645 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line)) argument
646 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line)) argument
652 …ERT(condition, line, message) if (condition) {} else … argument
653 …RT_NULL(pointer, line, message) UNITY_TEST_ASSERT(((poin… argument
[all …]
/third_party/python/Lib/test/
Dtest_sys_settrace.py1 # Testing the line trace facility.
50 (1, 'line'),
55 # clause or else clause) under what conditions do you set a line number
69 (1, 'line'),
70 (2, 'line'),
71 (3, 'line'),
72 (5, 'line'),
83 (1, 'line'),
84 (2, 'line'),
85 (3, 'line'),
[all …]
Dinspect_fodder2.py1 # line 1
7 # line 7
13 # line 13
19 # line 19
24 # line 24
27 # line 27
32 # line 32
36 # line 36
39 # line 39
43 # line 43
[all …]
/third_party/typescript/tests/baselines/reference/
DsourceMap-LineBreaks.types32 var stringLiteralWithLineFeed = "line 1\
34 >"line 1\line 2" : "line 1line 2"
36 line 2";
37 var stringLiteralWithCarriageReturnLineFeed = "line 1\
39 >"line 1\line 2" : "line 1line 2"
41 line 2";
42 var stringLiteralWithCarriageReturn = "line 1\
44 >"line 1\
45 line 2" : "line 1line 2"
47 line 2";
[all …]
DbpSpanDestructuringForArrayBindingPattern.baseline30 >:=> (line 7, col 0) to (line 7, col 42)
36 >:=> (line 9, col 4) to (line 9, col 17)
42 >:=> (line 9, col 4) to (line 9, col 17)
48 >:=> (line 10, col 0) to (line 10, col 1)
58 >:=> (line 12, col 0) to (line 12, col 62)
64 >:=> (line 13, col 0) to (line 13, col 72)
70 >:=> (line 15, col 4) to (line 15, col 22)
76 >:=> (line 15, col 4) to (line 15, col 22)
82 >:=> (line 16, col 0) to (line 16, col 1)
92 >:=> (line 18, col 12) to (line 18, col 17)
[all …]
/third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-explicit-field-type/
Darkts-sendable-explicit-field-type-1-error.json6 "line": 20, number
13 "line": 29, number
20 "line": 37, number
27 "line": 41, number
34 "line": 51, number
41 "line": 55, number
48 "line": 65, number
55 "line": 69, number
62 "line": 79, number
69 "line": 83, number
[all …]
/third_party/python/Lib/lib2to3/pgen2/
Dconv.py69 for line in f:
71 mo = re.match(r"^#define\s+(\w+)\s+(\d+)$", line)
72 if not mo and line.strip():
74 line.strip()))
121 lineno, line = lineno+1, next(f)
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, next(f)
124 assert line == '#include "grammar.h"\n', (lineno, line)
127 lineno, line = lineno+1, next(f)
130 while line.startswith("static arc "):
[all …]
/third_party/typescript/tests/cases/fourslash/
DcommentsLinePreservation.ts4 //// * This is second Line
6 //// * This is fourth Line
11 //// * This is second Line
13 //// * This is fourth Line
18 //// * This is second Line
20 //// * This is fourth Line
26 //// * This is second Line
28 //// * @random tag This should be third line
33 //// * This is second Line
39 //// * This is second Line
[all …]
/third_party/node/test/fixtures/source-map/
Dinline-base64.js1line:1,column:0},end:{line:7,column:1}},"1":{start:{line:2,column:2},end:{line:2,column:29}},"2":{… property
Dinline-base64-type-error.js1line:1,column:0},end:{line:7,column:1}},"1":{start:{line:2,column:2},end:{line:2,column:29}},"2":{… property
Dinline-base64-json-error.js1line:1,column:0},end:{line:7,column:1}},"1":{start:{line:2,column:2},end:{line:2,column:29}},"2":{… property
/third_party/icu/tools/colprobe/
Dsortedlines.h8 #include "line.h"
20 Line empty;
21 Line *UB[UCOL_OFF];
24 Line **toSort;
26 Line *lines;
35 Line *first;
36 Line *last;
37 Line *current;
61 void sort(Line **sortingArray, int32_t sizeToSort, UBool setStrengths = true, UBool link = false);
63 Line *getFirst();
[all …]
/third_party/curl/tests/unit/
Dunit3200.c68 /* First line should be read */
72 /* First and third line should be read */
91 char *line; variable
104 line = Curl_get_line(buf, len, fp);
105 fail_unless(line && !strcmp("LINE1\n", line),
106 "First line failed (1)");
107 line = Curl_get_line(buf, len, fp);
108 fail_unless(line && !strcmp("LINE2 NEWLINE\n", line),
109 "Second line failed (1)");
110 line = Curl_get_line(buf, len, fp);
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dcomment_convert.py11 # It doesn't attempt to deal with line continuations, etc.
12 # so you may want to "join line" on your def statements
36 "Whether we generate simple, single-line quotes for single line comments."
42 "Have we read our first non-comment line yet?"
44 def output_line(self, line=None): argument
45 if line:
46 self.output_lines.append(line)
50 def output_normal_line(self, line): argument
51 # flush any comment lines we had stored and output this line.
53 self.output_line(line)
[all …]
Dreflib.py42 def setLogLine(line): argument
44 logLine = line
47 """Generate prefix for a diagnostic line using metadata and severity"""
56 msg = msg + ' line ' + str(logLine)
131 """index of first line of the page (heuristic or // refBegin)"""
134 """index of include:: line defining the page"""
137 """index of first line of parameter/member definitions"""
140 """index of first line of body text"""
146 """index of last line of the page (heuristic validity include, or // refEnd)"""
152 """cross-references on // refEnd line, if supplied"""
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts7 <location filename="../addinterface.cpp" line="38"/>
12 <location filename="../addinterface.cpp" line="47"/>
17 <location filename="../addinterface.cpp" line="48"/>
22 <location filename="../addinterface.cpp" line="49"/>
27 <location filename="../addinterface.cpp" line="221"/>
32 <location filename="../addinterface.cpp" line="229"/>
37 <location filename="../addinterface.cpp" line="238"/>
45 <location filename="../wpagui.cpp" line="1621"/>
53 <location filename="../eventhistory.ui" line="13"/>
58 <location filename="../eventhistory.ui" line="48"/>
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts7 <location filename="../addinterface.cpp" line="38"/>
12 <location filename="../addinterface.cpp" line="47"/>
17 <location filename="../addinterface.cpp" line="48"/>
22 <location filename="../addinterface.cpp" line="49"/>
27 <location filename="../addinterface.cpp" line="221"/>
32 <location filename="../addinterface.cpp" line="229"/>
37 <location filename="../addinterface.cpp" line="238"/>
45 <location filename="../wpagui.cpp" line="1621"/>
53 <location filename="../eventhistory.ui" line="13"/>
58 <location filename="../eventhistory.ui" line="48"/>
[all …]
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c64 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list() local
67 gen_test_tree(&test_tree, line); in test_cil_parse_to_list()
95 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list_currnull_neg() local
98 gen_test_tree(&test_tree, line); in test_cil_parse_to_list_currnull_neg()
126 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list_listnull_neg() local
129 gen_test_tree(&test_tree, line); in test_cil_parse_to_list_listnull_neg()
155 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", ")", NULL}; in test_cil_set_to_list() local
161 gen_test_tree(&test_tree, line); in test_cil_set_to_list()
181 char *line[] = {"(", "foo", "bar", ")", NULL}; in test_cil_set_to_list_cl_head_null_neg() local
187 gen_test_tree(&test_tree, line); in test_cil_set_to_list_cl_head_null_neg()
[all …]
/third_party/toybox/toys/posix/
Dsed.c22 Stream editor. Apply one or more editing SCRIPTs to each line of input
32 -z Use \0 rather than \n as the input line separator
40 apply only to the specified line(s). Commands without an address apply to
41 every line. Addresses are of the form:
45 The ADDRESS may be a decimal line number (starting at 1), a /regular
47 matches the last line of input. (In -s or -i mode this matches the last
48 line of each file, otherwise just the last line of the last file.) A single
49 address matches one line, a pair of comma separated addresses match
62 Sed mostly operates on individual lines one at a time. It reads each line,
64 reading the next line. Sed can remember one additional line in a separate
[all …]

12345678910>>...297