Home
last modified time | relevance | path

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

12345678910>>...197

/third_party/boost/libs/beast/test/beast/http/
Dfield.cpp25 auto const match = in testField() local
32 match(field::accept, "accept"); in testField()
33 match(field::accept, "aCcept"); in testField()
34 match(field::accept, "ACCEPT"); in testField()
37 match(field::a_im, "A-IM"); in testField()
38 match(field::accept, "Accept"); in testField()
39 match(field::accept_additions, "Accept-Additions"); in testField()
40 match(field::accept_charset, "Accept-Charset"); in testField()
41 match(field::accept_datetime, "Accept-Datetime"); in testField()
42 match(field::accept_encoding, "Accept-Encoding"); in testField()
[all …]
/third_party/skia/infra/bots/gen_tasks_logic/
Dnano_flags.go195 match := []string{}
198 match = append(match, "~blurroundrect")
199 match = append(match, "~patch_grid") // skia:2847
200 match = append(match, "~desk_carsvg")
203 match = append(match, "~keymobi_shop_mobileweb_ebay_com.skp") // skia:5178
206 match = append(match, "~blurroundrect")
207 match = append(match, "~patch_grid") // skia:2847
208 match = append(match, "~desk_carsvg")
209 match = append(match, "~keymobi")
210 match = append(match, "~path_hairline")
[all …]
Ddm_flags.go985 match := []string{}
987 match = append(match, "~Threaded")
992 match = append(match, "~multipicturedraw_")
996 match = append(match, "~WritePixels") // skia:4711
997 match = append(match, "~PremulAlphaRoundTrip_Gpu") // skia:7501
998 match = append(match, "~ReimportImageTextureWithMipLevels") // skia:8090
999 match = append(match, "~MorphologyFilterRadiusWithMirrorCTM_Gpu") // skia:10383
1003 match = append(match, "~Once", "~Shared") // Not sure what's up with these tests.
1014 match = append(match, "~CopySurface")
1019 match = append(match, "~WritePixelsNonTextureMSAA_Gpu")
[all …]
/third_party/libunwind/tests/
Dcheck-namespace.sh.in46 match () { function
96 match _UL${plat}_apply_reg_state
97 match _UL${plat}_reg_states_iterate
98 match _UL${plat}_create_addr_space
99 match _UL${plat}_destroy_addr_space
100 match _UL${plat}_get_fpreg
101 match _UL${plat}_get_proc_info
102 match _UL${plat}_get_proc_info_by_ip
103 match _UL${plat}_get_proc_name
104 match _UL${plat}_get_reg
[all …]
/third_party/node/tools/inspector_protocol/
Dpdl.py77 match = re.compile(r'^(experimental )?(deprecated )?domain (.*)').match(line)
78 if match:
79 domain = createItem({'domain' : match.group(3)}, match.group(1), match.group(2))
83 match = re.compile(r'^ depends on ([^\s]+)').match(line)
84 if match:
87 domain['dependencies'].append(match.group(1))
90match = re.compile(r'^ (experimental )?(deprecated )?type (.*) extends (array of )?([^\s]+)').mat…
91 if match:
94 item = createItem({'id': match.group(3)}, match.group(1), match.group(2))
95 assignType(item, match.group(5), match.group(4), map_binary_to_string)
[all …]
/third_party/boost/libs/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 …]
/third_party/flutter/skia/infra/bots/recipes/
Dperf.py163 match = []
166 match.append('~blurroundrect')
167 match.append('~patch_grid') # skia:2847
168 match.append('~desk_carsvg')
170 match.append('~keymobi_shop_mobileweb_ebay_com.skp') # skia:5178
172 match.append('~blurroundrect')
173 match.append('~patch_grid') # skia:2847
174 match.append('~desk_carsvg')
175 match.append('~keymobi')
176 match.append('~path_hairline')
[all …]
/third_party/ltp/lib/
Dtst_kconfig.c87 struct match { struct
93 int match; member
117 static inline int match(struct match *match, const char *conf, in match() argument
120 if (match->match) in match()
128 if (strncmp(cfg, conf, match->len)) in match()
131 const char *val = &cfg[match->len]; in match()
133 switch (cfg[match->len]) { in match()
138 result->match = 'n'; in match()
139 goto match; in match()
147 result->match = 'y'; in match()
[all …]
/third_party/node/tools/
Dupdate-authors.js41 let match; variable
43 if (match = line.match(/^([^<]+)\s+(<[^>]+>)$/)) {
44 mailmap.set(match[2].toLowerCase(), {
45 author: match[1], email: match[2]
48 } else if (match = line.match(/^<([^>]+)>\s+(<[^>]+>)$/)) {
49 mailmap.set(match[2].toLowerCase(), { email: match[1] });
51 } else if (match = line.match(/^([^<]+)\s+(<[^>]+>)\s+(<[^>]+>)$/)) {
52 mailmap.set(match[3].toLowerCase(), {
53 author: match[1], email: match[2]
56 } else if (match =
[all …]
/third_party/pcre2/pcre2/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 …]
Dtestoutput523 \= Expect no match
25 No match
27 No match
29 No match
31 No match
33 No match
36 \= Expect no match
38 No match
40 No match
42 No match
[all …]
/third_party/jerryscript/tests/jerry/
Dstring-prototype-match.js26 assert(Object.getOwnPropertyDescriptor(String.prototype.match, 'length').configurable === length_co…
27 assert(Object.getOwnPropertyDescriptor(String.prototype.match, 'length').enumerable === false);
28 assert(Object.getOwnPropertyDescriptor(String.prototype.match, 'length').writable === false);
48 assert (match_equals ("hello".match("o"), ["o"]));
49 assert ("hello".match(/ /g) == void 0);
51 assert (match_equals ("hello".match(/o/), ["o"]));
53 assert (match_equals ("hello".match(/l/), ["l"]));
54 assert (match_equals ("hello".match(/l/g), ["l", "l"]));
56 assert ("".match(/a/g) == void 0);
58 assert ("".match() !== void 0 );
[all …]
/third_party/boost/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 …]
/third_party/skia/third_party/externals/angle2/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 …]
/third_party/eudev/rule_generator/
Dwrite_net_rules.in52 local match="$1"
68 echo "SUBSYSTEM==\"net\", ACTION==\"add\"$match, NAME=\"$name\""
85 match="$match, DRIVERS==\"?*\", ATTR{address}==\"$MATCHADDR\""
89 match="$match, DRIVERS==\"$MATCHDRV\""
93 match="$match, ATTR{dev_id}==\"$MATCHDEVID\""
97 match="$match, KERNELS==\"$MATCHID\""
101 match="$match, ATTR{type}==\"$MATCHIFTYPE\""
104 if [ -z "$match" ]; then
111 match="$match, KERNEL==\"$basename*\""
130 write_rule "$match" "$INTERFACE" "$COMMENT"
Dwrite_net_rules52 local match="$1"
68 echo "SUBSYSTEM==\"net\", ACTION==\"add\"$match, NAME=\"$name\""
85 match="$match, DRIVERS==\"?*\", ATTR{address}==\"$MATCHADDR\""
89 match="$match, DRIVERS==\"$MATCHDRV\""
93 match="$match, ATTR{dev_id}==\"$MATCHDEVID\""
97 match="$match, KERNELS==\"$MATCHID\""
101 match="$match, ATTR{type}==\"$MATCHIFTYPE\""
104 if [ -z "$match" ]; then
111 match="$match, KERNEL==\"$basename*\""
130 write_rule "$match" "$INTERFACE" "$COMMENT"
/third_party/boost/boost/spirit/home/classic/core/
Dmatch.hpp65 class match : public safe_bool<match<T> > class
83 match();
84 explicit match(std::size_t length);
85 match(std::size_t length, ctor_param_t val);
91 void swap(match& other);
94 match(match<T2> const& other) in match() function in boost::spirit::match
101 match&
102 operator=(match<T2> const& other) in operator =()
141 class match<nil_t> : public safe_bool<match<nil_t> > class
148 match();
[all …]
/third_party/glib/glib/tests/
Dregex.c158 gboolean match; in test_match_simple() local
160 match = g_regex_match_simple (data->pattern, data->string, data->compile_opts, data->match_opts); in test_match_simple()
161 g_assert_cmpint (match, ==, data->expected); in test_match_simple()
190 gboolean match; in test_match() local
197 match = g_regex_match_full (regex, data->string, data->string_len, in test_match()
202 if (!match) in test_match()
212 g_assert_cmpint (match, ==, TRUE); in test_match()
216 if (match) in test_match()
229 match = g_regex_match (regex, data->string, data->match_opts2, NULL); in test_match()
230 g_assert_cmpint (match, ==, data->expected); in test_match()
[all …]
/third_party/python/Lib/test/
Dtest_re.py79 self.assertEqual(re.match('a*', 'xxx').span(0), (0, 0))
80 self.assertEqual(re.match('a*', 'xxx').span(), (0, 0))
81 self.assertEqual(re.match('x*', 'xxxa').span(0), (0, 3))
82 self.assertEqual(re.match('x*', 'xxxa').span(), (0, 3))
83 self.assertIsNone(re.match('a+', 'xxx'))
150 self.assertRaises(ValueError, re.match, pattern, 'A', re.I)
252 self.assertEqual(re.match(pat, 'xc8yz').span(), (0, 5))
389 self.assertEqual(re.match('a', string).groups(), ())
390 self.assertEqual(re.match('(a)', string).groups(), ('a',))
391 self.assertEqual(re.match('(a)', string).group(0), 'a')
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp234 bool match = true; in filter() local
249 match = config.bufferSize >= attributeValue; in filter()
252 match = config.alphaSize >= attributeValue; in filter()
255 match = config.blueSize >= attributeValue; in filter()
258 match = config.greenSize >= attributeValue; in filter()
261 match = config.redSize >= attributeValue; in filter()
264 match = config.depthSize >= attributeValue; in filter()
267 match = config.stencilSize >= attributeValue; in filter()
270 match = config.configCaveat == static_cast<EGLenum>(attributeValue); in filter()
273 match = config.configID == attributeValue; in filter()
[all …]
/third_party/flutter/skia/tools/skpbench/
D_benchresult.py38 def match(cls, text): member in BenchResult
39 match = cls.PATTERN.search(text)
40 return cls(match) if match else None
42 def __init__(self, match): argument
43 self.accum = float(match.group('accum'))
44 self.median = float(match.group('median'))
45 self.max = float(match.group('max'))
46 self.min = float(match.group('min'))
47 self.stddev = float(match.group('stddev')[:-1]) # Drop '%' sign.
48 self.samples = int(match.group('samples'))
[all …]
/third_party/skia/tools/skpbench/
D_benchresult.py38 def match(cls, text): member in BenchResult
39 match = cls.PATTERN.search(text)
40 return cls(match) if match else None
42 def __init__(self, match): argument
43 self.accum = float(match.group('accum'))
44 self.median = float(match.group('median'))
45 self.max = float(match.group('max'))
46 self.min = float(match.group('min'))
47 self.stddev = float(match.group('stddev')[:-1]) # Drop '%' sign.
48 self.samples = int(match.group('samples'))
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c128 const UCharsetMatch *match; in TestUTF8() local
140 match = ucsdet_detect(csd, &status); in TestUTF8()
142 if (match == NULL) { in TestUTF8()
147 dLength = ucsdet_getUChars(match, detected, sLength, &status); in TestUTF8()
174 const UCharsetMatch *match; in TestUTF16() local
179 match = ucsdet_detect(csd, &status); in TestUTF16()
181 if (match == NULL) { in TestUTF16()
186 name = ucsdet_getName(match, &status); in TestUTF16()
187 conf = ucsdet_getConfidence(match, &status); in TestUTF16()
199 match = ucsdet_detect(csd, &status); in TestUTF16()
[all …]
/third_party/pyyaml/examples/pygments-lexer/
Dyaml.py34 def callback(lexer, match, context): argument
35 text = match.group()
38 yield match.start(), TokenClass, text
39 context.pos = match.end()
44 def callback(lexer, match, context): argument
45 text = match.group()
50 yield match.start(), TokenClass, text
51 context.pos = match.end()
56 def callback(lexer, match, context): argument
57 text = match.group()
[all …]

12345678910>>...197