/external/kernel-headers/original/asm-x86/ |
termios.h | 24 /* modem lines */
|
/external/libxml2/include/libxml/ |
xmlexports.h | 20 * modifying this, rather than overlong #ifdef lines. This helps
|
/external/opencore/oscl/oscl/config/android/ |
osclconfig_compiler_warnings.h | 35 // For instance, foo.h has 30 lines, "#pragma GCC system_header" is inserted at line 10,
|
/external/proguard/docs/manual/ |
wtk.html | 25 following lines in the file
|
/external/skia/include/effects/ |
Sk1DPathEffect.h | 52 kMorph_Style, // transform each point, and turn lines into curves
|
/external/skia/src/core/ |
SkQuadClipper.h | 41 The segments will be either lines or quads (based on SkPath::Verb), and
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/ |
tostring_2.js | 50 * Commenting out the following lines forces the test to expect JavaScript
|
/external/webkit/WebCore/html/ |
DataGridColumn.idl | 45 attribute boolean primary; // Whether or not this is the primary column of the tree (this will be where the disclosure triangle and connecting tree lines will display)
|
HTMLViewSourceDocument.cpp | 265 Vector<String> lines; 266 text.split('\n', true, lines); 267 unsigned size = lines.size(); 269 String substring = lines[i];
|
/external/webkit/WebCore/inspector/front-end/ |
TextEditorModel.js | 134 _replaceTabsIfNeeded: function(lines) 139 for (var i = 0; i < lines.length; ++i) { 140 var line = lines[i]; 146 lines[i] = line;
|
/external/webkit/WebCore/platform/gtk/ |
WheelEventGtk.cpp | 71 // FIXME: retrieve the user setting for the number of lines to scroll on each wheel event
|
/external/webkit/WebKitTools/wx/build/ |
waf_extensions.py | 32 # version of exec_command that handles Windows command lines longer than 32000 chars
|
/frameworks/base/core/java/android/view/inputmethod/ |
ExtractedTextRequest.java | 42 * Hint for the maximum number of lines to return.
|
/packages/apps/Phone/res/layout/ |
ongoing_call_notification.xml | 39 <!-- The appearance of these 2 lines of text matches the other
|
/bionic/libc/kernel/tools/ |
cpp.py | 483 """a CppTokenizer derived class that accepts a list of texdt lines as input. 484 the lines must not have a trailing \n""" 485 def __init__(self,lines=[],lineno=1): 486 """initialize a CppLinesTokenizer. you can later add lines using addLines()""" 489 self.lines = lines 491 self.count = len(lines) 504 self.lines.append(line) 510 self.setLineText(self.lines[self.index]) [all...] |
/external/icu4c/test/intltest/ |
tsmthred.cpp | 1204 const Line *lines; member in class:CollatorThreadTest 1332 Line *lines = new Line[200000]; local [all...] |
/packages/apps/Email/src/org/apache/commons/io/ |
IOUtils.java | 513 * Return an Iterator for the lines in a <code>Reader</code>.
535 * @return an Iterator of the lines in the reader, never null
544 * Return an Iterator for the lines in an <code>InputStream</code>, using
568 * @return an Iterator of the lines in the reader, never null
[all...] |
/external/v8/src/ |
d8.js | 651 // Default is ten lines starting five lines before the current location. 653 var lines = 10; 659 lines = parseInt(args[1]); 665 if (lines < 0) lines = 10; 670 request.arguments.toLine = from + lines; 832 print('source [from line [num lines]]'); 1039 var lines = source.split('\n'); 1040 var maxdigits = 1 + Math.floor(log10(from_line + lines.length)) [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 266 the padding lines) by drawing a line on the right and bottom lines. 269 the area designated by the right and bottom lines (if included). If the 270 padding lines are not included, Android uses the left and top lines to 273 <p>To clarify the difference between the different lines, the left and top lines define 275 The bottom and right lines define the relative area within the image that the contents 282 <p>This NinePatch defines one stretchable area with the left and top lines 283 and the drawable area with the bottom and right lines. In the top image, the dotted gre [all...] |
/external/sonivox/docs/ |
JET_Creator_User_Manual.html | 42 <o:Lines>214</o:Lines>
105 mso-pagination:widow-orphan lines-together;
117 mso-pagination:widow-orphan lines-together;
138 mso-pagination:widow-orphan lines-together;
156 mso-pagination:widow-orphan lines-together;
172 mso-pagination:widow-orphan lines-together;
190 mso-pagination:widow-orphan lines-together;
206 mso-pagination:widow-orphan lines-together;
224 mso-pagination:widow-orphan lines-together; [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
PositionList.java | 40 public static final int LINES = 2; 63 case LINES:
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
Locator.java | 83 * Lines are delimited by line ends, which are defined in 117 * For example, when lines contain combining character sequences, wide
|
/external/bison/tests/ |
calc.at | 357 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES]) 363 # NUM-STDERR-LINES is the number of expected lines on stderr. 377 # [NUM-STDERR-LINES], 385 # NUM-STDERR-LINES is the number of expected lines on stderr. 395 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES 396 # is the number of expected lines on stderr.
|
/external/dbus/ |
cleanup-man-pages.sh | 53 LINES=`wc -l "$I" | cut -d ' ' -f 1` 54 if test x"$LINES" = x1 ; then
|
/external/emma/ |
test.sh | 127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted 131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
|