Home
last modified time | relevance | path

Searched refs:numlines (Results 1 – 8 of 8) sorted by relevance

/third_party/selinux/libselinux/src/
Daudit2why.c316 int numlines; in analyze() local
330 numlines = PyList_Size(listObj); in analyze()
333 if (numlines < 0) return NULL; /* Not a list */ in analyze()
355 for (i = 0; i < numlines; i++){ in analyze()
/third_party/python/Lib/distutils/tests/
Dtest_config_cmd.py37 numlines = len(f.readlines())
42 self.assertEqual(len(self._logs), numlines+1)
/third_party/python/Lib/
Ddifflib.py1706 context=False, numlines=5, *, charset='utf-8'): argument
1728 context=context, numlines=numlines),
1893 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument
1912 i = max([0,i-numlines])
1941 numlines=5): argument
1968 context_lines = numlines
1983 fromlist,tolist,flaglist,context,numlines)
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11messagebox.c101 int numlines; /* Count of Text lines. */ member
245 data->numlines++; in X11_MessageBoxInitPositions()
286 if ( data->numlines ) { in X11_MessageBoxInitPositions()
292 ybuttons = 3 * data->ytext / 2 + ( data->numlines - 1 ) * data->text_height; in X11_MessageBoxInitPositions()
508 for ( i = 0; i < data->numlines; i++ ) { in X11_MessageBoxDraw()
/third_party/python/Lib/test/
Dtest_difflib.py208 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
218 i.make_table(f1a,t1a,'from','to',context=True,numlines=0),
232 k.make_table(f3.splitlines(),t3.splitlines(),context=True,numlines=0),
/third_party/python/Tools/scripts/
Ddiff.py53 …diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
/third_party/python/Doc/library/
Ddifflib.rst112 numlines=5, *, charset='utf-8')
121 *context* and *numlines* are both optional keyword arguments. Set *context* to
123 ``False`` to show the full files. *numlines* defaults to ``5``. When *context*
124 is ``True`` *numlines* controls the number of context lines which surround the
125 difference highlights. When *context* is ``False`` *numlines* controls the
139 .. method:: make_table(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5)
/third_party/python/Lib/idlelib/
DNEWS.txt452 the Code Contex had numlines lines, usually with some blank.) The use
454 with user settings of the old option, 'numlines' (default 3).