Searched refs:line (Results 1 - 25 of 3283) sorted by relevance

1234567891011>>

/external/minijail/test/
H A Dread_stdin7 read line
9 if [ "$line" == "test" ]; then
/external/clang/test/PCH/
H A Dline-directive.h0 #line 25 "line-directive.c"
/external/mesa3d/src/glsl/glcpp/tests/
H A D091-hash-line.c0 #line 0
2 #error line 0 error
3 #line 25
4 #error line 25 error
5 #line 0 1
6 #error source 1, line 0 error
7 #line 30 2
8 #error source 2, line 30 error
9 #line 45 2 /* A line wit
[all...]
/external/clang/test/Preprocessor/
H A Dprint_line_empty_file.c3 #line 21 ""
6 #line 4 "bug.c"
H A Dline-directive-output.c4 // CHECK: # 1 "{{.*}}line-directive-output.c"
7 // CHECK-NOT: # 1 "{{.*}}line-directive-output.c" 1
11 // CHECK-NEXT: # 50 "{{.*}}line-directive-output.c"
13 #line 50
16 // CHECK: # 13 "{{.*}}line-directive-output.c"
23 #line 1 "A.c"
25 #line 2
28 #line 1 "B.c"
31 #line 1000 "A.c"
H A Dline-directive.c5 #line 'a' // expected-error {{#line directive requires a positive integer argument}}
6 #line 0 // expected-warning {{#line directive with zero argument is a GNU extension}}
7 #line 00 // expected-warning {{#line directive with zero argument is a GNU extension}}
8 #line 2147483648 // expected-warning {{C requires #line number to be less than 2147483648, allowed as extension}}
9 #line 42 // ok
10 #line 4
[all...]
/external/clang/test/CodeGen/
H A Ddebug-info-typedef.c3 #line 1 "a.c"
4 #line 2 "b.h"
6 #line 2 "a.c"
10 // CHECK: !DIDerivedType(tag: DW_TAG_typedef, name: "MyType", file: ![[HEADER:[0-9]+]], line: 2,
/external/ltp/tools/
H A Dltpoutput29 $line = $_;
30 $buf = $buf . $line;
31 if($line =~ '<<<test_end>>>') {
38 if($line =~ "^pan reported") {
39 print $line;
H A Dltpoutput228 $line = $_;
29 $buf = $buf . $line;
30 if($line =~ '<<<test_end>>>') {
37 if($line =~ "^pan reported") {
38 print $line;
/external/elfutils/libdwfl/
H A Ddwfl_linemodule.c1 /* Fetch the module containing a source line record returned by libdwfl.
32 dwfl_linemodule (Dwfl_Line *line) argument
34 if (line == NULL)
37 return dwfl_linecu (line)->mod;
/external/elfutils/libdw/
H A Ddwarf_lineno.c1 /* Return line number.
38 dwarf_lineno (Dwarf_Line *line, int *linep) argument
40 if (line == NULL)
43 *linep = line->line;
H A Ddwarf_lineaddr.c1 /* Return line address.
38 dwarf_lineaddr (Dwarf_Line *line, Dwarf_Addr *addrp) argument
40 if (line == NULL)
43 *addrp = line->addr;
H A Ddwarf_linebeginstatement.c38 dwarf_linebeginstatement (Dwarf_Line *line, bool *flagp) argument
40 if (line == NULL)
43 *flagp = line->is_stmt;
H A Ddwarf_lineblock.c38 dwarf_lineblock (Dwarf_Line *line, bool *flagp) argument
40 if (line == NULL)
43 *flagp = line->basic_block;
H A Ddwarf_linecol.c1 /* Return column in line.
38 dwarf_linecol (Dwarf_Line *line, int *colp) argument
40 if (line == NULL)
43 *colp = line->column;
H A Ddwarf_linediscriminator.c1 /* Return code path discriminator in line record.
37 dwarf_linediscriminator (Dwarf_Line *line, unsigned int *discp) argument
39 if (line == NULL)
42 *discp = line->discriminator;
H A Ddwarf_lineendsequence.c38 dwarf_lineendsequence (Dwarf_Line *line, bool *flagp) argument
40 if (line == NULL)
43 *flagp = line->end_sequence;
H A Ddwarf_lineepiloguebegin.c38 dwarf_lineepiloguebegin (Dwarf_Line *line, bool *flagp) argument
40 if (line == NULL)
43 *flagp = line->epilogue_begin;
H A Ddwarf_lineisa.c1 /* Return ISA in line.
37 dwarf_lineisa (Dwarf_Line *line, unsigned int *isap) argument
39 if (line == NULL)
42 *isap = line->isa;
H A Ddwarf_lineop_index.c1 /* Return line VLIW operation index.
37 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp) argument
39 if (line == NULL)
42 *idxp = line->op_index;
H A Ddwarf_lineprologueend.c38 dwarf_lineprologueend (Dwarf_Line *line, bool *flagp) argument
40 if (line == NULL)
43 *flagp = line->prologue_end;
/external/v8/tools/sanitizers/
H A Dsanitize_pcs.py10 for line in sys.stdin:
11 print '0x%x' % (int(line.strip(), 16) + 4)
/external/parameter-framework/upstream/tools/xmlGenerator/analyse/
H A DreplaceAmixerByPfwParameters.sh60 while IFS=''; read -r line
62 if echo "$line" | grep -qP "$regexp" && parameter="$(find_pfw_equivalent "$line" $1)"
64 echo "$parameter ( $line )"
66 echo "$line"
/external/valgrind/helgrind/tests/
H A Dfilter_helgrind14 my ($line, $tool_files, $cmdlin_files) = @_;
17 # If LINE matches any of the file names passed on the command line
22 return $line if ($line =~ /$qstring/);
25 # If LINE matches any of the file names in TOOL_FILES remove the line
26 # number and return the so modified line.
30 return $line if ($line =~ s/$qstring:[0-9]+/$string:.../m);
31 # Special case for functions whose line numbers have been removed in
33 return $line i
[all...]
/external/valgrind/memcheck/tests/
H A Dfilter_memcheck14 my ($line, $tool_files, $cmdlin_files) = @_;
17 # If LINE matches any of the file names passed on the command line
22 return $line if ($line =~ /$qstring/);
25 # If LINE matches any of the file names in TOOL_FILES remove the line
26 # number and return the so modified line.
30 return $line if ($line =~ s/$qstring:[0-9]+/$string:.../m);
31 # Special case for functions whose line numbers have been removed in
33 return $line i
[all...]

Completed in 602 milliseconds

1234567891011>>