Home
last modified time | relevance | path

Searched refs:may_skip (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_util.h37 void Reset(const char *buf, size_t len, bool may_skip, bool expect_error) { in Reset() argument
43 skip_until_ = may_skip ? 0 : -1; in Reset()
/external/abseil-cpp/absl/base/internal/
Dthread_identity.h68 bool may_skip; // if false while on mutex queue, a mutex unlocker member
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h68 bool may_skip; // if false while on mutex queue, a mutex unlocker member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h68 bool may_skip; // if false while on mutex queue, a mutex unlocker member
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dthread_identity.h68 bool may_skip; // if false while on mutex queue, a mutex unlocker member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc78 pts->may_skip = false; in ResetThreadIdentity()
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dthread_identity.h69 bool may_skip; // if false while on mutex queue, a mutex unlocker member
/external/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc78 pts->may_skip = false; in ResetThreadIdentity()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc78 pts->may_skip = false; in ResetThreadIdentity()
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dcreate_thread_identity.cc78 pts->may_skip = false; in ResetThreadIdentity()
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc78 pts->may_skip = false; in ResetThreadIdentity()
/external/abseil-cpp/absl/synchronization/
Dmutex.cc890 s->may_skip = true; // always true on entering queue in Enqueue()
966 if (enqueue_after != head && enqueue_after->may_skip && in Enqueue()
981 if (head->may_skip && MuSameCondition(head, s)) { in Enqueue()
2134 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2135 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2198 h->may_skip = false; // ensure we never skip past h in future searches in UnlockSlow()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc892 s->may_skip = true; // always true on entering queue in Enqueue()
968 if (enqueue_after != head && enqueue_after->may_skip && in Enqueue()
983 if (head->may_skip && MuSameCondition(head, s)) { in Enqueue()
2139 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2140 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2203 h->may_skip = false; // ensure we never skip past h in future searches in UnlockSlow()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc892 s->may_skip = true; // always true on entering queue in Enqueue()
968 if (enqueue_after != head && enqueue_after->may_skip && in Enqueue()
983 if (head->may_skip && MuSameCondition(head, s)) { in Enqueue()
2139 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2140 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2203 h->may_skip = false; // ensure we never skip past h in future searches in UnlockSlow()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc890 s->may_skip = true; // always true on entering queue in Enqueue()
966 if (enqueue_after != head && enqueue_after->may_skip && in Enqueue()
981 if (head->may_skip && MuSameCondition(head, s)) { in Enqueue()
2134 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2135 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2198 h->may_skip = false; // ensure we never skip past h in future searches in UnlockSlow()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc892 s->may_skip = true; // always true on entering queue in Enqueue()
968 if (enqueue_after != head && enqueue_after->may_skip && in Enqueue()
983 if (head->may_skip && MuSameCondition(head, s)) { in Enqueue()
2139 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2140 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2203 h->may_skip = false; // ensure we never skip past h in future searches in UnlockSlow()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh307 may_skip_t may_skip (const hb_ot_apply_context_t *c, in may_skip() function
369 may_skip (const hb_glyph_info_t &info) const in may_skip() function
370 { return matcher.may_skip (c, info); } in may_skip()
380 matcher_t::may_skip_t skip = matcher.may_skip (c, info); in next()
407 matcher_t::may_skip_t skip = matcher.may_skip (c, info); in prev()
869 if (found && skippy_iter.may_skip (out[j]) == hb_ot_apply_context_t::matcher_t::SKIP_YES) in match_input()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc483 size_t i, size_t j, bool may_skip) { in do_run_decoder() argument
484 env->Reset(proto.c_str(), proto.size(), may_skip, expected_output == NULL); in do_run_decoder()