Searched refs:exclusion (Results 1 – 25 of 233) sorted by relevance
12345678910
40 local exclusion exclusion_args=()41 for exclusion in "${EXCLUSIONS[@]}"; do42 exclusion_args+=( "--exclude" "$1/${exclusion}" )
27 <exclusion>30 </exclusion>31 <exclusion>34 </exclusion>
27 for exclusion in exclusions:28 if re.search(r'\-o obj/%s[^ ]*\.o' % exclusion, text):
2 :mod:`mutex` --- Mutual exclusion support6 :synopsis: Lock and queue for mutual exclusion.15 The :mod:`mutex` module defines a class that allows mutual-exclusion via
112 for (String exclusion : restoreExclusions.keySet()) { in shortNFC()114 result = result.replace(exclusion, restoreExclusions.get(exclusion)); in shortNFC()
6 Constraints exclusion
449 NSString *exclusion;451 GTM_FOREACH_OBJECT(exclusion, exclusionsArray) {452 exclusion = [exclusion stringByTrimmingCharactersInSet:wcSet];453 [exclusions appendFormat:@"-exclude \"%@\" ", exclusion];
21 ASSUMED BY YOU. Some jurisdictions do not allow the exclusion of implied22 warranties, so the above exclusion may not apply to You.
20 ASSUMED BY YOU. Some jurisdictions do not allow the exclusion of implied21 warranties, so the above exclusion may not apply to You.
30 "coverage inclusion/exclusion patterns {?,*}";
49 "exclusion"
20 "coverage inclusion/exclusion patterns {?,*}";
3 # Available exclusion types:
74 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion89 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion104 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
48 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion63 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion78 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
86 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion101 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion116 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
16 1. Doesn't support options dependencies and mutual exclusion.
4 # 'exclusion'. Known failures are expected to fail, and will cause an error if
112 case SkBlendMode::kExclusion: stage = SkRasterPipeline::exclusion; break; in SkBlendMode_AppendStages()