HomeSort by relevance Sort by last modified time
    Searched full:newlines (Results 101 - 125 of 1200) sorted by null

1 2 3 45 6 7 8 91011>>

  /test/vts-testcase/kernel/api/proc/
ProcCpuInfoTest.py 27 Extra newlines are allowed between normal lines.
  /external/curl/docs/
curl-config.1 49 any particular order. The keywords will be separated by newlines. There may be
64 be listed using uppercase and are separated by newlines. There may be none,
  /external/elfutils/tests/
run-addr2line-test.sh 57 echo "# Everything from stdin (with newlines)."
106 echo "# Everything from stdin (with newlines) with addresses."
  /external/guava/guava-tests/test/com/google/common/io/
LineBufferTest.java 48 bufferHelper("no newlines at all", "no newlines at all");
  /external/llvm/test/Transforms/InstCombine/
strchr-1.ll 8 @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), i32 %C)
  /external/python/cpython2/Modules/_io/
_iomodule.h 58 * translated: Only find \n (assume newlines already translated)
59 * universal: Use universal newlines algorithm
  /external/skia/src/gpu/
GrSKSLPrettyPrint.cpp 41 * preserve whitespace in these comments WITH THE CAVEAT that we do the newlines
139 // For embedded newlines, this code will make sure to embed the newline in the
  /external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java 66 * Writes out a block of text that contains no newlines
78 * Writes out a block of text that contains no newlines
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 554 /*Newlines=*/0, /*IndentLevel=*/0, /*Spaces=*/1,
    [all...]
BreakableToken.cpp 230 Postfix, Prefix, InPPDirective, /*Newlines=*/1, IndentLevel, StartColumn);
238 "", /*InPPDirective=*/false, /*Newlines=*/0, /*IndentLevel=*/0,
247 /*Newlines=*/0, /*IndentLevel=*/0,
330 // newlines outside the comment. In this case we remove it here before
414 /*Newlines=*/0, /*IndentLevel=*/0, /*Spaces=*/1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_memoryio.py 489 # The C StringIO decodes newlines in write() calls, but the Python
495 self.assertEqual(memio.newlines, None)
498 self.assertEqual(memio.newlines, "\n")
501 self.assertEqual(memio.newlines, ("\n", "\r\n"))
504 self.assertEqual(memio.newlines, ("\r", "\n", "\r\n"))
579 # StringIO can duplicate newlines in universal newlines mode
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 205 /// if some newlines were emitted.
207 // If this line is "close enough" to the original line, just print newlines,
215 const char *NewLines = "\n\n\n\n\n\n\n\n";
216 OS.write(NewLines, LineNo-CurLine);
644 // If this token is at the start of a line, emit newlines if needed.
679 // Tokens that can contain embedded newlines need to adjust our current
687 // Tokens that can contain embedded newlines need to adjust our current
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryio.py 489 # The C StringIO decodes newlines in write() calls, but the Python
495 self.assertEqual(memio.newlines, None)
498 self.assertEqual(memio.newlines, "\n")
501 self.assertEqual(memio.newlines, ("\n", "\r\n"))
504 self.assertEqual(memio.newlines, ("\r", "\n", "\r\n"))
579 # StringIO can duplicate newlines in universal newlines mode
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryio.py 489 # The C StringIO decodes newlines in write() calls, but the Python
495 self.assertEqual(memio.newlines, None)
498 self.assertEqual(memio.newlines, "\n")
501 self.assertEqual(memio.newlines, ("\n", "\r\n"))
504 self.assertEqual(memio.newlines, ("\r", "\n", "\r\n"))
579 # StringIO can duplicate newlines in universal newlines mode
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 489 # The C StringIO decodes newlines in write() calls, but the Python
495 self.assertEqual(memio.newlines, None)
498 self.assertEqual(memio.newlines, "\n")
501 self.assertEqual(memio.newlines, ("\n", "\r\n"))
504 self.assertEqual(memio.newlines, ("\r", "\n", "\r\n"))
579 # StringIO can duplicate newlines in universal newlines mode
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 489 # The C StringIO decodes newlines in write() calls, but the Python
495 self.assertEqual(memio.newlines, None)
498 self.assertEqual(memio.newlines, "\n")
501 self.assertEqual(memio.newlines, ("\n", "\r\n"))
504 self.assertEqual(memio.newlines, ("\r", "\n", "\r\n"))
579 # StringIO can duplicate newlines in universal newlines mode
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 535 * 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/python/cpython2/Doc/library/
textwrap.rst 24 characters long. Returns a list of output lines, without final newlines.
132 If :attr:`replace_whitespace` is false, newlines may appear in the
218 of output lines, without final newlines. If the wrapped output has no
  /development/apps/Development/src/com/android/development/
LogViewer.java 87 // Write two newlines to indicate "no reader args"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 36 int f_newlinetypes; /* Types of newlines seen */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 35 int f_newlinetypes; /* Types of newlines seen */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 36 int f_newlinetypes; /* Types of newlines seen */
  /external/c-ares/
README 57 * Newlines must remain unix-style for older compilers' sake.
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlWireAdapter.java 112 // placement. Strip all newlines, then add them to separate adjacent
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 236 ULine *newLines = new ULine[maxLines];
237 if(newLines == NULL) {
244 memcpy(newLines, lines, numLines*sizeof(ULine));
246 lines = newLines;

Completed in 2886 milliseconds

1 2 3 45 6 7 8 91011>>