/third_party/cups-filters/cupsfilters/ |
D | testdriver.c | 43 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/ |
D | main.go | 10 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 …]
|
D | go.mod | 5 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/ |
D | main.go | 12 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)
|
D | go.mod | 5 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/ |
D | validate_mode_setting.cpp | 291 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()
|
D | validate_execution_limitations.cpp | 36 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()
|
D | validate_derivatives.cpp | 80 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/ |
D | validate_mode_setting.cpp | 298 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()
|
D | validate_execution_limitations.cpp | 36 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()
|
D | validate_derivatives.cpp | 80 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/ |
D | validate_mode_setting.cpp | 298 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()
|
D | validate_execution_limitations.cpp | 36 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()
|
D | validate_derivatives.cpp | 80 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/ |
D | route.js | 17 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];
|
D | index.js | 6 var models = Object.keys(conversions); 61 models.forEach(function (fromModel) {
|
/third_party/flutter/skia/tools/skqp/ |
D | cut_release.py | 69 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')))
|
D | README_GENERATING_MODELS.md | 4 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/ |
D | cut_release.py | 73 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')))
|
D | README_GENERATING_MODELS.md | 4 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/ |
D | README.md | 8 ├── models # Flatbuffers models & main grpc code.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | inherited_model.dart | 12 /// 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/ |
D | greeter.fbs | 1 namespace models;
|
/third_party/flatbuffers/grpc/examples/go/greeter/models/ |
D | go.mod | 1 module github.com/google/flatbuffers/grpc/examples/go/greeter/models
|
/third_party/mesa3d/src/etnaviv/drm-shim/ |
D | README.md | 12 The following GPU models are available:
|