| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_mode_setting.cpp | 308 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 318 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode() 350 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 361 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 378 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode() 416 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 429 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 444 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
|
| D | validate_scopes.cpp | 115 std::string* message) { in ValidateExecutionScope() 144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope() 253 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope() 276 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| D | validate_mode_setting.cpp | 308 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 318 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode() 350 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 361 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 378 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode() 416 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 429 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 444 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
|
| D | validate_scopes.cpp | 115 std::string* message) { in ValidateExecutionScope() 144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope() 253 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope() 276 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
|
| /third_party/spirv-tools/source/val/ |
| D | validate_mode_setting.cpp | 377 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 387 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode() 423 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 434 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 451 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode() 482 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 514 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 527 [](const SpvExecutionModel& model) { in ValidateExecutionMode() 542 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
|
| D | validate_scopes.cpp | 115 std::string* message) { in ValidateExecutionScope() 144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope() 248 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope() 271 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope() 293 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
|
| D | validate_ray_tracing.cpp | 33 [](SpvExecutionModel model, std::string* message) { in RayTracingPass() 129 [](SpvExecutionModel model, std::string* message) { in RayTracingPass() 164 std::string* message) { in RayTracingPass()
|
| D | validate_mesh_shading.cpp | 31 [](SpvExecutionModel model, std::string* message) { in MeshShadingPass() 82 [](SpvExecutionModel model, std::string* message) { in MeshShadingPass()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsxInferenceProducesLiteralAsExpected.js | 14 const model = new TestObject(); constant 32 var model = new TestObject(); variable 33 var el1 = React.createElement(Test, { model: model, foo: "c" }); property 34 var el2 = React.createElement(Test, { model: model, foo: "c" }); property
|
| D | specializedInheritedConstructors1.js | 14 var m: ViewOptions<Model> = { model: new Model() }; property 15 var aView = new View({ model: new Model() }); property 53 var m = { model: new Model() }; property 54 var aView = new View({ model: new Model() }); property
|
| D | parserVariableDeclaration1.js | 4 model = c, variable
|
| D | copyrightWithNewLine1.js | 16 define(["require", "exports", "./greeter"], function (require, exports, model) { argument
|
| D | copyrightWithoutNewLine1.js | 12 define(["require", "exports", "./greeter"], function (require, exports, model) { argument
|
| /third_party/ffmpeg/libavcodec/ |
| D | vp5.c | 90 VP56Model *model = s->modelp; in vp5_parse_vector_adjustment() local 114 VP56Model *model = s->modelp; in vp5_parse_vector_models() local 137 VP56Model *model = s->modelp; in vp5_parse_coeff_models() local 184 VP56Model *model = s->modelp; in vp5_parse_coeff() local 267 VP56Model *model = s->modelp; in vp5_default_models_init() local
|
| D | vp6.c | 213 VP56Model *model = s->modelp; in vp6_default_models_init() local 232 VP56Model *model = s->modelp; in vp6_parse_vector_models() local 285 VP56Model *model = s->modelp; in vp6_parse_coeff_models() local 354 VP56Model *model = s->modelp; in vp6_parse_vector_adjustment() local 407 VP56Model *model = s->modelp; in vp6_parse_coeff_huffman() local 469 VP56Model *model = s->modelp; in vp6_parse_coeff() local
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_native.c | 51 static DNNReturnType get_input_native(void *model, DNNData *input, const char *input_name) in get_input_native() 77 static DNNReturnType get_output_native(void *model, const char *input_name, int input_width, int in… in get_output_native() 118 DNNModel *model = NULL; in ff_dnn_load_model_native() local 261 static DNNReturnType execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in execute_model_native() 375 DNNReturnType ff_dnn_execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in ff_dnn_execute_model_native() 415 void ff_dnn_free_model_native(DNNModel **model) in ff_dnn_free_model_native()
|
| D | dnn_backend_tf.c | 50 DNNModel *model; member 129 static DNNReturnType get_input_tf(void *model, DNNData *input, const char *input_name) in get_input_tf() 164 static DNNReturnType get_output_tf(void *model, const char *input_name, int input_width, int input_… in get_output_tf() 580 DNNModel *model = NULL; in load_native_model() local 669 DNNModel *model = NULL; in ff_dnn_load_model_tf() local 713 static DNNReturnType execute_model_tf(const DNNModel *model, const char *input_name, AVFrame *in_fr… in execute_model_tf() 823 DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model, const char *input_name, AVFrame *in_fr… in ff_dnn_execute_model_tf() 842 void ff_dnn_free_model_tf(DNNModel **model) in ff_dnn_free_model_tf()
|
| D | dnn_backend_openvino.c | 51 DNNModel *model; member 432 static DNNReturnType get_input_ov(void *model, DNNData *input, const char *input_name) in get_input_ov() 482 static DNNReturnType get_output_ov(void *model, const char *input_name, int input_width, int input_… in get_output_ov() 554 DNNModel *model = NULL; in ff_dnn_load_model_ov() local 609 DNNReturnType ff_dnn_execute_model_ov(const DNNModel *model, const char *input_name, AVFrame *in_fr… in ff_dnn_execute_model_ov() 663 DNNReturnType ff_dnn_execute_model_async_ov(const DNNModel *model, const char *input_name, AVFrame … in ff_dnn_execute_model_async_ov() 718 DNNAsyncStatusType ff_dnn_get_async_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_async_result_ov() 739 DNNReturnType ff_dnn_flush_ov(const DNNModel *model) in ff_dnn_flush_ov() 781 void ff_dnn_free_model_ov(DNNModel **model) in ff_dnn_free_model_ov()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | specializedInheritedConstructors1.ts | 2 model: TModel; property 7 model: TModel; property in View
|
| /third_party/cef/include/ |
| D | cef_context_menu_handler.h | 90 CefRefPtr<CefMenuModel> model) {} in OnBeforeContextMenu() 104 CefRefPtr<CefMenuModel> model, in RunContextMenu()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_convert_ycbcr.c | 77 ycbcr_model_to_rgb_matrix(VkSamplerYcbcrModelConversion model) in ycbcr_model_to_rgb_matrix() 115 VkSamplerYcbcrModelConversion model, in nir_convert_ycbcr_to_rgb()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | context_menu_handler_ctocpp.cc | 30 CefRefPtr<CefMenuModel> model) { in OnBeforeContextMenu() 68 CefRefPtr<CefMenuModel> model, in RunContextMenu()
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | context_menu_handler_cpptoc.cc | 32 struct _cef_menu_model_t* model) { in context_menu_handler_on_before_context_menu() 69 struct _cef_menu_model_t* model, in context_menu_handler_run_context_menu()
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| D | RBUntranslatedPanel.java | 80 UntranslatedItemsTableModel model = (UntranslatedItemsTableModel)jTableUntrans.getModel(); in markSelectedResourceAsTranslated() local 93 UntranslatedItemsTableModel model = (UntranslatedItemsTableModel)jTableUntrans.getModel(); in deleteSelectedResource() local 116 TableModel model = jTableUntrans.getModel(); in printTable() local
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/VariableDeclarations/ |
| D | parserVariableDeclaration1.ts | 4 model = c, variable
|