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

/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock.c14 #define LINES 16384 macro
49 for (i = 0; i < LINES; i++) {
/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/swiftshader/third_party/LLVM/utils/lit/lit/
H A DProgressBar.py40 they will be stored in the `COLS` and `LINES` attributes.
68 LINES = None #: Height of the terminal (None for unknown) variable in class:TerminalController
107 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.cpp353 #define LINES 6 macro
356 const char *tests[LINES] = {
365 UChar strings[LINES][20];
367 UChar *toSort[LINES];
388 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
390 for (i=0; i < LINES; i++)
393 for (j=i+1; j < LINES; j++) {
/external/r8/src/main/java/com/android/tools/r8/compatdx/
H A DCompatDx.java101 NONE, IMPORTANT, LINES enum constant in enum:CompatDx.DxCompatOptions.PositionInfo
266 positions = PositionInfo.LINES;
273 positions = PositionInfo.LINES;
393 if (dexArgs.positions == PositionInfo.LINES && !dexArgs.noLocals) {
/external/skia/src/sksl/
H A DSkSLToken.h131 LINES, enumerator in enum:SkSL::Token::Kind
/external/syslinux/gpxe/src/arch/i386/include/
H A Dvga.h26 #define LINES 25 macro
/external/syslinux/gpxe/src/include/
H A Dcurses.h99 #define LINES _LINES macro
/external/mksh/src/
H A Dfuncs.c1597 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; enumerator in enum:__anon16105
1703 if (readmode == LINES)
1804 case LINES:
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1173 milliseconds