Searched refs:try_set (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/tokio/src/signal/ |
D | reusable_box.rs | 41 if let Err(future) = self.try_set(future) { in set() 51 pub(crate) fn try_set<F>(&mut self, future: F) -> Result<(), F> in try_set() method 172 b.try_set(async move { 20 }) in test_different_futures() 177 b.try_set(async move { 30 }) in test_different_futures() 221 b.try_set(ZeroSizedFuture {}) in test_zero_sized()
|
/external/linux-kselftest/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 159 static inline int try_set(FILE *stream, int value); 257 static inline int try_set(FILE *stream, int value) in try_set() function 527 while (try_set(max_msgs, cur_max_msgs += 10)) in increase_limits() 530 while (try_set(max_msgsize, cur_max_msgsize += 1024)) in increase_limits()
|
/external/harfbuzz_ng/src/ |
D | hb-sanitize.hh | 292 bool try_set (const Type *obj, const ValueType &v) in try_set() function
|
D | hb-open-type.hh | 377 return c->try_set (this, 0); in neuter()
|
D | hb-ot-cmap-table.hh | 408 if (!c->try_set (&length, new_length)) in sanitize()
|
D | hb-ot-layout-common.hh | 730 c->try_set (&featureParams, new_offset_int) && in sanitize()
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 4472 …<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned in… 4473 …<function-decl name='try_set<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u&g… 4562 …<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange,… 4563 …<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::In… 4575 …<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::In… 4576 …<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType&l… 4588 …<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned i… 4589 …<function-decl name='try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u&… 4645 …<!-- bool OT::hb_sanitize_context_t::try_set<OT::USHORT, uint16_t>(OT::USHORT*, const uint16_t&) -… 4646 …<function-decl name='try_set<OT::USHORT, uint16_t>' filepath='/tmp/legendre/spack-stage/spac… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 2886 …<function-decl name='try_set<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u&g… 2943 …<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::In… 2951 …<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType&l… 2959 …<function-decl name='try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u&… 2995 …<function-decl name='try_set<OT::USHORT, uint16_t>' filepath='/tmp/legendre/spack-stage/spac… 3129 …<function-decl name='try_set<OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u… 3137 …<function-decl name='try_set<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned i… 3145 …<function-decl name='try_set<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2… 3153 …<function-decl name='try_set<OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u&… 3161 …<function-decl name='try_set<OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2… [all …]
|