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

1 2 3 45 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/util/
HexParser.java 32 * corresponding to the text. The format is simple: Each line may
36 * is encountered, it and the rest of the line are ignored as a
57 String line; local
59 line = src.substring(at, poundAt);
61 line = src.substring(at, nlAt);
65 int colonAt = line.indexOf(':');
69 int quoteAt = line.indexOf('\"');
74 String atStr = line.substring(0, colonAt).trim();
75 line = line.substring(colonAt + 1)
    [all...]
  /external/e2fsprogs/po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
14 # Output the file's contents by reading the next line. But don't lose the
15 # current line while doing this.
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/elfutils/libdw/
dwarf_linebeginstatement.c 23 dwarf_linebeginstatement (Dwarf_Line *line, bool *flagp)
25 if (line == NULL)
28 *flagp = line->is_stmt;
dwarf_lineblock.c 23 dwarf_lineblock (Dwarf_Line *line, bool *flagp)
25 if (line == NULL)
28 *flagp = line->basic_block;
dwarf_lineendsequence.c 23 dwarf_lineendsequence (Dwarf_Line *line, bool *flagp)
25 if (line == NULL)
28 *flagp = line->end_sequence;
dwarf_lineepiloguebegin.c 23 dwarf_lineepiloguebegin (Dwarf_Line *line, bool *flagp)
25 if (line == NULL)
28 *flagp = line->epilogue_begin;
dwarf_lineprologueend.c 23 dwarf_lineprologueend (Dwarf_Line *line, bool *flagp)
25 if (line == NULL)
28 *flagp = line->prologue_end;
  /external/elfutils/libelf-po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
14 # Output the file's contents by reading the next line. But don't lose the
15 # current line while doing this.
  /external/elfutils/po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
14 # Output the file's contents by reading the next line. But don't lose the
15 # current line while doing this.
  /external/grub/stage2/
preset_menu.c 11 "kernel --use-cmd-line (hd0,0)/kernel\n"
16 "kernel --use-cmd-line (hd0,1)/kernel\n"
21 "kernel --use-cmd-line (hd0,2)/kernel\n"
  /external/jdiff/src/jdiff/
StreamReader.java 26 String line = null; local
27 while((line = br.readLine()) != null)
28 System.out.println(line);
  /external/webkit/WebKitTools/QueueStatusServer/
index.yaml 7 # index.yaml file manually, remove the above marker line (the line
9 # manually, move them above the marker line. The index.yaml file is
  /external/blktrace/btt/
devmap.c 31 static int dev_map_add(char *line)
35 if (strstr(line, "Device") != NULL)
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) {
66 char line[256]; local
74 while (fscanf(fp, "%255[a-zA-Z0-9 :.,/_-]\n", line) == 1) {
75 if (dev_map_add(line))
  /external/oprofile/daemon/
opd_pipe.c 62 char line[256]; local
75 /* just break if no new line is found */
76 if (fgets(line, 256, fd) == NULL)
78 line[strlen(line) - 1] = '\0';
80 if (strstr(line, "do_jitconv") != NULL) {
  /frameworks/base/opengl/libs/tools/
glapigen 26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
37 #printf("%s", $line);
  /frameworks/base/tools/preload/
Compile.java 46 String line; local
48 while ((line = in.readLine()) != null) {
50 if (line.startsWith("I/PRELOAD")) {
52 String clipped = line.substring(19);
56 "Exception while recording line " + lineNumber + ": " + line, e);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 62 String line; local
65 while ((line = reader.readLine()) != null) {
66 content.add(line);
72 String line; local
75 while ((line = reader.readLine()) != null) {
76 content.add(line);
  /frameworks/base/core/java/android/text/
Layout.java 63 * specified text with one line per paragraph.
72 * specified text slice with one line per paragraph.
110 * default line spacing
111 * @param spacingAdd amount to add to the default line spacing
206 // the layout or line. XXX: Should they?
260 // the baseline is the top of the following line minus the current
261 // line's descent.
301 // to the paragraph direction of the line.
436 * Return what the text height is multiplied by to get the line height.
443 * Return the number of units of leading that are added to each line
546 int line = getLineForOffset(offset); local
890 int line = getLineForOffset(offset); local
990 int line = getLineForOffset(offset); local
1125 int line = getLineForOffset(point); local
    [all...]
  /dalvik/dx/tests/069-dex-source-position/
expected.txt 74 0000: line 20
75 0004: line 21
76 0006: line 29
77 line = 24
78 0007: line 24
79 000f: line 28
80 0019: line 29
81 001c: line 25
82 001e: line 26
124 0000: line 2
    [all...]
  /development/tools/axl/
chewperf.py 17 line = rawLines[x].split()
19 if line[-1] == "SIGNAL_STRENGTH":
34 for line in rawLines:
35 if "Pulled" in line:
36 chewed = [int(line.split()[5]), int(line.split()[7])]
39 out.append("%s %d" % (line, (tm - last)))
42 out.append(line)
  /external/expat/tests/benchmark/
README.txt 1 Use this benchmark command line utility as follows:
5 The command line arguments are:
  /external/icu4c/common/unicode/
parseerr.h 34 * <p>The line, offset, and context fields are optional; parsing
59 * The line on which the error occured. If the parser uses this
60 * field, it sets it to the line number of the source text line on
62 * parse does not support line numbers, the value will be <= 0.
65 int32_t line; member in struct:UParseError
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
  /external/icu4c/tools/makeconv/
Makefile 3 # the device command line tool
24 # the host command line tool
  /external/webkit/JavaScriptCore/icu/unicode/
parseerr.h 30 * <p>The line, offset, and context fields are optional; parsing
55 * The line on which the error occured. If the parser uses this
56 * field, it sets it to the line number of the source text line on
58 * parse does not support line numbers, the value will be <= 0.
61 int32_t line; member in struct:UParseError
64 * The character offset to the error. If the line field is >= 1,
65 * then this is the offset from the start of the line. Otherwise,

Completed in 228 milliseconds

1 2 3 45 6 7 8 91011>>