HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 126 - 150 of 1727) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/comp/
comp.h 59 /* The following lines are auto generated by the script mkerr.pl. Any changes
  /external/openssl/include/openssl/
comp.h 59 /* The following lines are auto generated by the script mkerr.pl. Any changes
  /external/quake/quake/src/QW/client/
menu.h 38 void M_DrawTextBox (int x, int y, int width, int lines);
sbar.h 26 extern int sb_lines; // scan lines to draw
screen.h 35 extern float scr_conlines; // lines of console to display
  /external/quake/quake/src/QW/gas2masm/
gas2masm.plg 8 <h3>Command Lines</h3>
  /external/quake/quake/src/QW/qwfwd/
qwfwd.plg 8 <h3>Command Lines</h3>
  /external/quake/quake/src/WinQuake/
conproc.h 33 // Param1 : Number of lines
draw.h 32 void Draw_ConsoleBackground (int lines);
sbar.h 26 extern int sb_lines; // scan lines to draw
screen.h 38 extern float scr_conlines; // lines of console to display
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.plg 8 <h3>Command Lines</h3>
  /external/skia/src/core/
SkLineClipper.cpp 110 SkPoint lines[]) {
193 // Now copy the results into the caller's lines[] parameter
197 lines[lineCount - i] = result[i];
200 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
  /external/tcpdump/
slip.h 3 * with serial line IP (slip) lines.
  /external/webkit/WebCore/css/
view-source.css 32 counter-reset: lines;
74 content: counter(lines);
75 counter-increment: lines;
130 -webkit-border-fit: lines;
  /external/webkit/WebCore/loader/
FTPDirectoryParser.h 20 /* ParseFTPList() parses lines from an FTP LIST command.
29 ** lines. Needs to be bzero()'d at LIST begin.
41 ** the listing results in ONLY such lines) because such a listing may be:
108 int64_t numLines; /* number of lines seen */
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
error_handlers.py 161 # The line numbers of the modified lines. This is set lazily.
165 """Return the line numbers of the modified lines."""
167 for line in self._diff.lines:
178 This function does not report errors occurring in lines not
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 9 ! text with several lines of prologue and epilogue.
  /external/webkit/WebKitTools/iExploder/tools/
osx_last_crash.rb 33 # stop recording after $StackCount lines
  /frameworks/base/core/java/com/android/internal/os/
AndroidPrintStream.java 22 * Print stream which log lines using Android's logging system.
  /frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/testdata/
layout1.xml 45 android:lines="1"
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.cpp 105 // convert lines
108 // upsample by repeating the UV values on adjacent lines
109 // to save memory accesses, we handle 2 adjacent lines at a time
110 // convert 4 pixels in 2 adjacent lines at a time
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java 29 // once we reach that header, accumulate all lines until we get to the next section.
  /packages/providers/CalendarProvider/
maketests.py 43 lines = str.split("\n")
46 for line in lines:
87 lines = stripTimezone(s) variable
88 for s in lines:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 59 * @param lines a portion of the am output
64 public void processNewLines(String[] lines) {
69 for (String s : lines) {
70 // ignore empty lines.

Completed in 236 milliseconds

1 2 3 4 56 7 8 91011>>