Home
last modified time | relevance | path

Searched full:disables (Results 1 – 25 of 5505) sorted by relevance

12345678910>>...221

/aosp_15_r20/external/curl/lib/
H A Dcurl_config.h.cmake37 /* disables alt-svc */
40 /* disables cookies support */
43 /* disables Basic authentication */
46 /* disables Bearer authentication */
49 /* disables Digest authentication */
52 /* disables Kerberos authentication */
55 /* disables negotiate authentication */
58 /* disables aws-sigv4 */
61 /* disables DICT */
64 /* disables DNS-over-HTTPS */
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/os/
H A Dmos_utilities.cpp206 … "Enables/Disables single task phase mode. This feature is only enabled for AVC and HEVC encode."),
215 … "Enables/Disables single task phase mode. This feature is only enabled for AVC and HEVC decode."),
233 "Enables/Disables MFE MBEnc Mode. This feature is only enabled for AVC encode."),
251 "Enables/Disables PAK panic mode feature."),
368 "Enables/Disables HME for AVC."),
377 "Enables/Disables SHME for AVC."),
386 "Enables/Disables UHME for AVC."),
395 "Enables/Disables MultiPred feature for AVC."),
440 "Enables/Disables MBBRC for AVC "),
449 "Enables/Disables Force to Skip for AVC Encode."),
[all …]
/aosp_15_r20/external/skia/tests/
H A DSkSLTest.cpp271 TestDisableMap disables; in failure_is_expected() local
305 disables[test].push_back({_, "OpenGL", GPU, kMac || kiOS}); in failure_is_expected()
314 disables[test].push_back({_, "ANGLE", GPU, kMac}); in failure_is_expected()
320 disables[test].push_back({_, "OpenGL", GPU, kiOS}); in failure_is_expected()
332 disables[test].push_back({regex("Mali-400"), _, GPU, _}); in failure_is_expected()
352 disables[test].push_back({regex("Tegra 3"), _, GPU, _}); in failure_is_expected()
362 disables[test].push_back({regex(NVIDIA), "OpenGL", _, _}); in failure_is_expected()
363 disables[test].push_back({regex(NVIDIA), "ANGLE GL", _, _}); in failure_is_expected()
366 disables["IntrinsicMixFloatES3"].push_back({regex("RTX "), "Vulkan", _, kWindows}); in failure_is_expected()
371 disables[test].push_back({regex("Quadro P400"), _, _, kLinux}); in failure_is_expected()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dextern.go20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
31 and so on. The default setting is [math.MaxInt64], which effectively disables the
42 cpu.*: cpu.all=off disables the use of all optional instruction set extensions.
43 cpu.extension=off disables use of instructions from the specified instruction set extension.
45 as listed in internal/cpu package. As an example cpu.avx=off disables runtime detection
48 cgocheck: setting cgocheck=0 disables all checks for packages
55 disablethp: setting disablethp=1 on Linux disables transparent huge pages for the heap.
66 dontfreezetheworld=1 disables this preemption, allowing goroutines to
85 gcshrinkstackoff: setting gcshrinkstackoff=1 disables moving goroutines
88 gcstoptheworld: setting gcstoptheworld=1 disables concurrent garbage collection,
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/doc/
Dusing.qbk158 Disables Boost.Asio's deprecated interfaces and functionality.
167 Disables Boost.Asio's support for the Networking TS executor model.
200 Disables support for the [link boost_asio.reference.DynamicBuffer_v1
239 Explictly disables Boost.Asio's buffer debugging support.
252 Explicitly disables [^/dev/poll] support on Solaris, forcing the use of
259 Explicitly disables `epoll` support on Linux, forcing the use of a
266 Explicitly disables `eventfd` support on Linux, forcing the use of a
273 Explicitly disables `kqueue` support on macOS and BSD variants,
280 Explicitly disables I/O completion ports support on Windows, forcing the
287 Explicitly disables Boost.Asio's threading support, independent of whether
[all …]
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
H A DPowerPolicyDef.java38 private PowerPolicyDef(String policyId, PowerComponent[] enables, PowerComponent[] disables) { in PowerPolicyDef() argument
41 mDisables = disables; in PowerPolicyDef()
60 String[] disables = Arrays.stream(mDisables).map(PowerComponent::getValue) in toString() local
67 if (disables.length > 0) { in toString()
68 str.append(" --disable ").append(String.join(",", disables)); in toString()
127 String[] disables = null; in parse() local
129 CLog.d("disables: " + tmpStr); in parse()
131 disables = tmpStr.split(",\\s*"); in parse()
133 PowerComponent[] disabledComps = PowerComponent.asComponentArray(disables); in parse()
149 PowerComponent[] disables = {removingComp}; in createWithComponentOff() local
[all …]
H A DCpmsFrameworkLayerStateInfo.java79 List<String> enables, List<String> disables, PowerPolicyGroups policyGroups, in CpmsFrameworkLayerStateInfo() argument
84 mDisables = disables; in CpmsFrameworkLayerStateInfo()
159 sb.append("disables=").append(String.join(",", mDisables)).append(' '); in toString()
210 List<String> disables = null; in parse() local
248 disables = parser.getDisables(); in parse()
250 Collections.sort(disables); in parse()
293 disables, policyGroups, controlledEnables, controlledDisables, silentModeSupported, in parse()
481 List<String> disables = new ArrayList<>(); in parseProto() local
492 disables.add(powerComponent); in parseProto()
497 Collections.sort(disables); in parseProto()
[all …]
/aosp_15_r20/external/eigen/doc/
H A DPreprocessorDirectives.dox57 …- \b EIGEN_MAX_CPP_VER - disables usage of C++ features requiring a version greater than EIGEN_MAX…
81 - \b EIGEN_NO_IO - Disables any usage and support for `<iostreams>`.
88 - \b EIGEN_NO_DEBUG - disables %Eigen's assertions if defined. Not defined by default, unless the
89 \c NDEBUG macro is defined (this is a standard C++ macro which disables all asserts).
108 …- \b \c EIGEN_DONT_PARALLELIZE - if defined, this disables multi-threading. This is only relevant …
110 …- \b \c EIGEN_DONT_VECTORIZE - disables explicit vectorization when defined. Not defined by defaul…
112 …- \b \c EIGEN_UNALIGNED_VECTORIZE - disables/enables vectorization with unaligned stores. Default …
124 …- \b \c EIGEN_NO_CUDA - disables CUDA support when defined. Might be useful in .cu files for which…
134 …- \c EIGEN_DONT_ALIGN - Deprecated, it is a synonym for \c EIGEN_MAX_ALIGN_BYTES=0. It disables al…
135 …- Deprecated, it is a synonym for \c EIGEN_MAX_STATIC_ALIGN_BYTES=0. It disables alignment of arra…
/aosp_15_r20/system/chre/apps/power_test/common/include/
H A Drequest_manager.h90 * Enables or disables break-it mode. When enabled, requests WiFi / GNSS /
100 * Enables / disables audio sampling. If enabled, identifies the primary audio
109 * Enables / disables a repeating wakeup timer set to fire at the given rate.
125 * Enables / disables GNSS location sampling.
138 * Enables / disables GNSS measurement sampling.
154 * Enables / disables sampling of audio.
164 * Enables / disables sampling of a particular sensor.
179 * Enables / disables sampling of all sensors. If enabled, samples all
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_layer_settings.txt55 # DISABLES:
57 # <LayerIdentifier>.disables : comma separated list of feature/flag/disable enums
63 # VK_VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXT - disables handle wrapping.
66 # VK_VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXT - disables thread checks. It may
70 # VK_VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXT - disables the main, heavy-duty
73 # VK_VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXT - disables stateless parameter
75 # VK_VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXT - disables object tracking.
93 #khronos_validation.disables = VK_VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXT,VALIDATION_CHECK_DIS…
/aosp_15_r20/hardware/interfaces/radio/1.2/
H A DIRadio.hal85 * disables hysteresis.
88 * disables hysteresis.
89 * @param thresholdsDbm A vector of trigger thresholds in dBm. A vector size of 0 disables the
108 * disables hysteresis.
111 * disables hysteresis.
114 * disables hysteresis.
116 * vector size of 0 disables the use of DL thresholds for reporting.
118 * vector size of 0 disables the use of UL thresholds for reporting.
/aosp_15_r20/external/pytorch/
H A Dsetup.py17 # disables CUDA build
36 # disables the cuDNN build
39 # disables the cuSPARSELt build
42 # disables the cuDSS build
45 # disables the cuFile build
48 # disables the FBGEMM build
51 # disables usage of libkineto library for profiling
54 # disables the NumPy build
57 # disables the test build
60 # disables use of MKLDNN
[all …]
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dusermanual-install-harfbuzz.xml196 This option enables or disables usage of the GLib
212 This option enables or disables usage of the GObject
228 This option enables or disables usage of the Cairo
247 This option enables or disables usage of the
265 This option enables or disables usage of the Graphite2
279 This option enables or disables usage of the FreeType
296 This option enables or disables usage of the Uniscribe
312 This option enables or disables usage of the DirectWrite
328 This option enables or disables usage of the CoreText
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
83 * \param lines maximum number of lines to output (0 disables).
84 * \param limitNs limit dump to data more recent than limitNs (0 disables).
147 * \param lines maximum number of lines to output (0 disables).
148 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
83 * \param lines maximum number of lines to output (0 disables).
84 * \param limitNs limit dump to data more recent than limitNs (0 disables).
147 * \param lines maximum number of lines to output (0 disables).
148 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
83 * \param lines maximum number of lines to output (0 disables).
84 * \param limitNs limit dump to data more recent than limitNs (0 disables).
147 * \param lines maximum number of lines to output (0 disables).
148 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
83 * \param lines maximum number of lines to output (0 disables).
84 * \param limitNs limit dump to data more recent than limitNs (0 disables).
147 * \param lines maximum number of lines to output (0 disables).
148 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/media/audio_utils/include/audio_utils/
DPowerLog.h72 * \param lines maximum number of lines to output (0 disables).
73 * \param limitNs limit dump to data more recent than limitNs (0 disables).
85 * \param lines maximum number of lines to output (0 disables).
86 * \param limitNs limit dump to data more recent than limitNs (0 disables).
154 * \param lines maximum number of lines to output (0 disables).
155 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).

12345678910>>...221