Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_ostream.c197 bool __failed = true; in __put_num() local
202__failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf… in __put_num()
210 if (__failed) in __put_num()
303 bool __failed = true; in _M_put_char() local
308 __failed = this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()
310 __failed = this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()
311 __failed = __failed || in _M_put_char()
315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()
316 __failed = __failed || this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()
325 if (__failed) in _M_put_char()
[all …]
D_istream.c1253 bool __failed = false; in __copy_unbuffered() local
1258 __failed = true; in __copy_unbuffered()
1261 __failed = true; in __copy_unbuffered()
1266 if (__failed && !__pushback(__src, _Traits::to_char_type(__c))) in __copy_unbuffered()
1270 if (__failed) in __copy_unbuffered()
/external/skia/experimental/PdfViewer/src/
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 = __failed || pdfContext->fObjectStack.count() == 0; \
121 __failed = true;\
132 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
142 __failed = true;\
[all …]
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
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 = __failed || pdfContext->fObjectStack.count() == 0; \
121 __failed = true;\
132 __failed = __failed || pdfContext->fObjectStack.count() == 0; \
142 __failed = true;\
[all …]