HomeSort by relevance Sort by last modified time
    Searched full:line (Results 276 - 300 of 6501) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKitTools/Scripts/
parse-malloc-history 30 # based on total number of bytes allocated, and filtering based on command-line
71 my $line = $file[$i];
76 ($callCount, $byteCount) = ($line =~ /(\d+) calls for (\d+) bytes/);
84 ($byteCount) = ($line =~ /Leak: [x[:xdigit:]]* size=(\d+)/);
87 while (!($line =~ "Call stack: ")) {
89 $line = $file[$i];
100 ($byteCount) = ($line =~ /Key: (?:\d+), (\d+) bytes/);
102 $line = $file[++$i];
105 if ($line =~ /\): (.*)$/) {
110 $line = $file[++$i]
    [all...]
  /frameworks/base/awt/java/awt/font/
LineBreakMeasurer.java 30 * representation of a text in order to determine where to add line breaks so
31 * the resulting line of text fits its wrapping width. The wrapping width
121 * Returns the next line of text, updates current position in this
125 * the maximum visible line width.
128 * text should be included on the line; the paragraph break.
135 * represents the next line of text with width wrappingWidth, null
155 * Returns the next line of text.
158 * the maximum visible line width.
159 * @return the next line of text.
166 * Returns the end position of the next line of text
    [all...]
  /frameworks/base/media/libstagefright/include/
HTTPStream.h 49 // The header key used to retrieve the status line.
71 // Receive a line of data terminated by CRLF, line will be '\0' terminated
73 status_t receive_line(char *line, size_t size);
  /frameworks/base/tools/aapt/
SourcePos.h 13 int line; member in class:SourcePos
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
ASTaddr_spec.java 1 /* Generated By:JJTree: Do not edit this line. ASTaddr_spec.java */
ASTaddress.java 1 /* Generated By:JJTree: Do not edit this line. ASTaddress.java */
ASTaddress_list.java 1 /* Generated By:JJTree: Do not edit this line. ASTaddress_list.java */
ASTangle_addr.java 1 /* Generated By:JJTree: Do not edit this line. ASTangle_addr.java */
ASTdomain.java 1 /* Generated By:JJTree: Do not edit this line. ASTdomain.java */
ASTgroup_body.java 1 /* Generated By:JJTree: Do not edit this line. ASTgroup_body.java */
ASTlocal_part.java 1 /* Generated By:JJTree: Do not edit this line. ASTlocal_part.java */
ASTmailbox.java 1 /* Generated By:JJTree: Do not edit this line. ASTmailbox.java */
ASTname_addr.java 1 /* Generated By:JJTree: Do not edit this line. ASTname_addr.java */
ASTphrase.java 1 /* Generated By:JJTree: Do not edit this line. ASTphrase.java */
ASTroute.java 1 /* Generated By:JJTree: Do not edit this line. ASTroute.java */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
input.h 25 #include "line-map.h"
40 /* The line-location in the source file. */
41 int line; local
61 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
  /external/opencore/protocols/sdp/parser/src/
basemediainfoparser.cpp 104 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format"));
117 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for media type"));
124 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format"));
137 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for suggested port"));
144 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format"));
163 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info"));
172 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info"));
178 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info"));
190 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info"));
198 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for tranport profile"))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/jm/
T_lookupswitch_9.j 37 .line 8
42 .line 11
47 .line 13
  /cts/tools/dx-tests/src/dxc/junit/opcodes/tableswitch/jm/
T_tableswitch_8.j 38 .line 8
43 .line 11
48 .line 13
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
Line.java 20 public interface Line {
33 public boolean matches(Line.Info info) {
51 Line.Info getLineInfo();
  /external/bison/data/
location.cc 49 : filename (0), line (1), column (0)
58 line = 1;
62 /** \name Line and Column related manipulators
65 /// (line related) Advance to the COUNT next lines.
69 line += count;
87 /// Current line number.
88 unsigned int line;
132 return ostr << pos.line << '.' << pos.column;
175 /** \name Line and Column related manipulators
242 else if (loc.begin.line != last.line
    [all...]
  /external/icu4c/samples/layout/
paragraph.h 49 void addLine(const ParagraphLayout::Line *line);
61 const ParagraphLayout::Line **fLines;
  /external/icu4c/test/intltest/
regextst.h 37 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
39 const UnicodeString &input, int32_t line);
41 UErrorCode expectedStatus, int32_t line);
  /external/iproute2/doc/
rtstat.sgml 46 <item><tt/-s NUMBER/ - whether to print header line. 0 inhibits header line,
48 line each 20 lines.
  /external/webkit/WebCore/manual-tests/inspector/
debugger-step-on-while-statements.html 5 /* place breakpoint on next line and click continue */ debugger;
17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>

Completed in 151 milliseconds

<<11121314151617181920>>