Home
last modified time | relevance | path

Searched refs:Allow (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/third_party/mbedtls/
D.pylintrc9 # Allow filter and map.
22 # Allow module names containing a dash (but no underscore or uppercase letter).
36 # Allow more than the default 7 attributes.
41 # Allow longer modules than the default recommended maximum.
59 # * no-else-return: Allow the perfectly reasonable idiom
73 # Allow unused variables if their name starts with an underscore.
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_swapchain_maintenance1.adoc40 * Allow changing the present mode a swapchain is using at per-present
42 * Allow applications to define the behavior when presenting a swapchain
46 * Allow applications to defer swapchain memory allocation for improved
48 * Allow applications to release previously acquired images without
DVK_KHR_maintenance2.adoc30 * Allow the application to specify which aspect of an input attachment
32 * Allow implementations to express the clipping behavior of points.
33 * Allow creating images with usage flags that may not be supported for the
36 * Allow creating uncompressed image views of compressed images.
37 * Allow the application to select between an upper-left and lower-left
DVK_KHR_maintenance2.txt30 * Allow the application to specify which aspect of an input attachment
32 * Allow implementations to express the clipping behavior of points.
33 * Allow creating images with usage flags that may not be supported for the
36 * Allow creating uncompressed image views of compressed images.
37 * Allow the application to select between an upper-left and lower-left
DVK_EXT_surface_maintenance1.adoc28 * Allow querying number of min/max images from a surface for a particular
30 * Allow querying a surface's scaled presentation capabilities.
31 * Allow querying a surface for the set of presentation modes which can be
DVK_KHR_maintenance1.txt36 * Allow 2D and 2D array image views to be created from 3D images, which
42 * Allow negative height to be specified in the
47 * Allow implementations to express support for doing just transfers and
DVK_KHR_maintenance1.adoc36 * Allow 2D and 2D array image views to be created from 3D images, which
42 * Allow negative height to be specified in the
47 * Allow implementations to express support for doing just transfers and
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp202 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument
203 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator()
208 SymbolPredicate Allow) { in Load() argument
214 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load()
230 if (Allow && !Allow(Name)) in tryToGenerate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h265 SymbolPredicate Allow = SymbolPredicate());
272 SymbolPredicate Allow = SymbolPredicate());
278 SymbolPredicate Allow = SymbolPredicate()) {
279 return Load(nullptr, GlobalPrefix, std::move(Allow));
288 SymbolPredicate Allow; variable
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dclamp_overscrolls_test.dart44 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle
72 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle
77 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle
87 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle
101 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
DREADME.md20 -j|Allow selfsigned tls cert
21 -k|Allow insecure certs
24 -e|Allow expired certs
/third_party/node/deps/acorn/acorn/
DCHANGELOG.md177 Allow unicode escapes in property names that are keywords.
275 Allow string line continuations with special line terminator characters.
369 Allow U+2028 and U+2029 in string when ECMAVersion >= 10.
371 Allow binding-less catch statements when ECMAVersion >= 10.
421 Allow duplicate property names in object patterns.
451 Allow shorthand properties `get` and `set` to be followed by default values.
481 Allow object/array patterns in rest parameters.
485 Allow `async` as a shorthand object property.
513 Allow labels in front or `var` declarations, even in strict mode.
523 Allow all forms of member expressions to be parenthesized as lvalue.
[all …]
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt150 Version 2, 2019/04/01 - Allow MakeCurrent.
151 Version 3, 2019/08/13 - Allow RGB internal formats
154 Version 5, 2020/06/30 - Allow RGB10_A2 internal formats
155 Version 6, 2020/08/25 - Allow R16 and RG16 formats for P010 surfaces
/third_party/flutter/skia/third_party/externals/spirv-tools/
DCHANGES25 - Version string: Allow overriding of wall clock timestamp with contents
67 #429: Validator: Allow OpTypeForwardPointer and OpTypeStruct to reference
78 #414: Validator: Allow OpUndef for composite constants
98 #339: Allow OpUndef in types-constants-global-vars section, as required
110 - Allow INotEqual as operation for OpSpecConstantOp
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_alert_demo.dart98 … title: const Text('Allow "Maps" to access your location while you are using the app?'),
103 child: const Text('Don\'t Allow'),
109 child: const Text('Allow'),
111 Navigator.pop(context, 'Allow');
/third_party/cef/libcef/browser/
Dssl_host_state_delegate.cc30 void CertPolicy::Allow(const net::X509Certificate& cert, int error) { in Allow() function in internal::CertPolicy
76 cert_policy_for_host_[host].Allow(cert, error); in AllowCert()
/third_party/rust/crates/pkg-config-rs/
DCHANGELOG.md80 - Allow overriding system root via the `PKG_CONFIG_SYSROOT_DIR` or `SYSROOT`
129 - Allow cross-compilation if pkg-config is customized (#44, #86)
155 - Allow static linking of /usr/ on macOS (#42)
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with enum value compiler options/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with files options/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with boolean value compiler options/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/third_party/typescript/tests/baselines/reference/tsConfig/Default initialized TSConfig/
Dtsconfig.json10 // "allowJs": true, /* Allow javascript files to be compiled. */
52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…
55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */

12345678910>>...30