HomeSort by relevance Sort by last modified time
    Searched refs:newline (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
771 whether or not to print a trailing newline. */
775 const enum print_newline newline)
795 if (newline == add_newline)
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
800 whether or not to print a trailing newline. */
804 const enum print_newline newline)
816 if (newline == add_newline)
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
821 whether or not to print a trailing newline. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
771 whether or not to print a trailing newline. */
775 const enum print_newline newline)
795 if (newline == add_newline)
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
800 whether or not to print a trailing newline. */
804 const enum print_newline newline)
816 if (newline == add_newline)
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
821 whether or not to print a trailing newline. *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
771 whether or not to print a trailing newline. */
775 const enum print_newline newline)
795 if (newline == add_newline)
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
800 whether or not to print a trailing newline. */
804 const enum print_newline newline)
816 if (newline == add_newline)
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
821 whether or not to print a trailing newline. *
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
771 whether or not to print a trailing newline. */
775 const enum print_newline newline)
795 if (newline == add_newline)
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
800 whether or not to print a trailing newline. */
804 const enum print_newline newline)
816 if (newline == add_newline)
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
821 whether or not to print a trailing newline. *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PrintStreamTest.java 364 assertTrue("Newline not written", (c = (char) isr.read()) == '\r'
385 // followed by newLine separator in the reading buffer, instead its
386 // followed by zeros. The newline is written as the last entry
390 boolean newline = false;
393 newline = true;
395 assertTrue("Newline not written", newline);
409 assertTrue("Newline not written", (c = isr.read()) == '\r' || c == '\n');
426 assertTrue("Newline not written", (c = isr.read()) == '\r' || c == '\n');
443 assertTrue("Newline not written", (c = isr.read()) == '\r' || c == '\n')
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 235 int newline = 0; local
239 newline = (buffer[ret - 1] == '\n');
246 if (!newline) printf("\n");
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestNFAConstruction.java 785 "lexer grammar t;" +newline +
786 "// $ANTLR src \"<string>\" 2"+newline+
TestSymbolDefinitions.java 121 "lexer grammar t;" + newline +
122 "T__5 : 'x' ;" + newline +
123 "" + newline +
124 "// $ANTLR src \"<string>\" 3" + newline +
  /external/clang/include/clang/AST/
CommentLexer.h 35 newline, enumerator in enum:clang::comments::tok::TokenKind
239 /// to newline or BufferEnd, for C comments points to star in '*/'.
  /external/icu4c/test/intltest/
intltest.h 294 virtual void LL_message( UnicodeString message, UBool newline );
intltest.cpp 1007 void IntlTest::LL_message( UnicodeString message, UBool newline )
1045 if (newline) {
1046 char newLine = '\n';
1047 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1050 // A newline usually flushes the buffer, but
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 2045 const char * newline; local
    [all...]
  /external/skia/legacy/src/core/
SkStream.cpp 91 void SkWStream::newline() function in class:SkWStream
733 void SkDebugWStream::newline() function in class:SkDebugWStream
  /external/skia/src/core/
SkStream.cpp 113 void SkWStream::newline() function in class:SkWStream
774 void SkDebugWStream::newline() function in class:SkDebugWStream
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /external/chromium/base/metrics/
histogram.cc 147 void Histogram::WriteAscii(bool graph_it, const std::string& newline,
156 output->append(newline);
198 output->append(newline);
205 output->append(newline);
    [all...]
histogram.h 404 void WriteAscii(bool graph_it, const std::string& newline,
  /external/ppp/pppd/
options.c 394 int i, newline, ret, err; local
426 while (getword(f, cmd, &newline, filename)) {
435 if (!getword(f, args[i], &newline, filename)) {
1107 * \<newline> is ignored.
1136 * A newline means the end of a comment; backslash-newline
1149 * Ignore characters other than newline in a comment.
1198 * This character is escaped: backslash-newline is ignored,
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 389 boolean newline = false;
394 newline = (buf[n - 1] == '\n');
402 if (!newline) out.append("\n");
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 223 size_t newline = str.find('\n'); local
224 if (newline != std::string::npos) {
225 const std::string msg = str.substr(0, newline + 1);
    [all...]
  /external/openssh/
sshd.c 405 char *s, *newline = "\n"; local
416 newline = "\r\n";
422 SSH_VERSION, newline);
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 2782 char *const newline = strchr(start, '\\n'); local
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 357 \n? # maybe *one* newline
361 \n? # maybe one newline
472 (?=\n+|\Z) # followed by a newline or end of document
482 (?=\n+|\Z) # followed by a newline or end of document
684 (?:\n[ ]*)? # one optional newline followed by spaces
806 (?:\n[ ]*)? # one optional newline followed by spaces
1893 $newline = "$void\\n"; variable
    [all...]
  /external/v8/test/mjsunit/
regexp.js 45 re = /^./gm; // any non-newline character at the beginning of a line
55 re = /.$/gm; // any non-newline character at the end of a line
  /external/icu4c/
icudefs.mk 158 # Echo w/o newline

Completed in 998 milliseconds

1 23 4 5 6