Home
last modified time | relevance | path

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

12345678910>>...209

/external/skia/infra/bots/gen_tasks_logic/
Dnano_flags.go200 match := []string{}
203 match = append(match, "~blurroundrect")
204 match = append(match, "~patch_grid") // skia:2847
205 match = append(match, "~desk_carsvg")
208 match = append(match, "~keymobi_shop_mobileweb_ebay_com.skp") // skia:5178
211 match = append(match, "~blurroundrect")
212 match = append(match, "~patch_grid") // skia:2847
213 match = append(match, "~desk_carsvg")
214 match = append(match, "~keymobi")
215 match = append(match, "~path_hairline")
[all …]
Ddm_flags.go1267 match := []string{}
1269 match = append(match, "~Threaded")
1274 match = append(match, "~multipicturedraw_")
1278 match = append(match, "~WritePixels") // skia:4711
1279 match = append(match, "~PremulAlphaRoundTrip_Gpu") // skia:7501
1280 match = append(match, "~ReimportImageTextureWithMipLevels") // skia:8090
1281 match = append(match, "~MorphologyFilterRadiusWithMirrorCTM_Gpu") // skia:10383
1285 match = append(match, "~ReimportImageTextureWithMipLevels")
1289 match = append(match, "~Once", "~Shared") // Not sure what's up with these tests.
1300 match = append(match, "~CopySurface")
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_medium.c15 struct match { struct
22 static int emit_match(deflate_state *s, struct match match) { in emit_match() argument
26 if (match.match_length < WANT_MIN_MATCH) { in emit_match()
27 while (match.match_length) { in emit_match()
28 bflush += zng_tr_tally_lit(s, s->window[match.strstart]); in emit_match()
30 match.strstart++; in emit_match()
31 match.match_length--; in emit_match()
36 check_match(s, match.strstart, match.match_start, match.match_length); in emit_match()
38 …bflush += zng_tr_tally_dist(s, match.strstart - match.match_start, match.match_length - STD_MIN_MA… in emit_match()
40 s->lookahead -= match.match_length; in emit_match()
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dfib_rule_tests.sh105 local match="$1"
108 $IP -6 rule add $match table $RTABLE
112 fib_rule6_del_by_pref "$match"
113 log_test $? 0 "rule6 del by pref: $match"
121 match="oif $DEV"
122 fib_rule6_test_match_n_redirect "$match" "$match" "oif redirect to table"
124 match="from $SRC_IP6 iif $DEV"
125 fib_rule6_test_match_n_redirect "$match" "$match" "iif redirect to table"
127 match="tos 0x10"
128 fib_rule6_test_match_n_redirect "$match" "$match" "tos redirect to table"
[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 …]
Dschedcover.py64 match = re_sched_default.match(line)
65 if match: add(match.group(1), None, match.group(2))
66 match = re_sched_no_default.match(line)
67 if match: add(match.group(1), None)
68 match = re_sched_spec.match(line)
69 if match: add(match.group(2), match.group(1), match.group(3))
70 match = re_sched_no_default.match(line)
71 if match: add(match.group(1), None)
/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/cpython2/Lib/test/
Dtest_re.py39 self.assertEqual(re.match('a*', 'xxx').span(0), (0, 0))
40 self.assertEqual(re.match('a*', 'xxx').span(), (0, 0))
41 self.assertEqual(re.match('x*', 'xxxa').span(0), (0, 3))
42 self.assertEqual(re.match('x*', 'xxxa').span(), (0, 3))
43 self.assertIsNone(re.match('a+', 'xxx'))
124 self.assertRaises(ValueError, re.match, pattern, 'A', re.I)
284 self.assertEqual(re.match('a', 'a').groups(), ())
285 self.assertEqual(re.match('(a)', 'a').groups(), ('a',))
286 self.assertEqual(re.match(r'(a)', 'a').group(0), 'a')
287 self.assertEqual(re.match(r'(a)', 'a').group(1), 'a')
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/
Dlog-parser.py96 match = re.search(compute_match, line)
97 if match is not None:
104 match = re.search(gmem_start_match, line)
105 if match is not None:
112 gmem.cleared = match.group(1)
113 gmem.gmem_reason = match.group(2)
114 gmem.num_draws = match.group(3)
115 gmem.samples = match.group(4)
118 match = re.search(gmem_match, line)
119 if match is not None:
[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/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/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/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/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/angle/src/libANGLE/
DConfig.cpp237 bool match = true; in filter() local
252 match = config.bufferSize >= attributeValue; in filter()
255 match = config.alphaSize >= attributeValue; in filter()
258 match = config.blueSize >= attributeValue; in filter()
261 match = config.greenSize >= attributeValue; in filter()
264 match = config.redSize >= attributeValue; in filter()
267 match = config.depthSize >= attributeValue; in filter()
270 match = config.stencilSize >= attributeValue; in filter()
273 match = config.configCaveat == static_cast<EGLenum>(attributeValue); in filter()
276 match = config.configID == attributeValue; in filter()
[all …]
/external/python/cpython3/Lib/test/
Dtest_re.py80 self.assertEqual(re.match('a*', 'xxx').span(0), (0, 0))
81 self.assertEqual(re.match('a*', 'xxx').span(), (0, 0))
82 self.assertEqual(re.match('x*', 'xxxa').span(0), (0, 3))
83 self.assertEqual(re.match('x*', 'xxxa').span(), (0, 3))
84 self.assertIsNone(re.match('a+', 'xxx'))
151 self.assertRaises(ValueError, re.match, pattern, 'A', re.I)
253 self.assertEqual(re.match(pat, 'xc8yz').span(), (0, 5))
390 self.assertEqual(re.match('a', string).groups(), ())
391 self.assertEqual(re.match('(a)', string).groups(), ('a',))
392 self.assertEqual(re.match('(a)', string).group(0), 'a')
[all …]
Dtest_patma.py30 match x:
38 match x:
134 match 0:
140 match 0:
148 match 0:
157 match 0:
164 match 1:
171 match 2:
178 match 3:
185 match 4:
[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/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_archrast.py44 match = re.match(r'^(\s*)([\w\*]+)(\s+)([\w]+)(\[\d+\])*;\s*(\/\/.*)*$', line)
52 if match:
54 "type": match.group(2),
55 "name": match.group(4),
56 "size": int(match.group(5)[1:-1]) if match.group(5) else 1,
57 "desc": match.group(6)[2:].strip() if match.group(6) else "",
61 end_of_event = re.match(r'(\s*)};', line)
84 enum = re.match(r'(\s*)(\w+)(\s*)', line)
89 end_of_enum = re.match(r'(\s*)};', line)
178match = re.match(r'^\s*\/\/\/\s*(.*)$', line) # i.e. "/// more event desc..."
[all …]
/external/llvm/unittests/IR/
DPatternMatch.cpp61 EXPECT_TRUE(m_OneUse(m_Value(V)).match(One)); in TEST_F()
64 EXPECT_FALSE(m_OneUse(m_Value()).match(Two)); in TEST_F()
65 EXPECT_FALSE(m_OneUse(m_Value()).match(Leaf)); in TEST_F()
76 .match(IRB.CreateSelect(IRB.CreateFCmpOLT(L, R), L, R))); in TEST_F()
82 .match(IRB.CreateSelect(IRB.CreateFCmpOLE(L, R), L, R))); in TEST_F()
88 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R))); in TEST_F()
92 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), L, R))); in TEST_F()
96 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), R, L))); in TEST_F()
102 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), R, L))); in TEST_F()
115 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), L, R))); in TEST_F()
[all …]
/external/python/cpython2/Lib/
Dsgmllib.py125 match = interesting.search(rawdata, i)
126 if match: j = match.start()
133 if starttagopen.match(rawdata, i):
183 match = charref.match(rawdata, i)
184 if match:
185 name = match.group(1)
187 i = match.end(0)
190 match = entityref.match(rawdata, i)
191 if match:
192 name = match.group(1)
[all …]
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c129 const UCharsetMatch *match; in TestUTF8() local
141 match = ucsdet_detect(csd, &status); in TestUTF8()
143 if (match == NULL) { in TestUTF8()
148 dLength = ucsdet_getUChars(match, detected, sLength, &status); in TestUTF8()
175 const UCharsetMatch *match; in TestUTF16() local
180 match = ucsdet_detect(csd, &status); in TestUTF16()
182 if (match == NULL) { in TestUTF16()
187 name = ucsdet_getName(match, &status); in TestUTF16()
188 conf = ucsdet_getConfidence(match, &status); in TestUTF16()
200 match = ucsdet_detect(csd, &status); in TestUTF16()
[all …]
/external/cronet/third_party/icu/source/test/cintltst/
Ducsdetst.c129 const UCharsetMatch *match; in TestUTF8() local
141 match = ucsdet_detect(csd, &status); in TestUTF8()
143 if (match == NULL) { in TestUTF8()
148 dLength = ucsdet_getUChars(match, detected, sLength, &status); in TestUTF8()
175 const UCharsetMatch *match; in TestUTF16() local
180 match = ucsdet_detect(csd, &status); in TestUTF16()
182 if (match == NULL) { in TestUTF16()
187 name = ucsdet_getName(match, &status); in TestUTF16()
188 conf = ucsdet_getConfidence(match, &status); in TestUTF16()
200 match = ucsdet_detect(csd, &status); in TestUTF16()
[all …]
/external/tcpdump/tests/
Dof10_s4810-vvvv.out110 match in_port 1
114 match in_port 1
118 match in_port 1
122 match in_port 1
127 match in_port 1
131 match in_port 1
135 match in_port 1
140 match in_port 1
141 match dl_src 00:00:00:00:00:01
145 match in_port 1
[all …]

12345678910>>...209