/external/libpcap/ |
grammar.c | 277 #line 1 "grammar.y" 434 #line 138 "grammar.y" 450 /* Line 196 of yacc.c. */ 451 #line 452 "y.tab.c" 462 /* Line 219 of yacc.c. */ 463 #line 464 "y.tab.c" 752 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ [all...] |
/development/scripts/ |
stack_core.py | 28 print " RELADDR " + "FUNCTION".ljust(maxlen) + " FILE:LINE" 40 print " ADDR VALUE " + "FUNCTION".ljust(maxlen) + " FILE:LINE" 69 # Note that both trace and value line matching allow for variable amounts of 103 line = unicode(ln, errors='ignore') 104 process_header = process_info_line.search(line) 105 signal_header = signal_line.search(line) 106 register_header = register_line.search(line) 107 thread_header = thread_line.search(line) 108 dalvik_jni_thread_header = dalvik_jni_thread_line.search(line) 109 dalvik_native_thread_header = dalvik_native_thread_line.search(line) [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
RecognitionException.js | 19 * knows its state (such as current input symbol and line info) that 22 * perhaps print an entire line of input not just a single token, for example. 37 this.line = this.token.getLine(); 47 this.line = input.getLine(); 88 /** Track the line at which the error occurred in case this is 90 * unexpected char doesn't carry the line info. 93 line: null, 100 /** Position in the line where exception occurred. 106 * imaginary nodes w/o line/col info. We now search backwards looking 107 * for most recent token with line/col info, but notify getErrorHeader( [all...] |
/external/bison/examples/calc++/ |
calc++-parser.cc | 36 /* Line 279 of lalr1.cc */ 37 #line 38 "../../../../examples/calc++/calc++-parser.cc" 44 /* Line 285 of lalr1.cc */ 45 #line 46 "../../../../examples/calc++/calc++-parser.cc" 47 /* Line 286 of lalr1.cc */ 48 #line 10280 "../../doc/bison.texi" 53 /* Line 286 of lalr1.cc */ 54 #line 55 "../../../../examples/calc++/calc++-parser.cc" 148 /* Line 353 of lalr1.cc */ 149 #line 150 "../../../../examples/calc++/calc++-parser.cc [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/archive/ |
MHTMLParser.cpp | 44 String line; local 45 while (!(line = lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) { 46 if (line == boundary) 167 String line = m_lineReader.nextChunkAsUTF8StringWithLatin1Fallback(); local 168 if (!line.isEmpty()) { 174 String line; local 175 while (!(line = m_lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) { 176 endOfArchiveReached = (line == endOfDocumentBoundary); 177 if (checkBoundary && (line == endOfPartBoundary || endOfArchiveReached)) { 181 // Note that we use line.utf8() and not line.ascii() as ascii turns special characters (such as tab, line-feed...) into '?' [all...] |
/external/chromium_org/third_party/libjingle/overrides/talk/base/ |
logging.cc | 123 int line, 129 line_(line), 137 int line, 144 line_(line), 223 const unsigned char* line = udata; local 235 // If we are in unprintable mode, we need to see a line of at least 238 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) { 241 // Determine if the line contains only whitespace and printable 244 for (const unsigned char* pos = line; pos < end_of_line; ++pos) { 253 // Treat an empty line following unprintable data as unprintable [all...] |
/external/clang/test/Analysis/ |
MismatchedDeallocator-path-notes.cpp | 27 // CHECK-NEXT: <key>line</key><integer>7</integer> 32 // CHECK-NEXT: <key>line</key><integer>7</integer> 40 // CHECK-NEXT: <key>line</key><integer>7</integer> 45 // CHECK-NEXT: <key>line</key><integer>7</integer> 57 // CHECK-NEXT: <key>line</key><integer>7</integer> 65 // CHECK-NEXT: <key>line</key><integer>7</integer> 70 // CHECK-NEXT: <key>line</key><integer>7</integer> 90 // CHECK-NEXT: <key>line</key><integer>7</integer> 95 // CHECK-NEXT: <key>line</key><integer>7</integer> 103 // CHECK-NEXT: <key>line</key><integer>10</integer [all...] |
/external/clang/test/Analysis/diagnostics/ |
undef-value-caller.c | 23 // CHECK-NEXT: <key>line</key><integer>9</integer> 31 // CHECK-NEXT: <key>line</key><integer>9</integer> 36 // CHECK-NEXT: <key>line</key><integer>9</integer> 56 // CHECK-NEXT: <key>line</key><integer>9</integer> 61 // CHECK-NEXT: <key>line</key><integer>9</integer> 69 // CHECK-NEXT: <key>line</key><integer>10</integer> 74 // CHECK-NEXT: <key>line</key><integer>10</integer> 90 // CHECK-NEXT: <key>line</key><integer>10</integer> 95 // CHECK-NEXT: <key>line</key><integer>10</integer> 103 // CHECK-NEXT: <key>line</key><integer>11</integer [all...] |
/external/clang/test/Index/ |
headerfile-comment-to-html.m | 20 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Device:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>Device</Name><USR>c:objc(cs)Device</USR><Headerfile><Para> Device.h <Foundation/Device.h></Para></Headerfile><Declaration>@interface Device\n@end</Declaration><Abstract><Para> A Device represents a remote or local computer or device with which the Developer Tools can interact. Each Device supports blah blah blah from doing blah blah blah.</Para></Abstract></Other>] 42 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Sensor:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>Sensor</Name><USR>c:objc(cs)Sensor</USR><Headerfile><Para> Sensor.h "Sensor.h"</Para></Headerfile><Declaration>@interface Sensor\n@end</Declaration><Abstract><Para> This is Sensor on the Device. Its purpose is not to Sense Device's heat.</Para></Abstract></Other>] 65 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=VTDevice:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>VTDevice</Name><USR>c:objc(cs)VTDevice</USR><Headerfile><Para> VTDevice.h <VTFoundation/VTDevice.h></Para></Headerfile><Declaration>@interface VTDevice : Device\n@end</Declaration><Abstract><Para> Test that headerfile can come after brief. </Para></Abstract><Discussion><Para> More property decription goes here.</Para></Discussion></Other>] 86 // CHECK: headerfile-comment-to-html.m:[[@LINE-1]]:13: FunctionDecl=uses_stdio_h:{{.*}} FullCommentAsXML=[<Function file="{{[^"]+}}headerfile-com (…) [all...] |
/system/core/libcorkscrew/ |
map_info.c | 38 static map_info_t* parse_vmmap_line(const char* line) { 43 if (sscanf(line, "%*21c %lx-%lx [%*13c] %3c/%*3c SM=%*3c %n", 48 const char* name = line + name_pos; 77 char line[1024]; local 79 while (fgets(line, sizeof(line), fp) != NULL) { 80 map_info_t* mi = parse_vmmap_line(line); 96 static map_info_t* parse_maps_line(const char* line) 102 if (sscanf(line, "%lx-%lx %4s %*x %*x:%*x %*d%n", &start, &end, 107 while (isspace(line[name_pos])) 136 char line[1024]; local [all...] |
/system/core/toolbox/ |
vmstat.c | 62 char line[MAX_LINE]; variable 165 while (fgets(line, MAX_LINE, f)) { 166 sscanf(line, "MemFree: %ld kB", &s->mem_free); 167 sscanf(line, "AnonPages: %ld kB", &s->mem_anon); 168 sscanf(line, "Mapped: %ld kB", &s->mem_mapped); 169 sscanf(line, "Slab: %ld kB", &s->mem_slab); 183 while (fgets(line, MAX_LINE, f)) { 184 if (!strncmp(line, "cpu ", 4)) { 185 sscanf(line, "cpu %ld %ld %ld %ld %ld %ld %ld", 189 sscanf(line, "intr %ld", &s->sys_in) [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
fmt.c | 47 optimal line length, multiplied by 10. e.g. assigning something a 48 cost of 50 means that it is as bad as a line 5 characters too short 59 /* Cost of a filled line n chars longer or shorter than best_width. */ 65 /* Basic cost per line. */ 68 /* Cost of breaking a line after the first word of a sentence, where 72 /* Cost of breaking a line before the last word of a sentence, where 76 /* Bonus for breaking a line at the end of a sentence. */ 79 /* Cost of breaking a line after a period not marking end of a sentence. 86 /* Bonus for breaking a line before open parenthesis. */ 89 /* Bonus for breaking a line after other punctuation. * [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
VCSUtils.pm | 491 my ($line) = @_; 492 return "" unless $line; 494 $line =~ s/[\r\n]+$//g; 495 return $line; 502 # Make input record separator the new-line character to simplify regex matching below. 532 # Parses a chunk range line into its components. 534 # A chunk range line has the form: @@ -L_1,N_1 +L_2,N_2 @@, where the pairs (L_1, N_1), 535 # (L_2, N_2) are ranges that represent the starting line number and line count in the 538 # Note, some versions of GNU diff may omit the comma and trailing line count (e.g. N_1) [all...] |
/bionic/libc/tools/ |
check-symbols.py | 21 for line in open(path, 'r'): 22 symbols.add(line.rstrip()) 41 for line in subprocess.check_output(['readelf', '--dyn-syms', so_file]).split('\n'): 42 m = r.match(line) 49 #print 'ignoring: ' % line
|
/cts/libs/vogar-expect/src/vogar/util/ |
MarkResetConsole.java | 67 * \u001b[K clear the rest of the current line 75 // clear the line, up a line 79 // clear the line, reprint the line
|
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
PathPoint.java | 31 public static final int LINE = 1; 51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE. 58 * Line/Move constructor 80 * Constructs and returns a PathPoint object that describes a line to the given xy location. 83 return new PathPoint(LINE, x, y);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognitionException.cs | 66 * knows its state (such as current input symbol and line info) that 69 * perhaps print an entire line of input not just a single token, for example. 101 * Track the line (1-based) at which the error occurred in case this is 103 * unexpected char doesn't carry the line info. 109 /// The 0-based index into the line where the error occurred. 115 * imaginary nodes w/o line/col info. We now search backwards looking 116 * for most recent token with line/col info, but notify getErrorHeader() 150 this._line = _token.Line; 157 this._line = ((ICharStream)input).Line; 172 _line = info.GetInt32("Line"); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
RecognitionException.cs | 67 * knows its state (such as current input symbol and line info) that 70 * perhaps print an entire line of input not just a single token, for example. 103 * Track the line (1-based) at which the error occurred in case this is 105 * unexpected char doesn't carry the line info. 111 /// The 0-based index into the line where the error occurred. 117 * imaginary nodes w/o line/col info. We now search backwards looking 118 * for most recent token with line/col info, but notify getErrorHeader() 160 this._line = _token.Line; 175 this._line = ((ICharStream)input).Line; 194 _line = info.GetInt32("Line"); [all...] |
/external/chromium/chrome/browser/net/ |
quoted_printable_unittest.cc | 37 // Space right before max char per line. 38 "This line has a space at the 75 characters mark = ********************** " 41 // Space on max char per line index. 42 "This line has a space at the 76 characters mark = *********************** " 45 // Space at end of line. 46 "This line ends with a space \r\nThe end.", 51 // Tab right before max char per line. 52 "This line has a tab at the 75 characters mark = ************************\t" 55 // Tab on max char per line index. 56 "This line has a tab at the 76 characters mark = *************************\t [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
tokenutil.py | 33 """Returns the first token in the same line as token. 36 token: Any token in the line. 39 The first token in the same line as token. 47 """Returns the first token in the previous line as token. 50 token: Any token in the line. 53 The first token in the previous line as token, or None if token is on the 54 first line. 64 """Returns the last token in the same line as token. 67 token: Any token in the line. 70 The last token in the same line as token [all...] |
/external/chromium_org/chrome/common/ |
chrome_result_codes.h | 15 // An invalid command line url was given. 39 // Command line parameter is not supported. 65 // Failed to pack an extension via the cmd line. 71 // The browser process exited early by passing the command line to another 79 // command line flag was present.
|
/external/chromium_org/components/tools/metrics/ |
count_ifdefs.py | 38 an #if or #ifdef line with a preprocessor token fully matching 50 for line in f: 51 line = line.strip() 52 if token_line_re.match(line):
|
/external/chromium_org/dbus/ |
dbus_statistics.cc | 211 continue; // No stats collected for this line, skip it and continue. 213 // Add a line to the result and clear the counts. 214 std::string line; local 216 line += stat->service; 219 line += stat->interface; 221 line += "." + stat->method; 223 line += base::StringPrintf(":"); 225 line += base::StringPrintf(" Sent (BLOCKING):"); 227 line += base::StringPrintf(" %d", sent_blocking); 229 line += base::StringPrintf(" %d/min", sent_blocking / dminutes) [all...] |
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
rpclistener.py | 23 lines = [line.rstrip() for line in message.split('\n')] 24 text = ''.join(['%s%s\n' % (prefix, line) for line in lines]) 55 # fail, the an error code will be returned to the command line.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/text/ |
LineEnding.h | 40 // Normalize all line-endings in the given string to CRLF. 43 // Normalize all line-endings in the given string to CR and append the result to the given buffer. 46 // Normalize all line-endings in the given string to LF and append the result to the given buffer. 49 // Normalize all line-endings in the given string to the native line-endings and append the result to the given buffer.
|