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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Preprocessor/
traditional-cpp.c 44 /* Deliberately check a leading newline with spaces on that line. */
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 27 buffer[count] = 0; // zap newline
  /external/icu4c/test/testdata/
testtypes.txt 32 testescape{ "tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''" }
  /external/libvpx/libvpx/examples/includes/geshi/docs/
BUGS 9 newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact,
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 722 // Replace '-' with '--', and remove trailing newline before appending
729 // Stick a newline and indentation in front of the type and default
745 // Replace each 'doubled newline' with a single newline
748 for (string::size_type newline = output.find('\n');
749 newline != string::npos;
750 newline = output.find('\n')) {
751 int newline_pos = static_cast<int>(newline) % FLAGS_tab_completion_columns;
753 output.replace(newline, 1, line_of_spaces, 1, missing_spaces);
  /external/srec/portable/src/
pLastError.c 40 msg[LSTRLEN(msg)-2] = L('\0'); /* cut off newline character */
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textiselementcontentwhitespace03.js 80 Get the newline between the "body" and "p" element. Since node is both in element content
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
deps.py 60 # Trailing comma suppresses printing newline
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
err.h 34 and a newline, on stderr. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
err.h 34 and a newline, on stderr. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
err.h 34 and a newline, on stderr. */
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 35 void print(FILE *fp = stdout, bool newline = true,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ProfilesLoader.java 51 out.newLine();
WindowsLoader.java 50 out.newLine();
CaptureLoader.java 56 out.newLine();
143 out.newLine();
  /external/clang/lib/Format/
Format.cpp 393 /// \brief Whether a newline needs to be inserted before the block's closing
396 /// We only want to insert a newline before the closing brace if there also
397 /// was a newline after the beginning left brace.
501 /// Puts the token on the current line if \p Newline is \c true and adds a
506 unsigned addTokenToState(bool Newline, bool DryRun, LineState &State) {
521 if (Newline) {
    [all...]
  /external/chromium/base/i18n/
break_iterator.h 39 // string, breking only when a newline-equivalent character is encountered
110 // The breaking style (word/space/newline).
  /external/clang/include/clang/Basic/
DiagnosticFrontendKinds.td 54 "macro '%0' contains embedded newline; text after the newline is ignored">;
  /external/ipsec-tools/src/racoon/
plog.c 191 * 2 words a bytes + 1 space 4 bytes + 1 newline 32 bytes
192 * + 2 newline + '\0'
  /external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java 39 private static final String newLine = System.getProperty("line.separator");
61 writer.write(newLine);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h 46 /* Setup log format (adds newline if no newline provided) */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Debug.h 71 /* Setup log format (adds newline if no newline provided) */
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js     [all...]
  /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
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 131 m_out.newLine ();
422 m_out.newLine ();
437 m_out.newLine ();
450 m_out.newLine ();
462 m_out.newLine ();

Completed in 1592 milliseconds

1 2 3 4 56 7 8 91011>>