/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 163 "effective_tld_names.gperf" in FindDomain() 239 #line 76 "effective_tld_names.gperf" in FindDomain() 241 #line 268 "effective_tld_names.gperf" in FindDomain() 243 #line 622 "effective_tld_names.gperf" in FindDomain() 245 #line 839 "effective_tld_names.gperf" in FindDomain() 247 #line 3996 "effective_tld_names.gperf" in FindDomain() 249 #line 676 "effective_tld_names.gperf" in FindDomain() 251 #line 2509 "effective_tld_names.gperf" in FindDomain() [all …]
|
/external/chromium/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.c | 54 const char *file, int line, const volatile void *lock){} in DYNAMIC_ANNOTATIONS_NAME() 56 const char *file, int line, const volatile void *lock){} in DYNAMIC_ANNOTATIONS_NAME() 58 const char *file, int line, const volatile void *lock, long is_w){} in DYNAMIC_ANNOTATIONS_NAME() 60 const char *file, int line, const volatile void *lock, long is_w){} in DYNAMIC_ANNOTATIONS_NAME() 62 const char *file, int line, const volatile void *barrier, long count, in DYNAMIC_ANNOTATIONS_NAME() 65 const char *file, int line, const volatile void *barrier) {} in DYNAMIC_ANNOTATIONS_NAME() 67 const char *file, int line, const volatile void *barrier) {} in DYNAMIC_ANNOTATIONS_NAME() 69 const char *file, int line, const volatile void *barrier) {} in DYNAMIC_ANNOTATIONS_NAME() 72 const char *file, int line, const volatile void *cv, in DYNAMIC_ANNOTATIONS_NAME() 75 const char *file, int line, const volatile void *cv){} in DYNAMIC_ANNOTATIONS_NAME() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
D | Lexer.java | 15 private int line; field in Lexer 61 int start_line = this.line; in getToken() 88 this.line++; in getToken() 93 this.line++; in getToken() 149 accept_line = this.line; in getToken() 166 this.line = accept_line; in getToken() 181 this.line = accept_line; in getToken() 195 this.line = accept_line; in getToken() 209 this.line = accept_line; in getToken() 223 this.line = accept_line; in getToken() [all …]
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/ |
D | ChangeLog.txt | 2 r227 | helixblue | 2010-09-20 09:20:36 +0200 (Mon, 20 Sep 2010) | 1 line 6 r226 | helixblue | 2010-09-20 09:17:00 +0200 (Mon, 20 Sep 2010) | 1 line 10 r225 | helixblue | 2010-09-20 08:50:32 +0200 (Mon, 20 Sep 2010) | 1 line 14 r224 | helixblue | 2010-09-19 23:51:56 +0200 (Sun, 19 Sep 2010) | 1 line 18 r223 | helixblue | 2010-09-19 22:45:21 +0200 (Sun, 19 Sep 2010) | 1 line 22 r222 | helixblue | 2010-09-19 22:08:13 +0200 (Sun, 19 Sep 2010) | 1 line 26 r221 | helixblue | 2010-09-19 22:07:53 +0200 (Sun, 19 Sep 2010) | 1 line 30 r220 | helixblue | 2010-09-19 21:34:24 +0200 (Sun, 19 Sep 2010) | 1 line 34 r219 | helixblue | 2010-09-19 21:34:12 +0200 (Sun, 19 Sep 2010) | 1 line 38 r218 | helixblue | 2010-09-19 21:12:11 +0200 (Sun, 19 Sep 2010) | 1 line [all …]
|
/external/valgrind/dynamic_annotations/ |
D | dynamic_annotations.c | 61 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 63 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 65 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 67 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 69 const char *file, int line, const volatile void *barrier, long count, in DYNAMIC_ANNOTATIONS_NAME() 72 const char *file, int line, const volatile void *barrier) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 74 const char *file, int line, const volatile void *barrier) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 76 const char *file, int line, const volatile void *barrier) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 79 const char *file, int line, const volatile void *cv, in DYNAMIC_ANNOTATIONS_NAME() 82 const char *file, int line, const volatile void *cv) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() [all …]
|
/external/webkit/Tools/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/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 …]
|
/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/Tools/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/Tools/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/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | diff_parser.py | 51 def git_diff_to_svn_diff(line): argument 66 matched = match(pattern, line) 69 return line 105 return [line[1] for line in self.lines if not line[0]] 111 def add_new_line(self, line_number, line): argument 112 self.lines.append((0, line_number, line)) 114 def add_deleted_line(self, line_number, line): argument 115 self.lines.append((line_number, 0, line)) 117 def add_unchanged_line(self, deleted_line_number, new_line_number, line): argument 118 self.lines.append((deleted_line_number, new_line_number, line)) [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 7 <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 …]
|
/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/mesa3d/src/glsl/ |
D | glsl_lexer.cpp | 1 #line 2 "glsl_lexer.cpp" 3 #line 4 "glsl_lexer.cpp" 979 #line 1 "glsl_lexer.lpp" 980 #line 2 "glsl_lexer.lpp" 1058 #line 1059 "glsl_lexer.cpp" 1292 #line 95 "glsl_lexer.lpp" 1295 #line 1296 "glsl_lexer.cpp" 1381 #line 97 "glsl_lexer.lpp" 1390 #line 100 "glsl_lexer.lpp" 1395 #line 101 "glsl_lexer.lpp" [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/valgrind/tsan/ |
D | suppressions.cc | 77 void PutBackSkipComments(string line); 78 bool ParseSuppressionToolsLine(Suppression* supp, string line); 79 bool IsExtraLine(string line); 80 bool ParseStackTraceLine(StackTraceTemplate* trace, string line); 123 string line(first, next_ - first); in NextLine() local 128 return line; in NextLine() 132 string line; in NextLineSkipComments() local 134 line = put_back_stack_.top(); in NextLineSkipComments() 136 return line; in NextLineSkipComments() 139 line = NextLine(); in NextLineSkipComments() [all …]
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 420 self._row_lengths = [len(line) + 1 for line in trimmed_lines] 718 def is_cpp_string(line): argument 731 line = line.replace(r'\\', 'XX') # after this, \\" does not match to \" 732 return ((line.count('"') - line.count(r'\"') - line.count("'\"'")) & 1) == 1 779 def cleanse_comments(line): argument 788 comment_position = line.find('//') 789 if comment_position != -1 and not is_cpp_string(line[:comment_position]): 790 line = line[:comment_position] 792 return _RE_PATTERN_CLEANSE_LINE_C_COMMENTS.sub('', line) 854 line = elided[position.row] [all …]
|
/external/chromium/chrome/browser/chromeos/ |
D | plugin_selection_policy.cc | 67 string line; in InitFromFile() local 72 while (std::getline(input_stream, line)) { in InitFromFile() 74 string::size_type pos = line.find("#"); in InitFromFile() 76 line = line.substr(0, pos); in InitFromFile() 78 TrimWhitespaceASCII(line, TRIM_ALL, &line); in InitFromFile() 79 if (line.find("allow") == 0) { in InitFromFile() 86 line = line.substr(5); in InitFromFile() 87 TrimWhitespaceASCII(line, TRIM_ALL, &line); in InitFromFile() 88 line = StringToLowerASCII(line); in InitFromFile() 89 policy.push_back(make_pair(true, line)); in InitFromFile() [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/chromium/chrome/browser/importer/ |
D | mork_reader.cc | 121 std::string line; in Read() local 122 if (!ReadLine(&line) || in Read() 123 line.compare("// <!-- <mdb:mork:z v=\"1.4\"/> -->") != 0) in Read() 127 while (ReadLine(&line)) { in Read() 130 size_t len = line.size(); in Read() 131 while (idx < len && line[idx] == ' ') in Read() 137 if (StartsWithASCII(&line[idx], "< <(a=c)>", true)) { in Read() 140 ParseMap(line, idx, &column_name_map); in Read() 155 } else if (StartsWithASCII(&line[idx], "<(", true)) { in Read() 157 ParseMap(line, idx, &value_map_); in Read() [all …]
|
/external/webkit/Tools/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/clang/test/Preprocessor/ |
D | line-directive.c | 5 #line 'a' // expected-error {{#line directive requires a positive integer argument}} 6 #line 0 // expected-error {{#line directive requires a positive integer argument}} 7 #line 00 // expected-error {{#line directive requires a positive integer argument}} 8 #line 2147483648 // expected-warning {{C requires #line number to be less than 2147483648, allo… 9 #line 42 // ok 10 #line 42 'a' // expected-error {{invalid filename for #line directive}} 11 #line 42 "foo/bar/baz.h" // ok 16 #line A 35 #line 92 "blonk.c" 52 #line 42 "blonk.h" // doesn't change system headerness. [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ParseHelper.cpp | 51 …Context::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, int line) in parseVectorFields() argument 55 error(line, "illegal vector field selection", compString.c_str(), ""); in parseVectorFields() 117 error(line, "illegal vector field selection", compString.c_str(), ""); in parseVectorFields() 124 error(line, "vector field selection out of range", compString.c_str(), ""); in parseVectorFields() 130 … error(line, "illegal - vector component fields not from the same set", compString.c_str(), ""); in parseVectorFields() 144 …Context::parseMatrixFields(const TString& compString, int matSize, TMatrixFields& fields, int line) in parseMatrixFields() argument 152 error(line, "illegal length of matrix field selection", compString.c_str(), ""); in parseMatrixFields() 158 error(line, "illegal matrix field selection", compString.c_str(), ""); in parseMatrixFields() 165 error(line, "illegal matrix field selection", compString.c_str(), ""); in parseMatrixFields() 173 error(line, "illegal matrix field selection", compString.c_str(), ""); in parseMatrixFields() [all …]
|
/external/chromium/net/ftp/ |
D | ftp_ctrl_response_buffer.cc | 30 ParsedLine line = lines_.front(); in ConsumeData() local 34 if (!line.is_complete || line.status_code != response_buf_.status_code) { in ConsumeData() 35 line_buf_.append(line.raw_text); in ConsumeData() 41 line_buf_ = line.status_text; in ConsumeData() 42 DCHECK_EQ(line.status_code, response_buf_.status_code); in ConsumeData() 44 if (!line.is_multiline) { in ConsumeData() 54 if (!line.is_complete) in ConsumeData() 57 response_buf_.status_code = line.status_code; in ConsumeData() 58 if (line.is_multiline) { in ConsumeData() 59 line_buf_ = line.status_text; in ConsumeData() [all …]
|