HomeSort by relevance Sort by last modified time
    Searched refs:newline (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_statement_no_semicolon.js 1 // Ends with a statement, and no terminal newline.
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/mesa3d/src/glsl/glcpp/
pp.c 77 /* Found '#'...look for spaces preceded by a newline */
97 const char *newline; local
98 while ((newline = strchr(search_start, '\n')) != NULL) {
101 /* # of characters preceding the newline. */
102 int n = newline - shader;
105 if (n >= 1 && newline[-1] == '\\')
106 backslash = newline - 1;
107 else if (n >= 2 && newline[-1] == '\r' && newline[-2] == '\\')
108 backslash = newline - 2
    [all...]
  /external/icu4c/tools/tzcode/
tzselect.ksh 59 newline='
61 IFS=$newline
163 *"$newline"*)
201 *"$newline"*)
272 ?*+?*) echo >&2 " $country$newline $region";;
  /external/antlr/src/org/antlr/runtime/debug/
Profiler.java 40 public static final String newline = System.getProperty("line.separator"); field in class:Profiler
533 buf.append(newline);
536 buf.append(newline);
539 buf.append(newline);
542 buf.append(newline);
545 buf.append(newline);
548 buf.append(newline);
551 buf.append(newline);
554 buf.append(newline);
557 buf.append(newline);
    [all...]
  /system/core/sh/
mktokens 42 TNL 0 newline
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 233 newline(); method
405 private void newline() throws IOException { method in class:JsonWriter
427 newline(); method
451 newline(); method
456 newline(); method
  /bootable/bootloader/legacy/arch_msm7k/
mddi_console.c 109 if(c == '\n') goto newline;
120 newline:
  /frameworks/base/core/java/android/util/
JsonWriter.java 258 newline(); method
412 * as newline characters. This prevents eval() from failing with a
461 private void newline() throws IOException { method in class:JsonWriter
483 newline(); method
507 newline(); method
512 newline(); method
  /libcore/json/src/main/java/org/json/
JSONStringer.java 80 * A array with at least one value requires a comma and newline before
99 * newline before the next element.
196 newline(); method
353 private void newline() { method in class:JSONStringer
390 newline(); method
407 newline(); method
410 newline(); method
  /development/tools/emulator/opengl/host/tools/emugen/
EntryPoint.h 35 void print(FILE *fp = stdout, bool newline = true,
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 123 const char* newline = strchr(c_string, '\n'); local
124 if (newline == NULL && chars_in_line+chars_left < kLineLength) {
130 if (newline != NULL && newline - c_string < kLineLength - chars_in_line) {
131 int n = static_cast<int>(newline - c_string);
  /external/pcre/
RunGrepTest 355 (cd $srcdir; $valgrind $pcregrep -n -u --newline=any "^X" ./testdata/grepinput8) >>testtry
359 (cd $srcdir; $valgrind $pcregrep -n -u -C 3 --newline=any "Match" ./testdata/grepinput8) >>testtry
371 # newline settings will work in environments where the normal newline sequence
377 echo "Testing pcregrep newline settings"
384 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinput >>testtry
388 $valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry
392 $valgrind $pcregrep -n --newline=crlf -F "$pattern" testNinput >>testtry
395 $valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry
398 $valgrind $pcregrep -n --newline=anycrlf "^(abc|def|ghi|jkl)" testNinput >>testtr
    [all...]
pcregrep.c 138 static char *newline = NULL; variable
230 { OP_NODATA, 'F', NULL, "fixed-strings", "patterns are sets of newline-separated strings" },
245 { OP_STRING, 'N', &newline, "newline=type", "set newline type (CR, LF, CRLF, ANYCRLF or ANY)" },
286 /* UTF-8 tables - used only when the newline setting is "any". */
637 Returns: pointer to the last byte of the line, including the newline byte(s)
1088 the next line, excluding the terminating newline. After matching, we always
    [all...]
  /external/grub/docs/
kernel.c 222 newline:
235 goto newline;
kernel.c.texi 222 newline:
235 goto newline;
  /external/skia/include/core/
SkStream.h 83 virtual void newline();
310 virtual void newline();
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-whitespace.js 9 debug("Set href that starts with a newline");
29 debug("Set href that ends with a newline");
  /external/skia/src/xml/
SkXMLWriter.cpp 243 fStream.newline();
254 fStream.newline();
266 fStream.newline();
  /libcore/luni/src/main/java/java/io/
PrintStream.java 52 * contents to the target stream when a newline is encountered.
69 * automatically flushes its contents to the target stream when a newline is
76 * newline sequence.
92 * flushes its contents to the target stream when a newline is encountered.
98 * newline sequence.
361 private void newline() { method in class:PrintStream
455 * Prints a newline.
458 newline(); method
462 * Prints the string representation of the character array {@code chars} followed by a newline.
469 * Prints the string representation of the char {@code c} followed by a newline
524 newline(); method
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 221 String newline = "<br>"; local
223 sb.append(context.getString(R.string.one_userkey)).append(newline);
226 sb.append(context.getString(R.string.one_usercrt)).append(newline);
  /external/mksh/src/
emacsfn.h 62 FN(newline, "newline", 0)
64 FN(nl_next_com, "newline-and-next", 0)
  /external/webkit/Tools/Scripts/webkitpy/style/
error_handlers.py 42 "whitespace/newline".
  /external/ppp/pppd/
auth.c 2320 int newline, xxx; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js     [all...]

Completed in 1092 milliseconds

1 2 3 4