Home
last modified time | relevance | path

Searched refs:in_error (Results 1 – 16 of 16) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh382 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()
Dhb-ot-cff2-table.hh202 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()
Dhb-cff-interp-cs-common.hh144 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()
Dhb-machinery.hh512 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()
Dhb-map.hh93 bool in_error () const { return !successful; } in in_error() function
Dhb-cff-interp-dict-common.hh281 if (unlikely (SUPER::env.in_error ())) in interpret()
Dhb-ot-cff1-table.hh804 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()
Dhb-vector.hh141 bool in_error () const { return allocated == 0; } in in_error() function
Dhb-subset.cc86 if (serializer.in_error ()) in _subset2()
Dhb-buffer.hh140 bool in_error () const { return !successful; } in in_error() function
Dhb-set.hh216 bool in_error () const { return !successful; } in in_error() function
/external/webrtc/talk/session/media/
Dsrtpfilter.h291 SrtpFilter::Error in_error) in FailureKey()
292 : ssrc(in_ssrc), mode(in_mode), error(in_error) {} in FailureKey()
Dchannel.cc95 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/
Dvrend_renderer.c549 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/
Dsockets.rst340 ready_to_read, ready_to_write, in_error = \
/external/python/cpython2/Doc/howto/
Dsockets.rst343 ready_to_read, ready_to_write, in_error = \