OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
630
bool
needSpace
= m_lastTextNodeEndedWithCollapsedSpace
632
if (
needSpace
&& !isCollapsibleWhitespace(m_lastCharacter) && m_lastCharacter) {
[
all
...]
Completed in 55 milliseconds