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/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 556 bool needSpace = m_lastTextNodeEndedWithCollapsedSpace
558 if (needSpace && !isCollapsibleWhitespace(m_lastCharacter) && m_lastCharacter) {
    [all...]

Completed in 221 milliseconds