| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | Struct.php | 13 * which map to dynamically typed values. In some languages, `Struct` 25 * Unordered map of dynamically typed values. 38 * Unordered map of dynamically typed values. 47 * Unordered map of dynamically typed values. 58 * Unordered map of dynamically typed values.
|
| D | ListValue.php | 20 * Repeated field of dynamically typed values. 33 * Repeated field of dynamically typed values. 42 * Repeated field of dynamically typed values. 53 * Repeated field of dynamically typed values.
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/ |
| D | test_error_on_dynamic_shape_input_op.py | 31 assert "Input is dynamically shaped" in str(info.value) 35 assert "Input is dynamically shaped" in str(info.value) 39 assert "Input is dynamically shaped" in str(info.value) 43 assert "Input is dynamically shaped" in str(info.value) 47 assert "Input is dynamically shaped" in str(info.value)
|
| /third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
| D | handle-scope.h | 42 * Dynamically allocated handle in the scopes. 44 * might be not enough space left for new handles, dynamically allocated 72 * Dynamically allocated handle scope type. 77 jerryx_handle_scope_dynamic_t *child; /**< child dynamically allocated handle scope */ 78 jerryx_handle_scope_dynamic_t *parent; /**< parent dynamically allocated handle scope */
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | fragops.adoc | 212 creation, or dynamically by the flink:vkCmdSetDiscardRectangleEXT command. 296 [open,refpage='vkCmdSetDiscardRectangleEXT',desc='Set discard rectangles dynamically for a command … 298 To <<pipelines-dynamic-state, dynamically set>> the discard rectangles, 355 [open,refpage='vkCmdSetDiscardRectangleEnableEXT',desc='Enable discard rectangles dynamically for a… 357 To <<pipelines-dynamic-state, dynamically set>> whether discard rectangles 390 [open,refpage='vkCmdSetDiscardRectangleModeEXT',desc='Sets the discard rectangle mode dynamically f… 392 To <<pipelines-dynamic-state, dynamically set>> the discard rectangle mode, 435 structure during pipeline creation, or dynamically by the 453 [open,refpage='vkCmdSetScissor',desc='Set scissor rectangles dynamically for a command buffer',type… 455 To <<pipelines-dynamic-state, dynamically set>> the scissor rectangles, [all …]
|
| D | fragops.txt | 97 creation, or dynamically by the flink:vkCmdSetDiscardRectangleEXT command. 169 [open,refpage='vkCmdSetDiscardRectangleEXT',desc='Set discard rectangles dynamically for a command … 171 To <<pipelines-dynamic-state, dynamically set>> the discard rectangles, 239 structure during pipeline creation, or dynamically by the 257 [open,refpage='vkCmdSetScissor',desc='Set scissor rectangles dynamically for a command buffer',type… 259 To <<pipelines-dynamic-state, dynamically set>> the scissor rectangles, 330 pipeline creation, or dynamically by the flink:vkCmdSetExclusiveScissorNV 384 [open,refpage='vkCmdSetExclusiveScissorNV',desc='Set exclusive scissor rectangles dynamically for a… 386 To <<pipelines-dynamic-state, dynamically set>> the exclusive scissor 822 creation, or dynamically by [all …]
|
| /third_party/protobuf/src/google/protobuf/ |
| D | struct.proto | 44 // which map to dynamically typed values. In some languages, `Struct` 52 // Unordered map of dynamically typed values. 56 // `Value` represents a dynamically typed value which can be either 93 // Repeated field of dynamically typed values.
|
| /third_party/skia/src/core/ |
| D | SkAutoMalloc.h | 30 * than the current size (and the current block was dynamically allocated). 35 * current block is dynamically allocated, free the old block and 42 * current block is dynamically allocated, just return the old 101 * the allocation will come from the stack, otherwise it will be dynamically allocated. 121 * this may be on the stack or dynamically allocated, the caller must not call sk_free() on it,
|
| /third_party/rust/crates/clang-sys/ |
| D | README.md | 18 …mentation will contain some additional types and functions to manage a dynamically loaded `libclan… 38 By default, this crate will attempt to link to `libclang` dynamically. In this case, this crate dep… 79 On Linux, running an executable that has been dynamically linked to `libclang` may require you to a… 81 On Windows, running an executable that has been dynamically linked to `libclang` requires that `lib… 89 … library in the same way one is searched for when linking to `libclang` dynamically at compiletime.
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineExtendedDynamicStateTests.cpp | 904 // Generic, to be used with any state than can be set statically and, as an option, dynamically. 1525 // When setting the sample mask dynamically, we can use an alternative sample count specified here. 3505 …// When dynamically setting the vertex buffer stride, we cannot bind the vertex buffer in advance … in maybeBindVertexBufferDynStride() 5412 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_none", "Dynamically set cull m… in createExtendedDynamicStateTests() 5418 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_back", "Dynamically set cull m… in createExtendedDynamicStateTests() 5426 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_front", "Dynamically set cull … in createExtendedDynamicStateTests() 5433 …addChild(new ExtendedDynamicStateTest(testCtx, "cull_front_and_back", "Dynamically set cull mode t… in createExtendedDynamicStateTests() 5442 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "front_face_cw", "Dynamically set fr… in createExtendedDynamicStateTests() 5451 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "front_face_ccw", "Dynamically set f… in createExtendedDynamicStateTests() 5459 …Child(new ExtendedDynamicStateTest(testCtx, "front_face_cw_reversed", "Dynamically set front face … in createExtendedDynamicStateTests() [all …]
|
| /third_party/ninja/src/ |
| D | dyndep.h | 27 /// Store dynamically-discovered dependency information for one edge. 37 /// to its dynamically-discovered dependency information. 42 /// DyndepLoader loads dynamically discovered dependencies, as
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_clip_space_w_scaling/ |
| D | vertexpostproc.adoc | 44 …ortWScalingEnableNV',desc='Specify the viewport W scaling enable state dynamically for a command b… 46 To <<pipelines-dynamic-state, dynamically set>> the 84 [open,refpage='vkCmdSetViewportWScalingNV',desc='Set the viewport W scaling dynamically for a comma… 86 To <<pipelines-dynamic-state, dynamically set>> the viewport *W* scaling
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineExtendedDynamicStateTests.cpp | 1253 // Generic, to be used with any state than can be set statically and, as an option, dynamically. 1948 // When setting the sample mask dynamically, we can use an alternative sample count specified here. 1952 …s optional and can be included statically in the rasterization info or dynamically in vkCmdSetDept… 4227 …// When dynamically setting the vertex buffer stride, we cannot bind the vertex buffer in advance … in maybeBindVertexBufferDynStride() 6521 // Dynamically set cull mode to none in createExtendedDynamicStateTests() 6528 // Dynamically set cull mode to back in createExtendedDynamicStateTests() 6537 // Dynamically set cull mode to front in createExtendedDynamicStateTests() 6545 // Dynamically set cull mode to front and back in createExtendedDynamicStateTests() 6555 // Dynamically set front face to clockwise in createExtendedDynamicStateTests() 6565 // Dynamically set front face to counter-clockwise in createExtendedDynamicStateTests() [all …]
|
| /third_party/protobuf/objectivec/ |
| D | GPBStruct.pbobjc.h | 90 * which map to dynamically typed values. In some languages, `Struct` 100 /** Unordered map of dynamically typed values. */ 129 * `Value` represents a dynamically typed value which can be either 191 /** Repeated field of dynamically typed values. */
|
| /third_party/openGLES/extensions/QCOM/ |
| D | QCOM_texture_foveated_subsampled_layout.txt | 211 in a compile time error. Additionally, dynamically indexing an array of subsampled 265 in a compile time error. Additionally, dynamically indexing an array of subsampled 311 7. Dynamically indexing subsampled sampler arrays 313 Resolved: Do not allow dynamically indexed subsampled sampler arrays. This is to 324 and dynamically indexed issue
|
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| D | Makefile.unx | 20 # This makefile builds both dynamically and statically linked executables 30 #PNGLIBd = -L$(PNGDIR) -lpng16 # dynamically linked, installed libpng 36 PNGLIBd = -Wl,-rpath,$(PNGDIR) -L$(PNGDIR) -lpng16 # dynamically linked 42 ZLIBd = -L$(ZDIR) -lz # dynamically linked against zlib
|
| D | Makefile.sgi | 19 # This makefile builds dynamically linked executables (against libpng and zlib, 27 PNGLIB = -L/usr/local/lib -lpng16 # dynamically linked against libpng 35 ZLIB = -L/usr/local/lib -lz # dynamically linked against zlib
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_EXT_attachment_feedback_loop_dynamic_state.adoc | 10 This document proposes adding support for setting attachment feedback loops dynamically. 46 `vkCmdSetAttachmentFeedbackLoopEnableEXT` can then be used to dynamically enable feedback loops on …
|
| /third_party/mbedtls/include/mbedtls/ |
| D | platform.h | 13 * dynamically configured at runtime. 152 * \brief This function dynamically sets the memory-management 179 * \brief This function dynamically configures the fprintf 205 * \brief This function dynamically configures the snprintf 320 * \brief Dynamically configure the function that is called 356 * \brief This function dynamically configures the exit
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | castable.h | 173 /// @returns obj dynamically cast to the type `TO` or `nullptr` if 183 /// @returns obj dynamically cast to the type `TO` or `nullptr` if 235 /// @returns this object dynamically cast to the type `TO` or `nullptr` if 243 /// @returns this object dynamically cast to the type `TO` or `nullptr` if 319 /// @returns this object dynamically cast to the type `TO` or `nullptr` if 327 /// @returns this object dynamically cast to the type `TO` or `nullptr` if
|
| /third_party/python/Parser/ |
| D | string_parser.h | 13 expr_ty's, and then after that start dynamically allocating, 23 start dynamically allocating. */
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_gpu_shader5.txt | 73 and atomic counters) using dynamically uniform integer expressions; 142 Remove the last paragraph from section 3.9.3 "Dynamically Uniform 149 indexed with a dynamically uniform integral expression (see section 176 uniform block array can only be indexed with a dynamically uniform 382 in terms of dynamically uniform expressions, as was done when 434 'dynamically uniform integer expression' for arrays of images or shader
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_gpu_shader5.txt | 83 and atomic counters) using dynamically uniform integer expressions; 152 Remove the last paragraph from section 3.9.3 "Dynamically Uniform 159 indexed with a dynamically uniform integral expression (see section 186 uniform block array can only be indexed with a dynamically uniform 392 in terms of dynamically uniform expressions, as was done when 444 'dynamically uniform integer expression' for arrays of images or shader
|
| /third_party/curl/docs/libcurl/ |
| D | curl_global_cleanup.md | 52 containing libcurl is dynamically unloaded while libcurl-created threads are 55 dynamically. This behavior may be addressed in the future.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_gpu_shader5.txt | 72 and atomic counters) using dynamically uniform integer expressions; 141 Remove the last paragraph from section 3.9.3 "Dynamically Uniform 148 indexed with a dynamically uniform integral expression (see section 175 uniform block array can only be indexed with a dynamically uniform 381 in terms of dynamically uniform expressions, as was done when 433 'dynamically uniform integer expression' for arrays of images or shader
|