HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 26 - 50 of 5685) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/easymock/src/org/easymock/
CaptureType.java 30 * Will capture the argument of the first matching call
35 * Will capture the argument of the last matching call
40 * Will capture, in order, the arguments of each matching calls
  /external/iptables/extensions/
libxt_string.man 1 This modules matches a given string by using some pattern matching strategy. It requires a linux kernel >= 2.6.14.
4 Select the pattern matching strategy. (bm = Boyer-Moore, kmp = Knuth-Pratt-Morris)
7 Set the offset from which it starts looking for any matching. If not passed, default is 0.
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
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/clang/test/SemaTemplate/
pack-deduction.cpp 13 int a3 = f1(X<int>(), X<double>()); // expected-error {{no matching}}
14 int a4 = f1(X<int, int>(), X<int>()); // expected-error {{no matching}}
15 int a5 = f1(X<int>(), X<int, int>()); // expected-error {{no matching}}
16 int a6 = f1(X<int, int, int>(), X<int, int, int>(), X<int, int, int, int>()); // expected-error {{no matching}}
19 int b2 = f2(P<X<int, double>, int>(), P<X<int, double>, double>(), P<X<int, double>, char>()); // expected-error {{no matching}}
30 f<char, short, int>(a); // expected-error {{no matching function}}
recursive-template-instantiation.cpp 4 f(*t); // expected-error{{no matching function}}\
  /external/clang/test/ASTMerge/Inputs/
category1.m 4 // Matching category
9 // Matching class extension
category2.m 6 // Matching category
11 // Matching class extension
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p6.cpp 6 double &i1 = 'a'_x1; // expected-error {{no matching literal operator}}
9 double &i3 = 'a'_x1; // expected-error {{no matching literal operator}}
  /external/clang/test/Preprocessor/
pushable-diagnostics.c 3 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
17 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
  /external/clang/test/SemaCXX/
ms-overload-entry-point.cpp 17 wmain<void>(); // expected-error{{no matching function for call to 'wmain'}}
18 wmain<int>(); // expected-error{{no matching function for call to 'wmain'}}
unused-with-error.cpp 7 foo(Y); // expected-error {{no matching function for call}}
  /external/icu/icu4c/source/common/unicode/
ustringtrie.h 35 * The input unit(s) did not continue a matching string.
43 * The input unit(s) continued a matching string
50 * The input unit(s) continued a matching string
53 * No further input byte/unit can continue a matching string.
58 * The input unit(s) continued a matching string
61 * Another input byte/unit can continue a matching string.
70 * @return true if the input bytes/units so far are part of a matching string/byte sequence.
90 * @return true if another input byte/unit can continue a matching string.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
README 4 - infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
5 scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
README 4 - infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
5 scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p3.cpp 5 decltype(lambda) foo = { 1 }; // expected-error{{no matching constructor}}
  /external/clang/test/CXX/special/class.copy/
p9.cpp 40 (void)sizeof(ImplicitNonConstCopy1(cincc1)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy1' to 'ImplicitNonConstCopy1'}}
41 (void)sizeof(ImplicitNonConstCopy2(cincc2)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy2' to 'ImplicitNonConstCopy2'}}
42 (void)sizeof(ImplicitNonConstCopy3(cincc3)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy3' to 'ImplicitNonConstCopy3'}}
43 (void)sizeof(ImplicitNonConstCopy4(cincc4)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy4' to 'ImplicitNonConstCopy4'}}
  /external/eclipse-basebuilder/src/
README.txt 1 To find the Eclipse sources matching basebuilder-3.6.2:
  /external/glide/third_party/volley/
README.third_party 10 Added Apache 2.0 license file matching headers in source files.
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ttl.h 1 /* IP tables module for matching the value of the TTL
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_hl.h 1 /* ip6tables module for matching the Hop Limit value
ip6t_mh.h 6 /* MH matching stuff */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ttl.h 1 /* IP tables module for matching the value of the TTL
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_hl.h 1 /* ip6tables module for matching the Hop Limit value
ip6t_mh.h 6 /* MH matching stuff */
  /external/llvm/cmake/modules/
LLVMConfigVersion.cmake.in 3 # LLVM is API-compatible only with matching major.minor versions

Completed in 1070 milliseconds

12 3 4 5 6 7 8 91011>>