Home
last modified time | relevance | path

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

12345678910>>...144

/external/jazzer-api/driver/src/main/native/com/code_intelligence/jazzer/driver/
DBUILD.bazel39 # Symbols are only referenced dynamically via JNI.
55 # With sanitizers, symbols are only referenced dynamically via JNI.
68 # Symbols may only be referenced dynamically via JNI.
95 # Symbols are only referenced dynamically via JNI.
105 # Symbols are only referenced dynamically via JNI.
122 # Symbols are referenced dynamically by libFuzzer.
/external/cronet/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.
/external/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.
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.h100 // 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/chromium-trace/catapult/common/py_utils/py_utils/
Dslots_metaclass.py16 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/python/google-api-python-client/
DUPGRADING.md5 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/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dconfig_dump.proto92 // 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/skia/src/base/
DSkAutoMalloc.h32 * than the current size (and the current block was dynamically allocated).
37 * current block is dynamically allocated, free the old block and
44 * current block is dynamically allocated, just return the old
103 * the allocation will come from the stack, otherwise it will be dynamically allocated.
123 * this may be on the stack or dynamically allocated, the caller must not call sk_free() on it,
/external/cronet/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.
/external/rust/crates/protobuf-parse/src/proto/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.
/external/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.
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp904 // 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.
3517 …// When dynamically setting the vertex buffer stride, we cannot bind the vertex buffer in advance … in maybeBindVertexBufferDynStride()
5450 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_none", "Dynamically set cull m… in createExtendedDynamicStateTests()
5456 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_back", "Dynamically set cull m… in createExtendedDynamicStateTests()
5464 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "cull_front", "Dynamically set cull … in createExtendedDynamicStateTests()
5471 …addChild(new ExtendedDynamicStateTest(testCtx, "cull_front_and_back", "Dynamically set cull mode t… in createExtendedDynamicStateTests()
5480 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "front_face_cw", "Dynamically set fr… in createExtendedDynamicStateTests()
5489 …orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "front_face_ccw", "Dynamically set f… in createExtendedDynamicStateTests()
5497 …Child(new ExtendedDynamicStateTest(testCtx, "front_face_cw_reversed", "Dynamically set front face … in createExtendedDynamicStateTests()
[all …]
/external/rust/crates/clang-sys/
DREADME.md18 …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.
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DDynamicallyAccessedMembersAttribute.cs38 /// Indicates that certain members on a specified <see cref="Type"/> are accessed dynamically,
51 /// can be accessed dynamically on <see cref="Type"/> instances returned from calling
70 /// <param name="memberTypes">The types of members dynamically accessed.</param>
78 /// of members dynamically accessed.
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DDynamicallyAccessedMembersAttribute.cs38 /// Indicates that certain members on a specified <see cref="Type"/> are accessed dynamically,
51 /// can be accessed dynamically on <see cref="Type"/> instances returned from calling
70 /// <param name="memberTypes">The types of members dynamically accessed.</param>
78 /// of members dynamically accessed.
/external/squashfs-tools/
DCHANGES28 - 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/perfetto/src/trace_processor/prelude/table_functions/
Dtable_function.h27 // Interface which can be subclassed to allow generation of tables dynamically
48 // in |qc| for dynamically computing the table (e.g. any required
52 // Dynamically computes the table given the constraints and order by
/external/protobuf/objectivec/
DGPBStruct.pbobjc.h78 * which map to dynamically typed values. In some languages, `Struct`
88 /** Unordered map of dynamically typed values. */
117 * `Value` represents a dynamically typed value which can be either
179 /** Repeated field of dynamically typed values. */
/external/cronet/third_party/protobuf/objectivec/
DGPBStruct.pbobjc.h78 * which map to dynamically typed values. In some languages, `Struct`
88 /** Unordered map of dynamically typed values. */
117 * `Value` represents a dynamically typed value which can be either
179 /** Repeated field of dynamically typed values. */
/external/tensorflow/tensorflow/core/lib/io/
Dtable_options.h42 // 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/eigen/doc/
DStructHavingEigenMembers.dox33 …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/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
/external/mbedtls/include/mbedtls/
Dplatform.h13 * dynamically configured at runtime.
151 * \brief This function dynamically sets the memory-management
176 * \brief This function dynamically configures the fprintf
201 * \brief This function dynamically configures the snprintf
313 * \brief Dynamically configure the function that is called
346 * \brief This function dynamically configures the exit

12345678910>>...144