Home
last modified time | relevance | path

Searched refs:have_space (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dblock_files.cc168 bool have_space = false; in NeedToGrowBlockFile() local
173 have_space = true; in NeedToGrowBlockFile()
182 return !have_space; in NeedToGrowBlockFile()
/external/chromium_org/net/disk_cache/
Dblock_files.cc188 bool have_space = false; in NeedToGrowBlockFile() local
193 have_space = true; in NeedToGrowBlockFile()
202 return !have_space; in NeedToGrowBlockFile()
/external/opencv/cxcore/src/
Dcxpersistence.cpp1790 int have_space = 1, is_simple = 1; in icvXMLParseValue() local
1804 have_space = 1; in icvXMLParseValue()
1871 have_space = 1; in icvXMLParseValue()
1875 if( !have_space ) in icvXMLParseValue()
1998 have_space = 0; in icvXMLParseValue()
2042 int have_space; in icvXMLParseTag() local
2132 have_space = isspace(c) || c == '\0'; in icvXMLParseTag()
2161 if( !have_space ) in icvXMLParseTag()