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

1 2 3 45 6 7 8 91011>>

  /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) {
  /build/tools/droiddoc/src/
SampleTagInfo.java 37 * is provided, the entire file is copied. If an id is provided, the lines
38 * in the given file between the first two lines containing BEGIN_INCLUDE(id)
128 LineNumberReader lines = new LineNumberReader(input); local
137 String line = lines.readLine();
223 LineNumberReader lines = new LineNumberReader(input); local
226 String line = lines.readLine();
  /external/qemu/
curses.c 67 height = LINES;
88 if (height > LINES) {
89 py = (height - LINES) / 2;
91 smaxy = LINES;
94 sminy = (LINES - height) / 2;
143 if (x >= 0 && y >= 0 && x < COLS && y < LINES) {
  /external/iproute2/man/man8/
lnstat.8 42 Specify display of subject/header. '0' means no header at all, '1' prints a header only at start of the program and '2' prints a header every 20 lines.
64 Print a header at start and every 20 lines.
  /external/kernel-headers/original/linux/
vt.h 9 #define MAX_NR_CONSOLES 63 /* serial lines start at 64 */
48 unsigned short v_scrollsize; /* number of lines of scrollback */
tiocl.h 7 #define TIOCL_SELLINE 2 /* select whole lines */
  /external/proguard/src/proguard/gui/splash/
TextSprite.java 53 * Creates a new TextSprite containing a multiple lines of text.
55 * @param spacing the variable spacing between the lines of text.
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
README 4 characters, words, and lines present in the text. All programs were compiled
9 lines words characters
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 225 List lines = performCommand(cmdAttribs, Integer.MAX_VALUE); local
227 // now iterate over the lines we just read and find the LAST
231 for (int i = lines.size() - 1; i >= 0; i--) {
232 String line = (String) lines.get(i);
237 // all lines are blank
322 // perform the command, asking for up to 3 lines (header, interesting, overflow)
323 List lines = performCommand(cmdAttribs, 3); local
324 if (lines.size() < 2) {
328 "for path '" + path + "'- response was " + lines);
330 String line2 = (String) lines.get(1); // the line we're interested in
397 List lines = new ArrayList(20); local
    [all...]
  /build/tools/dexpreopt/
geninitrc.awk 55 print "ERROR: no match for console lines" > "/dev/stderr";
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 28 public int positionInfo = PositionList.LINES;
  /dalvik/dx/src/com/android/dx/rop/code/
SourcePosition.java 118 * Returns whether the lines match between this instance and
122 * @return {@code true} iff the lines match
129 * Returns whether the lines and files match between this instance and
133 * @return {@code true} iff the lines and files match
  /dalvik/dx/tests/069-dex-source-position/
run 22 dx --debug --dex --no-optimize --positions=lines --no-locals \
  /dalvik/dx/tests/110-dex-preserve-this/
run 31 # Output any lines that mention the "this" register.
  /development/tools/zoneinfo/tzdata2009s/
pacificnew 16 # with the year the law takes effect and uncomment the "##" lines.
  /external/apache-http/src/org/apache/http/message/
LineFormatter.java 51 * The formatted lines are returned in memory, the formatter does not depend
67 * <!-- empty lines above to avoid 'svn diff' context problems -->
132 * Due to header continuation, the result may be multiple lines.
133 * In order to generate well-formed HTTP, the lines in the result
  /external/bluetooth/glib/
sanity_check 36 echo "Number of lines in created documentation files:"
  /external/dhcpcd/
dhcpcd.conf.5 42 Blank lines and lines starting with # are ignored.
113 You can specify more options seperated by commas, spaces or more option lines.
121 You can specify more options seperated by commas, spaces or more require lines.
dhcpcd.conf.5.in 43 Blank lines and lines starting with # are ignored.
128 You can specify more options seperated by commas, spaces or more option lines.
138 You can specify more options seperated by commas, spaces or more require lines.
  /external/dnsmasq/contrib/port-forward/
portforward 10 # To forward both TCP and UDP, two lines are required.
  /external/dnsmasq/contrib/slackware-dnsmasq/
slack-desc 5 # exactly 11 lines for the formatting to be correct. It's also customary to
  /external/guava/src/com/google/common/io/
LineProcessor.java 40 /** Return the result of processing all the lines. */
  /external/icu4c/test/intltest/
thcoll.h 47 * gets the same results when comparing lines one to another
  /external/icu4c/tools/genprops/misc/
ucdstrip.c 17 * Removes comments behind data lines but not in others.
  /external/iproute2/doc/
rtstat.sgml 48 line each 20 lines.

Completed in 68 milliseconds

1 2 3 45 6 7 8 91011>>