Searched defs:have_space (Results 1 - 2 of 2) sorted by relevance

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

Completed in 47 milliseconds