Searched refs:in_error (Results 1 – 16 of 16) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-cff-interp-common.hh | 382 return (!in_error () && str.check_limit (offset, count)); in avail() 386 if (likely (!in_error () && (offset <= str.len) && (offset + count <= str.len))) in inc() 398 bool in_error () const { return error; } in in_error() function 493 bool in_error () const { return (error || elements.in_error ()); } in in_error() function 645 bool in_error () const in in_error() function 646 { return error || substr.in_error () || argStack.in_error (); } in in_error()
|
D | hb-ot-cff2-table.hh | 202 if (unlikely (env.in_error ())) return; in process_op() 239 if (unlikely (env.in_error ())) return; in process_op() 349 if (unlikely (env.in_error ())) return; in process_op() 391 if (unlikely (env.in_error ())) return; in process_op()
|
D | hb-cff-interp-cs-common.hh | 144 bool in_error () const in in_error() function 146 return callStack.in_error () || SUPER::in_error (); in in_error() 179 if (unlikely (SUPER::substr.in_error ())) in returnFromSubr() 889 if (unlikely (SUPER::env.in_error ())) in interpret()
|
D | hb-machinery.hh | 512 bool in_error () const { return !this->successful; } in in_error() function 524 { return this->successful = this->successful && !obj.in_error (); } in propagate_error() 526 { return this->successful = this->successful && !obj->in_error (); } in propagate_error()
|
D | hb-map.hh | 93 bool in_error () const { return !successful; } in in_error() function
|
D | hb-cff-interp-dict-common.hh | 281 if (unlikely (SUPER::env.in_error ())) in interpret()
|
D | hb-ot-cff1-table.hh | 804 if (unlikely (env.in_error ())) return; in process_op() 849 if (unlikely (env.in_error ())) return; in process_op() 925 if (unlikely (env.in_error ())) return; in process_op() 967 if (unlikely (env.in_error ())) return; in process_op()
|
D | hb-vector.hh | 141 bool in_error () const { return allocated == 0; } in in_error() function
|
D | hb-subset.cc | 86 if (serializer.in_error ()) in _subset2()
|
D | hb-buffer.hh | 140 bool in_error () const { return !successful; } in in_error() function
|
D | hb-set.hh | 216 bool in_error () const { return !successful; } in in_error() function
|
/external/webrtc/talk/session/media/ |
D | srtpfilter.h | 291 SrtpFilter::Error in_error) in FailureKey() 292 : ssrc(in_ssrc), mode(in_mode), error(in_error) {} in FailureKey()
|
D | channel.cc | 95 VoiceMediaChannel::Error in_error) in VoiceChannelErrorMessageData() 96 : ssrc(in_ssrc), error(in_error) {} in VoiceChannelErrorMessageData() 103 VideoMediaChannel::Error in_error) in VideoChannelErrorMessageData() 104 : ssrc(in_ssrc), error(in_error) {} in VideoChannelErrorMessageData() 111 DataMediaChannel::Error in_error) in DataChannelErrorMessageData() 112 : ssrc(in_ssrc), error(in_error) {} in DataChannelErrorMessageData()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 549 bool in_error; member 638 ctx->in_error = true; in __report_context_error() 3109 if (ctx->in_error) in vrend_clear() 3724 if (ctx->in_error) in vrend_draw_vbo() 7017 if (ctx->in_error) in vrend_renderer_resource_copy_region() 7324 if (ctx->in_error) in vrend_renderer_blit() 7499 if (ctx->ctx_id != 0 && ctx->in_error) { in vrend_hw_switch_context()
|
/external/python/cpython3/Doc/howto/ |
D | sockets.rst | 340 ready_to_read, ready_to_write, in_error = \
|
/external/python/cpython2/Doc/howto/ |
D | sockets.rst | 343 ready_to_read, ready_to_write, in_error = \
|