/external/chromium/net/base/ |
D | effective_tld_names.cc | 31 #line 1 "effective_tld_names.gperf" 39 #line 9 "effective_tld_names.gperf" 237 #line 1519 "effective_tld_names.gperf" in FindDomain() 239 #line 1180 "effective_tld_names.gperf" in FindDomain() 241 #line 1107 "effective_tld_names.gperf" in FindDomain() 243 #line 1441 "effective_tld_names.gperf" in FindDomain() 245 #line 815 "effective_tld_names.gperf" in FindDomain() 247 #line 2235 "effective_tld_names.gperf" in FindDomain() 249 #line 1112 "effective_tld_names.gperf" in FindDomain() 251 #line 1449 "effective_tld_names.gperf" in FindDomain() [all …]
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
D | cpp.py | 455 def is_cpp_string(line): argument 468 line = line.replace(r'\\', 'XX') # after this, \\" does not match to \" 469 return ((line.count('"') - line.count(r'\"') - line.count("'\"'")) & 1) == 1 516 def cleanse_comments(line): argument 525 comment_position = line.find('//') 526 if comment_position != -1 and not is_cpp_string(line[:comment_position]): 527 line = line[:comment_position] 529 return _RE_PATTERN_CLEANSE_LINE_C_COMMENTS.sub('', line) 595 line = clean_lines.elided[line_number] 596 start_character = line[pos] [all …]
|
/external/libpcap/ |
D | grammar.c | 277 #line 1 "grammar.y" 434 #line 138 "grammar.y" 451 #line 452 "y.tab.c" 463 #line 464 "y.tab.c" 1793 #line 211 "grammar.y" 1800 #line 216 "grammar.y" 1805 #line 219 "grammar.y" 1810 #line 220 "grammar.y" 1815 #line 221 "grammar.y" 1820 #line 222 "grammar.y" [all …]
|
D | scanner.c | 2 #line 3 "<stdout>" 2419 #line 1 "scanner.l" 2420 #line 2 "scanner.l" 2497 #line 2498 "<stdout>" 2648 #line 169 "scanner.l" 2650 #line 2651 "<stdout>" 2735 #line 170 "scanner.l" 2740 #line 171 "scanner.l" 2745 #line 173 "scanner.l" 2750 #line 174 "scanner.l" [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | initscan.c | 1 #line 2 "scan.c" 1243 #line 1 "scan.l" 1246 #line 4 "scan.l" 1332 #line 1333 "scan.c" 1486 #line 94 "scan.l" 1497 #line 1498 "scan.c" 1584 #line 105 "scan.l" 1589 #line 106 "scan.l" 1594 #line 107 "scan.l" 1599 #line 108 "scan.l" [all …]
|
/external/openssl/crypto/perlasm/ |
D | x86_64-xlate.pl | 110 local *line = shift; 113 if ($line =~ /^([a-z][a-z0-9]*)/i) { 116 $line = substr($line,@+[0]); $line =~ s/^\s+//; 185 local *line = shift; 188 if ($line =~ /^\$([^,]+)/) { 191 $line = substr($line,@+[0]); $line =~ s/^\s+//; 214 local *line = shift; 218 if ($line =~ /^(\*?)([^\(,]*)\(([%\w,]+)\)/) { 224 $line = substr($line,@+[0]); $line =~ s/^\s+//; 292 local *line = shift; [all …]
|
D | ppc-xlate.pl | 67 my $line = join(",",@_); 68 if ($line =~ /^"(.*)"$/) 119 while($line=<>) { 121 $line =~ s|[#!;].*$||; # get rid of asm-style comments... 122 $line =~ s|/\*.*\*/||; # ... and C-style comments... 123 $line =~ s|^\s+||; # ... and skip white spaces in beginning... 124 $line =~ s|\s+$||; # ... and at the end 127 $line =~ s|\b\.L(\w+)|L$1|g; # common denominator for Locallabel 128 $line =~ s|\bL(\w+)|\.L$1|g if ($dotinlocallabels); 132 $line =~ s|(^[\.\w]+)\:\s*||; [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 164 # line 1 "<stdin>" 167 # line 5 "<stdin>" 251 # line 84 "<stdin>" 1371 # line 90 "<stdin>" 1375 # line 91 "<stdin>" 1379 # line 92 "<stdin>" 1383 # line 93 "<stdin>" 1387 # line 94 "<stdin>" 1391 # line 95 "<stdin>" 1400 # line 102 "<stdin>" [all …]
|
/external/webkit/WebKitTools/Scripts/ |
D | split-file-by-class | 51 while (my $line = <OLDFILE>) { 53 $classDefs{$currentClassName} .= $line; 54 if ($line =~ /^$classIndent};\s*$/) { 58 if ($line =~ /^(\s*)class\s+(\w+)\s+[^;]*$/) { 61 $classDefs{$currentClassName} .= $line; 64 $fileContent .= $line; 96 foreach my $line (@lines) { 97 if ($line =~ /^###CLASS###(\w+)/) { 102 print NEWHEADER $line . "\n"; 114 while (my $line = <OLDCPP>) { [all …]
|
/external/icu4c/tools/gensprep/ |
D | filterRFC3454.pl | 92 while(defined ($line=<$inFH>)){ 93 next unless $line=~ /Start\sTable/; 94 if($line =~ /A.1/){ 97 if($line =~ /B.1/ && defined $b1){ 100 if($line =~ /B.2/ && defined $b2){ 103 if($line =~ /B.3/ && defined $b3){ 106 if($line =~ /C.1.1/ && defined $c11 ){ 107 createProhibitedTable($inFH,$outfile,$line); 109 if($line =~ /C.1.2/ && defined $c12 ){ 110 createProhibitedTable($inFH,$outfile,$line); [all …]
|
/external/chromium/third_party/icu/source/tools/gensprep/ |
D | filterRFC3454.pl | 92 while(defined ($line=<$inFH>)){ 93 next unless $line=~ /Start\sTable/; 94 if($line =~ /A.1/){ 97 if($line =~ /B.1/ && defined $b1){ 100 if($line =~ /B.2/ && defined $b2){ 103 if($line =~ /B.3/ && defined $b3){ 106 if($line =~ /C.1.1/ && defined $c11 ){ 107 createProhibitedTable($inFH,$outfile,$line); 109 if($line =~ /C.1.2/ && defined $c12 ){ 110 createProhibitedTable($inFH,$outfile,$line); [all …]
|
/external/chromium/base/ |
D | dynamic_annotations.cc | 11 extern "C" void AnnotateRWLockCreate(const char *file, int line, in AnnotateRWLockCreate() argument 13 extern "C" void AnnotateRWLockDestroy(const char *file, int line, in AnnotateRWLockDestroy() argument 15 extern "C" void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired() argument 17 extern "C" void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased() argument 19 extern "C" void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait() argument 22 extern "C" void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal() argument 24 extern "C" void AnnotateCondVarSignalAll(const char *file, int line, in AnnotateCondVarSignalAll() argument 26 extern "C" void AnnotatePublishMemoryRange(const char *file, int line, in AnnotatePublishMemoryRange() argument 29 extern "C" void AnnotatePCQCreate(const char *file, int line, in AnnotatePCQCreate() argument 31 extern "C" void AnnotatePCQDestroy(const char *file, int line, in AnnotatePCQDestroy() argument [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | parse.c | 11 #line 10 "./parse.y" 111 #line 112 "y.tab.c" 401 #line 776 "./parse.y" 508 void line_warning( str, line ) in line_warning() argument 510 int line; 517 line_pinpoint( warning, line ); 524 void line_pinpoint( str, line ) in line_pinpoint() argument 526 int line; 528 fprintf( stderr, "\"%s\", line %d: %s\n", infilename, line, str ); 540 #line 541 "y.tab.c" [all …]
|
/external/qemu/ |
D | gen-charmap.py | 69 def match_char_or_hex(line): argument 70 m = re_char.match(line) 72 m = re_hex.match(line) 82 def process_line(line,result): argument 83 m = re_start.match(line) 85 print "bad bad line: " + line 88 line = m.group(2) 89 m = match_char_or_hex(line) 91 print "character expected in: " + line 94 line = m.group(2) [all …]
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
D | diff_parser.py | 45 def git_diff_to_svn_diff(line): argument 58 matched = match(pattern, line) 61 return line 95 def add_new_line(self, line_number, line): argument 96 self.lines.append((0, line_number, line)) 98 def add_deleted_line(self, line_number, line): argument 99 self.lines.append((line_number, 0, line)) 101 def add_unchanged_line(self, deleted_line_number, new_line_number, line): argument 102 self.lines.append((deleted_line_number, new_line_number, line)) 124 for line in diff_input: [all …]
|
/external/proguard/src/proguard/obfuscate/ |
D | MappingReader.java | 59 String line = reader.readLine(); in pump() local 61 if (line == null) in pump() 66 line = line.trim(); in pump() 70 if (line.endsWith(":")) in pump() 74 className = processClassMapping(line, mappingProcessor); in pump() 80 processClassMemberMapping(className, line, mappingProcessor); in pump() 107 private String processClassMapping(String line, in processClassMapping() argument 113 int arrowIndex = line.indexOf("->"); in processClassMapping() 119 int colonIndex = line.indexOf(':', arrowIndex + 2); in processClassMapping() 126 String className = line.substring(0, arrowIndex).trim(); in processClassMapping() [all …]
|
/external/bison/src/ |
D | scan-gram.c | 1 #line 2 "scan-gram.c" 3 #line 4 "scan-gram.c" 865 #line 1 "scan-gram.l" 887 #line 27 "scan-gram.l" 910 scanner_cursor.line = 1; \ 1015 #line 1016 "scan-gram.c" 1235 #line 165 "scan-gram.l" 1265 #line 1266 "scan-gram.c" 1379 #line 197 "scan-gram.l" 1384 #line 199 "scan-gram.l" [all …]
|
D | parse-gram.c | 185 #line 1 "parse-gram.y" 279 #line 94 "parse-gram.y" 289 #line 290 "parse-gram.c" 314 #line 315 "parse-gram.c" 976 #line 179 "parse-gram.y" 978 #line 979 "parse-gram.c" 981 #line 192 "parse-gram.y" 983 #line 984 "parse-gram.c" 986 #line 181 "parse-gram.y" 988 #line 989 "parse-gram.c" [all …]
|
/external/chromium/net/ftp/ |
D | ftp_ctrl_response_buffer.cc | 21 ParsedLine line = lines_.front(); in ConsumeData() local 25 if (!line.is_complete || line.status_code != response_buf_.status_code) { in ConsumeData() 26 line_buf_.append(line.raw_text); in ConsumeData() 32 line_buf_ = line.status_text; in ConsumeData() 33 DCHECK_EQ(line.status_code, response_buf_.status_code); in ConsumeData() 35 if (!line.is_multiline) { in ConsumeData() 45 if (!line.is_complete) in ConsumeData() 48 response_buf_.status_code = line.status_code; in ConsumeData() 49 if (line.is_multiline) { in ConsumeData() 50 line_buf_ = line.status_text; in ConsumeData() [all …]
|
/external/oprofile/libpopt/ |
D | poptconfig.c | 14 static void configLine(poptContext con, char * line) in configLine() argument 30 if (strncmp(line, con->appName, nameLength)) return; in configLine() 32 line += nameLength; in configLine() 33 if (*line == '\0' || !isspace(*line)) return; in configLine() 35 while (*line != '\0' && isspace(*line)) line++; in configLine() 36 entryType = line; in configLine() 37 while (*line == '\0' || !isspace(*line)) line++; in configLine() 38 *line++ = '\0'; in configLine() 40 while (*line != '\0' && isspace(*line)) line++; in configLine() 41 if (*line == '\0') return; in configLine() [all …]
|
/external/icu4c/stubdata/ |
D | icu_dat_generator.py | 148 for line in open(dat_list_file_path, "r"): 149 if line.find("root.") >= 0: 151 if line.find("res_index") >= 0: 153 if line.find("_.res") >= 0: 155 if line.find("brkitr/") >= 0: 156 end = line.find(".res") 158 brkitrs.add(line[line.find("/")+1:end]) 159 elif line.find("coll/") >= 0: 160 end = line.find(".res") 162 colls.add(line[line.find("/")+1:end]) [all …]
|
/external/webkit/WebCore/bindings/scripts/ |
D | IDLParser.pm | 237 my $line = $_; 238 $line =~ s/\s*//g; 241 push(@$arrayRef, $line); 249 foreach my $line (@interfaceMethods) { 250 if ($line =~ /attribute/) { 251 $line =~ /$IDLStructure::interfaceAttributeSelector/; 253 my $attributeType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)")); 256 … my $attributeDataType = (defined($3) ? $3 : die("Parsing error!\nSource:\n$line\n)")); 257 … my $attributeDataName = (defined($4) ? $4 : die("Parsing error!\nSource:\n$line\n)")); 261 $line =~ /$IDLStructure::getterRaisesSelector/; [all …]
|
/external/v8/tools/ |
D | jsmin.py | 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 = re.sub(r"//.*", "", line) 218 m = re.search(r"/\*", line) 220 line = line[:m.start()] 224 line = re.sub(r"^ +", "", line) 225 line = re.sub(r" +$", "", line) [all …]
|
/external/dropbear/ |
D | cli-kex.c | 217 buffer * line = NULL; in checkhostkey() local 227 line = buf_new(MAX_KNOWNHOSTS_LINE); in checkhostkey() 232 if (buf_getline(line, hostsfile) == DROPBEAR_FAILURE) { in checkhostkey() 241 if (line->len < (hostlen+30) ) { in checkhostkey() 247 if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen), in checkhostkey() 253 buf_incrpos(line, hostlen); in checkhostkey() 254 if (buf_getbyte(line) != ' ') { in checkhostkey() 260 if (strncmp(buf_getptr(line, algolen), algoname, algolen) != 0) { in checkhostkey() 265 buf_incrpos(line, algolen); in checkhostkey() 266 if (buf_getbyte(line) != ' ') { in checkhostkey() [all …]
|
/external/v8/test/mjsunit/ |
D | debug-sourceinfo.js | 105 var line; variable 111 if (line == location.line) { 114 assertEquals(line + 1, location.line); 119 assertEquals(0, location.line); 125 line = location.line; 132 for (line = 0; line < num_lines_d; line++) { 136 assertEquals(start_line_d + line, location.line); 144 assertEquals(0, script.locationFromPosition(0).line); 149 assertEquals(0, script.locationFromPosition(1).line); 154 assertEquals(0, script.locationFromPosition(start_a).line - comment_lines); [all …]
|