| /external/libaom/build/cmake/ |
| D | aom_config_defaults.cmake | 26 set_aom_detect_var(AOM_ARCH_AARCH64 0 "Enables AArch64 architecture.") 27 set_aom_detect_var(AOM_ARCH_ARM 0 "Enables ARM architecture.") 28 set_aom_detect_var(AOM_ARCH_PPC 0 "Enables PPC architecture.") 29 set_aom_detect_var(AOM_ARCH_X86 0 "Enables X86 architecture.") 30 set_aom_detect_var(AOM_ARCH_X86_64 0 "Enables X86_64 architecture.") 33 set_aom_detect_var(HAVE_NEON 0 "Enables Neon intrinsics optimizations.") 34 set_aom_detect_var(HAVE_ARM_CRC32 0 "Enables Arm CRC32 optimizations.") 36 "Enables Armv8.2-A Neon dotprod intrinsics optimizations.") 38 "Enables Armv8.2-A Neon i8mm intrinsics optimizations.") 39 set_aom_detect_var(HAVE_SVE 0 "Enables Armv8.2-A SVE intrinsics optimizations.") [all …]
|
| /external/crosvm/ |
| D | Cargo.toml | 26 # Enables LTO to further reduce the size of the binary. 119 ## Enables support for the Android [sparse image format](https://android.googlesource.com/platform/… 123 ## Enables cross-platform audio devices 126 ## Enables the virtio-balloon device which allows dynamic scaling of memory via `vm_control` 131 ## Enables the composite-disk format, which adds protobufs as a dependency of the build. This format 136 ## Enables support for JSON configuration files that can be specified using `--cfg`. See 141 ## Enables using gdb to debug the guest kernel. See 154 ## Enables virtio-net and vhost-user-net backend. 157 ## Enables PCI hotplug. Only available on Linux, and currently only for x86/x86-64. 160 ## Enables virtio-pvclock. Only available on Linux, and currently only for x86/x86-64. [all …]
|
| /external/rust/crates/spin/ |
| D | Cargo.toml.orig | 22 # Enables `Mutex`. Must be used with either `spin_mutex` or `use_ticket_mutex`. 25 # Enables `SpinMutex` and the default spin mutex implementation for `Mutex`. 28 # Enables `TicketMutex`. 31 # Enables `FairMutex`. 34 # Enables the non-default ticket mutex implementation for `Mutex`. 37 # Enables `RwLock`. 40 # Enables `Once`. 43 # Enables `Lazy`. 46 # Enables `Barrier`. Because this feature uses `mutex`, either `spin_mutex` or `use_ticket_mutex` m… 49 # Enables `lock_api`-compatible types that use the primitives in this crate internally. [all …]
|
| D | README.md | 73 - `mutex` enables the `Mutex` type. 75 - `spin_mutex` enables the `SpinMutex` type. 77 - `ticket_mutex` enables the `TicketMutex` type. 83 - `rwlock` enables the `RwLock` type. 85 - `once` enables the `Once` type. 87 - `lazy` enables the `Lazy` type. 89 - `barrier` enables the `Barrier` type. 91 - `lock_api` enables support for [`lock_api`](https://crates.io/crates/lock_api) 93 - `std` enables support for thread yielding instead of spinning. 95 - `portable_atomic` enables usage of the `portable-atomic` crate
|
| /external/google-cloud-java/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ |
| D | AnnotateTextResponseOrBuilder.java | 30 * Sentences in the input document. Populated if the user enables 41 * Sentences in the input document. Populated if the user enables 52 * Sentences in the input document. Populated if the user enables 63 * Sentences in the input document. Populated if the user enables 75 * Sentences in the input document. Populated if the user enables 88 * Populated if the user enables 100 * Populated if the user enables 112 * Populated if the user enables 124 * Populated if the user enables 136 * Populated if the user enables [all …]
|
| D | AnnotateTextResponse.java | 82 * Sentences in the input document. Populated if the user enables 96 * Sentences in the input document. Populated if the user enables 111 * Sentences in the input document. Populated if the user enables 125 * Sentences in the input document. Populated if the user enables 139 * Sentences in the input document. Populated if the user enables 159 * Populated if the user enables 174 * Populated if the user enables 190 * Populated if the user enables 205 * Populated if the user enables 220 * Populated if the user enables [all …]
|
| /external/google-cloud-java/java-language/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ |
| D | AnnotateTextResponseOrBuilder.java | 30 * Sentences in the input document. Populated if the user enables 41 * Sentences in the input document. Populated if the user enables 52 * Sentences in the input document. Populated if the user enables 63 * Sentences in the input document. Populated if the user enables 75 * Sentences in the input document. Populated if the user enables 88 * Populated if the user enables 100 * Populated if the user enables 112 * Populated if the user enables 124 * Populated if the user enables 137 * Populated if the user enables [all …]
|
| D | AnnotateTextResponse.java | 82 * Sentences in the input document. Populated if the user enables 96 * Sentences in the input document. Populated if the user enables 111 * Sentences in the input document. Populated if the user enables 125 * Sentences in the input document. Populated if the user enables 139 * Sentences in the input document. Populated if the user enables 159 * Populated if the user enables 174 * Populated if the user enables 190 * Populated if the user enables 205 * Populated if the user enables 220 * Populated if the user enables [all …]
|
| /external/rust/crates/regex/ |
| D | Cargo.toml.orig | 52 # Enables all performance features. 54 # Enables fast caching. (If disabled, caching is still used, but is slower.) 59 # Enables use of a lazy DFA when possible. 61 # Enables aggressive use of inlining. 63 # Enables literal optimizations. 69 # Enables all Unicode features. This expands if new Unicode features are added. 80 # Enables use of the `Age` property, e.g., `\p{Age:3.0}`. 82 # Enables use of a smattering of boolean properties, e.g., `\p{Emoji}`. 84 # Enables Unicode-aware case insensitive matching, e.g., `(?i)β`. 86 # Enables Unicode general categories, e.g., `\p{Letter}` or `\pL`. [all …]
|
| /external/cronet/net/base/ |
| D | features.h | 21 // Enables ALPS extension of TLS 1.3 for HTTP/2, see 43 // Enables querying HTTPS DNS records that will affect results from HostResolver 106 // Enables TLS 1.3 early data. 109 // Enables the TLS Encrypted ClientHello feature. 113 // Enables the TLS Encrypted ClientHello feature for QUIC. Only takes effect if 120 // Enables checking the X.509 keyUsage extension in TLS 1.2 for RSA server 128 // Enables optimizing the network quality estimation algorithms in network 187 // Enables sending TLS 1.3 Key Update messages on TLS 1.3 connections in order 193 // Enables permuting TLS extensions in the ClientHello, to reduce the risk of 198 // Enables Kyber-based post-quantum key-agreements in TLS 1.3 connections. [all …]
|
| /external/libpng/scripts/ |
| D | pnglibconf.dfa | 33 # option <name> [requires ...] [if ...] [enables ...] [disabled] 36 # chunk <name> [requires ...] [enables ...] [disabled] 39 # WRITE_something for write, but the enables list members are 40 # used as given (e.g. enables GAMMA just expands to that on the 235 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION, 266 option POWERPC_VSX_API disabled enables SET_OPTION, 298 option MIPS_MSA_API disabled requires ALIGNED_MEMORY enables SET_OPTION, 330 option MIPS_MMI_API disabled requires ALIGNED_MEMORY enables SET_OPTION, 435 option DISABLE_ADLER32_CHECK requires READ enables SET_OPTION disabled 547 option READ enables READ_INTERLACING SET_OPTION [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/ |
| D | uint.hpp | 54 template <> // enables ushort_ 57 template <typename A0> // enables lit(n) 63 template <typename A0> // enables ushort_(n) 68 template <> // enables *lazy* ushort_(n) 72 template <> // enables uint_ 75 template <typename A0> // enables lit(n) 81 template <typename A0> // enables uint_(n) 86 template <> // enables *lazy* uint_(n) 90 template <> // enables ulong_ 93 template <typename A0> // enables lit(n) [all …]
|
| D | int.hpp | 54 template <> // enables short_ 58 template <typename A0> // enables lit(n) 64 template <typename A0> // enables short_(n) 69 template <> // enables *lazy* short_(n) 74 template <> // enables int_ 78 template <typename A0> // enables lit(n) 84 template <typename A0> // enables int_(n) 89 template <> // enables *lazy* int_(n) 94 template <> // enables long_ 98 template <typename A0> // enables lit(n) [all …]
|
| D | real.hpp | 52 template <> // enables float_ 56 template <> // enables double_ 60 template <> // enables long_double 65 template <typename A0> // enables lit(n) 71 template <typename A0> // enables lit(n) 77 template <typename A0> // enables lit(n) 84 template <typename A0> // enables float_(...) 89 template <typename A0> // enables double_(...) 94 template <typename A0> // enables long_double(...) 99 template <> // enables *lazy* float_(...) [all …]
|
| /external/rust/crates/vulkano/autogen/ |
| D | spirv_reqs.rs | 52 enables: Vec<(Enable, String)>, field 70 let items = members.iter().map(|SpirvReqsMember { name, enables }| { in spirv_reqs_output() 78 if enables.is_empty() { in spirv_reqs_output() 83 let enables_items = enables.iter().map(|(enable, _description)| match enable { in spirv_reqs_output() 110 let description_items = enables.iter().map(|(_enable, description)| description); in spirv_reqs_output() 154 let mut enables: Vec<_> = ext_or_cap.enables.iter().filter_map(make_enable).collect(); in spirv_capabilities_members() localVariable 155 enables.dedup(); in spirv_capabilities_members() 184 entry.into_mut().enables.extend(enables); in spirv_capabilities_members() 189 enables, in spirv_capabilities_members() 202 let enables: Vec<_> = ext_or_cap.enables.iter().filter_map(make_enable).collect(); in spirv_extensions_members() localVariable [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/numeric/ |
| D | uint.hpp | 64 struct use_terminal<karma::domain, tag::ushort_> // enables ushort_ 68 struct use_terminal<karma::domain, tag::uint_> // enables uint_ 72 struct use_terminal<karma::domain, tag::ulong_> // enables ulong_ 76 struct use_terminal<karma::domain, tag::bin> // enables bin 80 struct use_terminal<karma::domain, tag::oct> // enables oct 84 struct use_terminal<karma::domain, tag::hex> // enables hex 89 struct use_terminal<karma::domain, tag::ulong_long> // enables ulong_long 95 template <> // enables lit(unsigned short(0)) 100 template <> // enables lit(0U) 104 template <> // enables lit(0UL) [all …]
|
| D | int.hpp | 65 struct use_terminal<karma::domain, tag::short_> // enables short_ 69 struct use_terminal<karma::domain, tag::int_> // enables int_ 73 struct use_terminal<karma::domain, tag::long_> // enables long_ 78 struct use_terminal<karma::domain, tag::long_long> // enables long_long 84 struct use_terminal<karma::domain, short> // enables lit(short(0)) 88 struct use_terminal<karma::domain, int> // enables lit(0) 92 struct use_terminal<karma::domain, long> // enables lit(0L) 97 struct use_terminal<karma::domain, boost::long_long_type> // enables lit(0LL) 103 struct use_terminal<karma::domain // enables short_(...) 108 struct use_terminal<karma::domain // enables int_(...) [all …]
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
| D | spirvcapgenerator.py | 61 def getConditions(self, enables): argument 63 one or more of the enables is supported. 65 - enables - ElementTree corresponding to a <spirvcapability> or 69 for enable in enables.findall('enable'): 70 condition = self.getCondition(enable, parent=enables) 86 # Combine all conditions for enables and surround the row with 111 # requirement, and if there are multiple enables (otherwise, 114 enables = [e for e in elem.findall('enable')] 116 remaining = len(enables) 117 for subelem in enables: [all …]
|
| /external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
| D | SearchAds360LinkOrBuilder.java | 86 * Immutable. Enables the import of campaign data from Search Ads 360 into the 103 * Immutable. Enables the import of campaign data from Search Ads 360 into the 120 * Immutable. Enables the import of campaign data from Search Ads 360 into the 136 * Immutable. Enables the import of cost data from Search Ads 360 to the GA4 154 * Immutable. Enables the import of cost data from Search Ads 360 to the GA4 172 * Immutable. Enables the import of cost data from Search Ads 360 to the GA4 216 * Enables personalized advertising features with this integration. 229 * Enables personalized advertising features with this integration. 242 * Enables personalized advertising features with this integration. 254 * Enables export of site stats with this integration. [all …]
|
| D | DisplayVideo360AdvertiserLinkOrBuilder.java | 111 * Enables personalized advertising features with this integration. 124 * Enables personalized advertising features with this integration. 137 * Enables personalized advertising features with this integration. 149 * Immutable. Enables the import of campaign data from Display & Video 360 166 * Immutable. Enables the import of campaign data from Display & Video 360 183 * Immutable. Enables the import of campaign data from Display & Video 360 199 * Immutable. Enables the import of cost data from Display & Video 360 into 217 * Immutable. Enables the import of cost data from Display & Video 360 into 235 * Immutable. Enables the import of cost data from Display & Video 360 into
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | analyticsadmin_v1alpha.properties.displayVideo360AdvertiserLinks.html | 114 …"adsPersonalizationEnabled": True or False, # Enables personalized advertising features … 117 …"campaignDataSharingEnabled": True or False, # Immutable. Enables the import of campaign… 118 …"costDataSharingEnabled": True or False, # Immutable. Enables the import of cost data fr… 131 …"adsPersonalizationEnabled": True or False, # Enables personalized advertising features … 134 …"campaignDataSharingEnabled": True or False, # Immutable. Enables the import of campaign… 135 …"costDataSharingEnabled": True or False, # Immutable. Enables the import of cost data fr… 173 …"adsPersonalizationEnabled": True or False, # Enables personalized advertising features … 176 …"campaignDataSharingEnabled": True or False, # Immutable. Enables the import of campaign… 177 …"costDataSharingEnabled": True or False, # Immutable. Enables the import of cost data fr… 201 …"adsPersonalizationEnabled": True or False, # Enables personalized advertising features … [all …]
|
| D | analyticsadmin_v1alpha.properties.displayVideo360AdvertiserLinkProposals.html | 124 …"adsPersonalizationEnabled": True or False, # Enables personalized advertising features … 127 …"campaignDataSharingEnabled": True or False, # Immutable. Enables the import of campaign… 128 …"costDataSharingEnabled": True or False, # Immutable. Enables the import of cost data fr… 155 …"adsPersonalizationEnabled": True or False, # Immutable. Enables personalized advertisin… 158 …"campaignDataSharingEnabled": True or False, # Immutable. Enables the import of campaign… 159 …"costDataSharingEnabled": True or False, # Immutable. Enables the import of cost data fr… 185 …"adsPersonalizationEnabled": True or False, # Immutable. Enables personalized advertisin… 188 …"campaignDataSharingEnabled": True or False, # Immutable. Enables the import of campaign… 189 …"costDataSharingEnabled": True or False, # Immutable. Enables the import of cost data fr… 208 …"adsPersonalizationEnabled": True or False, # Immutable. Enables personalized advertisin… [all …]
|
| /external/rust/crates/tracing-subscriber/src/ |
| D | lib.rs | 49 //! - `std`: Enables APIs that depend on the Rust standard library 52 //! - `env-filter`: Enables the [`EnvFilter`] type, which implements filtering 54 //! - `fmt`: Enables the [`fmt`] module, which provides a subscriber 57 //! - `ansi`: Enables `fmt` support for ANSI terminal colors. Enabled by 59 //! - `registry`: enables the [`registry`] module. Enabled by default. 61 //! - `json`: Enables `fmt` support for JSON output. In JSON output, the ANSI 63 //! - `local-time`: Enables local time formatting when using the [`time` 70 //! - [`tracing-log`]: Enables better formatting for events emitted by `log` 72 //! - [`time`][`time` crate]: Enables support for using the [`time` crate] for timestamp 89 //! flags, "std", which enables the dependency on [`libstd`], and "alloc", which [all …]
|
| /external/libcups/man/ |
| D | cupsctl.8 | 44 Enables encryption on the connection to the scheduler. 53 Enables (disables) debug logging to the \fIerror_log\fR file. 56 Enables (disables) remote administration. 59 Enables (disables) printing from any address, e.g., the Internet. 62 Enables (disables) sharing of local printers with other computers.
|
| /external/libgav1/ |
| D | CMakeLists.txt | 44 "Enables optimized code." VALUE ON) 45 libgav1_option(NAME LIBGAV1_ENABLE_AVX2 HELPSTRING "Enables avx2 optimizations." 47 libgav1_option(NAME LIBGAV1_ENABLE_NEON HELPSTRING "Enables neon optimizations." 50 "Enables sse4.1 optimizations." VALUE ON) 51 libgav1_option(NAME LIBGAV1_ENABLE_EXAMPLES HELPSTRING "Enables examples." VALUE 53 libgav1_option(NAME LIBGAV1_ENABLE_TESTS HELPSTRING "Enables tests." VALUE ON) 56 "Enables verbose build system output. Higher numbers are more verbose." VALUE
|