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

<<11121314151617181920>>

  /external/icu4c/config/
mh-cygwin 34 # lines from the shell script (Make only)
37 # the #SH# lines don't go through further postprocessing.
  /external/icu4c/tools/genrb/
prscmnts.cpp 60 srcLen = removeText(src, srcLen, "^[ \\r\\n]+ ", 0, "", status); // remove leading new lines
71 return removeText(source, srcLen, "[ \\r\\n]+", 0, " ", status);// remove new lines;
  /external/icu4c/tools/toolutil/
pkg_icu.cpp 101 // skip empty lines and
102 // skip lines starting with reserved characters
  /external/libpng/contrib/gregbook/
Makefile.sgi 17 # the PNGINC, PNGLIB, ZINC and ZLIB lines.
21 # ZLIB lines.
  /external/netperf/
netcpu_procstat.c 79 "lib_num_loc_cpus %d lines %d CPU_LINE_LENGTH %d proc_stat_buflen %d\n",
126 "calibrate: lib_num_loc_cpus %d lines %d CPU_LINE_LENGTH %d proc_stat_buflen %d\n",
  /external/v8/src/
prettyprinter.h 129 // Controls the indentation of subsequent lines of a tag body after
133 // Controls the indentation of subsequent lines of an attributes
  /external/v8/test/message/
testcfg.py 45 """Ignore empty lines and valgrind output."""
55 # Convert output lines to regexps that we can match
  /external/v8/test/mjsunit/
mjsunit.js 38 * framework expects lines that signal failed tests to start with
39 * the f-word and ignore all other lines.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-78156.js 28 * across multiple lines, i.e. across '\n', '\r'.
47 * Looking for digit characters at beginning/end of lines.
  /external/webkit/WebCore/bindings/v8/
V8LazyEventListener.cpp 106 // Don't use new lines so that lines in the modified handler
  /external/webkit/WebCore/inspector/front-end/
textViewer.css 11 .text-editor-lines {
23 -webkit-border-fit: lines;
  /external/webkit/WebCore/platform/win/
WheelEventWin.cpp 104 // scroll values without feeling jerky. Here we use 100 px per three lines
105 // (the default scroll amount on Windows is three lines per wheel tick).
  /external/webkit/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
keyedobjects.nib 13 It can be any number of lines long.????????????WNSColor\NSColorSpace[NSColorName]NSCatalogName?-?,?+?*VSystem\controlColor?  WNSWhite?-K0.66666669?78???;???-?0?/?*_controlTextColor?  ?-B0?78???;_NSTextFieldCell?78????;[NSTextField?}~????e?#$%?e??2?4?5" ?_{{20, 60}, {386, 39}}???????*?+?-??V??2_NSDrawsBackgrounda??1?6??(?3 ?7?4n6UNSRGB?-F1 1 1?4n9?-F0 0 0?78;<?<=;^NSMutableArrayWNSArray_{{1, 1}, {426, 161}}?78@???;_{{0, 0}, {1680, 1028}}X{94, 29}_{3.40282e+38, 3.40282e+38}?78EF?F;_NSWindowTemplate_initialFirstResponder?78IJ?JK;_NSNibOutletConnector^NSNibConnector?RSTUWP?@?
23 It can be any number of lines long.)\File's Owner_Push Button (OK)VPanel1ZText Field?>??T??>??T??>??T?J?IHWMP?OKe??LNV?C?R?A? ?
  /external/webkit/WebKitTools/Scripts/
split-file-by-class 95 my @lines = split("\n", $fileContent);
96 foreach my $line (@lines) {
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs.py 94 lines = [self._wrap_line(line) for line in message.splitlines()]
95 return "\n".join(lines)
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 67 the lines:
70 with the lines:
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 79 * automatically put on hold. If both lines are currently in use, the
83 * if both lines are in use. (The current behavior is hardwired to
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 70 /^[0-9]+\./ { # /proc/uptime lines
84 /^[0-9]+ / { # /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state lines
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.LinearLayout.groovy 85 // draw horizontal lines
88 // draw vertical lines
  /system/core/libcutils/
strdup8to16.c 32 /* note: macro expands to multiple lines */
188 /* TODO: Share more of this code with the method above. Only 2 lines changed. */
  /system/core/sh/
nodetypes 34 # This file describes the nodes used in parse trees. Unindented lines
36 # lines specify the fields of the structure. Several node types can share
  /external/proguard/src/proguard/retrace/
ReTrace.java 67 * @param regularExpression the regular expression for parsing the lines in
85 * @param regularExpression the regular expression for parsing the lines in
318 // Print out any additional lines.
354 * line, and any additional alternatives to the extra lines.
427 * line, and any additional alternatives to the extra lines.
  /external/webkit/WebKitTools/pywebsocket/test/
test_handshake.py 348 ( # Cookie with continuation lines
389 def _create_get_memorized_lines(lines):
391 return lines
397 for lines in request_lines_set:
400 lines)
  /external/wpa_supplicant/
defconfig 4 # hostapd binary. All lines starting with # are ignored. Configuration option
5 # lines must be commented out complete, if they are not to be included, i.e.,
9 # be modified from here. In most cases, these lines should use += in order not
13 # Uncomment following two lines and fix the paths if you have installed OpenSSL
316 # to be able to include some of the kernel header files. Following lines can
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 91 public void processNewLines(String[] lines) {
92 for (String line : lines) {
109 * @param tagFileContent the lines of a tag file.
147 // ignore empty lines and comment lines

Completed in 186 milliseconds

<<11121314151617181920>>