Searched refs:line (Results 126 - 150 of 3772) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/depstest/
H A Ddependencies.py61 def _RemoveComment(line):
64 index = line.find("#") # Remove trailing comment.
65 if index >= 0: line = line[:index]
66 return line.rstrip() # Remove trailing newlines etc.
70 line = _RemoveComment(f.next())
71 if line: return line
77 line = _ReadLine(deps_file)
78 if not line
[all...]
/external/icu/icu4c/source/test/depstest/
H A Ddependencies.py61 def _RemoveComment(line):
64 index = line.find("#") # Remove trailing comment.
65 if index >= 0: line = line[:index]
66 return line.rstrip() # Remove trailing newlines etc.
70 line = _RemoveComment(f.next())
71 if line: return line
77 line = _ReadLine(deps_file)
78 if not line
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dsanitize_source_files.py20 """Sanitizes source files with the specified file and line modifiers.
27 line_modifiers: list - line-modification methods which should be applied to
46 line_number = 0 # Keeps track of line numbers in the source file.
49 # Run the line modifiers for each line in this file.
50 for line in lines:
51 original_line = line
55 line = modifier(line, full_item_path, line_number)
56 if original_line != line
[all...]
/external/skia/tools/
H A Dsanitize_source_files.py20 """Sanitizes source files with the specified file and line modifiers.
27 line_modifiers: list - line-modification methods which should be applied to
46 line_number = 0 # Keeps track of line numbers in the source file.
49 # Run the line modifiers for each line in this file.
50 for line in lines:
51 original_line = line
55 line = modifier(line, full_item_path, line_number)
56 if original_line != line
[all...]
/external/valgrind/main/memcheck/tests/
H A Dthreadname_xml.stderr.exp9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
43 <line>...</line>
[all...]
H A Dxml1.stderr.exp9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
43 <line>...</line>
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_mobile_devices_in_cpp.py31 for line in f:
33 if 'WebInspector.OverridesUI._phones = [' in line or \
34 'WebInspector.OverridesUI._tablets = [' in line:
37 if line.strip() == '];':
40 devices += line.strip()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DSourceLocation.h17 line(0)
22 line(l)
28 return (file == other.file) && (line == other.line);
32 int line; member in struct:pp::SourceLocation
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-sea-machine.hh2 #line 1 "../../src/hb-ot-shape-complex-sea-machine.rl"
35 #line 36 "hb-ot-shape-complex-sea-machine.hh.tmp"
92 #line 36 "../../src/hb-ot-shape-complex-sea-machine.rl"
96 #line 67 "../../src/hb-ot-shape-complex-sea-machine.rl"
116 #line 117 "hb-ot-shape-complex-sea-machine.hh.tmp"
124 #line 88 "../../src/hb-ot-shape-complex-sea-machine.rl"
133 #line 134 "hb-ot-shape-complex-sea-machine.hh.tmp"
144 #line 1 "NONE"
147 #line 148 "hb-ot-shape-complex-sea-machine.hh.tmp"
166 #line
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_decl_line.c1 /* Get line number of beginning of given function.
74 Dwarf_Sword line; local
78 &line);
81 assert (line >= 0 && line <= INT_MAX);
82 *linep = line;
/external/fonttools/Lib/fontTools/
H A Dagl.py720 for line in lines:
721 if not line or line[:1] == '#':
723 m = parseAGL_RE.match(line)
725 raise AGLError("syntax error in glyphlist.txt: %s" % repr(line[:20]))
/external/fonttools/Tools/fontTools/
H A Dagl.py720 for line in lines:
721 if not line or line[:1] == '#':
723 m = parseAGL_RE.match(line)
725 raise AGLError("syntax error in glyphlist.txt: %s" % repr(line[:20]))
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea-machine.hh2 #line 1 "../../src/hb-ot-shape-complex-sea-machine.rl"
35 #line 36 "hb-ot-shape-complex-sea-machine.hh.tmp"
92 #line 36 "../../src/hb-ot-shape-complex-sea-machine.rl"
96 #line 67 "../../src/hb-ot-shape-complex-sea-machine.rl"
116 #line 117 "hb-ot-shape-complex-sea-machine.hh.tmp"
124 #line 88 "../../src/hb-ot-shape-complex-sea-machine.rl"
133 #line 134 "hb-ot-shape-complex-sea-machine.hh.tmp"
144 #line 1 "NONE"
147 #line 148 "hb-ot-shape-complex-sea-machine.hh.tmp"
166 #line
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DToken.java9 private int line; field in class:Token
24 return this.line;
27 public void setLine(@SuppressWarnings("hiding") int line) argument
29 this.line = line;
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java15 private int line; field in class:Lexer
61 int start_line = this.line;
88 this.line++;
93 this.line++;
149 accept_line = this.line;
166 this.line = accept_line;
181 this.line = accept_line;
195 this.line = accept_line;
209 this.line = accept_line;
223 this.line
991 new0(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
992 new1(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
993 new2(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
994 new3(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
995 new4(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
996 new5(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
997 new6(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
998 new7(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
999 new8(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1000 new9(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1001 new10(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1002 new11(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1003 new12(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1004 new13(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1005 new14(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1006 new15(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1007 new16(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1008 new17(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1009 new18(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1010 new19(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1011 new20(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1012 new21(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1013 new22(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1014 new23(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1015 new24(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1016 new25(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1017 new26(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1018 new27(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1019 new28(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1020 new29(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1021 new30(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1022 new31(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1023 new32(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1024 new33(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1025 new34(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1026 new35(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1027 new36(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1028 new37(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1029 new38(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1030 new39(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1031 new40(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1032 new41(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1033 new42(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1034 new43(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1035 new44(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1036 new45(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1037 new46(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1038 new47(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1039 new48(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1040 new49(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1041 new50(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1042 new51(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1043 new52(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1044 new53(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1045 new54(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1046 new55(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1047 new56(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dsplit-sqlite3c.tcl21 while {[gets $in line]} {
22 if {[regexp $BEGIN $line]} break
23 puts $out1 $line
36 while {[gets $in line]>=0} {
38 append buf $line\n
39 if {[regexp $end $line]} break
62 while {[regexp $BEGIN $line]} {
65 gather_one_file $line buf n
73 while {[gets $in line]>=0} {
74 if {[regexp $BEGIN $line]} brea
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Derror_state_mock.h23 const char* filename, int line,
26 const char* filename, int line,
30 int line,
37 int line,
43 const char* file, int line, const char* filename));
45 const char* file, int line, const char* filename));
47 const char* file, int line, const char* filename));
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsrc_file.c82 inline const char *INTUSE(dwarf_line_file) (const Dwarf_Line *line) argument
84 return line->files->info[line->file].name;
86 inline Dwarf_Line *dwfl_line (const Dwfl_Line *line) argument
88 return &dwfl_linecu (line)->die.cu->lines->info[line->idx];
90 inline const char *dwfl_line_file (const Dwfl_Line *line) argument
92 return INTUSE(dwarf_line_file) (dwfl_line (line));
95 /* Search through all the line number records for a matching
96 file and line/colum
102 Dwarf_Line *line = &cu->die.cu->lines->info[cnt]; local
[all...]
/external/oprofile/libpopt/
H A Dpoptconfig.c14 static void configLine(poptContext con, char * line) argument
30 if (strncmp(line, con->appName, nameLength)) return;
32 line += nameLength;
33 if (*line == '\0' || !isspace(*line)) return;
35 while (*line != '\0' && isspace(*line)) line++;
36 entryType = line;
37 while (*line
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_barrier_xml.stderr.exp9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
46 <line>...</line>
[all...]
/external/chromium_org/v8/tools/
H A Djsmin.py93 declarations. (These last two must be on one line including the opening
204 for line in re.split(r"\n", text):
205 line = line.replace("\t", " ")
207 m = re.search(r"\*/", line)
209 line = line[m.end():]
216 line = re.sub(r"/\*.*?\*/", " ", line)
217 line
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultHdfParser.java43 String line;
44 while ((line = lineReader.readLine()) != null) {
45 parseLine(line, output, context, lineReader, dataFileName, errorHandler);
49 private void parseLine(String line, Data output, List<String> context, argument
52 line = stripComment(line);
55 if ((split = split(line, "=")) != null) {
58 } else if ((split = split(line, "<<")) != null) {
64 } else if ((split = split(line, "{")) != null) {
68 } else if (split(line, "}") !
83 stripComment(String line) argument
120 split(String line, String delimiter) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dppc-xlate.pl79 my $line = join(",",@_);
80 if ($line =~ /^"(.*)"$/)
131 while($line=<>) {
133 $line =~ s|[#!;].*$||; # get rid of asm-style comments...
134 $line =~ s|/\*.*\*/||; # ... and C-style comments...
135 $line =~ s|^\s+||; # ... and skip white spaces in beginning...
136 $line =~ s|\s+$||; # ... and at the end
139 $line =~ s|\b\.L(\w+)|L$1|g; # common denominator for Locallabel
140 $line =~ s|\bL(\w+)|\.L$1|g if ($dotinlocallabels);
144 $line
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc94 const char *line = str; local
95 while (line) {
96 while (line[0] == ' ' || line[0] == '\t')
97 line++;
98 const char *end = internal_strchr(line, '\n');
100 end = line + internal_strlen(line);
101 if (line != end && line[
[all...]
/external/openssl/crypto/perlasm/
H A Dppc-xlate.pl74 my $line = join(",",@_);
75 if ($line =~ /^"(.*)"$/)
126 while($line=<>) {
128 $line =~ s|[#!;].*$||; # get rid of asm-style comments...
129 $line =~ s|/\*.*\*/||; # ... and C-style comments...
130 $line =~ s|^\s+||; # ... and skip white spaces in beginning...
131 $line =~ s|\s+$||; # ... and at the end
134 $line =~ s|\b\.L(\w+)|L$1|g; # common denominator for Locallabel
135 $line =~ s|\bL(\w+)|\.L$1|g if ($dotinlocallabels);
139 $line
[all...]

Completed in 2678 milliseconds

1234567891011>>