Home
last modified time | relevance | path

Searched refs:this_index (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/asyncio/
Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh1537 hb_closure_context_t::return_t closure (hb_closure_context_t *c, unsigned int this_index) const in closure()
1539 if (!c->should_visit_lookup (this_index)) in closure()
1551 …ps_context_t::return_t closure_lookups (hb_closure_lookups_context_t *c, unsigned this_index) const in closure_lookups()
1553 if (c->is_lookup_visited (this_index)) in closure_lookups()
1556 c->set_lookup_visited (this_index); in closure_lookups()
1559 c->set_lookup_inactive (this_index); in closure_lookups()
1767 …ookup::dispatch_closure_lookups_recurse_func (hb_closure_lookups_context_t *c, unsigned this_index) in dispatch_closure_lookups_recurse_func() argument
1769 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func()
1770 return l.closure_lookups (c, this_index); in dispatch_closure_lookups_recurse_func()
Dhb-ot-layout-gpos-table.hh2770 …ps_context_t::return_t closure_lookups (hb_closure_lookups_context_t *c, unsigned this_index) const in closure_lookups()
2772 if (c->is_lookup_visited (this_index)) in closure_lookups()
2775 c->set_lookup_visited (this_index); in closure_lookups()
2778 c->set_lookup_inactive (this_index); in closure_lookups()
2799 …urn_t dispatch_closure_lookups_recurse_func (hb_closure_lookups_context_t *c, unsigned this_index);
2976 …ookup::dispatch_closure_lookups_recurse_func (hb_closure_lookups_context_t *c, unsigned this_index) in dispatch_closure_lookups_recurse_func() argument
2978 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func()
2979 return l.closure_lookups (c, this_index); in dispatch_closure_lookups_recurse_func()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c3332 … ecma_value_t this_index = ecma_op_object_get_by_magic_id (obj_p, LIT_MAGIC_STRING_LASTINDEX_UL); in ecma_regexp_match_helper() local
3334 if (ECMA_IS_VALUE_ERROR (this_index)) in ecma_regexp_match_helper()
3341 ecma_value_t length_value = ecma_op_to_length (this_index, &index); in ecma_regexp_match_helper()
3343 ecma_free_value (this_index); in ecma_regexp_match_helper()
3357 ecma_number_t next_index = ecma_get_number_from_value (this_index); in ecma_regexp_match_helper()
3364 ecma_free_value (this_index); in ecma_regexp_match_helper()
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc1771 Node* this_index = index; in ReduceElementAccess() local
1819 BuildElementAccess(this_receiver, this_index, this_value, this_effect, in ReduceElementAccess()