Home
last modified time | relevance | path

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

/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/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh177 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature() function
183 { return get_feature (feature).get_feature_name_id (); } in get_feature_name_id()
191 return get_feature (feature_type).get_selector_infos (start_offset, selectors_count, selectors, in get_selector_infos()
Dmain.cc149 const Feature &feature = g.get_feature (n_feature); in main()
Dhb-ot-layout.cc866 g.get_feature (feature_index).add_lookup_indexes_to (lookup_indexes); in hb_ot_layout_collect_lookups()
1142 const OT::Feature &f = gpos.get_feature (i); in hb_ot_layout_get_size_params()
1204 const OT::Feature &f = g.get_feature (feature_index); in hb_ot_layout_feature_get_name_ids()
1275 const OT::Feature &f = g.get_feature (feature_index); in hb_ot_layout_feature_get_characters()
Dhb-ot-layout-gsubgpos.hh2674 const Feature& get_feature (unsigned int i) const in get_feature() function
2699 return get_feature (feature_index); in get_feature_variation()
/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/u-boot/drivers/mtd/nand/
Dzynq_nand.c1055 u8 get_feature[4]; in zynq_nand_init() local
1139 nand_chip->read_buf(mtd, get_feature, 4); in zynq_nand_init()
1141 if (get_feature[0] & ONDIE_ECC_FEATURE_ENABLE) { in zynq_nand_init()
Darasan_nfc.c1094 u8 get_feature[4]; in arasan_check_ondie() local
1120 get_feature[i] = nand_chip->read_byte(mtd); in arasan_check_ondie()
1122 if (get_feature[0] & ENABLE_ONDIE_ECC) in arasan_check_ondie()
/external/expat/tests/
Druntests.c4024 get_feature(enum XML_FeatureEnum feature_id, long *presult) in get_feature() function
4099 if (get_feature(XML_FEATURE_CONTEXT_BYTES, in START_TEST()