Home
last modified time | relevance | path

Searched refs:newlines (Results 1 – 25 of 91) sorted by relevance

1234

/external/valgrind/VEX/switchback/
Dbinary_switchback.pl222 my @newlines;
245 push(@newlines, $line);
260 print OUTFILE join("\n",@newlines);
274 my $line = $newlines[$i++];
/external/jsoncpp/devtools/
Dlicenseupdater.py26 newline = fin.newlines and fin.newlines[0] or '\n'
/external/smali/smali/src/test/resources/LexerTest/
D.gitattributes1 # Prevent newlines from being normalized on windows
/external/llvm/test/Transforms/InstCombine/
Dstrchr-1.ll8 @newlines = constant [3 x i8] c"\0D\0A\00"
92 …%dst = call i8* @strchr(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @newlines, i64 0, i64 0), …
Dmemchr.ll9 @newlines = constant [3 x i8] c"\0D\0A\00"
150 …%dst = call i8* @memchr(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @newlines, i64 0, i64 0), …
/external/linux-tools-perf/src/tools/perf/config/
Dutilities.mak14 # newlines; the default is a bizarre string.
46 # Use this to escape newlines from within a shell call;
62 # Use this to unescape newlines from within a shell call;
/external/mksh/src/
Deval.c239 int newlines = 0; in expand() local
335 newlines = 0; in expand()
899 } else if (newlines) { in expand()
902 --newlines; in expand()
907 newlines++; in expand()
908 if (newlines && c != -1) { in expand()
911 --newlines; in expand()
915 newlines = 0; in expand()
/external/pcre/dist/testdata/
DtestinputEBC6 must be in EBCDIC code. In data, newlines and other spacing characters must be
DtestoutputEBC6 must be in EBCDIC code. In data, newlines and other spacing characters must be
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g535 * nested within a (..), {..}, or [..], then ignore newlines.
578 /** Comments not on line by themselves are turned into newlines.
591 Kill if newlines if we live on a line by ourselves
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et69 "Message contains bare newlines"
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
DPySourceColor.py1276 newlines = []
1283 newlines.append(l)
1287 newlines.append(self.LINESTART+' '+start+l)
1289 newlines.append(start+l)
1290 self.raw = "\n".join(newlines)+'\n'# plus an extra newline at the end
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/
DDESCRIPTION19 - Strings are kept, except that escaped newlines are stripped
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
DREADME.rst36 - Strings are kept, except that escaped newlines are stripped
DPKG-INFO228 - Strings are kept, except that escaped newlines are stripped
/external/eclipse-windowbuilder/propertysheet/
DREADME.txt44 \r\n to \n newlines. Other than that, all formatting was left
/external/bison/m4/
Dgetopt.m4210 dnl is ambiguous with environment values that contain newlines.
/external/parameter-framework/tools/xmlGenerator/
DREADME.md177 In an EDD file, string parameters may not contain newlines. Apart from that,
/external/bison/tests/
Dinput.at540 Many C compilers mishandle backslash-newlines, so this part of the
554 * A comment with backslash-newlines in it. %} *\
560 " A string with backslash-newlines in it %{ %} \\
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... .io.File launcherFolder java.util.List newlines java.io.File osgiInstallArea java.io. ...
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js353 newlines:[] property
356 diff[0].newlines.push(diffstr[i].substr(1));
360 diff[0].newlines.push(diffstr[i].substr(1));
379 Array.prototype.splice.apply(str,[d.start-1,+d.oldlength].concat(d.newlines)); argument
/external/tagsoup/
DCHANGES219 Passed through newlines in character content (very old bug)
/external/clang/docs/
DClangFormatStyleOptions.rst164 If ``true``, aligns escaped newlines as far left as possible.
/external/bison/data/
Dbison.m4155 # Should produce this without newlines:

1234