Home
last modified time | relevance | path

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

12345678910>>...163

/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/
DBUILD.bazel52 # Symbols are only referenced dynamically via JNI.
68 # With sanitizers, symbols are only referenced dynamically via JNI.
81 # Symbols may only be referenced dynamically via JNI.
117 # Symbols are only referenced dynamically via JNI.
125 # Symbols are only referenced dynamically via JNI.
135 # Symbols are only referenced dynamically via JNI.
148 # 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/sdv/vsomeip/third_party/boost/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…
/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
DMapPropertyOrBuilder.java30 * Unordered map of dynamically typed values.
40 * Unordered map of dynamically typed values.
53 * Unordered map of dynamically typed values.
63 * Unordered map of dynamically typed values.
77 * Unordered map of dynamically typed values.
DMapProperty.java27 * which map to dynamically typed values.
116 * Unordered map of dynamically typed values.
138 * Unordered map of dynamically typed values.
152 * Unordered map of dynamically typed values.
173 * Unordered map of dynamically typed values.
365 * which map to dynamically typed values.
604 * Unordered map of dynamically typed values.
626 * Unordered map of dynamically typed values.
640 * Unordered map of dynamically typed values.
661 * Unordered map of dynamically typed values.
[all …]
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.h99 // dynamically.
109 // Function pointer type for UuidCreate, which is looked up dynamically.
129 // Handle to dynamically loaded DbgHelp.dll.
135 // Handle to dynamically loaded rpcrt4.dll.
192 // Critical section to sychronize action of loading modules dynamically.
195 // 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/grpc-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/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/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/
DFloat64StatsOrBuilder.java104 * bucket, ascendingly, and the number of the buckets is dynamically
120 * bucket, ascendingly, and the number of the buckets is dynamically
135 * bucket, ascendingly, and the number of the buckets is dynamically
150 * bucket, ascendingly, and the number of the buckets is dynamically
166 * bucket, ascendingly, and the number of the buckets is dynamically
/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/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/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/admin/v3/
Dconfig_dump_shared.proto99 // Describes a dynamically loaded listener via the LDS API.
166 // Describes a dynamically loaded cluster via the CDS API.
204 // The dynamically loaded active clusters. These are clusters that are available to service
208 // The dynamically loaded warming clusters. These are clusters that are currently undergoing
217 // or defined inline while configuring listeners are separated from those configured dynamically vi…
266 // The dynamically loaded route configs.
273 // dynamically obtained scopes via the SRDS API.
326 // The dynamically loaded scoped route configs.
370 // The dynamically loaded endpoint configs.
/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/sdv/vsomeip/third_party/boost/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 ----------------------------------------
/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/grpc-grpc-java/android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/
DXdsUpdateClientConfigureServiceGrpc.java7 * A service to dynamically update the configuration of an xDS test client.
97 * A service to dynamically update the configuration of an xDS test client.
116 * A service to dynamically update the configuration of an xDS test client.
130 * A service to dynamically update the configuration of an xDS test client.
161 * A service to dynamically update the configuration of an xDS test client.
191 * A service to dynamically update the configuration of an xDS test client.
/external/grpc-grpc-java/android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/
DXdsUpdateClientConfigureServiceGrpc.java7 * A service to dynamically update the configuration of an xDS test client.
97 * A service to dynamically update the configuration of an xDS test client.
116 * A service to dynamically update the configuration of an xDS test client.
130 * A service to dynamically update the configuration of an xDS test client.
161 * A service to dynamically update the configuration of an xDS test client.
191 * A service to dynamically update the configuration of an xDS test client.

12345678910>>...163