Home
last modified time | relevance | path

Searched defs:match (Results 401 - 425 of 487) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c355 int match = 0; in getSubsamp() local
377 int match = 0; in getSubsamp() local
399 int match = 0; in getSubsamp() local
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1050 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() function in SkOpSegment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp602 Expected<size_t> Pattern::match(StringRef Buffer, size_t &MatchLen, in match() function in Pattern
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiimp.h162 int32_t match; /* matching char or -position of closing bracket */ member
H A Dumutablecptrie.cpp667 bool match; in findHighStart() local
H A Dunistr.cpp1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local
1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local
1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local
1109 const UChar *match in lastIndexOf() local
1131 const UChar *match = u_memrchr(array + start, c, length); doLastIndexOf() local
1148 const UChar *match = u_memrchr32(array + start, c, length); doLastIndexOf() local
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c419 struct ptr_len match[] = { in shared_match_process() local
1686 regmatch_t match; match_pgrep() local
[all...]
/third_party/toybox/toys/posix/
H A Dps.c462 struct ptr_len match[] = { in shared_match_process() local
1844 regmatch_t match; match_pgrep() local
[all...]
/third_party/python/Modules/_sre/
H A Dsre.c650 PyObject *match; in _sre_SRE_Pattern_match_impl() local
693 PyObject *match; in _sre_SRE_Pattern_fullmatch_impl() local
739 PyObject *match; in _sre_SRE_Pattern_search_impl() local
1062 PyObject* match; pattern_subx() local
2454 MatchObject* match; pattern_new_match() local
2586 PyObject* match; _sre_SRE_Scanner_match_impl() local
2636 PyObject* match; _sre_SRE_Scanner_search_impl() local
[all...]
/third_party/python/Lib/test/
H A Dtest_buffer.py975 def match(req, flag): function
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc893 bool match; in IsMatch() local
1314 bool match = false; in CompareUnknownFields() local
1646 bool match = false; MatchRepeatedFieldIndices() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h444 MatchKind match; member
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c315 bool match; in add_xattr_entry() local
/third_party/selinux/libsepol/src/
H A Dexpand.c1629 int match = 0; in find_avtab_node() local
3220 unsigned int match = 0; in expand_avtab_insert() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c601 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject() argument
645 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() argument
676 tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, size_t match_len, int full) tls_match_suffix_helper() argument
746 tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) tls_match_suffix() argument
952 char *match, *altmatch, *suffix_match, *domain_match; tls_verify_cb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dedit.c178 struct edit_history *h, *match = NULL, *last = NULL; in history_add() local
891 char *match = search_find(); in search_redraw() local
917 char *match = search_find(); in search_stop() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c570 int match = 0; in nai_realm_match() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhostapd_cli.c1786 const struct hostapd_cli_cmd *cmd, *match = NULL; in wpa_request() local
/third_party/vk-gl-cts/modules/egl/
H A DteglImageFormatTests.cpp543 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES() local
649 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES() local
751 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface0, screen0, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES() local
902 bool match in invokeGLES() local
1012 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); invokeGLES() local
1115 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); invokeGLES() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_wolfssl.c603 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject() argument
647 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() argument
678 tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, size_t match_len, int full) tls_match_suffix_helper() argument
750 tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) tls_match_suffix() argument
959 char *match, *altmatch, *suffix_match, *domain_match; tls_verify_cb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dedit.c178 struct edit_history *h, *match = NULL, *last = NULL; in history_add() local
891 char *match = search_find(); in search_redraw() local
917 char *match = search_find(); in search_stop() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.c573 int match = 0; in nai_realm_match() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhostapd_cli.c1729 const struct hostapd_cli_cmd *cmd, *match = NULL; in wpa_request() local
/third_party/eudev/src/udev/
H A Dudev-rules.c1773 bool match = false; in match_key() local
1943 bool match = false; udev_rules_apply_to_event() local
1986 bool match = false; udev_rules_apply_to_event() local
2075 bool match = udev_device_has_tag(event->dev_parent, rules_str(rules, cur->key.value_off)); udev_rules_apply_to_event() local
2101 int match; udev_rules_apply_to_event() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp747 bracketAddOpening(BracketData *bd, UChar match, int32_t position) { in bracketAddOpening() argument
884 UChar c, match; bracketProcessChar() local
[all...]

Completed in 57 milliseconds

1...<<11121314151617181920