| /external/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.
|
| /external/google-breakpad/src/client/windows/crash_generation/ |
| D | minidump_generator.h | 100 // dynamically. 110 // Function pointer type for UuidCreate, which is looked up dynamically. 130 // Handle to dynamically loaded DbgHelp.dll. 136 // Handle to dynamically loaded rpcrt4.dll. 193 // Critical section to sychronize action of loading modules dynamically. 196 // Critical section to synchronize action of dynamically getting function
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineExtendedDynamicStateTests.cpp | 543 // 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 …]
|
| /external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
| D | config_dump.proto | 92 // Describes a dynamically loaded listener via the LDS API. 150 // Describes a dynamically loaded cluster via the CDS API. 185 // The dynamically loaded active clusters. These are clusters that are available to service 189 // The dynamically loaded warming clusters. These are clusters that are currently undergoing 198 // or defined inline while configuring listeners are separated from those configured dynamically vi… 238 // The dynamically loaded route configs. 282 // The dynamically loaded endpoint configs.
|
| /external/python/google-api-python-client/ |
| D | UPGRADING.md | 5 rather than fetched dynamically. It is highly recommended to upgrade from v1.x to v2.x. 11 Discovery documents will no longer be retrieved dynamically when 52 The 2.0 release no longer retrieves discovery documents dynamically on each 59 dynamically. Instead it will use service definitions shipped in the library.
|
| /external/chromium-trace/catapult/common/py_utils/py_utils/ |
| D | slots_metaclass.py | 16 prevents dynamically adding unlisted properties. 17 If you need to dynamically add unlisted properties to a class with this 19 need to dynamically add unlisted properties to a class with this metaclass,
|
| /external/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,
|
| /external/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.
|
| /external/rust/crates/clang-sys/ |
| D | README.md | 18 …mentation will contain some additional types and functions to manage a dynamically loaded `libclan… 36 By default, this crate will attempt to link to `libclang` dynamically. In this case, this crate dep… 77 On Linux, running an executable that has been dynamically linked to `libclang` may require you to a… 79 On Windows, running an executable that has been dynamically linked to `libclang` requires that `lib… 87 … library in the same way one is searched for when linking to `libclang` dynamically at compiletime.
|
| /external/squashfs-tools/ |
| D | CHANGES | 28 - mksquashfs: dynamically allocate recovery_file 29 - mksquashfs: dynamically allocate buffer in subpathname() 30 - mksquashfs: dynamically allocate buffer in pathname() 36 - mksquashfs: dynamically allocate filename in old_add_exclude() 37 - unsquashfs: dynamically allocate pathname in dir_scan() 38 - unsquashfs: dynamically allocate pathname in pre_scan() 39 - sort: dynamically allocate filename in add_sort_list() 42 - pseudo: dynamically allocate path in dump_pseudo() 43 - mksquashfs: dynamically allocate path in display_path2() 44 - mksquashfs: dynamically allocate b_buffer in getbase() [all …]
|
| /external/protobuf/objectivec/google/protobuf/ |
| D | Struct.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. */
|
| /external/tensorflow/tensorflow/core/lib/io/ |
| D | table_options.h | 42 // compression is enabled. This parameter can be changed dynamically. 46 // This parameter can be changed dynamically. Most clients should 51 // parameter can be changed dynamically.
|
| /external/perfetto/src/trace_processor/sqlite/ |
| D | db_sqlite_table.h | 36 // Mode when table is dynamically computed at filter time. 40 // Interface which can be subclassed to allow generation of tables dynamically 61 // in |qc| for dynamically computing the table (e.g. any required 65 // Dynamically computes the table given the constraints and order by
|
| /external/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
|
| /external/eigen/doc/ |
| D | StructHavingEigenMembers.dox | 33 …dSizeVectorizable "fixed-size vectorizable Eigen object", and then you dynamically create an objec… 88 ... except in one case. When you have a `class Foo` like above, and you dynamically allocate a new … 116 Dynamic-size matrices and vectors, such as Eigen::VectorXd, allocate dynamically their own array of… 173 … in storing the fixed-size objects into a private struct which will be dynamically allocated at th…
|
| /external/google-breakpad/src/third_party/mac_headers/mach-o/ |
| D | loader.h | 115 #define MH_DYLIB 0x6 /* dynamically bound shared library */ 117 #define MH_BUNDLE 0x8 /* dynamically bound bundle file */ 255 #define LC_LOAD_DYLIB 0xc /* load a dynamically linked shared library */ 256 #define LC_ID_DYLIB 0xd /* dynamically linked shared lib ident */ 259 #define LC_PREBOUND_DYLIB 0x10 /* modules prebound for a dynamically */ 270 * load a dynamically linked shared library that is allowed to be missing 636 * A dynamically linked shared library (filetype == MH_DYLIB in the mach header) 638 * An object that uses a dynamically linked shared library also contains a 650 * A dynamically linked shared library may be a subframework of an umbrella 666 * For dynamically linked shared libraries that are subframework of an umbrella [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | shape.h | 75 // Returns true if no array dimension in the shape is dynamically sized. Tuple 81 // Returns true if the given dimension is dynamically-sized. 86 // Sets whether or not the given dimension is dynamically-sized. 260 // shapes. For a dynamically-sized dimension, the respective value in this 265 // respective dimension is dynamically sized.
|
| /external/python/cpython3/Parser/ |
| D | string_parser.h | 13 expr_ty's, and then after that start dynamically allocating, 23 start dynamically allocating. */
|
| /external/curl/docs/libcurl/ |
| D | curl_global_cleanup.3 | 49 containing libcurl is dynamically unloaded while libcurl-created threads are 52 dynamically. This behavior may be addressed in the future.
|
| /external/perfetto/src/android_internal/ |
| D | README.md | 2 dynamically loaded and used by traced_probes / perfetto command line client. 20 + dynamically loaded on first use via dlopen()
|
| /external/virglrenderer/docs/ |
| D | GL-status.txt | 19 - Dynamically uniform sampler array indices 20 - Dynamically uniform UBO array indices
|
| /external/ipsec-tools/src/libipsec/ |
| D | ipsec_set_policy.3 | 64 The buffer is dynamically allocated, and must be 90 returns a pointer to a dynamically allocated string. 319 returns a pointer to a dynamically allocated region on success,
|
| /external/python/cffi/doc/misc/ |
| D | grant-cffi-1.0.rst | 54 that Python file would produce a dynamically-linked library. There 57 re-generate and re-compile the dynamically-linked library. 77 the dynamically-linked library, and no CRC would be needed. This
|