/external/v8/tools/ |
run-valgrind.py | 44 # Compute the command line. 63 for line in errors: 64 if LEAK_LINE_MATCHER.search(line): 65 leaks.append(line) 66 if not LEAK_OKAY_MATCHER.search(line):
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
initscan-mvs.c | 164 # line 1 "<stdin>" 167 # line 5 "<stdin>" 251 # line 84 "<stdin>" [all...] |
MVS.uudecode | 18 >I think there should be an 'M' at the beginning of the second line. 20 This isn't a problem. I believe that the first byte of the line indicates 28 # This is a shell archive. Remove anything before this line, then feed it 129 X /* search file for header line */ 136 X fprintf(stderr, "ERROR: no `begin' line!\n"); 193 X fprintf(stderr, "ERROR: no `end' line\n"); 212 X * If a return or newline is encountered too early in a line, it is 228 Xint checksum, line; 230 X for (line = 1; ; line++) /* for each input line * [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DriverCall.java | 55 fromCLCCLine(String line) { 60 ATResponseParser p = new ATResponseParser(line); 75 // like "NOT AVAILABLE" in the CLCC line 92 Log.e(LOG_TAG,"Invalid CLCC line: '" + line + "'");
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/ |
AddressList.java | 126 String line = reader.readLine();
local 127 if (line.length() == 0 || line.toLowerCase().equals("exit") || line.toLowerCase().equals("quit")) {
131 AddressList list = parse(line);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
OccurrenceRenderer.java | 38 * draws a line from min to max at the time of the item. 78 Line2D line = null; local 81 line = new Line2D.Double(yMin2D, x2D, yMax2D, x2D); 84 line = new Line2D.Double(x2D, yMin2D, x2D, yMax2D); 88 g2.draw(line);
|
/external/webkit/WebCore/inspector/front-end/ |
SourceFrame.js | 105 // Don't add the message if there is no message or valid line or if the msg isn't an error or warning. 106 if (!msg.message || msg.line <= 0 || !msg.isErrorOrWarning()) 115 for (var line in this._messageBubbles) { 116 var bubble = this._messageBubbles[line]; 142 highlightLine: function(line) 145 this._textViewer.highlightLine(line - 1); 147 this._lineToHighlight = line; 219 var line = this._textModel.line(i); 222 var match = regexObject.exec(line); [all...] |
/frameworks/base/services/java/com/android/server/ |
NativeDaemonConnector.java | 221 String line = mResponseQueue.take(); local 222 if (LOCAL_LOGD) Slog.d(TAG, String.format("RSP <- {%s}", line)); 223 String[] tokens = line.split(" "); 228 String.format("Invalid response from daemon (%s)", line)); 234 response.add(line); 263 String line = rsp.get(i); local 265 String[] tok = line.split(" "); 268 rdata[idx++] = line.substring(tok[0].length() + 1); 270 if (LOCAL_LOGD) Slog.d(TAG, String.format("List terminated with {%s}", line)); 286 String.format("Error reading code '%s'", line)); [all...] |
/external/opencore/protocols/sdp/parser/src/ |
m4vmediainfoparser.cpp | 84 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad config field")); 96 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=fmtp line format")); 110 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - No fmtp line found")); 191 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=framerate line format")); 205 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=I_frame_interval line format")); 228 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad payload number")); 245 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - payload pointer not found for payload")); 278 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad config field")); 289 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad config field")); 309 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad profile-level-id field")) [all...] |
h264mediainfoparser.cpp | 141 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad payload number")); 193 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad profile-level-id: field")); 214 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad max-mbps: field")); 234 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad max-fs field")); 254 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad max-cpb: field")); 274 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad max-dpb field")); 294 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad max-br field")); 314 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad redundant-pic-cap field")); 334 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad sprop-parameter-sets field")); 358 PVMF_SDP_PARSER_LOGERROR((0, "SDPH264MediaInfoParser::parseMediaInfo - Bad a=fmtp: line format - Bad packetization-mode field")) [all...] |
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 190 // Read the line in the stack trace. 193 String line = reader.readLine(); local 194 if (line == null) 199 Matcher matcher = pattern.matcher(line); 207 // Figure out a class name, line number, type, and 242 // Actually construct the output line. 256 // Copy a literal piece of input line. 257 outLine.append(line.substring(lineIndex, startIndex)); 312 // Copy the last literal piece of input line. 313 outLine.append(line.substring(lineIndex)) [all...] |
/external/bison/src/ |
scan-gram.c | 0 #line 2 "scan-gram.c" 3 #line 4 "scan-gram.c" 256 /* Whether we're considered to be at the beginning of a line. 262 int yy_bs_lineno; /**< The line count. */ 3397 int line = scanner_cursor.line; local [all...] |
/external/icu4c/tools/gendraft/ |
genheaders.pl | 78 while (defined ($line = <$excludeFH>)){ 79 next if( $line =~ /^#/); 80 $line =~ s/^\s+//; 81 $line =~ s/\s+\n$//; 82 $exclude{$line}="EXCLUDE"; 161 while (defined ($line = <$inFH>)){ 163 if($line =~ /\<dt\>/ ){ 165 if( ($line =~ /LEUnicode/)|| ($line =~ /LanguageCodes/) || 166 ($line =~ /ScriptCodes/) || ($line =~ /\:+/) || [all...] |
/external/qemu/ |
usb-linux.c | 1061 char line[1024]; local 1071 snprintf(line, sizeof(line), "%s/devices", usb_host_device_path); 1072 f = fopen(line, "r"); 1081 if (fgets(line, sizeof(line), f) == NULL) 1083 if (strlen(line) > 0) 1084 line[strlen(line) - 1] = '\0'; 1085 if (line[0] == 'T' && line[1] == ':') 1182 char line[1024]; local [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-addr2line.1 | 133 addr2line \- convert addresses into file names and line numbers. 146 \&\fBaddr2line\fR translates addresses into file names and line numbers. 149 line number are associated with it. 157 In the first, hexadecimal addresses are specified on the command line, 158 and \fBaddr2line\fR displays the file name and line number for each 162 standard input, and prints the file name and line number for each 167 line number for each address is printed on a separate line. If the 168 \&\fB\-f\fR option is used, then each \fB\s-1FILENAME:LINENO\s0\fR line is 169 preceded by a \fB\s-1FUNCTIONNAME\s0\fR line which is the name of the functio [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-addr2line.1 | 133 addr2line \- convert addresses into file names and line numbers. 146 \&\fBaddr2line\fR translates addresses into file names and line numbers. 149 line number are associated with it. 157 In the first, hexadecimal addresses are specified on the command line, 158 and \fBaddr2line\fR displays the file name and line number for each 162 standard input, and prints the file name and line number for each 167 line number for each address is printed on a separate line. If the 168 \&\fB\-f\fR option is used, then each \fB\s-1FILENAME:LINENO\s0\fR line is 169 preceded by a \fB\s-1FUNCTIONNAME\s0\fR line which is the name of the functio [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-addr2line.1 | 133 addr2line \- convert addresses into file names and line numbers. 146 \&\fBaddr2line\fR translates addresses into file names and line numbers. 149 line number are associated with it. 157 In the first, hexadecimal addresses are specified on the command line, 158 and \fBaddr2line\fR displays the file name and line number for each 162 standard input, and prints the file name and line number for each 167 line number for each address is printed on a separate line. If the 168 \&\fB\-f\fR option is used, then each \fB\s-1FILENAME:LINENO\s0\fR line is 169 preceded by a \fB\s-1FUNCTIONNAME\s0\fR line which is the name of the functio [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-addr2line.1 | 133 addr2line \- convert addresses into file names and line numbers. 146 \&\fBaddr2line\fR translates addresses into file names and line numbers. 149 line number are associated with it. 157 In the first, hexadecimal addresses are specified on the command line, 158 and \fBaddr2line\fR displays the file name and line number for each 162 standard input, and prints the file name and line number for each 167 line number for each address is printed on a separate line. If the 168 \&\fB\-f\fR option is used, then each \fB\s-1FILENAME:LINENO\s0\fR line is 169 preceded by a \fB\s-1FUNCTIONNAME\s0\fR line which is the name of the functio [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-addr2line.1 | 133 addr2line \- convert addresses into file names and line numbers. 146 \&\fBaddr2line\fR translates addresses into file names and line numbers. 149 line number are associated with it. 157 In the first, hexadecimal addresses are specified on the command line, 158 and \fBaddr2line\fR displays the file name and line number for each 162 standard input, and prints the file name and line number for each 167 line number for each address is printed on a separate line. If the 168 \&\fB\-f\fR option is used, then each \fB\s-1FILENAME:LINENO\s0\fR line is 169 preceded by a \fB\s-1FUNCTIONNAME\s0\fR line which is the name of the functio [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-addr2line.1 | 133 addr2line \- convert addresses into file names and line numbers. 146 \&\fBaddr2line\fR translates addresses into file names and line numbers. 149 line number are associated with it. 157 In the first, hexadecimal addresses are specified on the command line, 158 and \fBaddr2line\fR displays the file name and line number for each 162 standard input, and prints the file name and line number for each 167 line number for each address is printed on a separate line. If the 168 \&\fB\-f\fR option is used, then each \fB\s-1FILENAME:LINENO\s0\fR line is 169 preceded by a \fB\s-1FUNCTIONNAME\s0\fR line which is the name of the functio [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-addr2line.1 | 133 addr2line \- convert addresses into file names and line numbers. 146 \&\fBaddr2line\fR translates addresses into file names and line numbers. 149 line number are associated with it. 157 In the first, hexadecimal addresses are specified on the command line, 158 and \fBaddr2line\fR displays the file name and line number for each 162 standard input, and prints the file name and line number for each 167 line number for each address is printed on a separate line. If the 168 \&\fB\-f\fR option is used, then each \fB\s-1FILENAME:LINENO\s0\fR line is 169 preceded by a \fB\s-1FUNCTIONNAME\s0\fR line which is the name of the functio [all...] |
/external/webkit/WebCore/rendering/ |
RenderBlockLineLayout.cpp | 54 // We don't let our line box tree for a single line get any deeper than this. 97 // Check to see if our last midpoint is a start point beyond the line break. If so, 108 // We hit the line break before the start point. Shave off the start point. 188 // We only treat a box as text for a <br> if we are on a line by ourself or in strict mode 213 // See if we have an unconstructed line box for this object that is also 214 // the last item on the line. 225 // If this box is constructed then it is from a previous line, and we need 226 // to make a new box for our line. If this box is unconstructed but it has 227 // something following it on the line, then we know we have to make a new bo 921 RootInlineBox* line = endLine; local 1060 RootInlineBox* line = firstRootBox(); variable 1167 RootInlineBox* line = endLine; local [all...] |
/bionic/libc/stdio/ |
fgetln.c | 40 * Expand the line buffer. Return -1 on error. 64 * Get an input line. The returned pointer often (but not always) 66 * the returned line (which is thus not a C string because it will 102 * We have to copy the current buffered data to the line buffer. 116 * file buffer to line buffer, refill file and look for 125 break; /* EOF or error: return partial line */ 129 /* got it: finish up the line (like code above) */
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
StackTraceElement.java | 56 * @param line 57 * the line of the file where execution is at, a negative number 64 public StackTraceElement(String cls, String method, String file, int line) { 72 lineNumber = line; 92 * <li>the class, method and file names as well as the line number of this 165 * Returns the line number in the source for the class belonging to this 168 * @return the line number, or a negative number if this information is not
|
/development/pdk/docs/source/ |
code-lines.jd | 11 for a given "code line". For instance, when a release is cut, sometimes that 31 <li>At all times, the Release code-line (which may actually consist of 35 <li>We will be setting up an "Experimental" code-line to capture changes from 50 correspond to the internal code-line being made a public Release branch, and the 51 new current platform code-line.</li> 53 code-line.</li> 56 <p>The source management strategy above includes a code-line that Google will
|