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

  /frameworks/wilhelm/tests/sandbox/
reverb.c 145 bool needSpace = false;
151 if (lineLen + (needSpace ? 1 : 0) + nameLen > 72) {
153 needSpace = false;
157 if (needSpace) {
163 needSpace = true;
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 574 bool needSpace = m_lastTextNodeEndedWithCollapsedSpace
576 if (needSpace && !isCollapsibleWhitespace(m_lastCharacter) && m_lastCharacter) {
    [all...]

Completed in 96 milliseconds