Home
last modified time | relevance | path

Searched full:enabled (Results 1 – 25 of 6812) sorted by relevance

12345678910>>...273

/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.inc.h21 #if ENABLED (JERRY_ES2015_MODULE_SYSTEM)
24 #if ENABLED (JERRY_BUILTIN_ARRAY) \
25 || ENABLED (JERRY_ES2015_BUILTIN_TYPEDARRAY)
28 #if ENABLED (JERRY_BUILTIN_MATH)
33 #if ENABLED (JERRY_BUILTIN_MATH)
36 #if ENABLED (JERRY_ES2015)
39 #if ENABLED (JERRY_BUILTIN_ARRAY) && ENABLED (JERRY_ES2015) \
40 || ENABLED (JERRY_ES2015_BUILTIN_TYPEDARRAY)
43 #if ENABLED (JERRY_BUILTIN_MATH)
46 #if ENABLED (JERRY_ES2015_BUILTIN_CONTAINER) \
[all …]
/third_party/glslang/Test/
Dglsl.450.subgroup.vert6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
17 subgroupAll(true); // ERROR extension not enabled (vote)
18 subgroupAny(false); // ERROR extension not enabled (vote)
19 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.450.subgroup.tesc6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
17 subgroupAll(true); // ERROR extension not enabled (vote)
18 subgroupAny(false); // ERROR extension not enabled (vote)
19 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.450.subgroup.geom6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
17 subgroupAll(true); // ERROR extension not enabled (vote)
18 subgroupAny(false); // ERROR extension not enabled (vote)
19 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.460.subgroup.rcall7 gl_SubgroupSize; // ERROR, extension not enabled (basic)
8 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
9 subgroupBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
12 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
13 subgroupElect(); // ERROR, extension not enabled (basic)
18 subgroupAll(true); // ERROR extension not enabled (vote)
19 subgroupAny(false); // ERROR extension not enabled (vote)
20 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.450.subgroup.tese6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
17 subgroupAll(true); // ERROR extension not enabled (vote)
18 subgroupAny(false); // ERROR extension not enabled (vote)
19 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.450.subgroup.frag6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
17 subgroupAll(true); // ERROR extension not enabled (vote)
18 subgroupAny(false); // ERROR extension not enabled (vote)
19 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.460.subgroup.task6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
13 gl_NumSubgroups; // ERROR, extension not enabled (basic)
14 gl_SubgroupID; // ERROR, extension not enabled (basic)
15 subgroupMemoryBarrierShared(); // ERROR, extension not enabled (basic)
[all …]
Dglsl.450.subgroupBasic.comp6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
13 gl_NumSubgroups; // ERROR, extension not enabled (basic)
14 gl_SubgroupID; // ERROR, extension not enabled (basic)
15 subgroupMemoryBarrierShared(); // ERROR, extension not enabled (basic)
[all …]
Dglsl.460.subgroup.rgen7 gl_SubgroupSize; // ERROR, extension not enabled (basic)
8 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
9 subgroupBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
12 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
13 subgroupElect(); // ERROR, extension not enabled (basic)
18 subgroupAll(true); // ERROR extension not enabled (vote)
19 subgroupAny(false); // ERROR extension not enabled (vote)
20 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.460.subgroup.rmiss8 gl_SubgroupSize; // ERROR, extension not enabled (basic)
9 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
10 subgroupBarrier(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
12 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
13 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
14 subgroupElect(); // ERROR, extension not enabled (basic)
19 subgroupAll(true); // ERROR extension not enabled (vote)
20 subgroupAny(false); // ERROR extension not enabled (vote)
21 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.460.subgroup.rchit7 gl_SubgroupSize; // ERROR, extension not enabled (basic)
8 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
9 subgroupBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
12 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
13 subgroupElect(); // ERROR, extension not enabled (basic)
18 subgroupAll(true); // ERROR extension not enabled (vote)
19 subgroupAny(false); // ERROR extension not enabled (vote)
20 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.460.subgroup.rint8 gl_SubgroupSize; // ERROR, extension not enabled (basic)
9 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
10 subgroupBarrier(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
12 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
13 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
14 subgroupElect(); // ERROR, extension not enabled (basic)
19 subgroupAll(true); // ERROR extension not enabled (vote)
20 subgroupAny(false); // ERROR extension not enabled (vote)
21 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.460.subgroup.rahit7 gl_SubgroupSize; // ERROR, extension not enabled (basic)
8 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
9 subgroupBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
12 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
13 subgroupElect(); // ERROR, extension not enabled (basic)
18 subgroupAll(true); // ERROR extension not enabled (vote)
19 subgroupAny(false); // ERROR extension not enabled (vote)
20 subgroupAllEqual(f4); // ERROR extension not enabled (vote)
[all …]
Dglsl.460.subgroup.mesh6 gl_SubgroupSize; // ERROR, extension not enabled (basic)
7 gl_SubgroupInvocationID; // ERROR, extension not enabled (basic)
8 subgroupBarrier(); // ERROR, extension not enabled (basic)
9 subgroupMemoryBarrier(); // ERROR, extension not enabled (basic)
10 subgroupMemoryBarrierBuffer(); // ERROR, extension not enabled (basic)
11 subgroupMemoryBarrierImage(); // ERROR, extension not enabled (basic)
12 subgroupElect(); // ERROR, extension not enabled (basic)
13 gl_NumSubgroups; // ERROR, extension not enabled (basic)
14 gl_SubgroupID; // ERROR, extension not enabled (basic)
15 subgroupMemoryBarrierShared(); // ERROR, extension not enabled (basic)
[all …]
/third_party/grpc/src/csharp/
DSettings.StyleCop7 <BooleanProperty Name="Enabled">False</BooleanProperty>
12 <BooleanProperty Name="Enabled">False</BooleanProperty>
17 <BooleanProperty Name="Enabled">False</BooleanProperty>
22 <BooleanProperty Name="Enabled">False</BooleanProperty>
27 <BooleanProperty Name="Enabled">False</BooleanProperty>
32 <BooleanProperty Name="Enabled">False</BooleanProperty>
37 <BooleanProperty Name="Enabled">False</BooleanProperty>
42 <BooleanProperty Name="Enabled">False</BooleanProperty>
47 <BooleanProperty Name="Enabled">False</BooleanProperty>
52 <BooleanProperty Name="Enabled">False</BooleanProperty>
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dmain.ts27 "plugins enabled. These are known to conflict and cause various functions of " +
120 enabled: commands.onEnter,
124 enabled: (ctx) => async () => {
132 enabled: (ctx) => async () => {
140 enabled: (ctx) => async () => {
150 analyzerStatus: { enabled: commands.analyzerStatus },
151 memoryUsage: { enabled: commands.memoryUsage },
152 shuffleCrateGraph: { enabled: commands.shuffleCrateGraph },
153 reloadWorkspace: { enabled: commands.reloadWorkspace },
154 rebuildProcMacros: { enabled: commands.rebuildProcMacros },
[all …]
/third_party/unity/test/
D.rubocop.yml12 Enabled: false
14 Enabled: false
16 Enabled: false
22 Enabled: false
24 Enabled: false
26 Enabled: false
28 Enabled: false
30 Enabled: false
32 Enabled: false
36 Enabled: false
[all …]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.inc.h33 #if ENABLED (JERRY_BUILTIN_ARRAY)
47 #endif /* ENABLED (JERRY_BUILTIN_ARRAY) */
49 #if ENABLED (JERRY_ES2015)
50 # if ENABLED (JERRY_BUILTIN_STRING)
57 # endif /* ENABLED (JERRY_BUILTIN_STRING) */
59 # if ENABLED (JERRY_BUILTIN_BOOLEAN)
66 # endif /* ENABLED (JERRY_BUILTIN_BOOLEAN) */
68 # if ENABLED (JERRY_BUILTIN_NUMBER)
75 # endif /* ENABLED (JERRY_BUILTIN_NUMBER) */
77 # if ENABLED (JERRY_BUILTIN_DATE)
[all …]
Decma-builtin-global.inc.h57 #if ENABLED (JERRY_BUILTIN_ARRAY)
61 #endif /* ENABLED (JERRY_BUILTIN_ARRAY) */
63 #if ENABLED (JERRY_BUILTIN_STRING)
68 #endif /* ENABLED (JERRY_BUILTIN_STRING) */
70 #if ENABLED (JERRY_BUILTIN_BOOLEAN)
75 #endif /* ENABLED (JERRY_BUILTIN_BOOLEAN) */
77 #if ENABLED (JERRY_BUILTIN_NUMBER)
82 #endif /* ENABLED (JERRY_BUILTIN_NUMBER) */
84 #if ENABLED (JERRY_BUILTIN_DATE)
89 #endif /* ENABLED (JERRY_BUILTIN_DATE) */
[all …]
/third_party/cJSON/tests/unity/test/
D.rubocop.yml12 Enabled: false
14 Enabled: false
22 Enabled: false
28 Enabled: false
30 Enabled: false
34 Enabled: false
36 Enabled: false
40 Enabled: false
42 Enabled: false
44 Enabled: false
[all …]
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h81 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
95 #endif /* !ENABLED (JERRY_SYSTEM_ALLOCATOR) */
123 #if ENABLED (JERRY_EXTERNAL_CONTEXT)
124 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
127 #endif /* !ENABLED (JERRY_SYSTEM_ALLOCATOR) */
128 #endif /* ENABLED (JERRY_EXTERNAL_CONTEXT) */
132 #if ENABLED (JERRY_BUILTIN_REGEXP)
134 #endif /* ENABLED (JERRY_BUILTIN_REGEXP) */
138 #if ENABLED (JERRY_CPOINTER_32_BIT)
140 #endif /* ENABLED (JERRY_CPOINTER_32_BIT) */
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_extended_dynamic_state3.adoc54 * Assuming VkPhysicalDeviceFeatures::tessellationShader is enabled
59 * Assuming VkPhysicalDeviceFeatures::depthClamp is enabled
63 * Assuming VkPhysicalDeviceFeatures::fillModeNonSolid is enabled
80 * Assuming VkPhysicalDeviceFeatures::alphaToOne is enabled
84 * Assuming VkPhysicalDeviceFeatures::logicOp is enabled
105 * Assuming VkPhysicalDeviceTransformFeedbackFeaturesEXT::geometryStreams is enabled
110 * Assuming VK_EXT_conservative_rasterization is enabled
116 * Assuming VK_EXT_conservative_rasterization is enabled
121 * Assuming VkPhysicalDeviceDepthClipEnableFeaturesEXT::depthClipEnable is enabled
126 * Assuming VK_EXT_sample_locations is enabled
[all …]
/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.c21 #if ENABLED (JERRY_PARSER)
45 #if ENABLED (JERRY_ES2015)
49 #endif /* ENABLED (JERRY_ES2015) */
51 #if ENABLED (JERRY_ES2015)
67 #endif /* ENABLED (JERRY_ES2015) */
86 #if ENABLED (JERRY_ES2015) in scanner_scan_primary_expression()
91 #endif /* ENABLED (JERRY_ES2015) */ in scanner_scan_primary_expression()
105 #if ENABLED (JERRY_ES2015) in scanner_scan_primary_expression()
115 #endif /* ENABLED (JERRY_ES2015) */ in scanner_scan_primary_expression()
138 #if ENABLED (JERRY_ES2015) in scanner_scan_primary_expression()
[all …]
/third_party/rust/crates/env_logger/src/filter/
Dmod.rs42 //! fn enabled(&self, metadata: &Metadata) -> bool {
43 //! self.filter.enabled(metadata)
270 if !self.enabled(record.metadata()) { in matches()
284 pub fn enabled(&self, metadata: &Metadata) -> bool { in enabled() method
288 enabled(&self.directives, level, target) in enabled()
372 // Check whether a level and target are enabled by the set of directives.
373 fn enabled(directives: &[Directive], level: Level, target: &str) -> bool { in enabled() function
388 use super::{enabled, parse_spec, Builder, Directive, Filter};
399 assert!(enabled(&logger.directives, Level::Info, "crate1")); in filter_info()
400 assert!(!enabled(&logger.directives, Level::Debug, "crate1")); in filter_info()
[all …]

12345678910>>...273