Home
last modified time | relevance | path

Searched refs:feature_list (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/examples/python/route_guide/
Droute_guide_client.py64 def generate_route(feature_list): argument
66 random_feature = feature_list[random.randint(0, len(feature_list) - 1)]
72 feature_list = route_guide_resources.read_route_guide_database()
74 route_iterator = generate_route(feature_list)
Droute_guide_resources.py28 feature_list = []
36 feature_list.append(feature)
37 return feature_list
/third_party/grpc/examples/cpp/route_guide/
Dhelper.cc143 void ParseDb(const std::string& db, std::vector<Feature>* feature_list) { in ParseDb() argument
144 feature_list->clear(); in ParseDb()
153 feature_list->push_back(Feature()); in ParseDb()
154 if (!parser.TryParseOne(&feature_list->back())) { in ParseDb()
156 feature_list->clear(); in ParseDb()
160 std::cout << "DB parsed, loaded " << feature_list->size() << " features." in ParseDb()
Dhelper.h30 void ParseDb(const std::string& db, std::vector<Feature>* feature_list);
Droute_guide_server.cc79 const std::vector<Feature>& feature_list) { in GetFeatureName() argument
80 for (const Feature& f : feature_list) { in GetFeatureName()
/third_party/grpc/examples/python/multiplex/
Dmultiplex_client.py69 def generate_route(feature_list): argument
71 random_feature = feature_list[random.randint(0, len(feature_list) - 1)]
78 feature_list = route_guide_resources.read_route_guide_database()
80 route_iterator = generate_route(feature_list)
Droute_guide_resources.py28 feature_list = []
36 feature_list.append(feature)
37 return feature_list
/third_party/grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_server.js49 var feature_list = []; variable
60 for (var i = 0; i < feature_list.length; i++) {
61 feature = feature_list[i];
99 _.each(feature_list, function(feature) {
239 feature_list = JSON.parse(data);
Droute_guide_client.js119 var feature_list = JSON.parse(data);
157 var rand_point = feature_list[_.random(0, feature_list.length - 1)];
/third_party/grpc/examples/node/static_codegen/route_guide/
Droute_guide_server.js40 var feature_list = []; variable
51 for (var i = 0; i < feature_list.length; i++) {
52 feature = feature_list[i];
89 _.each(feature_list, function(feature) {
230 feature_list = _.map(JSON.parse(data), function(value) {
Droute_guide_client.js109 var feature_list = _.map(JSON.parse(data), function(value) {
151 var rand_point = feature_list[_.random(0, feature_list.length - 1)];
/third_party/quickjs/
Dqjsc.c67 static const FeatureEntry feature_list[] = { variable
365 for(i = 0; i < countof(feature_list); i++) { in help()
368 printf("%s", feature_list[i].option_name); in help()
543 for(i = 0; i < countof(feature_list); i++) { in main()
544 if (!strcmp(p, feature_list[i].option_name)) { in main()
549 if (i == countof(feature_list)) in main()
683 for(i = 0; i < countof(feature_list); i++) { in main()
685 feature_list[i].init_name) { in main()
687 feature_list[i].init_name); in main()
/third_party/e2fsprogs/lib/e2p/
Dfeature.c29 static struct feature feature_list[] = { variable
147 for (f = feature_list; f->string; f++) { in e2p_feature_to_string()
187 for (f = feature_list; f->string; f++) { in e2p_string2feature()
413 f = feature_list; in main()
/third_party/boost/libs/config/tools/
Dgenerate.cpp44 std::set<std::string> feature_list; variable
295 if(feature_list.find(feature_name) == feature_list.end()) in process_ipp_file()
297 feature_list.insert(feature_name); in process_ipp_file()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dfeature.proto61 map<string, FeatureList> feature_list = 1; field
/third_party/cef/patch/patches/
Dchrome_browser_content_settings.patch6 #include "base/feature_list.h"
Dchrome_plugins.patch97 #include "base/feature_list.h"
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch17223 +#include "base/feature_list.h"
42404 #include "base/feature_list.h"
44181 …src/components/feature_engagement/public/feature_list.cc b/src/components/feature_engagement/publi…
44183 --- a/src/components/feature_engagement/public/feature_list.cc
44184 +++ b/src/components/feature_engagement/public/feature_list.cc
44194 …src/components/feature_engagement/public/feature_list.h b/src/components/feature_engagement/public…
44196 --- a/src/components/feature_engagement/public/feature_list.h
44197 +++ b/src/components/feature_engagement/public/feature_list.h
63377 +#include "base/feature_list.h"
249888 +#include "base/feature_list.h"
D0004-3.2-Beta5.patch28020 +#include "base/feature_list.h"
35236 #include "base/feature_list.h"