Searched refs:apply_value (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 104 bool apply_value (hb_ot_apply_context_t *c, in apply_value() function 532 valueFormat.apply_value (c, this, values, buffer->cur_pos()); in apply() 617 valueFormat.apply_value (c, this, in apply() 848 if (valueFormats[0].apply_value (c, this, &record->values[0], buffer->cur_pos()) | in apply() 849 valueFormats[1].apply_value (c, this, &record->values[len1], buffer->pos[pos])) in apply() 1078 if (valueFormat1.apply_value (c, this, v, buffer->cur_pos()) | in apply() 1079 valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx])) in apply()
|
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_tensor.py | 376 def apply_value(name: str, value: Union['FieldValue', function 404 new_fields[name] = apply_value(name, value)
|