Home
last modified time | relevance | path

Searched refs:get_feature (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh175 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature() function
179 { return get_feature (feature).get_feature_name_id (); } in get_feature_name_id()
187 return get_feature (feature_type).get_selector_infos (start_offset, selectors_count, selectors, in get_selector_infos()
Dmain.cc161 const Feature &feature = g.get_feature (n_feature); in main()
Dhb-ot-layout.cc1214 g.get_feature (feature_index).add_lookup_indexes_to (lookup_indexes); in hb_ot_layout_collect_lookups()
1613 const OT::Feature &f = gpos.get_feature (i); in hb_ot_layout_get_size_params()
1674 const OT::Feature &f = g.get_feature (feature_index); in hb_ot_layout_feature_get_name_ids()
1747 const OT::Feature &f = g.get_feature (feature_index); in hb_ot_layout_feature_get_characters()
Dhb-ot-layout-gsubgpos.hh2865 const Feature& get_feature (unsigned int i) const in get_feature() function
2897 return get_feature (feature_index); in get_feature_variation()
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_server.py29 def get_feature(feature_db, point): function
66 feature = get_feature(self.db, request)
93 if get_feature(self.db, point):
/external/grpc-grpc/examples/ruby/errors_and_cancellation/
Derror_examples_client.rb32 resp = stub.get_feature(Point.new)
/external/grpc-grpc/examples/ruby/route_guide/
Droute_guide_client.rb44 resp = stub.get_feature(pt)
Droute_guide_server.rb95 def get_feature(point, _call) method in ServerImpl
/external/expat/tests/
Druntests.c3738 get_feature(enum XML_FeatureEnum feature_id, long *presult) { in get_feature() function
3813 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK) in START_TEST()