HomeSort by relevance Sort by last modified time
    Searched refs:Spaces (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 205 unsigned Spaces = 0;
212 Spaces += (P % 8) == 0 ? 2 : 1;
215 while (Spaces--)
223 Spaces += 2;
  /external/clang/lib/Format/
Format.cpp 111 unsigned Spaces, unsigned WhitespaceStartColumn,
130 Spaces + WhitespaceStartColumn + Tok.FormatTok.TokenLength) {
133 Comment.Spaces = Spaces;
136 NewLines > 0 ? Spaces : WhitespaceStartColumn + Spaces;
149 indentBlockComment(Tok.FormatTok, Spaces);
151 storeReplacement(Tok.FormatTok, getNewLineText(NewLines, Spaces));
160 unsigned Spaces, unsigned WhitespaceStartColumn,
164 getNewLineText(NewLines, Spaces, WhitespaceStartColumn, Style))
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 390 /// indent - Insert 'NumSpaces' spaces.
392 static const char Spaces[] = " "
397 if (NumSpaces < array_lengthof(Spaces))
398 return write(Spaces, NumSpaces);
402 (unsigned)array_lengthof(Spaces)-1);
403 write(Spaces, NumToWrite);
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 70 // Spaces should be rejected.
ipv6.js 103 // Spaces should be rejected.
host.js 6 // Spaces and some other characters should be escaped.
8 // Exciting different types of spaces!
52 // spaces escaped.
relative.js 13 // Spaces at the ends of the relative path should be ignored.

Completed in 173 milliseconds