HomeSort by relevance Sort by last modified time
    Searched full:data_create (Results 1 - 8 of 8) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-default.cc 35 NULL, /* data_create */
hb-ot-shape-complex-tibetan.cc 52 NULL, /* data_create */
hb-ot-shape-complex-private.hh 84 /* data_create()
89 void *(*data_create) (const hb_ot_shape_plan_t *plan); member in struct:hb_ot_complex_shaper_t
hb-ot-shape-complex-hebrew.cc 163 NULL, /* data_create */
hb-ot-shape-complex-myanmar.cc 511 NULL, /* data_create */
528 NULL, /* data_create */
hb-ot-shape-complex-thai.cc 371 NULL, /* data_create */
hb-ot-shape.cc 180 if (plan->shaper->data_create) {
181 plan->data = plan->shaper->data_create (plan);
  /external/autotest/cli/
topic_common.py 512 items, **data_create):
519 @param data_create: Data to be passed to `create` RPC.
526 data_create['name'] = item
527 self.execute_rpc(op_create, **data_create)

Completed in 559 milliseconds