Searched refs:__failed (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_ostream.c197 bool __failed = true; local
202 __failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf()),
210 if (__failed)
303 bool __failed = true; local
308 __failed = this->_S_eof(this->rdbuf()->sputc(__c));
310 __failed = this->_S_eof(this->rdbuf()->sputc(__c));
311 __failed = __failed ||
315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
316 __failed
334 bool __failed = true; local
366 bool __failed = true; local
410 bool __failed = true; local
432 bool __failed = true; local
[all...]
H A D_istream.c1253 bool __failed = false;
1258 __failed = true;
1261 __failed = true;
1266 if (__failed && !__pushback(__src, _Traits::to_char_type(__c)))
1270 if (__failed)
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp45 bool __failed = pdfContext->fObjectStack.count() < n; \
58 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
70 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
80 __failed = true;\
90 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
101 __failed = true;\
110 __failed
[all...]
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp45 bool __failed = pdfContext->fObjectStack.count() < n; \
58 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
70 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
80 __failed = true;\
90 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
101 __failed = true;\
110 __failed
[all...]

Completed in 362 milliseconds