Home
last modified time | relevance | path

Searched refs:mechanism (Results 1 – 25 of 1326) sorted by relevance

12345678910>>...54

/third_party/flutter/flutter/packages/flutter/test/widgets/
Ddismissible_test.dart144 DismissMethod mechanism = dismissElement,
150 await mechanism(tester, itemFinder, gestureDirection: gestureDirection);
163 DismissMethod mechanism = rollbackElement,
169 await mechanism(tester, itemFinder, gestureDirection: gestureDirection);
179 DismissMethod mechanism = rollbackElement,
185 await mechanism(tester, itemFinder, gestureDirection: gestureDirection);
259 await dismissItem(tester, 0, gestureDirection: AxisDirection.right, mechanism: flingElement);
264 await dismissItem(tester, 1, gestureDirection: AxisDirection.left, mechanism: flingElement);
277 …await dismissItem(tester, 0, gestureDirection: AxisDirection.right, mechanism: flingElementFromZer…
281 …await dismissItem(tester, 0, gestureDirection: AxisDirection.left, mechanism: flingElementFromZero…
[all …]
/third_party/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md1 Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
18 …edtls_config.h`). This mechanism is based on two main sets of symbols: `MBEDTLS_xxx_C` controls th…
22 …ryptographic mechanism (or, with **fallback**, the built-in implementation is tried if the driver …
24 …nd `ecdsa` modules. Also the availability of a transparent driver for a mechanism does not transla…
30 [Req.inclusion] If the application does not require a mechanism, a suitably configured Mbed TLS bui…
34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
36 [Req.adaptability] The implementation of the mechanism must be adaptable with future evolution of t…
40 [Limitation.matrix] If a mechanism is defined by a combination of algorithms and key types, for exa…
46 …rform an operation, for example single-part and multi-part, there is no mechanism to select only o…
71 …es conditional compilation based on the availability of a cryptographic mechanism through the PSA …
[all …]
/third_party/EGL/extensions/EXT/
DEGL_EXT_device_base.txt84 1. Should there be a mechanism (such as an attribute list) to
88 the EGLConfig mechanism. Instead, force applications to query
150 9. Is a general display pointer query mechanism needed, or should
154 RESOLVED: A general mechanism is better. It may have other
160 RESOLVED: Yes. Without this mechanism, it is likely that most
161 device extensions would require a separate mechanism to
170 complexity of this extension and the EGL extension mechanism
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_device_base.txt84 1. Should there be a mechanism (such as an attribute list) to
88 the EGLConfig mechanism. Instead, force applications to query
150 9. Is a general display pointer query mechanism needed, or should
154 RESOLVED: A general mechanism is better. It may have other
160 RESOLVED: Yes. Without this mechanism, it is likely that most
161 device extensions would require a separate mechanism to
170 complexity of this extension and the EGL extension mechanism
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/
DEGL_ARM_implicit_external_sync.txt46 synchronization mechanism. Such a fence object will be signaled when all
59 Some platforms have an implicit synchronization mechanism associated with
63 an affected buffer into EGL has a mechanism to flush any drawing operations
64 in flight such that they are waiting on the synchronization mechanism.
69 The mechanism to wait for the synchronization mechanism should not require
140 mechanism, between the command and any other operations that also respect
141 the synchronization mechanism(s)."
/third_party/EGL/extensions/ARM/
DEGL_ARM_implicit_external_sync.txt46 synchronization mechanism. Such a fence object will be signaled when all
59 Some platforms have an implicit synchronization mechanism associated with
63 an affected buffer into EGL has a mechanism to flush any drawing operations
64 in flight such that they are waiting on the synchronization mechanism.
69 The mechanism to wait for the synchronization mechanism should not require
140 mechanism, between the command and any other operations that also respect
141 the synchronization mechanism(s)."
/third_party/openGLES/extensions/EXT/
DWGL_EXT_create_context_es2_profile.txt168 profile mechanism was not introduced until OpenGL 3.2. However, the
169 extended context creation mechanism operates outside the scope of a
184 features from recent versions of OpenGL, a different mechanism, such
204 If, in the future, ES and GL are unified under the profile mechanism
238 Version 1, 2010/05/18 - Recast the OpenGL ES 2.0 "profile" mechanism
240 mechanism.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_create_context_es2_profile.txt168 profile mechanism was not introduced until OpenGL 3.2. However, the
169 extended context creation mechanism operates outside the scope of a
184 features from recent versions of OpenGL, a different mechanism, such
204 If, in the future, ES and GL are unified under the profile mechanism
238 Version 1, 2010/05/18 - Recast the OpenGL ES 2.0 "profile" mechanism
240 mechanism.
DEXT_EGL_image_storage.txt58 The OpenGL ES extension OES_EGL_image provides a mechanism for creating
67 This extension provides a mechanism for creating texture objects that are
96 <If EXT_direct_state_access or an equivalent mechanism is supported:>
146 <If EXT_direct_state_access or an equivalent mechanism is supported:>
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Dframe_sync.dart7 /// A Flutter Driver command that enables or disables the FrameSync mechanism.
9 /// Creates a command to toggle the FrameSync mechanism.
/third_party/musl/porting/linux/user/ldso/
DREADME.md3 The dynamic linker provides the namespace mechanism which is based on configures and apis.
5 …with different symbols won't conflict. On the other hand, the namespace mechanism provides the fle…
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_ARM_rasterization_order_attachment_access.txt28 This extension extends the mechanism of input attachments to allow access to
46 input attachments and a different mechanism will be needed to provide
DVK_ARM_rasterization_order_attachment_access.adoc28 This extension extends the mechanism of input attachments to allow access to
46 input attachments and a different mechanism will be needed to provide
DVK_KHR_performance_query.txt31 The `VK_KHR_performance_query` extension adds a mechanism to allow querying
44 1) Should this extension include a mechanism to begin a query in command
50 2) Should this extension include a mechanism to begin and end queries
96 10) Should we introduce an indirect mechanism to set the counter pass index?
DVK_KHR_performance_query.adoc31 The `VK_KHR_performance_query` extension adds a mechanism to allow querying
44 1) Should this extension include a mechanism to begin a query in command
50 2) Should this extension include a mechanism to begin and end queries
96 10) Should we introduce an indirect mechanism to set the counter pass index?
/third_party/skia/third_party/externals/oboe/samples/drumthumper/
DREADME.md22 * The mechanism for calling native (C/C++) audio functionality from a Kotlin/Java app.
23 * A mechanism for sharing binary data between a Kotlin/Java app with the native (C/C++) layer.
24 * A mechanism for parsing/loading one type (WAV) of audio data.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dprimary_scroll_controller.dart16 /// This mechanism can be used to provide default behavior for scroll views in a
17 /// subtree. For example, the [Scaffold] uses this mechanism to implement the
/third_party/openssl/doc/man3/
DSSL_set_async_callback.pod30 supports the callback mechanism, it will be automatically called if
78 At a future point in time (probably via a polling mechanism or via an
91 a polling mechanism or an interrupt.
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dabstract21 any media type, a mechanism is provided to negotiate the media
25 Events are the mechanism to indicate changes in the data that is
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_win32_keyed_mutex/
Dkeyed_mutex_submit.txt5 [open,refpage='VkWin32KeyedMutexAcquireReleaseInfoNV',desc='Use Windows keyex mutex mechanism to sy…
8 resource to a queue, the keyed mutex mechanism may: be used in addition to
Dkeyed_mutex_submit.adoc5 [open,refpage='VkWin32KeyedMutexAcquireReleaseInfoNV',desc='Use Windows keyex mutex mechanism to sy…
8 resource to a queue, the keyed mutex mechanism may: be used in addition to
/third_party/openGLES/extensions/ATI/
DATI_map_object_buffer.txt42 This extension provides a mechanism for an application to obtain
76 The object buffer interface provides a mechanism for an
80 driver. This provides a platform-independent mechanism for
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_background.sgml15 <para>The original security mechanism of IEEE 802.11 standard was
49 keyed packet authentication mechanism (Michael MIC).</para>
64 of the selected key management mechanism (only the method for
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_map_object_buffer.txt42 This extension provides a mechanism for an application to obtain
76 The object buffer interface provides a mechanism for an
80 driver. This provides a platform-independent mechanism for
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_background.sgml19 <para>The original security mechanism of IEEE 802.11 standard was
53 keyed packet authentication mechanism (Michael MIC).</para>
68 of the selected key management mechanism (only the method for

12345678910>>...54