Home
last modified time | relevance | path

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

12345678910>>...215

/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.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.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.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.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.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.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.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.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.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.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.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.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/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/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
34 Enabled: false
36 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/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/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)
149 if !self.enabled(record.metadata()) { in matches()
163 pub fn enabled(&self, metadata: &Metadata) -> bool { in enabled() method
167 enabled(&self.directives, level, target) in enabled()
361 // Check whether a level and target are enabled by the set of directives.
362 fn enabled(directives: &[Directive], level: Level, target: &str) -> bool { in enabled() function
377 use super::{enabled, parse_spec, Builder, Directive, Filter};
388 assert!(enabled(&logger.directives, Level::Info, "crate1")); in filter_info()
389 assert!(!enabled(&logger.directives, Level::Debug, "crate1")); in filter_info()
[all …]
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c38 #if ENABLED (JERRY_LINE_INFO) || ENABLED (JERRY_ES2015_MODULE_SYSTEM)
55 #if ENABLED (JERRY_ES2015) in ecma_op_resource_name()
60 #endif /* ENABLED (JERRY_ES2015) */ in ecma_op_resource_name()
64 #endif /* ENABLED (JERRY_LINE_INFO) || ENABLED (JERRY_ES2015_MODULE_SYSTEM) */
81 #if ENABLED (JERRY_ES2015_BUILTIN_PROXY) in ecma_op_object_is_callable()
86 #endif /* ENABLED (JERRY_ES2015_BUILTIN_PROXY) */ in ecma_op_object_is_callable()
129 #if ENABLED (JERRY_ES2015_BUILTIN_PROXY) in ecma_object_is_constructor()
134 #endif /* ENABLED (JERRY_ES2015_BUILTIN_PROXY) */ in ecma_object_is_constructor()
230 #if ENABLED (JERRY_SNAPSHOT_EXEC) in ecma_op_create_function_object()
235 #endif /* ENABLED (JERRY_SNAPSHOT_EXEC) */ in ecma_op_create_function_object()
[all …]
Decma-reference.c50 #if ENABLED (JERRY_ES2015) in ecma_op_resolve_reference_base()
56 #endif /* ENABLED (JERRY_ES2015) */ in ecma_op_resolve_reference_base()
60 #if ENABLED (JERRY_ES2015_BUILTIN_PROXY) in ecma_op_resolve_reference_base()
65 #endif /* ENABLED (JERRY_ES2015_BUILTIN_PROXY) */ in ecma_op_resolve_reference_base()
81 #if ENABLED (JERRY_ES2015)
102 #if ENABLED (JERRY_ES2015_BUILTIN_PROXY) in ecma_op_resolve_super_base()
107 #endif /* ENABLED (JERRY_ES2015_BUILTIN_PROXY) */ in ecma_op_resolve_super_base()
176 #endif /* ENABLED (JERRY_ES2015) */
208 #if ENABLED (JERRY_ES2015_BUILTIN_PROXY) in ecma_op_object_bound_environment_resolve_reference_value()
220 #endif /* ENABLED (JERRY_ES2015_BUILTIN_PROXY) */ in ecma_op_object_bound_environment_resolve_reference_value()
[all …]
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c46 #if ENABLED (JERRY_ES2015_BUILTIN_TYPEDARRAY)
48 #endif /* ENABLED (JERRY_ES2015_BUILTIN_TYPEDARRAY) */
49 #if ENABLED (JERRY_ES2015_BUILTIN_PROMISE)
51 #endif /* ENABLED (JERRY_ES2015_BUILTIN_PROMISE) */
282 #if ENABLED (JERRY_ES2015_BUILTIN_PROMISE)
325 #endif /* ENABLED (JERRY_ES2015_BUILTIN_PROMISE) */
327 #if ENABLED (JERRY_ES2015_BUILTIN_MAP)
362 #endif /* ENABLED (JERRY_ES2015_BUILTIN_MAP) */
364 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP)
394 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */
[all …]

12345678910>>...215