HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 126 - 150 of 486) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/doclava/src/com/google/doclava/
DocFile.java 65 // Any blank lines are ignored.
68 Matcher lines = LINE.matcher(filedata); local
70 while (lines.find()) {
71 line = lines.group(1);
74 start = lines.end();
  /external/elfutils/libdwfl/
dwfl_lineinfo.c 61 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx];
  /external/webkit/Tools/Scripts/
check-inspector-strings 62 def process(self, lines, file_path, line_numbers=None):
63 for line in lines:
82 lines = contents.split("\n")
83 for line in lines:
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 58 checker.check(lines=[])
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 126 String[] lines = new String[stack.length]; local
128 lines[i] = stack[i].toString();
131 entry.holdingStacks.add(lines);
133 mProfileData.addSample(lines);
  /packages/providers/CalendarProvider/
maketests.py 43 lines = str.split("\n")
46 for line in lines:
87 lines = stripTimezone(s) variable
88 for s in lines:
  /external/elfutils/libdw/
dwarf_getsrclines.c 115 dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, size_t *nlines)
125 if (cu->lines == NULL)
128 cu->lines = (void *) -1l;
505 /* XXX Whether the following two lines are necessary is
672 cu->lines = buf;
673 cu->lines->nlines = nlinelist;
676 cu->lines->info[i] = *sortlines[i];
677 cu->lines->info[i].files = files;
683 else if (cu->lines != (void *) -1l)
689 *lines = cu->lines
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 141 * whose length is a multiple of two. Returns a string spanning multiple lines,
172 // Max sure the ASCII text on last line of output lines up with previous
173 // lines.
262 * Indent |lines| by |start|.
264 * For example, if |start| = ' -> ' and |lines| = ['line1', 'line2', 'line3']
271 function indentLines(start, lines) {
272 return start + lines.join('\n' + makeRepeatedString(' ', start.length));
301 * header lines.
383 var lines = [];
386 lines.push('Proxy server: ' + config.single_proxy)
    [all...]
  /external/chromium/googleurl/
PRESUBMIT.py 80 lines = contents.splitlines()
82 for line in lines:
87 # Accept lines with http:// to exceed the max_cols rule.
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 8 lines = data[start:end].split("\n")[1:]
12 for ln in lines:
  /external/markdown/markdown/extensions/
imagelinks.py 39 def run(self, lines):
51 for line in lines:
  /external/quake/quake/src/QW/client/
draw.h 33 void Draw_ConsoleBackground (int lines);
  /external/v8/test/benchmarks/
testcfg.py 53 lines = output.stdout.splitlines()
54 for line in lines:
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 59 bool up(unsigned lines = 1);
60 bool down(unsigned lines = 1);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 230 * checking and reallocation. Used for drawing lines.
589 float lines[] = new float[8 * 4]; local
597 lines[i++] = xOffset;
598 lines[i++] = 0;
599 lines[i++] = xOffset;
600 lines[i++] = mHeight;
604 lines[i++] = 0;
605 lines[i++] = 0;
606 lines[i++] = mWidth;
607 lines[i++] = 0
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
DiscourseLogger.java 26 * A class to keep last N of lines sent to the server and responses received from the server.
109 String[] lines = getLines(); local
110 if (lines.length == 0) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 59 * @param lines a portion of the am output
64 public void processNewLines(String[] lines) {
69 for (String s : lines) {
70 // ignore empty lines.
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_stereo_proc.cpp 289 /* can be between -1 (all lines zero) and 575 (no line zero) */
312 sfbNo = mp3_sfBandIndex[sfreq].l[sfbTemp]; /* number of lines to process */
314 /* from sfbStart up sfbNo lines do ms_stereo or normal stereo */
326 sfbNo = mp3_sfBandIndex[sfreq].l[sfb+1] - mp3_sfBandIndex[sfreq].l[sfb]; /* No of lines to process */
355 sfbNo = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]; /* No of lines to process */
383 int32 lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]; local
385 i = 3 * mp3_sfBandIndex[sfreq].s[sfb] + (j + 1) * lines - 1;
387 while (lines > 0)
393 lines = -10;
395 lines--
485 int32 lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]; local
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
IOUtils.java 513 * Return an Iterator for the lines in a <code>Reader</code>.
535 * @return an Iterator of the lines in the reader, never null
544 * Return an Iterator for the lines in an <code>InputStream</code>, using
568 * @return an Iterator of the lines in the reader, never null
    [all...]
  /external/dbus/bus/
desktop-file.c 42 BusDesktopFileLine *lines; member in struct:__anon5980
116 bus_desktop_file_line_free (&section->lines[i]);
118 dbus_free (section->lines);
137 BusDesktopFileLine *lines; local
146 lines = dbus_realloc (section->lines,
149 if (lines == NULL)
152 section->lines = lines;
288 desktop_file->sections[n].lines = NULL
    [all...]
  /external/elfutils/tests/
run-get-lines.sh 31 testrun_compare ./get-lines testfile testfile2 <<\EOF
33 5 lines
40 4 lines
46 4 lines
52 4 lines
58 4 lines
64 5 lines
  /external/icu4c/test/perf/normperf/
normperf.h 33 ULine* lines; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
70 totalChars+= lines[i].len;
79 lines = srcLines;
89 lines = NULL;
102 ULine* lines; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status)
    [all...]
  /external/v8/tools/
logreader.js 53 * CSV lines parser.
166 * Processes log lines.
168 * @param {Array.<string>} lines Log lines.
171 LogReader.prototype.processLog_ = function(lines) {
172 for (var i = 0, n = lines.length; i < n; ++i, ++this.lineNum_) {
173 var line = lines[i];
  /development/scripts/
stack 87 def FindBuildFingerprint(lines):
88 """Searches the given file (array of lines) for the build fingerprint."""
90 for line in lines:
238 def ConvertTrace(lines):
249 # Examples of matched trace lines include lines from tombstone files like:
251 # Or lines from AndroidFeedback crash report system logs like:
255 # Examples of matched value lines include:
260 # Lines from 'code around' sections of the output will be matched before
261 # value lines because otheriwse the 'code around' sections will be confused a
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 31 int lines, size = calcStorage(width, height, border2, levels, &lines); local
34 + sizeof(short *) * lines +
40 ImageTypeShort position = (ImageTypeShort) &y[lines];
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines)
100 *lines = size = 0;
104 *lines += height + border2;

Completed in 656 milliseconds

1 2 3 4 56 7 8 91011>>