/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/mbedtls/ |
D | SECURITY.md | 26 ### Remote attacks 44 ### Local attacks 95 ### Physical attacks 105 ### Caveats
|
/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 | copyrightWithoutNewLine1.js | 12 define(["require", "exports", "./greeter"], function (require, exports, model) { argument
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native.c | 73 static int get_input_native(void *model, DNNData *input, const char *input_name) in get_input_native() 99 static int get_output_native(void *model, const char *input_name, int input_width, int input_height, in get_output_native() 142 DNNModel *model = NULL; in ff_dnn_load_model_native() local 435 int ff_dnn_execute_model_native(const DNNModel *model, DNNExecBaseParams *exec_params) in ff_dnn_execute_model_native() 474 int ff_dnn_flush_native(const DNNModel *model) in ff_dnn_flush_native() 488 DNNAsyncStatusType ff_dnn_get_result_native(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_native() 515 void ff_dnn_free_model_native(DNNModel **model) in ff_dnn_free_model_native()
|
D | dnn_backend_openvino.c | 54 DNNModel *model; member 503 static int get_input_ov(void *model, DNNData *input, const char *input_name) in get_input_ov() 656 static int get_output_ov(void *model, const char *input_name, int input_width, int input_height, in get_output_ov() 728 DNNModel *model = NULL; in ff_dnn_load_model_ov() local 783 int ff_dnn_execute_model_ov(const DNNModel *model, DNNExecBaseParams *exec_params) in ff_dnn_execute_model_ov() 866 DNNAsyncStatusType ff_dnn_get_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_ov() 872 int ff_dnn_flush_ov(const DNNModel *model) in ff_dnn_flush_ov() 910 void ff_dnn_free_model_ov(DNNModel **model) in ff_dnn_free_model_ov()
|
D | dnn_backend_tf.c | 56 DNNModel *model; member 281 static int get_input_tf(void *model, DNNData *input, const char *input_name) in get_input_tf() 317 static int get_output_tf(void *model, const char *input_name, int input_width, int input_height, in get_output_tf() 761 DNNModel *model = NULL; in load_native_model() local 854 DNNModel *model = NULL; in ff_dnn_load_model_tf() local 1144 int ff_dnn_execute_model_tf(const DNNModel *model, DNNExecBaseParams *exec_params) in ff_dnn_execute_model_tf() 1189 DNNAsyncStatusType ff_dnn_get_result_tf(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_tf() 1195 int ff_dnn_flush_tf(const DNNModel *model) in ff_dnn_flush_tf() 1225 void ff_dnn_free_model_tf(DNNModel **model) in ff_dnn_free_model_tf()
|
/third_party/mindspore/test/fuzztest/mindspore_fuzzer/ |
D | context_c_fuzzer.cpp | 18 OH_AI_ModelHandle model = OH_AI_ModelCreate(); in MSContextFuzzTest_ThreadNum() local 39 OH_AI_ModelHandle model = OH_AI_ModelCreate(); in MSContextFuzzTest_ThreadAffinityMode() local 67 OH_AI_ModelHandle model = OH_AI_ModelCreate(); in MSContextFuzzTest_Provider() local
|
/third_party/ffmpeg/libavcodec/ |
D | vp5.c | 91 VP56Model *model = s->modelp; in vp5_parse_vector_adjustment() local 115 VP56Model *model = s->modelp; in vp5_parse_vector_models() local 138 VP56Model *model = s->modelp; in vp5_parse_coeff_models() local 185 VP56Model *model = s->modelp; in vp5_parse_coeff() local 268 VP56Model *model = s->modelp; in vp5_default_models_init() local
|
D | vp6.c | 216 VP56Model *model = s->modelp; in vp6_default_models_init() local 235 VP56Model *model = s->modelp; in vp6_parse_vector_models() local 288 VP56Model *model = s->modelp; in vp6_parse_coeff_models() local 357 VP56Model *model = s->modelp; in vp6_parse_vector_adjustment() local 410 VP56Model *model = s->modelp; in vp6_parse_coeff_huffman() local 472 VP56Model *model = s->modelp; in vp6_parse_coeff() local
|
/third_party/typescript/tests/cases/compiler/ |
D | specializedInheritedConstructors1.ts | 2 model: TModel; property 7 model: TModel; property in View
|
/third_party/mindspore/test/unittest/ |
D | mindspore_unit_test.cpp | 147 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 172 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 195 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 218 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 273 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 290 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 334 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 357 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 410 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 517 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable [all …]
|
/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/node/ |
D | SECURITY.md | 142 ### Examples of vulnerabilities 170 ### Examples of non-vulnerabilities
|
/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
|