Home
last modified time | relevance | path

Searched defs:LINES (Results 1 – 9 of 9) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DPositionList.java40 public static final int LINES = 2; field in PositionList
/external/llvm/utils/lit/lit/
DProgressBar.py72 LINES = None #: Height of the terminal (None for unknown) variable in TerminalController
/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java58 private static final String LINES = "foo\nbar\r\nbaz\rsomething"; field in CharSourceTest
/external/icu/icu4c/source/test/intltest/
Dthcoll.cpp350 #define LINES 6 macro
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp479 LINES = 0x0001, enumerator
Dutility.hpp401 const int LINES = static_cast<int>(this->total() / this->size[this->dims - 1]); in forEach_impl() local
/external/mksh/src/
Dfuncs.c1863 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator
/external/opencv3/modules/core/src/
Dgl_core_3_1.hpp228 LINES = 0x0001, enumerator
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java45 public static final int LINES = 0x0001; field in WebGLRenderingContext