Searched defs:LINES (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DPositionList.java40 public static final int LINES = 2; field in class:PositionList
63 case LINES:
/external/llvm/utils/lit/lit/
H A DProgressBar.py44 they will be stored in the `COLS` and `LINES` attributes.
72 LINES = None #: Height of the terminal (None for unknown) variable in class:TerminalController
111 self.LINES = curses.tigetnum('lines')
/external/guava/guava-tests/test/com/google/common/io/
H A DCharSourceTest.java58 private static final String LINES = "foo\nbar\r\nbaz\rsomething"; field in class:CharSourceTest
112 TestCharSource lines = new TestCharSource(LINES);
118 TestCharSource lines = new TestCharSource(LINES);
124 TestCharSource lines = new TestCharSource(LINES);
144 TestCharSource lines = new TestCharSource(LINES);
/external/icu/icu4c/source/test/intltest/
H A Dthcoll.cpp350 #define LINES 6 macro
353 const char *tests[LINES] = {
362 UChar strings[LINES][20];
364 UChar *toSort[LINES];
385 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
387 for (i=0; i < LINES; i++)
390 for (j=i+1; j < LINES; j++) {
/external/mksh/src/
H A Dfuncs.c1824 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; enumerator in enum:__anon12853
1924 if (readmode == LINES)
2013 case LINES:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 877 milliseconds