OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_create
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
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.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 2804 milliseconds