/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
D | EbayPolicyExample.java | 127 .allowAttributes("id").matching(HTML_ID).globally() 128 .allowAttributes("class").matching(HTML_CLASS).globally() 129 .allowAttributes("lang").matching(Pattern.compile("[a-zA-Z]{2,20}")) 131 .allowAttributes("title").matching(HTML_TITLE).globally() 133 .allowAttributes("align").matching(ALIGN).onElements("p") 134 .allowAttributes("for").matching(HTML_ID).onElements("label") 135 .allowAttributes("color").matching(COLOR_NAME_OR_COLOR_CODE) 138 .matching(Pattern.compile("[\\w;, \\-]+")) 140 .allowAttributes("size").matching(NUMBER).onElements("font") 141 .allowAttributes("href").matching(ONSITE_OR_OFFSITE_URL) [all …]
|
/external/selinux/python/sepolgen/tests/ |
D | test_matching.py | 21 import sepolgen.matching as matching namespace 28 a = matching.Match() 32 b = matching.Match() 48 ml = matching.MatchList() 51 a = matching.Match() 56 a = matching.Match() 63 a = matching.Match() 71 ml = matching.MatchList() 74 a = matching.Match() 78 b = matching.Match() [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 100samplerExternal.frag.out | 2 ERROR: 0:20: 'textureSize' : no matching overloaded function found 3 ERROR: 0:21: 'texture' : no matching overloaded function found 4 ERROR: 0:22: 'texture' : no matching overloaded function found 5 ERROR: 0:23: 'textureProj' : no matching overloaded function found 6 ERROR: 0:24: 'textureProj' : no matching overloaded function found 7 ERROR: 0:25: 'textureProj' : no matching overloaded function found 8 ERROR: 0:26: 'textureProj' : no matching overloaded function found 9 ERROR: 0:27: 'texelFetch' : no matching overloaded function found 10 ERROR: 0:29: 'texture3D' : no matching overloaded function found 11 ERROR: 0:30: 'texture2DProjLod' : no matching overloaded function found [all …]
|
D | 450.vert.out | 5 ERROR: 0:31: 'atomicCounterAdd' : no matching overloaded function found 6 ERROR: 0:32: 'atomicCounterSubtract' : no matching overloaded function found 7 ERROR: 0:33: 'atomicCounterMin' : no matching overloaded function found 8 ERROR: 0:34: 'atomicCounterMax' : no matching overloaded function found 9 ERROR: 0:35: 'atomicCounterAnd' : no matching overloaded function found 10 ERROR: 0:36: 'atomicCounterOr' : no matching overloaded function found 11 ERROR: 0:37: 'atomicCounterXor' : no matching overloaded function found 12 ERROR: 0:38: 'atomicCounterExchange' : no matching overloaded function found 13 ERROR: 0:39: 'atomicCounterCompSwap' : no matching overloaded function found 18 ERROR: 0:44: 'anyInvocation' : no matching overloaded function found [all …]
|
D | hlsl.intrinsics.negative.frag.out | 6 ERROR: 0:28: 'refract' : no matching overloaded function found 8 ERROR: 0:39: 'GetRenderTargetSamplePosition' : no matching overloaded function found 10 ERROR: 0:47: 'CheckAccessFullyMapped' : no matching overloaded function found 11 ERROR: 0:49: 'cross' : no matching overloaded function found 12 ERROR: 0:50: 'D3DCOLORtoUBYTE4' : no matching overloaded function found 13 ERROR: 0:51: 'determinant' : no matching overloaded function found 14 ERROR: 0:57: 'transpose' : no matching overloaded function found 15 ERROR: 0:64: 'CheckAccessFullyMapped' : no matching overloaded function found 16 ERROR: 0:66: 'D3DCOLORtoUBYTE4' : no matching overloaded function found 17 ERROR: 0:67: 'determinant' : no matching overloaded function found [all …]
|
D | 300samplerExternal.frag.out | 2 ERROR: 0:12: 'texture2D' : no matching overloaded function found 3 ERROR: 0:13: 'texture2D' : no matching overloaded function found 4 ERROR: 0:14: 'texture2D' : no matching overloaded function found 5 ERROR: 0:15: 'texture2DProj' : no matching overloaded function found 6 ERROR: 0:16: 'texture2DProj' : no matching overloaded function found 7 ERROR: 0:29: 'texture3D' : no matching overloaded function found 8 ERROR: 0:30: 'texture2DProjLod' : no matching overloaded function found 9 ERROR: 0:31: 'texture' : no matching overloaded function found 10 ERROR: 0:32: 'textureProjLod' : no matching overloaded function found
|
D | vulkan.frag.out | 35 ERROR: 0:60: 'subpassLoadMS' : no matching overloaded function found 36 ERROR: 0:61: 'subpassLoad' : no matching overloaded function found 37 ERROR: 0:63: 'subpassLoadMS' : no matching overloaded function found 43 ERROR: 0:73: 'texture' : no matching overloaded function found 44 ERROR: 0:74: 'imageStore' : no matching overloaded function found 53 ERROR: 0:101: 'noise1' : no matching overloaded function found 54 ERROR: 0:102: 'noise2' : no matching overloaded function found 55 ERROR: 0:103: 'noise3' : no matching overloaded function found 56 ERROR: 0:104: 'noise4' : no matching overloaded function found
|
D | glspv.frag.out | 5 ERROR: 0:21: 'noise1' : no matching overloaded function found 6 ERROR: 0:22: 'noise2' : no matching overloaded function found 7 ERROR: 0:23: 'noise3' : no matching overloaded function found 8 ERROR: 0:24: 'noise4' : no matching overloaded function found
|
D | spv.ClosestHitShader_Errors.rchit.out | 3 ERROR: 0:9: 'reportIntersectionNV' : no matching overloaded function found 4 ERROR: 0:10: 'terminateRayNV' : no matching overloaded function found 5 ERROR: 0:11: 'ignoreIntersectionNV' : no matching overloaded function found
|
/external/easymock/src/org/easymock/internal/ |
D | ErrorMessage.java | 20 private final boolean matching; field in ErrorMessage 26 public ErrorMessage(boolean matching, String message, int actualCount) { in ErrorMessage() argument 27 this.matching = matching; in ErrorMessage() 33 return matching; in isMatching() 46 if (matching) { in appendTo()
|
/external/libxml2/result/schemas/ |
D | derivation-ok-restriction-2-1-1_0_0.err | 2 … : local complex type, attribute use 'barC_1': Neither a matching attribute use, nor a matching wi… 3 … : local complex type, attribute use 'barC_2': Neither a matching attribute use, nor a matching wi… 4 … : local complex type, attribute use 'barD_1': Neither a matching attribute use, nor a matching wi… 5 … : local complex type, attribute use 'barD_2': Neither a matching attribute use, nor a matching wi… 6 …sd:6: element complexType: Schemas parser error : local complex type: A matching attribute use for…
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.3 | 19 1. Extended wildcard pattern matching now supported in exclude files 34 Exclude all files matching "*.gz" in the top level directory "test". 41 Using extended wildcards, negative matching is also possible. 45 Exclude all files matching "*.gz" in top level directory "test", 51 often useful to exclude a file matching anywhere in the source directories. 59 Exclude files matching "*.gz" anywhere in the source directories. 65 Exclude files matching "*.gz" inside directories called "Test" or 68 Again, using extended wildcards, negative matching is also possible. 72 Exclude all files matching "*.gz" anywhere in the source directories, 75 2. Regular expression pattern matching now supported in exclude files [all …]
|
/external/clang/test/SemaObjCXX/ |
D | arc-templates.mm | 333 take_no_yes(consumes_first<id>); // expected-error {{no matching function}} 334 take_yes_yes(consumes_first<id>); // expected-error {{no matching function}} 339 take_yes_no(consumes_rest<id>); // expected-error {{no matching function}} 341 take_yes_yes(consumes_rest<id>); // expected-error {{no matching function}} 346 take_yes_no(consumes_two); // expected-error {{no matching function}} 347 take_no_yes(consumes_two); // expected-error {{no matching function}} 362 take_no_yes(consumes_first<2>::fn<id>); // expected-error {{no matching function}} 363 take_yes_yes(consumes_first<3>::fn<id>); // expected-error {{no matching function}} 365 take_no_yes(consumes_first<5>::fn); // expected-error {{no matching function}} 366 take_yes_yes(consumes_first<6>::fn); // expected-error {{no matching function}} [all …]
|
D | arc-overloading.mm | 17 f0(wip); // expected-error{{no matching function for call to 'f0'}} 69 f3(&uip); // expected-error{{no matching function for call to 'f3'}} 129 f7(weak_id); // expected-error{{no matching function for call to 'f7'}} 130 f7(autoreleasing_id); // expected-error{{no matching function for call to 'f7'}} 131 f7(unsafe_id); // expected-error{{no matching function for call to 'f7'}} 190 f9790531(self); // expected-error {{no matching function for call to 'f9790531'}} 191 f9790531_1(self); // expected-error {{no matching function for call to 'f9790531_1'}} 192 f9790531_2(self); // expected-error {{no matching function for call to 'f9790531_2'}}
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Condition.java | 22 public abstract boolean matching(Matcher<T> match, String message); in matching() method in Condition 25 public final boolean matching(Matcher<T> match) { return matching(match, ""); } in matching() method in Condition 47 public boolean matching(Matcher<T> matcher, String message) { in matching() method in Condition.Matched 63 @Override public boolean matching(Matcher<T> match, String message) { return false; } in matching() method in Condition.NotMatched
|
/external/libchrome/base/containers/ |
D | span_unittest.nc | 29 …ARRAY_WITH_NON_MATCHING_STATIC_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for i… 38 …ARRAY_WITH_NON_MATCHING_STATIC_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for i… 47 …ARRAY_WITH_NON_MATCHING_STATIC_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for i… 56 …OM_OTHER_SPAN_WITH_MISMATCHING_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for i… 66 #elif defined(NCTEST_DYNAMIC_SPAN_TO_STATIC_SPAN_DISALLOWED) // [r"fatal error: no matching constr… 74 #elif defined(NCTEST_DERIVED_TO_BASE_CONVERSION_DISALLOWED) // [r"fatal error: no matching constru… 87 #elif defined(NCTEST_PTR_TO_CONSTPTR_CONVERSION_DISALLOWED) // [r"fatal error: no matching constru… 97 …ONST_CONTAINER_TO_MUTABLE_CONVERSION_DISALLOWED) // [r"fatal error: no matching constructor for i… 105 #elif defined(NCTEST_STD_SET_CONVERSION_DISALLOWED) // [r"fatal error: no matching constructor for… 149 …_WRITABLE_BYTES_WITH_CONST_CONTAINER_DISALLOWED) // [r"fatal error: no matching function for call… [all …]
|
/external/python/cpython3/Doc/distutils/ |
D | commandref.rst | 63 | :command:`include pat1 pat2 ...` | include all files matching any of the listed | 66 | :command:`exclude pat1 pat2 ...` | exclude all files matching any of the listed | 69 | :command:`recursive-include dir pat1 pat2 | include all files under *dir* matching any of | 72 | :command:`recursive-exclude dir pat1 pat2 | exclude all files under *dir* matching any of | 76 | | matching --- & any of the listed patterns | 79 | | matching --- & any of the listed patterns |
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | command_line_flags_test.cc | 121 bool matching = true; in MatchWithAnyWhitespace() local 123 for (int str_i = 0; str_i != str.size() && matching; str_i++) { in MatchWithAnyWhitespace() 125 matching = (pat_i != pat.size() && isspace(pat[pat_i])); in MatchWithAnyWhitespace() 130 matching = (pat_i != pat.size() && str[str_i] == pat[pat_i++]); in MatchWithAnyWhitespace() 136 return (matching && pat_i == pat.size()); in MatchWithAnyWhitespace()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | inlineasm-operand-implicit-cast.ll | 23 ; Check support for returning a float in GPR with matching float input with 32 ; Check support for returning a double in GPR with matching double input with 41 ; Check support for returning a float in specific GPR with matching float input 50 ; Check support for returning a double in specific GPR with matching double 85 ; Check support for returning several floats in GPRs with matching float inputs 98 ; Check support for returning several double in GPRs with matching double input 111 ; Check support for returning several float in specific GPRs with matching 124 ; Check support for returning several double in specific GPRs with matching 159 ; Check support for returning a float in GPR with matching float input with 170 ; Check support for returning a double in GPR with matching double input with [all …]
|
/external/autotest/client/cros/chameleon/ |
D | audio_test_utils.py | 654 matching = [[0] * (length2 + 1)] * (length1 + 1) 661 matching[i + 1][j + 1] = max(matching[i + 1][j], 662 matching[i][j + 1]) 667 matching[i + 1][j + 1] = matching[i][j] + 1 676 if matching[i][j] == matching[i - 1][j - 1] + 1: 680 elif matching[i][j] == matching[i - 1][j]:
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlPolicyBuilder.java | 320 .matching(AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY); in disallowAttributes() 649 public AttributeBuilder matching(AttributePolicy policy) { in matching() method in HtmlPolicyBuilder.AttributeBuilder 660 public AttributeBuilder matching(final Pattern pattern) { in matching() method in HtmlPolicyBuilder.AttributeBuilder 661 return matching(new AttributePolicy() { in matching() 675 public AttributeBuilder matching( in matching() method 677 return matching(new AttributePolicy() { in matching() 691 public AttributeBuilder matching( 693 return matching(ignoreCase, ImmutableSet.copyOf(allowedValues)); 702 public AttributeBuilder matching( 705 return matching(new AttributePolicy() {
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BatchNormWithGlobalNormalization.pbtxt | 12 A 1D mean Tensor with size matching the last dimension of t. 20 A 1D variance Tensor with size matching the last dimension of t. 28 A 1D beta Tensor with size matching the last dimension of t. 35 A 1D gamma Tensor with size matching the last dimension of t.
|
/external/iptables/extensions/ |
D | libxt_hashlimit.man | 21 default is 5. When byte-based rate matching is requested, this option specifies 57 matching on source host 61 matching on source port 65 matching on subnet 70 matching bytes per second 74 matching bytes per second 75 "hosts that exceed 512kbyte/s, but permit up to 1Megabytes without matching"
|
/external/selinux/libsepol/cil/src/ |
D | cil_find.c | 41 struct cil_list *matching; member 294 …e, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule() argument 336 cil_list_append(matching, CIL_NODE, node); in cil_find_matching_avrule() 340 cil_list_append(matching, CIL_NODE, node); in cil_find_matching_avrule() 366 rc = cil_find_matching_avrule(node, node->data, args->target, args->matching, args->match_self); in __cil_find_matching_avrule_in_ast() 374 …ree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule_in_ast() argument 381 args.matching = matching; in cil_find_matching_avrule_in_ast()
|
/external/fonttools/Lib/fontTools/varLib/ |
D | interpolatable.py | 60 def _matching_cost(G, matching): argument 61 return sum(G[i][j] for i,j in enumerate(matching)) 144 matching, matching_cost = min_cost_perfect_bipartite_matching(costs) 145 if matching != list(range(len(m0))): 146 …h has wrong contour/component order: %s' % (glyph_name, names[i], names[i+1], matching)) #, m0, m1)
|