Home
last modified time | relevance | path

Searched refs:exclusion (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/grpc-grpc/tools/distrib/
Dyapf_code.sh40 local exclusion exclusion_args=()
41 for exclusion in "${EXCLUSIONS[@]}"; do
42 exclusion_args+=( "--exclude" "$1/${exclusion}" )
/external/opencensus-java/contrib/spring_sleuth_v1x/
DREADME.md27 <exclusion>
30 </exclusion>
31 <exclusion>
34 </exclusion>
/external/v8/gypfiles/
Dcoverage_wrapper.py27 for exclusion in exclusions:
28 if re.search(r'\-o obj/%s[^ ]*\.o' % exclusion, text):
/external/python/cpython2/Doc/library/
Dmutex.rst2 :mod:`mutex` --- Mutual exclusion support
6 :synopsis: Lock and queue for mutual exclusion.
15 The :mod:`mutex` module defines a class that allows mutual-exclusion via
/external/cldr/tools/java/org/unicode/cldr/draft/
DShortestCanonicalForm.java112 for (String exclusion : restoreExclusions.keySet()) { in shortNFC()
114 result = result.replace(exclusion, restoreExclusions.get(exclusion)); in shortNFC()
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dconstraintsexclusion.rst6 Constraints exclusion
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.m449 NSString *exclusion;
451 GTM_FOREACH_OBJECT(exclusion, exclusionsArray) {
452 exclusion = [exclusion stringByTrimmingCharactersInSet:wcSet];
453 [exclusions appendFormat:@"-exclude \"%@\" ", exclusion];
/external/mesa3d/docs/
DREADME.UVD21 ASSUMED BY YOU. Some jurisdictions do not allow the exclusion of implied
22 warranties, so the above exclusion may not apply to You.
DREADME.VCE20 ASSUMED BY YOU. Some jurisdictions do not allow the exclusion of implied
21 warranties, so the above exclusion may not apply to You.
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res30 "coverage inclusion/exclusion patterns {?,*}";
/external/ImageMagick/Magick++/fuzz/dictionaries/
Dmvg.dict49 "exclusion"
/external/emma/core/res/com/vladium/emma/
Drun_usage.res20 "coverage inclusion/exclusion patterns {?,*}";
/external/cldr/tools/java/org/unicode/cldr/util/data/
DtestLdml2Icu.txt3 # Available exclusion types:
/external/deqp/android/cts/mnc/
Dgles31-multisample.txt74 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
89 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
104 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles32-multisample.txt48 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
63 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
78 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
Dgles31-multisample.txt86 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
101 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
116 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/deqp/android/cts/nyc/src/
Dgles31-multisample.txt74 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
89 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
104 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/deqp/android/cts/nyc/
Dgles31-multisample.txt74 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
89 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
104 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/u-boot/doc/
DREADME.hwconfig16 1. Doesn't support options dependencies and mutual exclusion.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt4 # 'exclusion'. Known failures are expected to fail, and will cause an error if
/external/deqp/android/cts/master/
Dgles31-multisample.txt74 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
89 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
104 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles31-multisample.txt86 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
101 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
116 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles31-multisample.txt86 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
101 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
116 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles31-multisample.txt86 dEQP-GLES31.functional.blend_equation_advanced.basic.exclusion
101 dEQP-GLES31.functional.blend_equation_advanced.barrier.exclusion
116 dEQP-GLES31.functional.blend_equation_advanced.coherent.exclusion
/external/skia/src/core/
DSkBlendMode.cpp112 case SkBlendMode::kExclusion: stage = SkRasterPipeline::exclusion; break; in SkBlendMode_AppendStages()

12345678910