Home
last modified time | relevance | path

Searched full:matching (Results 1 – 25 of 12074) sorted by relevance

12345678910>>...483

/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/
Dintcmp.verify.cpp53 std::cmp_equal(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_equal'}} in test()
54 …std::cmp_equal(T(), int()); // expected-error 10-11 {{no matching function for call to 'cmp_equal'… in test()
55 …std::cmp_equal(int(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_equal'… in test()
56 …std::cmp_not_equal(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_not_… in test()
57 …std::cmp_not_equal(T(), int()); // expected-error 10-11 {{no matching function for call to 'cmp_no… in test()
58 …std::cmp_not_equal(int(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_no… in test()
59 std::cmp_less(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_less'}} in test()
60 std::cmp_less(T(), int()); // expected-error 10-11 {{no matching function for call to 'cmp_less'}} in test()
61 std::cmp_less(int(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_less'}} in test()
62 …std::cmp_less_equal(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_les… in test()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/
Dintcmp.verify.cpp53 std::cmp_equal(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_equal'}} in test()
54 …std::cmp_equal(T(), int()); // expected-error 10-11 {{no matching function for call to 'cmp_equal'… in test()
55 …std::cmp_equal(int(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_equal'… in test()
56 …std::cmp_not_equal(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_not_… in test()
57 …std::cmp_not_equal(T(), int()); // expected-error 10-11 {{no matching function for call to 'cmp_no… in test()
58 …std::cmp_not_equal(int(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_no… in test()
59 std::cmp_less(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_less'}} in test()
60 std::cmp_less(T(), int()); // expected-error 10-11 {{no matching function for call to 'cmp_less'}} in test()
61 std::cmp_less(int(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_less'}} in test()
62 …std::cmp_less_equal(T(), T()); // expected-error 10-11 {{no matching function for call to 'cmp_les… in test()
[all …]
/external/libcxx/test/std/numerics/complex.number/cmplx.over/
DUDT_is_rejected.fail.cpp33 std::real(ft); // expected-error {{no matching function}} in main()
34 std::real(dt); // expected-error {{no matching function}} in main()
35 std::real(ldt); // expected-error {{no matching function}} in main()
36 std::real(it); // expected-error {{no matching function}} in main()
37 std::real(uit); // expected-error {{no matching function}} in main()
40 std::imag(ft); // expected-error {{no matching function}} in main()
41 std::imag(dt); // expected-error {{no matching function}} in main()
42 std::imag(ldt); // expected-error {{no matching function}} in main()
43 std::imag(it); // expected-error {{no matching function}} in main()
44 std::imag(uit); // expected-error {{no matching function}} in main()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/numerics/complex.number/cmplx.over/
DUDT_is_rejected.verify.cpp32 std::real(ft); // expected-error {{no matching function}} in main()
33 std::real(dt); // expected-error {{no matching function}} in main()
34 std::real(ldt); // expected-error {{no matching function}} in main()
35 std::real(it); // expected-error {{no matching function}} in main()
36 std::real(uit); // expected-error {{no matching function}} in main()
39 std::imag(ft); // expected-error {{no matching function}} in main()
40 std::imag(dt); // expected-error {{no matching function}} in main()
41 std::imag(ldt); // expected-error {{no matching function}} in main()
42 std::imag(it); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/numerics/complex.number/cmplx.over/
DUDT_is_rejected.verify.cpp32 std::real(ft); // expected-error {{no matching function}} in main()
33 std::real(dt); // expected-error {{no matching function}} in main()
34 std::real(ldt); // expected-error {{no matching function}} in main()
35 std::real(it); // expected-error {{no matching function}} in main()
36 std::real(uit); // expected-error {{no matching function}} in main()
39 std::imag(ft); // expected-error {{no matching function}} in main()
40 std::imag(dt); // expected-error {{no matching function}} in main()
41 std::imag(ldt); // expected-error {{no matching function}} in main()
42 std::imag(it); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
[all …]
/external/cronet/tot/base/memory/
Dshared_memory_mapping_nocompile.nc59 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
60 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
61 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
63 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
64 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
65 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
72 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
73 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
74 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
76 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
[all …]
/external/cronet/stable/base/memory/
Dshared_memory_mapping_nocompile.nc59 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
60 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
61 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
63 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
64 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
65 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
72 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
73 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
74 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
76 …// expected-error@base/memory/shared_memory_mapping_nocompile.nc:* {{no matching member function f…
[all …]
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c61 len = __lcbb(cptr, idx); // expected-error {{no matching function}} in test_core()
63 len = __lcbb(cptr, 200); // expected-error {{no matching function}} in test_core()
65 len = __lcbb(cptr, 32); // expected-error {{no matching function}} in test_core()
67 len = __lcbb(cptr, 8192); // expected-error {{no matching function}} in test_core()
70 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} in test_core()
73 vsl = vec_permi(vsl, vsl, -1); // expected-error {{no matching function}} in test_core()
76 vsl = vec_permi(vsl, vsl, 4); // expected-error {{no matching function}} in test_core()
79 vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} in test_core()
82 vul = vec_permi(vul, vul, -1); // expected-error {{no matching function}} in test_core()
85 vul = vec_permi(vul, vul, 4); // expected-error {{no matching function}} in test_core()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.atomicFloat_Error.comp.out30 ERROR: 0:80: 'atomicAdd' : no matching overloaded function found
31 ERROR: 0:81: 'atomicAdd' : no matching overloaded function found
32 ERROR: 0:82: 'atomicAdd' : no matching overloaded function found
33 ERROR: 0:83: 'atomicAdd' : no matching overloaded function found
34 ERROR: 0:86: 'atomicExchange' : no matching overloaded function found
35 ERROR: 0:87: 'atomicExchange' : no matching overloaded function found
36 ERROR: 0:88: 'atomicExchange' : no matching overloaded function found
37 ERROR: 0:89: 'atomicExchange' : no matching overloaded function found
38 ERROR: 0:90: 'atomicExchange' : no matching overloaded function found
39 ERROR: 0:91: 'atomicExchange' : no matching overloaded function found
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dspv.atomicFloat_Error.comp.out30 ERROR: 0:80: 'atomicAdd' : no matching overloaded function found
31 ERROR: 0:81: 'atomicAdd' : no matching overloaded function found
32 ERROR: 0:82: 'atomicAdd' : no matching overloaded function found
33 ERROR: 0:83: 'atomicAdd' : no matching overloaded function found
34 ERROR: 0:86: 'atomicExchange' : no matching overloaded function found
35 ERROR: 0:87: 'atomicExchange' : no matching overloaded function found
36 ERROR: 0:88: 'atomicExchange' : no matching overloaded function found
37 ERROR: 0:89: 'atomicExchange' : no matching overloaded function found
38 ERROR: 0:90: 'atomicExchange' : no matching overloaded function found
39 ERROR: 0:91: 'atomicExchange' : no matching overloaded function found
[all …]
/external/perfetto/src/trace_processor/util/
Dglob_unittest.cc27 // Matching patterns. in TEST()
30 // Non-matching patterns. in TEST()
39 // Matching patterns. in TEST()
48 // Matching patterns. in TEST()
51 // Non-matching patterns. in TEST()
64 // Matching patterns. in TEST()
71 // Non-matching patterns. in TEST()
80 // Matching patterns. in TEST()
87 // Non-matching patterns. in TEST()
96 // Matching patterns. in TEST()
[all …]
/external/perfetto/ui/src/base/
Dfuzzy_unittest.ts25 {item: 'aaa', segments: [{matching: false, value: 'aaa'}]},
26 {item: 'aba', segments: [{matching: false, value: 'aba'}]},
27 {item: 'zzz', segments: [{matching: false, value: 'zzz'}]},
28 {item: 'c z d z e', segments: [{matching: false, value: 'c z d z e'}]},
29 {item: 'CAPS', segments: [{matching: false, value: 'CAPS'}]},
30 {item: 'ababc', segments: [{matching: false, value: 'ababc'}]},
38 {item: 'aaa', segments: [{matching: true, value: 'aaa'}]},
52 {matching: true, value: 'aa'},
53 {matching: false, value: 'a'},
59 {matching: true, value: 'a'},
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
Dspan.verify.cpp45 …std::span< int> s1{ csp}; // expected-error {{no matching constructor for initializa… in checkCV()
46 …std::span< int> s2{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV()
47 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
49 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV()
50 …std::span<const int> s5{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
52 …std::span< volatile int> s6{ csp}; // expected-error {{no matching constructor for initializa… in checkCV()
53 …std::span< volatile int> s7{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
58 …std::span< int, 0> s1{ csp0}; // expected-error {{no matching constructor for initia… in checkCV()
59 …std::span< int, 0> s2{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV()
60 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV()
[all …]
/external/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp42 …std::span< int> s1{ csp}; // expected-error {{no matching constructor for initializa… in checkCV()
43 …std::span< int> s2{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV()
44 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
46 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV()
47 …std::span<const int> s5{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
49 …std::span< volatile int> s6{ csp}; // expected-error {{no matching constructor for initializa… in checkCV()
50 …std::span< volatile int> s7{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
55 …std::span< int, 0> s1{ csp0}; // expected-error {{no matching constructor for initia… in checkCV()
56 …std::span< int, 0> s2{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV()
57 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV()
[all …]
Dcontainer.fail.cpp71 …std::span<int> s1{IsAContainer<int>()}; // expected-error {{no matching constructor fo… in main()
72 …std::span<int, 0> s2{IsAContainer<int>()}; // expected-error {{no matching constructor fo… in main()
73 …std::span<int> s3{NotAContainerNoData<int>()}; // expected-error {{no matching constructor fo… in main()
74 …std::span<int, 0> s4{NotAContainerNoData<int>()}; // expected-error {{no matching constructor fo… in main()
75 …std::span<int> s5{NotAContainerNoSize<int>()}; // expected-error {{no matching constructor fo… in main()
76 …std::span<int, 0> s6{NotAContainerNoSize<int>()}; // expected-error {{no matching constructor fo… in main()
77 …std::span<int> s7{NotAContainerPrivate<int>()}; // expected-error {{no matching constructor fo… in main()
78 …std::span<int, 0> s8{NotAContainerPrivate<int>()}; // expected-error {{no matching constructor fo… in main()
81 …std::span<int> s11{std::deque<int>()}; // expected-error {{no matching constructor fo… in main()
82 …std::span<int, 0> s12{std::deque<int>()}; // expected-error {{no matching constructor fo… in main()
[all …]
Darray.fail.cpp42 …std::span<int, 2> s1(arr); // expected-error {{no matching constructor for initialization of 'st… in main()
47 …std::span<float> s1(arr); // expected-error {{no matching constructor for initialization of '… in main()
48 …std::span<float, 3> s2(arr); // expected-error {{no matching constructor for initialization of '… in main()
53 …std::span< int> s1{ carr}; // expected-error {{no matching constructor for initia… in main()
54 …std::span< int> s2{ varr}; // expected-error {{no matching constructor for initia… in main()
55 …std::span< int> s3{cvarr}; // expected-error {{no matching constructor for initia… in main()
56 …std::span<const int> s4{ varr}; // expected-error {{no matching constructor for initia… in main()
57 …std::span<const int> s5{cvarr}; // expected-error {{no matching constructor for initia… in main()
58 …std::span< volatile int> s6{ carr}; // expected-error {{no matching constructor for initia… in main()
59 …std::span< volatile int> s7{cvarr}; // expected-error {{no matching constructor for initia… in main()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
Dspan.verify.cpp45 …std::span< int> s1{ csp}; // expected-error {{no matching constructor for initializa… in checkCV()
46 …std::span< int> s2{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV()
47 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
49 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV()
50 …std::span<const int> s5{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
52 …std::span< volatile int> s6{ csp}; // expected-error {{no matching constructor for initializa… in checkCV()
53 …std::span< volatile int> s7{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV()
58 …std::span< int, 0> s1{ csp0}; // expected-error {{no matching constructor for initia… in checkCV()
59 …std::span< int, 0> s2{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV()
60 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV()
[all …]
/external/pcre/doc/
Dpcre2partial.34 .SH "PARTIAL MATCHING IN PCRE2"
13 all available at once. The requirement here is to be able to do the matching
21 Partial matching is a PCRE2-specific feature; it is not Perl-compatible. It is
23 options when calling a matching function. The difference between the two
25 complete match, though the details differ between the two types of matching
28 If you want to use partial matching with just-in-time optimized code, as well
29 as setting a partial match option for the matching function, you must also call
37 appropriate JIT mode has not been compiled, interpretive matching code is used.
39 Setting a partial matching option disables two of PCRE2's standard
41 and abandons matching immediately if it is not present in the subject string.
[all …]
Dpcre2matching.34 .SH "PCRE2 MATCHING ALGORITHMS"
8 PCRE2 for matching a compiled regular expression against a given subject
10 function. This works in the same as Perl's matching function, and provide a
11 Perl-compatible matching operation. The just-in-time (JIT) optimization that is
42 infinite size, but it is still a tree. Matching the pattern to a given subject
45 correspond to the two matching algorithms provided by PCRE2.
48 .SH "THE STANDARD MATCHING ALGORITHM"
61 If a leaf node is reached, a matching string has been found, and at that point
74 .SH "THE ALTERNATIVE MATCHING ALGORITHM"
78 first matching point in the subject, it scans the subject string from left to
[all …]
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DEbayPolicyExample.java127 .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/cronet/tot/base/strings/
Dcstring_view_nocompile.nc16 cstring_view(u"123"); // expected-error {{no matching conversion}}
17 cstring_view(U"123"); // expected-error {{no matching conversion}}
18 u16cstring_view("123"); // expected-error {{no matching conversion}}
19 u16cstring_view(U"123"); // expected-error {{no matching conversion}}
20 u32cstring_view("123"); // expected-error {{no matching conversion}}
21 u32cstring_view(u"123"); // expected-error {{no matching conversion}}
24 cstring_view(L""); // expected-error {{no matching conversion}}
25 u16cstring_view(L""); // expected-error {{no matching conversion}}
26 u32cstring_view(L""); // expected-error {{no matching conversion}}
27 wcstring_view(""); // expected-error {{no matching conversion}}
[all …]
/external/cronet/stable/base/strings/
Dcstring_view_nocompile.nc16 cstring_view(u"123"); // expected-error {{no matching conversion}}
17 cstring_view(U"123"); // expected-error {{no matching conversion}}
18 u16cstring_view("123"); // expected-error {{no matching conversion}}
19 u16cstring_view(U"123"); // expected-error {{no matching conversion}}
20 u32cstring_view("123"); // expected-error {{no matching conversion}}
21 u32cstring_view(u"123"); // expected-error {{no matching conversion}}
24 cstring_view(L""); // expected-error {{no matching conversion}}
25 u16cstring_view(L""); // expected-error {{no matching conversion}}
26 u32cstring_view(L""); // expected-error {{no matching conversion}}
27 wcstring_view(""); // expected-error {{no matching conversion}}
[all …]
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp2.cpp6 …error {{no matching literal operator for call to 'operator""_x' with argument of type 'unsigned lo…
7 …ted-error {{no matching literal operator for call to 'operator""_x' with argument of type 'long do…
8 int c = "foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with a…
9 int d = L"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with …
10 int e = u8"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with…
11 int f = u"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with …
12 int g = U"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with …
13 int h = 'y'_x; // expected-error {{no matching literal operator for call to 'operator""_x' with arg…
14 int i = L'y'_x; // expected-error {{no matching literal operator for call to 'operator""_x' with ar…
15 int j = u'y'_x; // expected-error {{no matching literal operator for call to 'operator""_x' with ar…
[all …]
/external/truth/core/src/main/java/com/google/common/truth/
DGraphMatching.java42 * maximum cardinality matching of a bipartite graph</a>. The vertices of one part of the
49 * of the vertices (keys or values) are null. The output matching is similarly represented as a
50 * {@code BiMap<U, V>} (the property that a matching has no common vertices translates into the
87 /** Performs the algorithm, and returns a bimap describing the matching found. */
89 BiMap<U, V> matching = HashBiMap.create(); in perform() local
94 Optional<Integer> freeRhsVertexLayer = breadthFirstSearch(matching, layers); in perform()
99 // Perform the DFS and update the matching as described below starting from each free LHS in perform()
101 // the matching by computing the symmetric difference with that set. in perform()
103 if (!matching.containsKey(lhs)) { in perform()
104 depthFirstSearch(matching, layers, freeRhsVertexLayer.get(), lhs); in perform()
[all …]
/external/pcre/doc/html/
Dpcre2partial.html16 <li><a name="TOC1" href="#SEC1">PARTIAL MATCHING IN PCRE2</a>
18 <li><a name="TOC3" href="#SEC3">PARTIAL MATCHING USING pcre2_match()</a>
19 <li><a name="TOC4" href="#SEC4">MULTI-SEGMENT MATCHING WITH pcre2_match()</a>
20 <li><a name="TOC5" href="#SEC5">PARTIAL MATCHING USING pcre2_dfa_match()</a>
21 <li><a name="TOC6" href="#SEC6">MULTI-SEGMENT MATCHING WITH pcre2_dfa_match()</a>
25 <br><a name="SEC1" href="#TOC1">PARTIAL MATCHING IN PCRE2</a><br>
34 all available at once. The requirement here is to be able to do the matching
44 Partial matching is a PCRE2-specific feature; it is not Perl-compatible. It is
46 options when calling a matching function. The difference between the two
48 complete match, though the details differ between the two types of matching
[all …]

12345678910>>...483