Home
last modified time | relevance | path

Searched refs:match (Results 576 - 600 of 4199) sorted by relevance

1...<<21222324252627282930>>...168

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp685 if (!match(CondV, m_ICmp(P, m_And(m_Value(A), m_Value(B)), m_Value(C))) && in matchLeftShift()
686 !match(CondV, m_ICmp(P, m_Value(C), m_And(m_Value(A), m_Value(B))))) in matchLeftShift()
695 if (match(A, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift()
698 } else if (match(B, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift()
710 if (match(C, m_Zero())) in matchLeftShift()
732 if (match(ShouldXoredV, m_Xor(m_Value(Y), m_Value(Z)))) { in matchLeftShift()
747 } else if (match(ShouldSameV, m_Zero())) { in matchLeftShift()
757 if (!match(U, m_Xor(m_Specific(SelI), m_Value(R))) && in matchLeftShift()
758 !match(U, m_Xor(m_Value(R), m_Specific(SelI)))) in matchLeftShift()
765 // The xor input value T is isolated into its own match s in matchLeftShift()
[all...]
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dcontexts_trie.c162 ParamContextsTrie *match = childNode->childPtr; in SearchFromParamTrie() local
163 if (match->labeled == MATCH_LABELED) { in SearchFromParamTrie()
164 return match->matchLabel; in SearchFromParamTrie()
198 ParamContextsTrie *match = childNode->childPtr; in GetLabelIndex() local
199 if (match->labeled == MATCH_LABELED) { in GetLabelIndex()
200 return match->index; in GetLabelIndex()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dhw.c291 const struct of_device_id *match; in rkispp_hw_probe() local
300 match = of_match_node(rkispp_hw_of_match, node); in rkispp_hw_probe()
301 if (IS_ERR(match)) { in rkispp_hw_probe()
302 return PTR_ERR(match); in rkispp_hw_probe()
312 match_data = match->data; in rkispp_hw_probe()
313 hw_dev->match_data = match->data; in rkispp_hw_probe()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dhw.c291 const struct of_device_id *match; in rkispp_hw_probe() local
300 match = of_match_node(rkispp_hw_of_match, node); in rkispp_hw_probe()
301 if (IS_ERR(match)) in rkispp_hw_probe()
302 return PTR_ERR(match); in rkispp_hw_probe()
310 match_data = match->data; in rkispp_hw_probe()
311 hw_dev->match_data = match->data; in rkispp_hw_probe()
/third_party/elfio/elfio/
H A Delfio_symbols.hpp147 bool match = false; in get_symbol() local
151 match = generic_search_symbols<Elf32_Sym>( in get_symbol()
158 match = generic_search_symbols<Elf64_Sym>( in get_symbol()
165 if ( match ) { in get_symbol()
410 bool generic_search_symbols( std::function<bool( const T* )> match, in generic_search_symbols() argument
419 if ( match( symPtr ) ) { in generic_search_symbols()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.cpp333 // We go through this loop until we achieve a match or until in test()
335 // which the date and the string starts to match. Once matching in test()
363 UBool match = s[loop] == s[loop-1]; in test() local
365 if(match) in test()
368 else if( ! match) in test()
369 errln("FAIL: String mismatch after match"); in test()
374 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/; in test() local
376 if(match) in test()
379 else if( ! match) in test()
380 errln("FAIL: Date mismatch after match"); in test()
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java302 boolean match = true; in findConstructorInfo()
305 match = false; in findConstructorInfo()
309 if (match) { in findConstructorInfo()
325 boolean match = true; in findMethodInfo()
328 match = false; in findMethodInfo()
332 if (match) { in findMethodInfo()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py269 if re.match(r'MAC(?:_|\Z)', name):
271 elif re.match(r'KDF(?:_|\Z)', name):
299 m = re.match(self._define_directive_re, line)
306 if re.match(self._deprecated_definition_re, expansion):
478 m = re.match(self._header_line_re, line)
548 m = re.match(self._test_case_line_re, line)
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py41 ``None`` to match no path. Paths are normalized and converted to ``/``
60 # We need slashes to match exemption lists.
76 re.match(self.path_exemptions, self.normalize_path(filepath)):
179 m = re.match(self._shebang_re, first_line)
278 return not self.GOOD_CHARACTERS_RE.match(text)
424 m = self.COPYRIGHT_RE.match(line)
429 m = self.SPDX_RE.match(line)
441 m = self.LICENSE_MENTION_RE.match(line)
/third_party/pcre2/pcre2/maint/
H A DGenerateUcd.py52 # Added code to search for sets of more than two characters that must match
133 # lists of characters that all match each other caselessly. Each list is
306 f = re.match(r'^[^/]+/([^.]+)\.txt$', file_name)
310 f = re.match(version_pat, file.readline())
324 m = re.match(r'([0-9a-fA-F]+)(\.\.([0-9a-fA-F]+))?$', chardata[0])
535 m = re.match(r'([0-9a-fA-F]+)(\.\.([0-9a-fA-F]+))?$', chardata[0])
587 m = re.match(r'([0-9a-fA-F]+)(\.\.([0-9a-fA-F]+))?$', data[0])
646 # table to find sets of more than two characters that must all match each other
845 m = re.match(r'([0-9a-fA-F]+)\.\.([0-9a-fA-F]+)\s+;\s+\S+\s+#\s+Nd\s+', line)
/third_party/python/Lib/distutils/
H A Dutil.py88 m = rel_re.match(release)
198 def _subst (match, local_vars=local_vars):
199 var_name = match.group(1)
249 m = _wordchars_re.match(s, pos)
267 m = _squote_re.match(s, end)
269 m = _dquote_re.match(s, end)
/third_party/python/Lib/http/
H A Dcookies.py553 match = patt.match(str, i)
554 if not match:
558 key, value = match.group("key"), match.group("val")
559 i = match.end(0)
/third_party/python/Lib/idlelib/
H A Dpyparse.py5 The following bound search and match functions are defined:
48 """, re.VERBOSE).match
69 """, re.VERBOSE | re.DOTALL).match
76 [^\s#\\] # if we match, m.end()-1 is the interesting char
77 """, re.VERBOSE).match
90 """, re.VERBOSE).match
92 # Chew up non-special chars as quickly as possible. If match is
94 # matched. If match is unsuccessful, the string starts with an
99 """, re.VERBOSE).match
544 found = re.match(
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php47 foreach ($ret as &$match) {
48 $match = $match == strtoupper($match) ? strtolower($match) : lcfirst($match); variable
/third_party/skia/
H A DPRESUBMIT.py77 return (comment_block_start_pattern.match(line) or
78 comment_block_middle_pattern.match(line) or
79 comment_block_end_pattern.match(line) or
80 single_line_comment_pattern.match(line))
84 return empty_line_pattern.match(line)
186 if pattern.match(line):
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1204 for (MatchInfo match : specificMatches) { in parse()
1205 if (startIdx + match.matchLength() > parsedPos) { in parse()
1206 specificMatch = match; in parse()
1207 parsedPos = startIdx + match.matchLength(); in parse()
1225 for (MatchInfo match : tzdbNameMatches) { in parse()
1226 if (startIdx + match.matchLength() > parsedPos) { in parse()
1227 tzdbNameMatch = match; in parse()
1228 parsedPos = startIdx + match.matchLength(); in parse()
1311 // zero format). Then, it tried to find a match within the set of display names, but could not in parse()
1312 // find a match in parse()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java1143 for (MatchInfo match : specificMatches) { in parse()
1144 if (startIdx + match.matchLength() > parsedPos) { in parse()
1145 specificMatch = match; in parse()
1146 parsedPos = startIdx + match.matchLength(); in parse()
1164 for (MatchInfo match : tzdbNameMatches) { in parse()
1165 if (startIdx + match.matchLength() > parsedPos) { in parse()
1166 tzdbNameMatch = match; in parse()
1167 parsedPos = startIdx + match.matchLength(); in parse()
1250 // zero format). Then, it tried to find a match within the set of display names, but could not in parse()
1251 // find a match in parse()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java205 // The default locale does not match any of the supported locales. in testUnsupportedDefault()
297 private static double match(ULocale a, ULocale b) { in match() method in LocaleMatcherTest
299 return matcher.match(a, null, b, null); in match()
304 assertEquals(1.0, match(ENGLISH_CANADA, ENGLISH_CANADA)); in testMatch_exact()
309 double match = match(new ULocale("ar_MK"), ENGLISH_CANADA); in testMatch_none()
310 assertTrue("Actual >= 0: " + match, 0 <= match); in testMatch_none()
311 assertTrue("Actual < 0.2 (~ language + script distance): " + match, 0.2 > match); in testMatch_none()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java202 // The default locale does not match any of the supported locales. in testUnsupportedDefault()
318 private static double match(ULocale a, ULocale b) { in match() method in LocaleMatcherTest
320 return matcher.match(a, null, b, null); in match()
325 assertEquals(1.0, match(ENGLISH_CANADA, ENGLISH_CANADA)); in testMatch_exact()
330 double match = match(new ULocale("ar_MK"), ENGLISH_CANADA); in testMatch_none()
331 assertTrue("Actual >= 0: " + match, 0 <= match); in testMatch_none()
332 assertTrue("Actual < 0.2 (~ language + script distance): " + match, 0.2 > match); in testMatch_none()
[all...]
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S106 # x9 t5 : (LITM) match : sym2 (ShortDist)
152 #define match w9 define
430 shl match, (PSHIFT + 1)
431 and bit, match, 256 * PMULT
433 p2_add match, match
444 and bit, match, offs
460 p2_add match, match
466 and bit, match, off
[all...]
/third_party/python/Lib/test/
H A Dtest_mmap.py84 # Test doing a regular expression match in an mmap'ed file
85 match = re.search(b'[A-Za-z]+', m)
86 if match is None:
87 self.fail('regex match on mmap failed!')
89 start, end = match.span(0)
786 match = open_mmap_repr_pat.match(repr(mm))
787 self.assertIsNotNone(match)
788 self.assertEqual(match.group('access'), access)
789 self.assertEqual(match
[all...]
H A Dtest_pathlib.py319 self.assertRaises(ValueError, P('a').match, '')
320 self.assertRaises(ValueError, P('a').match, '.')
322 self.assertTrue(P('b.py').match('b.py'))
323 self.assertTrue(P('a/b.py').match('b.py'))
324 self.assertTrue(P('/a/b.py').match('b.py'))
325 self.assertFalse(P('a.py').match('b.py'))
326 self.assertFalse(P('b/py').match('b.py'))
327 self.assertFalse(P('/a.py').match('b.py'))
328 self.assertFalse(P('b.py/c').match('b.py'))
330 self.assertTrue(P('b.py').match('*
[all...]
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/
H A Devent_scan_handler.cpp59 std::smatch match; in GetExpiredFileNames() local
62 if (!std::regex_match(scannedFile, match, reg)) { in GetExpiredFileNames()
/device/soc/rockchip/common/sdk_linux/include/media/
H A Dv4l2-async.h22 * in order to identify a match
25 * v4l2_async_subdev.match ops
31 * algorithm that will be used to match an asynchronous device.
43 * @match_type: type of match that will be used
44 * @match: union of per-bus type matching data sets
45 * @match.fwnode:
48 * @match.device_name:
51 * @match.i2c: embedded struct with I2C parameters to be matched.
52 * Both @match.i2c.adapter_id and @match
89 bool (*match)(struct device *dev, struct v4l2_async_subdev *sd); global() member
92 } match; global() member
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DSeriesMatcher.java38 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SeriesMatcher
54 maybeMore = matcher.match(segment, result); in match()
56 // Nothing for this matcher to match; ask for more. in match()

Completed in 26 milliseconds

1...<<21222324252627282930>>...168