HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 1 - 25 of 3176) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/util/
package.html 2 This package contains utility classes for regular expression matching,...
  /external/clang/test/ASTMerge/Inputs/
exprs1.c 0 // Matching
exprs2.c 0 // Matching
enum1.c 0 // Matching
36 // Matching, with typedef
enum2.c 0 // Matching
36 // Matching, with typedef
category1.m 4 // Matching category
9 // Matching class extension
category2.m 6 // Matching category
11 // Matching class extension
  /external/iptables/extensions/
libxt_NOTRACK.man 1 This target disables connection tracking for all packets matching that rule.
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/clang/test/SemaCXX/
cv-unqual-rvalues.cpp 8 g(X); // expected-error{{no matching function for call to 'g'}}
12 g(X); // expected-error{{no matching function for call to 'g'}}
16 g(__builtin_va_arg(x, const int)); // expected-error{{no matching function for call to 'g'}}
17 g((const int)0); // expected-error{{no matching function for call to 'g'}}
19 g(cint(0)); // expected-error{{no matching function for call to 'g'}}
20 g(static_cast<const int>(1)); // expected-error{{no matching function for call to 'g'}}
21 g(reinterpret_cast<int *const>(0)); // expected-error{{no matching function for call to 'g'}}
unused-with-error.cpp 7 foo(Y); // expected-error {{no matching function for call}}
  /external/easymock/src/org/easymock/internal/
ErrorMessage.java 20 private final boolean matching; field in class:ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) {
27 this.matching = matching;
33 return matching;
46 if (matching) {
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 5 // expected-note {{no overload of 'temp2' matching 'void (*)(int)'}}
17 apply(0, &temp<long>); // expected-error {{no matching function for call to 'apply'}}
28 apply(0L, &over); // expected-error {{no matching function for call to 'apply'}}
47 apply(0, &temp2<long>); // expected-error {{no matching function for call to 'apply'}}
58 invoke(&temp); // expected-error {{no matching function for call to 'invoke'}}
59 invoke(&temp<>); // expected-error {{no matching function for call to 'invoke'}}
77 invoke(&over); // expected-error {{no matching function for call to 'invoke'}}
85 invoke(&temp2); // expected-error {{no matching function for call to 'invoke'}}
86 invoke(&temp2<>); // expected-error {{no matching function for call to 'invoke'}}
87 invoke(&temp2<int>); // expected-error {{no matching function for call to 'invoke'}
    [all...]
  /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/clang/test/FixIt/
fixit-function-call.cpp 17 // CHECK: error: no matching function for call to 'f1
26 // CHECK: error: no matching function for call to 'f1
33 // CHECK: error: no matching function for call to 'f0
45 // CHECK: error: no matching function for call to 'm
54 // CHECK: error: no matching function for call to 'm
75 // CHECK: error: no matching function for call to 'br
78 // CHECK: error: no matching function for call to 'bp
82 // CHECK: error: no matching function for call to 'dv
  /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/CXX/class.access/class.friend/
p11.cpp 16 friend void bar(); // expected-error {{no matching function found in local scope}}
  /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/clang/test/SemaTemplate/
recursive-template-instantiation.cpp 4 f(*t); // expected-error{{no matching function}}\
  /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 4 /* MH matching stuff */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_hl.h 1 /* ip6tables module for matching the Hop Limit value
  /external/valgrind/main/memcheck/tests/
long-supps.c 2 // truncated and so not matching. This 200 char limit is easily overcome with
  /external/wpa_supplicant_8/hostapd/
hostapd.vlan 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface

Completed in 1432 milliseconds

1 2 3 4 5 6 7 8 91011>>