HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 26 - 50 of 1727) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 67 var lines = msg.split ("\n");
72 for (var i=0; i<lines.length; i++)
73 print (FAILED + prefix + lines[i]);
82 var lines = msg.split ("\n");
85 for (var i=0; i<lines.length; i++)
86 print (STATUS + lines[i]);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/
shell.js 67 var lines = msg.split ("\n");
72 for (var i=0; i<lines.length; i++)
73 print (FAILED + prefix + lines[i]);
82 var lines = msg.split ("\n");
85 for (var i=0; i<lines.length; i++)
86 print (STATUS + lines[i]);
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
Mixer.java 87 boolean isSynchronizationSupported(Line[] lines, boolean maintainSync);
89 void synchronize(Line[] lines, boolean maintainSync);
91 void unsynchronize(Line[] lines);
  /development/build/tools/
sdk_clean.sh 12 # Remove BEGIN_INCLUDE and END_INCLUDE lines used by the javadoc.
14 # This does it by replacing these lines with blank lines so line numbers aren't
  /external/elfutils/libdw/
dwarf_getsrcfiles.c 34 if (cu->lines == NULL)
36 Dwarf_Lines *lines; local
41 res = dwarf_getsrclines (cudie, &lines, &nlines);
  /external/elfutils/tests/
ChangeLog 18 * get-lines.c: New file.
21 * run-get-lines.sh: Likewise.
22 * Makefile.am: Run get-lines test. Don't run get-aranges and
  /external/quake/quake/src/QW/client/
console.h 43 extern int con_notifylines; // scan lines to clear for notify lines
49 void Con_DrawConsole (int lines);
  /external/skia/include/utils/
SkTextBox.h 24 SkTextBox is a helper class for drawing 1 or more lines of text
29 Spacing is a linear equation used to compute the distance between lines
31 between lines is computed as: spacing = paint.getTextSize() * mul + add
  /external/wpa_supplicant/wpa_gui/
scanresults.ui.h 52 QStringList lines = QStringList::split(QChar('\n'), res); local
54 for (QStringList::Iterator it = lines.begin(); it != lines.end(); it++) {
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 52 QStringList lines = QStringList::split(QChar('\n'), res); local
54 for (QStringList::Iterator it = lines.begin(); it != lines.end(); it++) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
GetPropReceiver.java 43 public void processNewLines(String[] lines) {
44 // We receive an array of lines. We're expecting
49 for (String line : lines) {
  /dalvik/libcore/text/src/main/java/java/text/
package.html 13 or enumeration of characters, words or lines.
  /external/dropbear/libtommath/
pretty.build 21 my $lines = 0;
49 ++$lines while (<SRC>);
63 print "Compiled approximately $filesbuilt files and $lines lines of code.\n";
  /external/e2fsprogs/lib/ss/
std_rqs.ct 23 "Enable/disable abbreviation processing of request lines.",
  /external/libpng/contrib/pngminim/decoder/
gather.sh 6 # change the following 2 lines if zlib is somewhere else
  /external/libpng/contrib/pngminim/encoder/
gather.sh 6 # Change the next 2 lines if zlib is somewhere else.
  /external/webkit/WebCore/manual-tests/inspector/
highlight-source-line.html 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19204">Bug 19204: Inspector should highlight source lines when following links to them</a>.</p>
  /external/webkit/WebCore/manual-tests/
textarea-iframe-navigation.html 8 <li>Select a few lines in the textarea, keeping the mouse cursor down inside the area</li>
  /frameworks/base/core/java/android/text/style/
LeadingMarginSpan.java 30 * for lines in a right-to-left paragraph.
41 * false for subsequent lines
73 * the implementor to specify the number of lines of text to which
79 * Returns the number of lines of text to which this object is
81 * Note that if this returns N, the first N lines of the region,
82 * not the first N lines of each paragraph, will be given the
97 * lines.
100 * @param rest the indent for the remaining lines of the paragraph
108 * Constructor taking an indent for all lines.
  /external/bluetooth/glib/gio/tests/
data-output-stream.c 39 char *lines; local
49 lines = g_malloc0 ((strlen (TEST_STRING) + strlen (endl[newline_type])) * MAX_LINES + 1);
62 g_stpcpy ((char*)(lines + i*strlen(s)), s);
76 g_assert_cmpstr ((char*)data, ==, lines);
81 g_free (lines);
287 g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);
288 g_test_add_func ("/data-input-stream/read-lines-CR", test_read_lines_CR);
289 g_test_add_func ("/data-input-stream/read-lines-CR-LF", test_read_lines_CR_LF);
  /external/bzip2/
bzmore.1 45 On a terminal capable of displaying 24 lines,
46 the default window size is 22 lines.
55 more lines, (or another screenful if no argument is given)
58 display 11 more lines (a ``scroll'').
72 skip \fIi\|\fP lines and print a screenful of lines
75 skip \fIi\fP screenfuls and print a screenful of lines
98 Otherwise, a screenful is displayed, starting two lines before the place
  /external/e2fsprogs/ext2ed/
win.c 55 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2;
69 if (LINES<TITLE_WIN_LINES+SHOW_WIN_LINES+COMMAND_WIN_LINES+3) {
79 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0);
80 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
213 mvwin(mt_win2, LINES-COMMAND_WIN_LINES-1,0);
214 mvwin(command_win, LINES-COMMAND_WIN_LINES,0);
216 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2;
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 137 final int [] lines = blockMap [bl]; local
138 if (lines != null)
140 final int lineCount = lines.length;
144 final int line = lines [l];
158 final int [] lines = lineMap.keys (); local
159 for (int l = 0, lineCount = lines.length; l < lineCount; ++ l)
161 final int line = lines [l];
203 final int [] lines = m_blockMap [bl]; local
204 for (int l = 0; l < lines.length; ++ l)
207 s.append (lines [l])
213 final int [] lines = m_lineMap.keys (); local
    [all...]
  /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/bison/examples/
extexi 97 # referring to the whole string, not the lines.
98 function normalize(contents, i, lines, n, line, res) {
100 n = split (contents, lines, "\n");
104 line = lines[i];
108 # Gperf accepts empty lines as valid input!!!

Completed in 678 milliseconds

12 3 4 5 6 7 8 91011>>