Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 8725) sorted by relevance

12345678910>>...349

/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 …]
Ddm_flags.go1336 match := []string{}
1340 match = append(match, "~^verylarge_picture_image$")
1341 match = append(match, "~^verylargebitmap$")
1342 match = append(match, "~^path_huge_aa$")
1343 match = append(match, "~^fast_constraint_red_is_allowed$")
1344 match = append(match, "~^strict_constraint_batch_no_red_allowed$")
1345 match = append(match, "~^strict_constraint_no_red_allowed$")
1349 match = append(match, "~Threaded")
1354 match = append(match, "~multipicturedraw_")
1358 match = append(match, "~WritePixels") // skia:4711
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dfib_rule_tests.sh106 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
141 match="oif $DEV"
142 fib_rule6_test_match_n_redirect "$match" "$match" "oif redirect to table"
[all …]
/external/sdk-platform-java/api-common-java/src/test/java/com/google/api/pathtemplate/
DPathTemplateTest.java58 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()
82 Truth.assertThat(match.get(PathTemplate.HOSTNAME_VAR)).isEqualTo("//somewhere.io"); in matchWithHostName()
[all …]
/external/llvm/utils/
Dextract_symbols.py39 match = re.match("^.+SECT.+External\s+\|\s+(\S+).*$", line)
40 if match:
41 yield match.group(1)
51 match = re.match("^\S+\s+[BDGRSTVW]\s+(\S+)$", line)
52 if match:
53 yield match.group(1)
66 match = re.search('Name: (\S+)', line)
67 if match:
68 name = match.group(1)
69 match = re.search('Section: (\S+)', line)
[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/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 …]
/external/python/mako/mako/
Dlexer.py51 def match(self, regexp, flags=None): member in Lexer
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(
97 if match:
99 match = self.match(r"(%s)" % text_re)
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/
Dtrace-parser.py188 match = re.search(flush_batch_match, line)
189 if match is not None:
191 renderpass = RenderPass(cleared=match.group(2),
192 gmem_reason=match.group(3),
193 num_draws=match.group(4))
197 match = re.search(framebuffer_match, line)
198 if match is not None:
200 renderpass.fb = FramebufferState(width=match.group(1),
201 height=match.group(2),
202 layers=match.group(3),
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/testdata/fowler/
Dbasic.toml11 match-limit = 1
18 match-limit = 1
25 match-limit = 1
32 match-limit = 1
39 match-limit = 1
47 match-limit = 1
55 match-limit = 1
63 match-limit = 1
71 match-limit = 1
79 match-limit = 1
[all …]
Dnullsubexpr.toml11 match-limit = 1
19 match-limit = 1
27 match-limit = 1
35 match-limit = 1
43 match-limit = 1
51 match-limit = 1
59 match-limit = 1
67 match-limit = 1
75 match-limit = 1
83 match-limit = 1
[all …]
Drepetition.toml11 match-limit = 1
18 match-limit = 1
25 match-limit = 1
32 match-limit = 1
39 match-limit = 1
46 match-limit = 1
53 match-limit = 1
61 match-limit = 1
69 match-limit = 1
76 match-limit = 1
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/testdata/fowler/
Dbasic.toml11 match-limit = 1
18 match-limit = 1
25 match-limit = 1
32 match-limit = 1
39 match-limit = 1
47 match-limit = 1
55 match-limit = 1
63 match-limit = 1
71 match-limit = 1
79 match-limit = 1
[all …]
Dnullsubexpr.toml11 match-limit = 1
19 match-limit = 1
27 match-limit = 1
35 match-limit = 1
43 match-limit = 1
51 match-limit = 1
59 match-limit = 1
67 match-limit = 1
75 match-limit = 1
83 match-limit = 1
[all …]
Drepetition.toml11 match-limit = 1
18 match-limit = 1
25 match-limit = 1
32 match-limit = 1
39 match-limit = 1
46 match-limit = 1
53 match-limit = 1
61 match-limit = 1
69 match-limit = 1
76 match-limit = 1
[all …]
/external/autotest/tko/
Dquery_lib.py25 match = re.match(r'^(.+)[|](.+)$', condition)
26 if match:
27 (a_sql, a_values) = me(match.group(1), valid_field_dict)
28 (b_sql, b_values) = me(match.group(2), valid_field_dict)
33 match = re.match(r'^(.+)[&](.+)$', condition)
34 if match:
35 (a_sql, a_values) = me(match.group(1), valid_field_dict)
36 (b_sql, b_values) = me(match.group(2), valid_field_dict)
46 match = re.match(regex, condition)
47 if match:
[all …]
/external/python/cpython3/Lib/test/
Dtest_re.py93 self.assertEqual(re.match('a*', 'xxx').span(0), (0, 0))
94 self.assertEqual(re.match('a*', 'xxx').span(), (0, 0))
95 self.assertEqual(re.match('x*', 'xxxa').span(0), (0, 3))
96 self.assertEqual(re.match('x*', 'xxxa').span(), (0, 3))
97 self.assertIsNone(re.match('a+', 'xxx'))
102 self.assertEqual(re.match('(ab|ba)', 'ab').span(), (0, 2))
103 self.assertEqual(re.match('(ab|ba)', 'ba').span(), (0, 2))
104 self.assertEqual(re.match('(abc|bac|ca|cb)', 'abc').span(),
106 self.assertEqual(re.match('(abc|bac|ca|cb)', 'bac').span(),
108 self.assertEqual(re.match('(abc|bac|ca|cb)', 'ca').span(),
[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/clang/unittests/AST/
DSourceLocationTest.cpp34 EXPECT_FALSE(Verifier.match("int i", varDecl())); in TEST()
40 EXPECT_FALSE(Verifier.match("int i;", recordDecl())); in TEST()
46 EXPECT_FALSE(Verifier.match("int i;", varDecl())); in TEST()
52 EXPECT_FALSE(Verifier.match("int i;", varDecl())); in TEST()
58 EXPECT_FALSE(Verifier.match("int i;", varDecl())); in TEST()
71 EXPECT_TRUE(Verifier.match("void f() { l: return; }", labelStmt())); in TEST()
77 EXPECT_TRUE(Verifier.match("void f() { l: return; }", labelStmt())); in TEST()
83 EXPECT_TRUE(Verifier.match("void f(i) {}", varDecl(), Lang_C)); in TEST()
89 EXPECT_TRUE(Verifier.match("void f(i) {}", varDecl(), Lang_C)); in TEST()
95 EXPECT_TRUE(Verifier.match("void f() { new int[10]; }", cxxNewExpr())); in TEST()
[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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSWITCH.java29 private int[] match; field in SWITCH
50 …public SWITCH(final int[] match, final InstructionHandle[] targets, final InstructionHandle target… in SWITCH() argument
51 this.match = match.clone(); in SWITCH()
53 if ((match_length = match.length) < 2) { in SWITCH()
54 instruction = new TABLESWITCH(match, targets, target); in SWITCH()
59 instruction = new TABLESWITCH(this.match, this.targets, target); in SWITCH()
61 instruction = new LOOKUPSWITCH(this.match, this.targets, target); in SWITCH()
67 …public SWITCH(final int[] match, final InstructionHandle[] targets, final InstructionHandle target… in SWITCH() argument
68 this(match, targets, target, 1); in SWITCH()
77 m_vec[0] = match[0]; in fillup()
[all …]
/external/libkmsxx/scripts/
Ddmt.py19 match = re.search(regex, line)
20 if match != None:
21 m[key] = int(match.group(1), base)
27 match = re.search(regex, line)
28 if match != None:
29 m[key] = float(match.group(1))
62 match = re.search("Timing Name\s+=\s+([^;]+)", line) variable
63 if match != None:
64 m["name"] = str.strip(match.group(1))
79 match = re.search("Scan Type\s+=\s+(\w+);", line) variable
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/impl/
Dmatch.ipp18 inline match<T>::match()
22 inline match<T>::match(std::size_t length_)
26 inline match<T>::match(std::size_t length_, ctor_param_t val_)
31 match<T>::operator!() const
38 match<T>::length() const
45 match<T>::has_valid_attribute() const
51 inline typename match<T>::return_t
52 match<T>::value() const
60 match<T>::swap(match& other)
66 inline match<nil_t>::match()
[all …]
/external/angle/src/libANGLE/
DConfig.cpp245 bool match = true; in filter() local
260 match = config.bufferSize >= attributeValue; in filter()
263 match = config.alphaSize >= attributeValue; in filter()
266 match = config.blueSize >= attributeValue; in filter()
269 match = config.greenSize >= attributeValue; in filter()
272 match = config.redSize >= attributeValue; in filter()
275 match = config.depthSize >= attributeValue; in filter()
278 match = config.stencilSize >= attributeValue; in filter()
281 match = config.configCaveat == static_cast<EGLenum>(attributeValue); in filter()
284 match = config.level == attributeValue; in filter()
[all …]

12345678910>>...349