Home
last modified time | relevance | path

Searched refs:models (Results 1 – 25 of 197) sorted by relevance

12345678

/third_party/cups-filters/cupsfilters/
Dtestdriver.c43 static const char *models[][2] = variable
96 for (i = 0 ; i < (int)(sizeof(models) / sizeof(models[0])); i ++) in cat_ppd()
97 if (!strcmp(name, models[i][0])) in cat_ppd()
110 printf("*PCFileName: \"%s\"\n", models[i][0]); in cat_ppd()
112 printf("*Product: \"(%s)\"\n", models[i][1]); in cat_ppd()
113 printf("*ModelName: \"Test %s\"\n", models[i][1]); in cat_ppd()
114 printf("*NickName: \"Test %s\"\n", models[i][1]); in cat_ppd()
115 printf("*ShortNickName: \"Test %s\"\n", models[i][1]); in cat_ppd()
163 for (i = 0; i < (int)(sizeof(models) / sizeof(models[0])); i ++) in list_ppds()
165 base, models[i][0], models[i][1]); in list_ppds()
/third_party/flatbuffers/grpc/examples/go/greeter/server/
Dmain.go10 models "github.com/google/flatbuffers/grpc/examples/go/greeter/models" packageName
20 models.UnimplementedGreeterServer
23 func (s *greeterServer) SayHello(ctx context.Context, request *models.HelloRequest) (*flatbuffers.B…
33 models.HelloReplyStart(b)
34 models.HelloReplyAddMessage(b, idx)
35 b.Finish(models.HelloReplyEnd(b))
39 func (s *greeterServer) SayManyHellos(request *models.HelloRequest, stream models.Greeter_SayManyHe…
51 models.HelloReplyStart(b)
52 models.HelloReplyAddMessage(b, idx)
53 b.Finish(models.HelloReplyEnd(b))
[all …]
Dgo.mod5 replace github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0 => ../models
9 github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0
/third_party/flatbuffers/grpc/examples/go/greeter/client/
Dmain.go12 models "github.com/google/flatbuffers/grpc/examples/go/greeter/models" packageName
21 func printSayHello(client models.GreeterClient, name string) {
25 models.HelloRequestStart(b)
26 models.HelloRequestAddName(b, i)
27 b.Finish(models.HelloRequestEnd(b))
38 func printSayManyHello(client models.GreeterClient, name string) {
42 models.HelloRequestStart(b)
43 models.HelloRequestAddName(b, i)
44 b.Finish(models.HelloRequestEnd(b))
71 client := models.NewGreeterClient(conn)
Dgo.mod5 replace github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0 => ../models
9 github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0
/third_party/spirv-tools/source/val/
Dvalidate_mode_setting.cpp291 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local
300 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
310 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
342 models->begin(), models->end(), in ValidateExecutionMode()
353 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
370 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
408 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
421 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
432 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
37 if (models) { in ValidateExecutionLimitations()
38 if (models->empty()) { in ValidateExecutionLimitations()
43 for (const auto model : *models) { in ValidateExecutionLimitations()
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
82 if (models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_mode_setting.cpp298 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local
307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
349 models->begin(), models->end(), in ValidateExecutionMode()
360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
37 if (models) { in ValidateExecutionLimitations()
38 if (models->empty()) { in ValidateExecutionLimitations()
43 for (const auto model : *models) { in ValidateExecutionLimitations()
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
82 if (models && in DerivativesPass()
83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp298 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local
307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
349 models->begin(), models->end(), in ValidateExecutionMode()
360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
37 if (models) { in ValidateExecutionLimitations()
38 if (models->empty()) { in ValidateExecutionLimitations()
43 for (const auto model : *models) { in ValidateExecutionLimitations()
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
82 if (models && in DerivativesPass()
83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
/third_party/node/deps/npm/node_modules/color-convert/
Droute.js17 var models = Object.keys(conversions);
19 for (var len = models.length, i = 0; i < len; i++) {
20 graph[models[i]] = {
82 var models = Object.keys(graph);
83 for (var len = models.length, i = 0; i < len; i++) {
84 var toModel = models[i];
Dindex.js6 var models = Object.keys(conversions);
61 models.forEach(function (fromModel) {
/third_party/flutter/skia/tools/skqp/
Dcut_release.py69 def make_rendertest_list(models, good, bad): argument
71 do_score = good & models
72 no_score = bad | (good - models)
73 to_delete = models & bad
144 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
149 o.write(make_rendertest_list(models, gset('good.txt'), gset('bad.txt')))
DREADME_GENERATING_MODELS.md4 We will, at regular intervals, generate new models from the [master branch of
18 1. Get the positively triaged results from Gold and generate models:
73 against the model. Unnecessary models will be removed.
75 Next, all of the files that represent the models are uploaded to cloud storage.
/third_party/skia/tools/skqp/
Dcut_release.py73 def make_rendertest_list(models, good, bad): argument
75 do_score = good & models
76 no_score = bad | (good - models)
77 to_delete = models & bad
148 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
153 o.write(make_rendertest_list(models, gset('good.txt'), gset('bad.txt')))
DREADME_GENERATING_MODELS.md4 We will, at regular intervals, generate new models from the [main branch of
18 1. Get the positively triaged results from Gold and generate models:
73 against the model. Unnecessary models will be removed.
75 Next, all of the files that represent the models are uploaded to cloud storage.
/third_party/flatbuffers/grpc/examples/go/greeter/
DREADME.md8 ├── models # Flatbuffers models & main grpc code.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dinherited_model.dart12 /// models whose dependents may only depend on one part or "aspect" of the
164 // Create a dependency on all of the type T ancestor models up until
166 final List<InheritedElement> models = _findModels<T>(context, aspect).toList();
167 if (models.isEmpty) {
171 final InheritedElement lastModel = models.last;
172 for (InheritedElement model in models) {
/third_party/flatbuffers/grpc/examples/
Dgreeter.fbs1 namespace models;
/third_party/flatbuffers/grpc/examples/go/greeter/models/
Dgo.mod1 module github.com/google/flatbuffers/grpc/examples/go/greeter/models
/third_party/mesa3d/src/etnaviv/drm-shim/
DREADME.md12 The following GPU models are available:

12345678