HomeSort by relevance Sort by last modified time
    Searched full:newlines (Results 1 - 25 of 632) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
crlf.py 3 print "Like bad Windows newlines?"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
crlf.py 3 print "Like bad Windows newlines?"
  /external/smali/smali/src/test/resources/LexerTest/
.gitattributes 1 # Prevent newlines from being normalized on windows
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 16 if not hasattr(sys.stdin, 'newlines'):
42 # and a class variable NEWLINE to set the expected newlines value
63 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
69 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
79 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
106 self.assertEqual(repr(fp.newlines), repr(None))
109 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
test_univnewlines2k.py 7 if not hasattr(sys.stdin, 'newlines'):
35 # and a class variable NEWLINE to set the expected newlines value
53 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
59 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
69 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
110 self.assertEqual(repr(fp.newlines), repr(None))
113 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
test_fnmatch.py 45 # test that filenames with newlines in them are handled correctly.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 16 if not hasattr(sys.stdin, 'newlines'):
42 # and a class variable NEWLINE to set the expected newlines value
63 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
69 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
79 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
106 self.assertEqual(repr(fp.newlines), repr(None))
109 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
test_univnewlines2k.py 7 if not hasattr(sys.stdin, 'newlines'):
35 # and a class variable NEWLINE to set the expected newlines value
53 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
59 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
69 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
110 self.assertEqual(repr(fp.newlines), repr(None))
113 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
test_fnmatch.py 45 # test that filenames with newlines in them are handled correctly.
  /cts/libs/json/src/com/android/json/stream/
JsonScope.java 25 * An array with no elements requires no separators or newlines before
37 * An object with no name/value pairs requires no separators or newlines
  /frameworks/base/core/java/android/util/
JsonScope.java 25 * An array with no elements requires no separators or newlines before
37 * An object with no name/value pairs requires no separators or newlines
  /external/clang/lib/Format/
WhitespaceManager.h 49 void replaceWhitespace(FormatToken &Tok, unsigned Newlines,
62 /// Inserts \p PreviousPostfix, \p Newlines, \p Spaces and \p CurrentPrefix
72 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
78 unsigned Newlines, unsigned IndentLevel,
108 /// trailing comments and escaped newlines.
174 /// \brief Align escaped newlines over all \c Changes.
177 /// \brief Align escaped newlines from change \p Start to change \p End at
186 void appendNewlineText(std::string &Text, unsigned Newlines);
187 void appendNewlineText(std::string &Text, unsigned Newlines,
WhitespaceManager.cpp 48 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
54 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue;
56 StartOfTokenColumn, Newlines, "", "",
73 unsigned Newlines, unsigned IndentLevel, int Spaces) {
79 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix,
86 Tok.is(TT_LineComment) && Newlines > 0 ? tok::comment : tok::unknown,
149 unsigned Newlines = 0;
153 Newlines += Changes[i].NewlinesBefore;
188 } else if (BreakBeforeNext || Newlines > 1 ||
208 Newlines = 0
    [all...]
UnwrappedLineFormatter.cpp 398 unsigned Newlines = std::min(FirstTok->NewlinesBefore, 1u);
399 Whitespaces->replaceWhitespace(*TheLine.First, Newlines,
493 unsigned Newlines =
499 Newlines = std::min(Newlines, 1u);
500 if (Newlines == 0 && !RootToken.IsFirst)
501 Newlines = 1;
503 Newlines = 0;
510 Newlines = 1;
515 ++Newlines;
    [all...]
  /external/toybox/toys/posix/
paste.c 1 /* paste.c - Replace newlines
15 Replace newlines in files.
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
filemixin.py 21 * newlines (hard to support)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_indent.py 53 # indent=0 should emit newlines
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_indent.py 53 # indent=0 should emit newlines
  /external/jsoncpp/devtools/
licenseupdater.py 26 newline = fin.newlines and fin.newlines[0] or '\n'
  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 25 * newlines based on internal state. It also automatically wraps long lines
87 // March through incoming buffer looking for newlines
  /external/chromium-trace/trace-viewer/tracing/tracing/
trace2html.html 49 // Trim leading newlines off the text. They happen during writing.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 24 N_( "Message contains bare newlines"),
  /external/iptables/extensions/
libxt_nfacct.c 44 "Newlines not allowed in --nfacct-name");
  /external/skia/tools/
misc_utils.py 22 first match. Does not search across newlines.
  /external/protobuf/src/google/protobuf/io/
printer.h 102 // This method does not look for newlines to add indentation.
106 // This method does not look for newlines to add indentation.
110 // This method does not look for newlines to add indentation.

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>