Home
last modified time | relevance | path

Searched full:match (Results 1 – 25 of 18774) sorted by relevance

12345678910>>...751

/external/skia/infra/bots/gen_tasks_logic/
Dnano_flags.go218 match := []string{}
221 match = append(match, "~blurroundrect")
222 match = append(match, "~patch_grid") // skia:2847
223 match = append(match, "~desk_carsvg")
226 match = append(match, "~blurroundrect")
227 match = append(match, "~patch_grid") // skia:2847
228 match = append(match, "~desk_carsvg")
229 match = append(match, "~keymobi")
230 match = append(match, "~path_hairline")
231 match = append(match, "~GLInstancedArraysBench") // skia:4714
[all …]
/external/cldr/common/supplemental/
DcoverageLevels.xml226 <coverageLevel value="core" match="characters/exemplarCharacters"/>
227 <coverageLevel value="core" match="characters/exemplarCharacters[@type='%coreExemplarTypes']"/>
229 <coverageLevel value="moderate" match="characters/exemplarCharacters[@type='%anyAlphaNum']"/>
234 …The only hard requirement is that each basic rule comes after any moderate rule *that could match
237 <coverageLevel value="basic" match="delimiters/alternateQuotationEnd"/>
238 <coverageLevel value="basic" match="delimiters/alternateQuotationStart"/>
239 <coverageLevel value="basic" match="delimiters/quotationEnd"/>
240 <coverageLevel value="basic" match="delimiters/quotationStart"/>
241 <coverageLevel value="basic" match="numbers/defaultNumberingSystem"/>
242 <coverageLevel value="basic" match="numbers/otherNumberingSystems/native"/>
[all …]
/external/pcre/doc/
Dpcre2partial.37 In normal use of PCRE2, if there is a match up to the end of a subject string,
8 but more characters are needed to match the entire pattern, PCRE2_ERROR_NOMATCH
9 is returned, just like any other failing match. There are circumstances where
10 it might be helpful to distinguish this "partial match" case.
24 options is whether or not a partial match is preferred to an alternative
25 complete match, though the details differ between the two types of matching
29 as setting a partial match option for the matching function, you must also call
42 This optimization cannot be used for a subject string that might match only
48 .SH "REQUIREMENTS FOR A PARTIAL MATCH"
51 A possible partial match occurs during matching when the end of the subject
[all …]
/external/apache-xml/test/tests/conf-gold/idkey/
Didkey48.out3 <No-Match>Julie</No-Match>
4 <No-Match>Daniel</No-Match>
5 <No-Match>Joshua</No-Match>
6 <No-Match>Lauren</No-Match>
7 <No-Match>Nathaniel</No-Match>
8 <No-Match>Samual</No-Match>
9 <No-Match>Benjamin</No-Match>
10 <No-Match>Lucy</No-Match>
11 <No-Match>Jake</No-Match>
12 <No-Match>Jeffery</No-Match>
[all …]
Didkey47.out3 <No-Match>Julie</No-Match>
4 <No-Match>Daniel</No-Match>
5 <No-Match>Joshua</No-Match>
6 <No-Match>Lauren</No-Match>
7 <No-Match>Nathaniel</No-Match>
8 <No-Match>Samual</No-Match>
9 <No-Match>Benjamin</No-Match>
10 <No-Match>Lucy</No-Match>
11 <No-Match>Jake</No-Match>
12 <No-Match>Jeffery</No-Match>
[all …]
Didkey46.out3 <No-Match>Julie</No-Match>
4 <No-Match>Daniel</No-Match>
5 <No-Match>Joshua</No-Match>
6 <No-Match>Lauren</No-Match>
7 <Simple-Match>Nathaniel</Simple-Match>
8 <Simple-Match>Samual</Simple-Match>
9 <No-Match>Benjamin</No-Match>
10 <No-Match>Lucy</No-Match>
11 <No-Match>Jake</No-Match>
12 <No-Match>Jeffery</No-Match>
[all …]
/external/fmtlib/support/
DC++.sublime-syntax86 - match: \boperator\b
90 - match: \b({{modifiers}})\b
94 - match: \bthis\b
97 - match: '\b(f|m)[[:upper:]]\w*\b'
100 - match: '\bm_[[:alnum:]_]+\b'
104 - match: \bnullptr\b
108 - match: \busing\b
110 - match: \bbreak\b
112 - match: \bcontinue\b
114 - match: \bgoto\b
[all …]
/external/cldr/common/supplemental-temp/
DcoverageLevels2.xml207 <coverageLevel value="core" match="characters/exemplarCharacters"/>
208 <coverageLevel value="core" match="characters/exemplarCharacters[@type='%coreExemplarTypes']"/>
210 <coverageLevel value="moderate" match="characters/exemplarCharacters[@type='%anyAlphaNum']"/>
215 …The only hard requirement is that each basic rule comes after any moderate rule *that could match
218 <coverageLevel value="basic" match="delimiters/alternateQuotationEnd"/>
219 <coverageLevel value="basic" match="delimiters/alternateQuotationStart"/>
220 <coverageLevel value="basic" match="delimiters/quotationEnd"/>
221 <coverageLevel value="basic" match="delimiters/quotationStart"/>
222 <coverageLevel value="basic" match="numbers/defaultNumberingSystem"/>
223 <coverageLevel value="basic" match="numbers/otherNumberingSystems/native"/>
[all …]
/external/curl/tests/unit/
Dunit1307.c45 #define MATCH CURL_FNMATCH_MATCH macro
76 { "\\[", "[", MATCH },
79 { "[][]", "[", MATCH },
80 { "[][]", "]", MATCH },
81 { "[[]", "[", MATCH },
82 { "[[[]", "[", MATCH },
83 { "[[[[]", "[", MATCH },
84 { "[[[[]", "[", MATCH },
86 { "[][[]", "]", MATCH },
87 { "[][[[]", "[", MATCH },
[all …]
/external/aws-sdk-java-v2/build-tools/src/main/resources/software/amazon/awssdk/
Dspotbugs-suppressions.xml20 <Match>
23 </Match>
26 <!-- Ignore "confusing name" problems that result of needing to match the inconsistent naming in
28 <Match>
31 </Match>
33 <Match>
39 </Match>
41 <Match>
47 </Match>
49 <Match>
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dfib_rule_tests.sh79 echo "SKIP: iproute2 iprule too old, missing $1 match"
85 echo "SKIP: iproute2 get route too old, missing $2 match"
106 local match="$1"
110 $IP -6 rule add $match table $RTABLE
114 fib_rule6_del_by_pref "$match"
120 local match="$1"
123 $IP -6 rule add $match table $RTABLE 2>/dev/null
125 log_test $rc 2 "rule6 check: $match"
128 $IP -6 rule del $match table $RTABLE
135 local match
[all …]
/external/pcre/testdata/
Dtestoutput626 \= Expect no match
28 No match
30 No match
81 \= Expect no match
83 No match
85 No match
92 \= Expect no match
94 No match
99 \= Expect no match
101 No match
[all …]
Dtestoutput118 \= Expect no match
20 No match
22 No match
99 \= Expect no match
101 No match
103 No match
105 No match
107 No match
109 No match
111 No match
[all …]
/external/tensorflow/tensorflow/core/platform/
Dscanner_test.cc39 StringPiece remaining, match; in TEST_F() local
44 .GetResult(&remaining, &match)); in TEST_F()
45 EXPECT_EQ(" horse", match); in TEST_F()
52 .GetResult(&remaining, &match)); in TEST_F()
54 EXPECT_EQ("", match); in TEST_F()
60 .GetResult(&remaining, &match)); in TEST_F()
62 EXPECT_EQ("", match); in TEST_F()
66 StringPiece remaining, match; in TEST_F() local
71 .GetResult(&remaining, &match)); in TEST_F()
72 EXPECT_EQ(" a ", match); in TEST_F()
[all …]
Dfile_system_test.cc155 string Match(InterPlanetaryFileSystem* ipfs, const string& suffix_pattern) { in Match() function
176 EXPECT_EQ(Match(&ipfs, "thereisnosuchfile"), ""); in TEST()
177 EXPECT_EQ(Match(&ipfs, "*"), in TEST()
180 EXPECT_EQ(Match(&ipfs, "Jupiter/*"), in TEST()
183 EXPECT_EQ(Match(&ipfs, "*/*"), in TEST()
187 EXPECT_EQ(Match(&ipfs, "Planet[0-1]"), "Planet0,Planet1"); in TEST()
188 EXPECT_EQ(Match(&ipfs, "Planet?"), "Planet0,Planet1"); in TEST()
193 TF_EXPECT_OK(ipfs.CreateDir(ipfs.JoinPath(kPrefix, "match-00"), nullptr)); in TEST()
194 TF_EXPECT_OK(ipfs.CreateDir(ipfs.JoinPath(kPrefix, "match-0a"), nullptr)); in TEST()
195 TF_EXPECT_OK(ipfs.CreateDir(ipfs.JoinPath(kPrefix, "match-01"), nullptr)); in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc30 namespace m = match;
47 ASSERT_TRUE(Match( in TEST_F()
49 match::Op(&matched_inst) in TEST_F()
52 .WithShape(match::Shape(&matched_shape).IsDenseArray()) in TEST_F()
55 match::Op(&matched_operand).WithOpcode(HloOpcode::kConstant)))); in TEST_F()
60 EXPECT_TRUE(Match(hlo_module->entry_computation()->root_instruction(), in TEST_F()
61 match::Add(match::Constant(), match::Constant()))); in TEST_F()
63 EXPECT_FALSE(Match(hlo_module->entry_computation()->root_instruction(), in TEST_F()
64 match::Op().WithName("bad_name"))); in TEST_F()
66 EXPECT_FALSE(Match(hlo_module->entry_computation()->root_instruction(), in TEST_F()
[all …]
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/huffman/
Dhpack_huffman_decoder.cc223 {0x30, 5}, // Match: 0b0000000, Symbol: 0
224 {0x30, 5}, // Match: 0b0000001, Symbol: 0
225 {0x30, 5}, // Match: 0b0000010, Symbol: 0
226 {0x30, 5}, // Match: 0b0000011, Symbol: 0
227 {0x31, 5}, // Match: 0b0000100, Symbol: 1
228 {0x31, 5}, // Match: 0b0000101, Symbol: 1
229 {0x31, 5}, // Match: 0b0000110, Symbol: 1
230 {0x31, 5}, // Match: 0b0000111, Symbol: 1
231 {0x32, 5}, // Match: 0b0001000, Symbol: 2
232 {0x32, 5}, // Match: 0b0001001, Symbol: 2
[all …]
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/huffman/
Dhpack_huffman_decoder.cc223 {0x30, 5}, // Match: 0b0000000, Symbol: 0
224 {0x30, 5}, // Match: 0b0000001, Symbol: 0
225 {0x30, 5}, // Match: 0b0000010, Symbol: 0
226 {0x30, 5}, // Match: 0b0000011, Symbol: 0
227 {0x31, 5}, // Match: 0b0000100, Symbol: 1
228 {0x31, 5}, // Match: 0b0000101, Symbol: 1
229 {0x31, 5}, // Match: 0b0000110, Symbol: 1
230 {0x31, 5}, // Match: 0b0000111, Symbol: 1
231 {0x32, 5}, // Match: 0b0001000, Symbol: 2
232 {0x32, 5}, // Match: 0b0001001, Symbol: 2
[all …]
/external/apache-commons-compress/
Dfindbugs-exclude-filter.xml27 <Match>
34 </Match>
35 <Match>
39 </Match>
40 <Match>
44 </Match>
47 <Match>
51 </Match>
52 <Match>
56 </Match>
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/preprocessed/
Dpp.py52 def handle_args( match ): argument
53 if re.compile('^\s*(typedef|struct|static)\s+.*?$').match(match.group(0)):
54 return match.group(0)
58 (nearest_ident_pos(match.group(1)),max_len)
59 , match.group(3)
60 , match.group(2)
66 def handle_inline_args(match): argument
67 if len(match.group(0)) < max_len:
68 return match.group(0)
70 if match.group(9) == None:
[all …]
/external/sdk-platform-java/api-common-java/src/test/java/com/google/api/pathtemplate/
DPathTemplateTest.java52 // Match
58 assertPositionalMatch(template.match("buckets/f/o/objects/bar"), "f", "o", "bar"); in matchAtomicResourceName()
64 assertPositionalMatch(template.match("buckets/foo/objects/bar/baz"), "foo", "bar/baz"); in matchTemplateWithUnboundedWildcard()
70 Map<String, String> match = template.matchFromFullName("somewhere.io/buckets/b/objects/o"); in matchWithForcedHostName() local
71 Truth.assertThat(match).isNotNull(); in matchWithForcedHostName()
72 Truth.assertThat(match.get(PathTemplate.HOSTNAME_VAR)).isEqualTo("somewhere.io"); in matchWithForcedHostName()
73 Truth.assertThat(match.get("$0")).isEqualTo("b"); in matchWithForcedHostName()
74 Truth.assertThat(match.get("$1")).isEqualTo("o"); in matchWithForcedHostName()
80 Map<String, String> match = template.match("//somewhere.io/buckets/b/objects/o"); in matchWithHostName() local
81 Truth.assertThat(match).isNotNull(); in matchWithHostName()
[all …]
/external/python/mako/mako/
Dlexer.py51 def match(self, regexp, flags=None): member in Lexer
63 """match the given regular expression object to the current text
66 if a match occurs, update the current text and line position.
72 match = reg.match(self.text, self.match_position)
73 if match:
74 (start, end) = match.span()
82 return match
91 match = self.match(r"#.*\n")
92 if match:
94 match = self.match(
[all …]
/external/pcre/doc/html/
Dpcre2partial.html17 <li><a name="TOC2" href="#SEC2">REQUIREMENTS FOR A PARTIAL MATCH</a>
27 In normal use of PCRE2, if there is a match up to the end of a subject string,
28 but more characters are needed to match the entire pattern, PCRE2_ERROR_NOMATCH
29 is returned, just like any other failing match. There are circumstances where
30 it might be helpful to distinguish this "partial match" case.
47 options is whether or not a partial match is preferred to an alternative
48 complete match, though the details differ between the two types of matching
53 as setting a partial match option for the matching function, you must also call
67 This optimization cannot be used for a subject string that might match only
72 <br><a name="SEC2" href="#TOC1">REQUIREMENTS FOR A PARTIAL MATCH</a><br>
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dset_test.cc25 ASSERT_EQ(s.Match("foobar", NULL), true); in TEST()
26 ASSERT_EQ(s.Match("fooba", NULL), true); in TEST()
27 ASSERT_EQ(s.Match("oobar", NULL), true); in TEST()
30 ASSERT_EQ(s.Match("foobar", &v), true); in TEST()
35 ASSERT_EQ(s.Match("fooba", &v), true); in TEST()
39 ASSERT_EQ(s.Match("oobar", &v), true); in TEST()
52 ASSERT_EQ(s.Match("foobar", NULL), true); in TEST()
53 ASSERT_EQ(s.Match("obarfoobaroo", NULL), true); in TEST()
54 ASSERT_EQ(s.Match("fooba", NULL), true); in TEST()
55 ASSERT_EQ(s.Match("oobar", NULL), false); in TEST()
[all …]
/external/grpc-grpc/test/core/matchers/
Dmatchers_test.cc27 EXPECT_TRUE(string_matcher->Match("exact")); in TEST()
28 EXPECT_FALSE(string_matcher->Match("Exact")); in TEST()
29 EXPECT_FALSE(string_matcher->Match("exacz")); in TEST()
37 EXPECT_TRUE(string_matcher->Match("Exact")); in TEST()
38 EXPECT_FALSE(string_matcher->Match("Exacz")); in TEST()
46 EXPECT_TRUE(string_matcher->Match("prefix-test")); in TEST()
47 EXPECT_FALSE(string_matcher->Match("xx-prefix-test")); in TEST()
48 EXPECT_FALSE(string_matcher->Match("Prefix-test")); in TEST()
49 EXPECT_FALSE(string_matcher->Match("pre-test")); in TEST()
57 EXPECT_TRUE(string_matcher->Match("PREfix-test")); in TEST()
[all …]

12345678910>>...751