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

<<21222324252627282930>>

  /external/bison/src/
parse-gram.c 185 #line 1 "parse-gram.y"
279 #line 94 "parse-gram.y"
288 /* Line 193 of yacc.c. */
289 #line 290 "parse-gram.c"
313 /* Line 216 of yacc.c. */
314 #line 315 "parse-gram.c"
627 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
    [all...]
  /external/e2fsprogs/resize/
online.c 2 * online.c --- Do on-line resizing of the ext3 filesystem
35 "on-line resizing required\n"), fs->device_name, mtpt);
38 printf(_("On-line shrinking from %u to %u not supported.\n"),
45 * the on-line resizing inode must be present.
79 _("While checking for on-line resizing support"));
97 printf(_("Performing an on-line resize of %s to %u (%dk) blocks.\n"),
163 printf(_("Filesystem at %s is mounted on %s, and on-line resizing is"
  /external/icu4c/samples/layout/
FontMap.cpp 40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; local
56 line = strip(buffer);
57 if (line[0] == '#' || line[0] == 0) {
61 c = strchr(line, ':');
65 scriptName = strip(line);
77 sprintf(errorMessage, "The script name %s is invalid.", line);
  /external/icu4c/samples/ufortune/
ufortune.c 55 UBool displayUsage = FALSE; /* Set true if command line err or help */
57 UBool verbose = FALSE; /* Set true if -v command line option. */
58 char *optionError = NULL; /* If command line contains an unrecognized */
61 /* otherwise set from command line. */
79 /* Process command line options.
82 * -? or --help display a usage line
138 * Display any command line option usage errors and/or the
  /external/jpeg/
ansi2knr.c 186 * with a right parenthesis as the last character on the line,
187 * and with a left brace as the first token on the following line
189 * It will recognize a multi-line header provided that no intervening
190 * line ends with a left or right brace or a semicolon.
192 * the function name must be the first thing on the line.
207 on the line following a function header be a left brace,
326 char *line; local
369 fprintf(out, "#line 1 \"%s\"\n", argv[1]);
371 line = buf;
372 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_defalloc.h 50 //line number inputs to aid memory auditing.
57 //A macro for using the Oscl_TAlloc call with file name and line number inputs
71 //Allocator with file name and line number inputs to aid memory auditing.
97 //Allocator with file name and line number inputs to aid memory auditing.
140 //this is the preferred call-- with file and line number recorded by
154 //this is the preferred call-- with file and line number recorded by
165 //note: recording file & line # here is not useful-- the caller
  /external/qemu/proxy/
proxy_http_rewriter.c 271 const char* line )
274 return http_header_append( r->headers->last, line );
419 /* read the first line of a given HTTP request. returns -1/0/+1 */
428 /* now parse the first line to see if we can handle it */
429 char* line = root->str->s; local
433 char* p = line;
438 root->name, line);
444 root->name, line);
450 root->name, line);
476 char* line = stralloc_cstr( root->str ) local
513 char* line; local
739 char* line = str->s; local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 65 InspectorBackend.addBreakpoint(breakpoint.sourceID, breakpoint.line, breakpoint.condition);
82 WebInspector.panels.scripts.showScript(script, breakpoint.line);
111 } else if (currentBreak.url == breakpoint.url && currentBreak.line > breakpoint.line) {
141 InspectorBackend.removeBreakpoint(breakpoint.sourceID, breakpoint.line);
155 InspectorBackend.addBreakpoint(breakpoint.sourceID, breakpoint.line, breakpoint.condition);
157 InspectorBackend.removeBreakpoint(breakpoint.sourceID, breakpoint.line);
TextEditorHighlighter.js 80 // Last line is highlighted, just exit.
91 // We will be highlighting. First rewind to the last highlighted line to gain proper highlighter context.
135 // Start line was edited, we should highlight everything until endLine synchronously.
158 // Restore highlighter context taken from previous line.
170 this._lex(this._textModel.line(i), i, state.attributes);
186 _lex: function(line, lineNumber, attributes) {
187 this._tokenizer.line = line;
195 } while (column < line.length)
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaLineRasterizer.java 133 * Line class provides rasterization for different line types
135 abstract static class Line {
141 Line(int x1, int y1, int x2, int y2, MultiRectArea dst) {
149 static abstract class Diag extends Line {
456 static abstract class Ortog extends Line {
691 * Rasterizes line using clippind and dashing style
699 * @return a MultiRectArea of rasterizer line
719 Line line;
    [all...]
  /frameworks/base/core/java/android/pim/
ICalendar.java 397 public String line; // TODO: just point to original text field in class:ICalendar.ParserState
412 // we deal with line folding, by replacing all "\n " strings
423 * case, expects a BEGIN as the first line. Returns the provided or newly
438 // each line is of the format:
440 for (String line : lines) {
442 current = parseLine(line, state, current);
444 // NOTE: in this case, if the first line is not a BEGIN, a
451 Log.v(TAG, "Cannot parse " + line, fe);
462 * Parses a line into the provided component. Creates a new component if
463 * the line is a BEGIN, adding the newly created component to the provide
528 String line = state.line; local
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 71 for line in adb_output.splitlines():
72 line = line.strip()
73 if line.find('INSTRUMENTATION_CODE') == 0:
74 if not line[22:] == '-1':
77 if (line.find('INSTRUMENTATION_FAILED') != -1 or
78 line.find('Process crashed.') != -1):
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
SAXParseException.java 112 * @param lineNumber The line number of the end of the text that
143 * @param lineNumber The line number of the end of the text that
164 * @param lineNumber The line number of the error, or -1.
207 * The line number of the end of the text where the exception occurred.
209 * <p>The first line is line 1.</p>
211 * @return An integer representing the line number, or -1
224 * <p>The first column in a line is position 1.</p>
257 * @serial The line number, or -1.
  /development/tools/idegen/src/
Configuration.java 206 String line; local
207 while ((line = in.readLine()) != null) {
208 String trimmed = line.trim();
212 // line ends in a ";".
245 * Reads a list of regular expressions from a file, one per line, and adds
249 * @param file containing regular expressions, one per line
256 String line; local
257 while ((line = in.readLine()) != null) {
258 String trimmed = line.trim();
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-gcov.1 162 how often each line of code executes
184 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
186 places only one statement on each line. If you use complicated macros
188 less helpful\-\-\-they only report on the line where the macro call
193 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
226 outputs execution counts only for the main blocks of a line. With this
227 option you can determine if blocks within a single line are not being
326 \& <execution_count>:<line_number>:<source line text>
329 Additional block information may succeed each line, when requested by
330 command line option. The \fIexecution_count\fR is \fB\-\fR for line
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gcov.1 169 how often each line of code executes
191 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
193 places only one statement on each line. If you use complicated macros
195 less helpful\-\-\-they only report on the line where the macro call
200 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
233 outputs execution counts only for the main blocks of a line. With this
234 option you can determine if blocks within a single line are not being
333 \& <execution_count>:<line_number>:<source line text>
336 Additional block information may succeed each line, when requested by
337 command line option. The \fIexecution_count\fR is \fB\-\fR for line
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-gcov.1 163 how often each line of code executes
185 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
187 places only one statement on each line. If you use complicated macros
189 less helpful\-\-\-they only report on the line where the macro call
194 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
227 outputs execution counts only for the main blocks of a line. With this
228 option you can determine if blocks within a single line are not being
336 \& <execution_count>:<line_number>:<source line text>
339 Additional block information may succeed each line, when requested by
340 command line option. The \fIexecution_count\fR is \fB\-\fR for line
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-gcov.1 162 how often each line of code executes
184 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
186 places only one statement on each line. If you use complicated macros
188 less helpful\-\-\-they only report on the line where the macro call
193 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
226 outputs execution counts only for the main blocks of a line. With this
227 option you can determine if blocks within a single line are not being
326 \& <execution_count>:<line_number>:<source line text>
329 Additional block information may succeed each line, when requested by
330 command line option. The \fIexecution_count\fR is \fB\-\fR for line
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gcov.1 169 how often each line of code executes
191 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
193 places only one statement on each line. If you use complicated macros
195 less helpful\-\-\-they only report on the line where the macro call
200 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
233 outputs execution counts only for the main blocks of a line. With this
234 option you can determine if blocks within a single line are not being
333 \& <execution_count>:<line_number>:<source line text>
336 Additional block information may succeed each line, when requested by
337 command line option. The \fIexecution_count\fR is \fB\-\fR for line
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-gcov.1 163 how often each line of code executes
185 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
187 places only one statement on each line. If you use complicated macros
189 less helpful\-\-\-they only report on the line where the macro call
194 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
227 outputs execution counts only for the main blocks of a line. With this
228 option you can determine if blocks within a single line are not being
336 \& <execution_count>:<line_number>:<source line text>
339 Additional block information may succeed each line, when requested by
340 command line option. The \fIexecution_count\fR is \fB\-\fR for line
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-gcov.1 162 how often each line of code executes
184 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
186 places only one statement on each line. If you use complicated macros
188 less helpful\-\-\-they only report on the line where the macro call
193 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
226 outputs execution counts only for the main blocks of a line. With this
227 option you can determine if blocks within a single line are not being
326 \& <execution_count>:<line_number>:<source line text>
329 Additional block information may succeed each line, when requested by
330 command line option. The \fIexecution_count\fR is \fB\-\fR for line
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java 237 String line; local
247 while ((line = reader.readLine()) != null) {
248 Log.d("ddms", "line: " + line);
249 if (line.length() < 16) {
254 long tmpStart = Long.parseLong(line.substring(0, 8), 16);
255 long tmpEnd = Long.parseLong(line.substring(9, 17), 16);
263 int index = line.indexOf('/');
268 String tmpLib = line.substring(index);
  /build/tools/releasetools/
sign_target_files_apks 45 in which they appear on the command line.
177 for line in data.split("\n"):
178 line = line.strip()
179 original_line = line
180 if line and line[0] != '#':
181 key, value = line.split("=", 1)
193 line = key + "=" + value
194 if line != original_line
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 28 * Helper class that generates a simple line GestureStroke, and provides common methods
33 // point constants for 45 degree line gesture
44 * Creates a standard straight line gesture starting from the {@link LINE_START_POINT} and
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
Port.java 20 public interface Port extends Line {
22 public static class Info extends Line.Info {
59 public boolean matches(Line.Info info) {

Completed in 543 milliseconds

<<21222324252627282930>>