Home
last modified time | relevance | path

Searched full:dynamically (Results 1 – 25 of 1882) sorted by relevance

12345678910>>...76

/third_party/protobuf/php/src/Google/Protobuf/
DStruct.php13 * 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.
DListValue.php20 * 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/tests/st/ops/gpu/
Dtest_error_on_dynamic_shape_input_op.py31 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/boost/libs/smart_ptr/doc/smart_ptr/
Dintroduction.adoc18 Smart pointers are objects which store pointers to dynamically allocated (heap) objects.
21 exceptions as they ensure proper destruction of dynamically allocated objects. They can also be
22 used to keep track of dynamically allocated objects shared by multiple owners.
31 * `<<scoped_ptr,scoped_ptr>>`, used to contain ownership of a dynamically allocated object to the c…
32 * `<<scoped_array,scoped_array>>`, which provides scoped ownership for a dynamically allocated arra…
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h42 * 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/protobuf/src/google/protobuf/
Dstruct.proto44 // 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/
DSkAutoMalloc.h30 * 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/flutter/skia/src/core/
DSkAutoMalloc.h30 * 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
102 * the allocation will come from the stack, otherwise it will be dynamically allocated.
122 * this may be on the stack or dynamically allocated, the caller must not call sk_free() on it,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp543 // Generic, to be used with any state than can be set statically and, as an option, dynamically.
1201 …TCU_THROW(NotSupportedError, "VK_EXT_extended_dynamic_state2 : changing LogicOp dynamically is not… in checkSupport()
1204 …Error, "VK_EXT_extended_dynamic_state2 : changing patch control points dynamically is not supporte… in checkSupport()
1585 …// When dynamically setting the vertex buffer stride, we cannot bind the vertex buffer in advance … in maybeBindVertexBufferDynStride()
2613 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_none", "Dynamically set cull m… in createExtendedDynamicStateTests()
2619 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_back", "Dynamically set cull m… in createExtendedDynamicStateTests()
2627 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_front", "Dynamically set cull … in createExtendedDynamicStateTests()
2634 …addChild(new ExtendedDynamicStateTest(testCtx, "cull_front_and_back", "Dynamically set cull mode t… in createExtendedDynamicStateTests()
2643 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "front_face_cw", "Dynamically set fr… in createExtendedDynamicStateTests()
2652 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "front_face_ccw", "Dynamically set f… in createExtendedDynamicStateTests()
[all …]
/third_party/ninja/src/
Ddyndep.h27 /// Store dynamically-discovered dependency information for one edge.
37 /// to its dynamically-discovered dependency information.
42 /// DyndepLoader loads dynamically discovered dependencies, as
/third_party/boost/libs/icl/example/dynamic_interval_/
Ddynamic_interval.cpp17 Dynamically bounded intervals are the library default for interval
30 // Dynamically bounded intervals 'discrete_interval' and 'continuous_interval'
44 // Dynamically bounded intervals are the library default for in main()
78 cout << "----- Dynamically bounded intervals ----------------------------------------\n"; in main()
91 // Using dynamically bounded intervals allows to apply operations in main()
124 //----- Dynamically bounded intervals ----------------------------------------
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dvisibility.dart18 /// (Changing the flags dynamically is discouraged, as it can cause the [child]
20 /// Typically, only the [visible] flag is changed dynamically.)
118 /// Dynamically changing this value may cause the current state of the
141 /// Dynamically changing this value may cause the current state of the
163 /// Dynamically changing this value may cause the current state of the
183 /// Dynamically changing this value may cause the current state of the
196 /// Dynamically changing this value may cause the current state of the
/third_party/grpc/src/csharp/Grpc.Core.Api/Internal/
DCodeAnalysisAttributes.cs27 /// Indicates that certain members on a specified <see cref="Type"/> are accessed dynamically,
54 /// <param name="memberTypes">The types of members dynamically accessed.</param>
62 /// of members dynamically accessed.
68 /// Specifies the types of members that are dynamically accessed.
/third_party/gettext/gnulib-local/lib/
Dxalloc.h34 /* Allocate SIZE bytes of memory dynamically, with error checking. */
41 /* Allocate SIZE bytes of memory dynamically, with error checking,
89 /* Allocate an object of type T dynamically, with error checking. */
116 /* Allocate an object of type T dynamically, with error checking,
/third_party/protobuf/objectivec/
DGPBStruct.pbobjc.h90 * 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/libunwind/doc/
D_U_dyn_cancel.man16 \-\- cancel unwind\-info for dynamically generated code
33 unwind\-info for a dynamically generated procedure. Argument di
D_U_dyn_register.man16 \-\- register unwind\-info for dynamically generated code
33 dynamically generated procedure. The procedure\&'s unwind\-info is
D_U_dyn_cancel.tex8 …ing Library}{\_U\_dyn\_cancel}\_U\_dyn\_cancel -- cancel unwind-info for dynamically generated code
20 unwind-info for a dynamically generated procedure. Argument \Var{di}
/third_party/openGLES/extensions/QCOM/
DQCOM_texture_foveated_subsampled_layout.txt211 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/boost/libs/python/doc/html/building/
Dchoosing_a_boost_python_library_.html52 to Python in one dynamically-loaded extension module can be passed
69 python and the types exposed in your dynamically-loaded extension module
79 where the dynamically-loaded extension modules can “see”
84 into your application and you don't care if any dynamically-loaded
101 Because of the way most *nix platforms share symbols among dynamically-loaded
/third_party/boost/libs/icl/doc/
Dfunctions_interval_construct.qbk47 … [For dynamically bounded intervals this function constructs an
64 `` ] [For dynamically bounded intervals there are…
76 … The library default uses ['*dynamically bounded intervals*]. You
110 [[[link boost_icl.examples.dynamic_interval ['*Example: Dynamically bounded intervals and the libra…
/third_party/flutter/skia/third_party/externals/libpng/contrib/gregbook/
DMakefile.unx20 # 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
/third_party/libpng/contrib/gregbook/
DMakefile.unx20 # 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
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
DMakefile.unx20 # 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
/third_party/python/Parser/
Dstring_parser.h13 expr_ty's, and then after that start dynamically allocating,
23 start dynamically allocating. */

12345678910>>...76