Searched refs:get_feature (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/examples/python/route_guide/ |
D | route_guide_server.py | 29 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/ |
D | hb-aat-layout-feat-table.hh | 177 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()
|
D | main.cc | 149 const Feature &feature = g.get_feature (n_feature); in main()
|
D | hb-ot-layout.cc | 866 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()
|
D | hb-ot-layout-gsubgpos.hh | 2674 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/ |
D | error_examples_client.rb | 32 resp = stub.get_feature(Point.new)
|
/external/grpc-grpc/examples/ruby/route_guide/ |
D | route_guide_client.rb | 44 resp = stub.get_feature(pt)
|
D | route_guide_server.rb | 95 def get_feature(point, _call) method in ServerImpl
|
/external/u-boot/drivers/mtd/nand/ |
D | zynq_nand.c | 1055 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()
|
D | arasan_nfc.c | 1094 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/ |
D | runtests.c | 4024 get_feature(enum XML_FeatureEnum feature_id, long *presult) in get_feature() function 4099 if (get_feature(XML_FEATURE_CONTEXT_BYTES, in START_TEST()
|