Home
last modified time | relevance | path

Searched refs:Spaces (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/lib/Format/
DWhitespaceManager.cpp30 unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn, in Change() argument
41 Spaces(Spaces), IsInsideToken(IsInsideToken), IsTrailingComment(false), in Change()
51 unsigned IndentLevel, unsigned Spaces, in replaceWhitespace() argument
59 Spaces, StartOfTokenColumn, Newlines, "", "", Tok.Tok.getKind(), in replaceWhitespace()
80 unsigned Newlines, unsigned IndentLevel, int Spaces) { in replaceWhitespaceInToken() argument
86 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix, in replaceWhitespaceInToken()
125 Changes[i - 1].TokenLength + Changes[i - 1].Spaces; in calculateLineBreakInformation()
182 Changes[i].Spaces += Shift; in AlignTokenSequence()
288 int LineLengthAfter = -Changes[i].Spaces; in AlignTokens()
290 LineLengthAfter += Changes[j].Spaces + Changes[j].TokenLength; in AlignTokens()
[all …]
DWhitespaceManager.h50 unsigned IndentLevel, unsigned Spaces,
79 int Spaces);
109 unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn,
141 int Spaces; member
203 unsigned Spaces, unsigned WhitespaceStartColumn);
DContinuationIndenter.cpp332 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local
336 Spaces, State.Column + Spaces); in addTokenOnCurrentLine()
343 unsigned FirstColonPos = State.Column + Spaces + Current.ColumnWidth; in addTokenOnCurrentLine()
375 State.Stack.back().Indent = State.Column + Spaces; in addTokenOnCurrentLine()
396 State.Column += Spaces; in addTokenOnCurrentLine()
/external/clang/unittests/Format/
DFormatTest.cpp5646 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
5647 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
5648 verifyFormat("Deleted &operator=(const Deleted &) & = default;", Spaces); in TEST_F()
5649 verifyFormat("SomeType MemberFunction(const Deleted &) & = delete;", Spaces); in TEST_F()
5650 verifyFormat("Deleted &operator=(const Deleted &) &;", Spaces); in TEST_F()
5651 verifyFormat("SomeType MemberFunction(const Deleted &) &;", Spaces); in TEST_F()
5653 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
5654 Spaces.SpacesInParentheses = true; in TEST_F()
5655 verifyFormat("Deleted &operator=( const Deleted & ) & = default;", Spaces); in TEST_F()
5656 verifyFormat("SomeType MemberFunction( const Deleted & ) & = delete;", Spaces); in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp385 static const char Spaces[] = " " in indent() local
390 if (NumSpaces < array_lengthof(Spaces)) in indent()
391 return write(Spaces, NumSpaces); in indent()
395 (unsigned)array_lengthof(Spaces)-1); in indent()
396 write(Spaces, NumToWrite); in indent()
/external/llvm/lib/Support/
Draw_ostream.cpp461 static const char Spaces[] = " " in indent() local
466 if (NumSpaces < array_lengthof(Spaces)) in indent()
467 return write(Spaces, NumSpaces); in indent()
471 (unsigned)array_lengthof(Spaces)-1); in indent()
472 write(Spaces, NumToWrite); in indent()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp436 static const char Spaces[] = " " in indent() local
441 if (NumSpaces < array_lengthof(Spaces)) in indent()
442 return write(Spaces, NumSpaces); in indent()
446 (unsigned)array_lengthof(Spaces)-1); in indent()
447 write(Spaces, NumToWrite); in indent()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc301 unsigned Spaces = 0; in PrintMemorySnippet() local
308 Spaces += (P % 8) == 0 ? 2 : 1; in PrintMemorySnippet()
311 while (Spaces--) in PrintMemorySnippet()
319 Spaces += 2; in PrintMemorySnippet()
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.h32 inline string Spaces(int n) { return string(n, ' '); } in Spaces() function
Dop_gen_lib.cc31 const string indent_next_line = "\n" + Spaces(prefix.size()); in WordWrap()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/
DICUConfig.properties40 # Spaces (U+0020) around each path are trimmed away. Empty paths are ignored.
/external/icu/android_icu4j/resources/android/icu/
DICUConfig.properties40 # Spaces (U+0020) around each path are trimmed away. Empty paths are ignored.
/external/u-boot/arch/arc/
DKconfig95 Shared Address Spaces (SASID)
/external/dtc/Documentation/
Ddts-format.txt61 represented by two hexadecimal digits. Spaces between each byte are
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc126 result = strings::StrCat(Spaces(initial), line, "\n"); in Indent()
132 strings::StrAppend(&result, Spaces(rest), line, "\n"); in Indent()
/external/llvm/docs/
DAMDGPUUsage.rst15 Address Spaces
DNVPTXUsage.rst71 Address Spaces
573 Address Spaces
DCodingStandards.rst488 Use Spaces Instead of Tabs
1443 Spaces Before Parentheses
/external/okhttp/okhttp-tests/src/test/resources/
Dweb-platform-test-urltestdata.txt102 # Spaces should fail
267 # Spaces should fail
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DNVPTXUsage.rst71 Address Spaces
565 Address Spaces
DCodingStandards.rst497 Use Spaces Instead of Tabs
1523 Spaces Before Parentheses
/external/icu/icu4c/source/data/translit/
DLatin_ASCII.txt575 # Spaces
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt779 // Spaces are not allowed after exponent symbol
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt779 // Spaces are not allowed after exponent symbol
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt779 // Spaces are not allowed after exponent symbol

12