HomeSort by relevance Sort by last modified time
    Searched defs:numlines (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/cmenu/libmenu/
help.c 53 // Print numlines of text starting from buf
101 int rv, numlines, curr_line; local
130 numlines = countlines(text);
149 if (curr_line < numlines - ph)
161 curr_line = numlines;
178 if (curr_line > numlines - ph)
179 curr_line = numlines - ph;
  /external/selinux/libselinux/src/
audit2why.c 317 int numlines; local
331 numlines = PyList_Size(listObj);
334 if (numlines < 0) return NULL; /* Not a list */
356 for (i=0; i<numlines; i++){
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 135 int numlines = l.length; local
136 mLines = new ThreeDLine[numlines];
138 for (int i = 0; i < numlines; i++) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 3593 int numlines = 0; local
    [all...]

Completed in 927 milliseconds