Home
last modified time | relevance | path

Searched refs:LINES (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/gptfdisk/
Dgptcurses.cc238 if ((space != NULL) && (lineNum < (LINES - 5))) { in ShowSpace()
278 numToShow = LINES - RESERVED_TOP - RESERVED_BOTTOM; in DisplayParts()
357 move(LINES - 4, 0); in ChangeName()
359 move(LINES - 4, 0); in ChangeName()
381 move(LINES - 4, 0); in ChangeType()
383 move(LINES - 4, 0); in ChangeType()
404 move(LINES - 4, 0); in SetAlignment()
408 move(LINES - 3, 0); in SetAlignment()
437 move(LINES - 4, 0); in MakeNewPart()
446 move(LINES - 4, 0); in MakeNewPart()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dthcoll.cpp353 #define LINES 6 macro
356 const char *tests[LINES] = { in TestInvalidThai()
365 UChar strings[LINES][20]; in TestInvalidThai()
367 UChar *toSort[LINES]; in TestInvalidThai()
388 qsort (toSort, LINES, sizeof (UChar *), StrCmp); in TestInvalidThai()
390 for (i=0; i < LINES; i++) in TestInvalidThai()
393 for (j=i+1; j < LINES; j++) { in TestInvalidThai()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderProvokingVertexTestsEXT.cpp54 LINES = 0, enumerator
103 case Geometry::LINES: return "lines"; in getCaseName()
195 const auto isLines = (m_params.geometryType == Geometry::LINES); in initPrograms()
409 const auto isLines = (m_params->geometryType == Geometry::LINES); in iterate()
449 const std::vector<Geometry> geometries { Geometry::LINES, Geometry::TRIANGLES }; in createMeshShaderProvokingVertexTestsEXT()
DvktMeshShaderQueryTestsEXT.cpp99 LINES, enumerator
109 case GeometryType::LINES: result = "lines"; break; in toString()
124 case GeometryType::LINES: vertices = 2u; break; in vertsPerPrimitive()
459 case GeometryType::LINES: in initPrograms()
1393 { GeometryType::LINES, "lines" }, in createMeshShaderQueryTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderProvokingVertexTestsEXT.cpp54 LINES = 0, enumerator
103 case Geometry::LINES: return "lines"; in getCaseName()
195 const auto isLines = (m_params.geometryType == Geometry::LINES); in initPrograms()
409 const auto isLines = (m_params->geometryType == Geometry::LINES); in iterate()
449 const std::vector<Geometry> geometries { Geometry::LINES, Geometry::TRIANGLES }; in createMeshShaderProvokingVertexTestsEXT()
DvktMeshShaderQueryTestsEXT.cpp99 LINES, enumerator
109 case GeometryType::LINES: result = "lines"; break; in toString()
124 case GeometryType::LINES: vertices = 2u; break; in vertsPerPrimitive()
459 case GeometryType::LINES: in initPrograms()
1393 { GeometryType::LINES, "lines" }, in createMeshShaderQueryTestsEXT()
/third_party/python/Lib/test/
Dtest_curses.py1060 lines, cols = curses.LINES, curses.COLS
1067 lines, cols = curses.LINES, curses.COLS
1071 self.assertEqual(curses.LINES, new_lines)
1075 self.assertEqual(curses.LINES, lines)
1081 lines, cols = curses.LINES, curses.COLS
1085 self.assertEqual(curses.LINES, new_lines)
1089 self.assertEqual(curses.LINES, lines)
1182 lines, cols = curses.LINES, curses.COLS
1183 curses.LINES = curses.COLS = 0
1185 self.assertEqual(curses.LINES, lines)
/third_party/mksh/
Dvar_spec.h65 FN(LINES)
Dfuncs.c1613 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator
1719 if (readmode == LINES) in c_read()
1820 case LINES: in c_read()
/third_party/toybox/kconfig/lxdialog/
Dyesno.c55 y = (LINES - height) / 2; in dialog_yesno()
Dinputbox.c65 y = (LINES - height) / 2; in dialog_inputbox()
Dtextbox.c87 y = (LINES - height) / 2; in dialog_textbox()
Dchecklist.c138 y = (LINES - height) / 2; in dialog_checklist()
Dmenubox.c205 y = (LINES - height) / 2; in dialog_menu()
Dutil.c254 attr_clear(stdscr, LINES, COLS, dlg.screen.atr); in dialog_clear()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.h226 NV30_PRIM_GL_CASE(LINES); in nv30_prim_gl()
/third_party/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer205 LINES=$(find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | \
207 if (( LINES == 0 )); then
/third_party/openGLES/extensions/NV/
DNV_fragment_shader_barycentric.txt93 LINES 2i 2i+1 -
114 LINES 2i 2i+1 -
DNV_geometry_shader4.txt193 * the input primitive type of the current geometry shader is LINES and
194 <mode> is not LINES, LINE_STRIP, or LINE_LOOP,
DNV_command_list.txt208 LINES | LINES
477 else if (mode == LINES) modeStrip = LINE_STRIP;
484 if (mode == LINES) modeSpecial = LINE_LOOP;
999 LINES/LINE_STRIP/LINE_LOOP or TRIANGLES/TRIANGLE_STRIP/TRIANGLE_FAN and others
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_geometry_shader4.txt193 * the input primitive type of the current geometry shader is LINES and
194 <mode> is not LINES, LINE_STRIP, or LINE_LOOP,
DNV_command_list.txt208 LINES | LINES
477 else if (mode == LINES) modeStrip = LINE_STRIP;
484 if (mode == LINES) modeSpecial = LINE_LOOP;
999 LINES/LINE_STRIP/LINE_LOOP or TRIANGLES/TRIANGLE_STRIP/TRIANGLE_FAN and others
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_push.c219 NV50_PRIM_GL_CASE(LINES); in nv50_prim_gl()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js84 LINES: 0x0001, property
/third_party/python/Modules/
D_cursesmodule.c3346 SetDictInt("LINES", LINES); in _curses_initscr_impl()
3959 _Py_IDENTIFIER(LINES); in update_lines_cols()
3965 o = PyLong_FromLong(LINES); in update_lines_cols()

1234