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

12 3 4 5 6 7 8 91011>>

  /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,
107 /// trailing comments and escaped newlines.
186 /// \brief Align escaped newlines over all \c Changes.
189 /// \brief Align escaped newlines from change \p Start to change \p End at
198 void appendNewlineText(std::string &Text, unsigned Newlines);
199 void appendNewlineText(std::string &Text, unsigned Newlines,
WhitespaceManager.cpp 50 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
56 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue;
59 Spaces, StartOfTokenColumn, Newlines, "", "", Tok.Tok.getKind(),
80 unsigned Newlines, unsigned IndentLevel, int Spaces) {
86 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix,
90 /*IsInsideToken=*/Newlines == 0));
347 unsigned Newlines = 0;
351 Newlines += Changes[i].NewlinesBefore;
396 } else if (BreakBeforeNext || Newlines > 1 ||
416 Newlines = 0
    [all...]
  /external/pcre/dist2/doc/
pcre2_set_newline.3 18 specifies which character(s) are recognized as newlines when compiling and
pcre2_compile.3 31 What \eR matches (Unicode newlines or CR, LF, CRLF only)
49 PCRE2_MULTILINE ^ and $ match newlines within data
  /external/curl/docs/cmdline-opts/
data-urlencode.d 26 This will make curl load data from the given file (including any newlines),
29 This will make curl load data from the given file (including any newlines),
proxy-header.d 14 content: do not add newlines or carriage returns, they will only mess things
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 149 NewLines = []
194 if LineNumber <= len(NewLines):
196 NewLines[LineNumber - 1] = Line
198 if LineNumber > (len(NewLines) + 1):
199 for LineIndex in range(len(NewLines), LineNumber-1):
200 NewLines.append(os.linesep)
201 NewLines.append(Line)
203 EdkLogger.verbose("Now we have lines: %d" % len(NewLines))
205 NewLines.append(Line)
208 if (not LineControlDirectiveFound) and NewLines == []:
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
revcomp_test.go 68 // Copy down to beginning of buffer, inserting newlines.
69 // The loop left room for the newlines and 128 bytes of padding.
  /prebuilts/go/linux-x86/test/bench/go1/
revcomp_test.go 68 // Copy down to beginning of buffer, inserting newlines.
69 // The loop left room for the newlines and 128 bytes of padding.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_indent.py 53 # indent=0 should emit newlines
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_indent.py 53 # indent=0 should emit newlines
  /external/libese/tools/ese_ls_provision/
README.md 10 hexadecimal blocks separated by newlines; the first line usually starting with `7f21` indicating
  /external/mesa3d/src/compiler/glsl/glcpp/
pp.c 122 /* Determine what flavor of newlines this shader is using. GLSL
135 * But, since we must also insert additional newlines in the output
138 * same terminator for any newlines we insert.
163 * then we want to insert additional newlines at the next
  /external/python/cpython2/Lib/json/tests/
test_indent.py 53 # indent=0 should emit newlines
  /external/python/cpython2/Mac/Demo/example0/
checktext.py 1 """checktext - Check that a text file has macintosh-style newlines"""
  /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/python/cpython2/Tools/scripts/
reindent.py 120 newline = r.newlines
122 errprint("%s: mixed newlines detected; cannot process file" % file)
148 """Return line stripped of trailing spaces, tabs, newlines.
183 # Save the newlines found in the file so they can be used to
184 # create output without mutating the newlines.
185 self.newlines = f.newlines
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 614 NewLines = []
641 NewLines.append(Line)
644 NewLines.append(Line[:Line.find(u'"')].strip())
645 NewLines.append(Line[Line.find(u'"'):])
682 if StrName not in NewLines:
683 NewLines.append((Line[:Line.find(u'#language')]).strip())
685 NewLines.append((Line[:Line.find(u'#language')]).strip())
686 NewLines.append((Line[Line.find(u'#language'):]).strip())
    [all...]
  /external/jsoncpp/devtools/
licenseupdater.py 27 newline = fin.newlines and fin.newlines[0] or '\n'
  /external/pcre/dist2/doc/html/
pcre2_compile.html 43 What \R matches (Unicode newlines or CR, LF, CRLF only)
61 PCRE2_MULTILINE ^ and $ match newlines within data
  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 25 * newlines based on internal state. It also automatically wraps long lines
107 // March through incoming buffer looking for newlines
  /packages/apps/Dialer/java/com/android/voicemail/impl/utils/
IndentingPrintWriter.java 24 * Lightweight wrapper around {@link PrintWriter} that automatically indents newlines based on
107 // March through incoming buffer looking for newlines
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
PrettyStackTrace.h 50 /// should not contain newlines) to the stream as the stack trace when a crash
60 /// printf-style formatting but should not contain newlines) to the stream
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
PrettyStackTrace.h 50 /// should not contain newlines) to the stream as the stack trace when a crash
60 /// printf-style formatting but should not contain newlines) to the stream

Completed in 1321 milliseconds

12 3 4 5 6 7 8 91011>>