Home
last modified time | relevance | path

Searched refs:data_create (Results 1 – 3 of 3) sorted by relevance

/external/autotest/cli/
Dtopic_common.py643 items, **data_create): argument
657 data_create['name'] = item
658 self.execute_rpc(op_create, **data_create)
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex.hh89 void *(*data_create) (const hb_ot_shape_plan_t *plan); member
Dhb-ot-shape.cc181 if (shaper->data_create) in init0()
183 data = shaper->data_create (this); in init0()