| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | turbojpeg.c | 355 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 D | SkOpSegment.cpp | 1050 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 D | FileCheck.cpp | 602 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 D | ubidiimp.h | 162 int32_t match; /* matching char or -position of closing bracket */ member
|
| H A D | umutablecptrie.cpp | 667 bool match; in findHighStart() local
|
| H A D | unistr.cpp | 1045 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 D | ps.c | 419 struct ptr_len match[] = { in shared_match_process() local 1686 regmatch_t match; match_pgrep() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | ps.c | 462 struct ptr_len match[] = { in shared_match_process() local 1844 regmatch_t match; match_pgrep() local [all...] |
| /third_party/python/Modules/_sre/ |
| H A D | sre.c | 650 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 D | test_buffer.py | 975 def match(req, flag): function [all...] |
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | message_differencer.cc | 893 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 D | btree.h | 444 MatchKind match; member
|
| /third_party/selinux/libselinux/src/ |
| H A D | selinux_restorecon.c | 315 bool match; in add_xattr_entry() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | expand.c | 1629 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 D | tls_wolfssl.c | 601 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 D | edit.c | 178 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 D | interworking.c | 570 int match = 0; in nai_realm_match() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | hostapd_cli.c | 1786 const struct hostapd_cli_cmd *cmd, *match = NULL; in wpa_request() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglImageFormatTests.cpp | 543 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 D | tls_wolfssl.c | 603 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 D | edit.c | 178 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 D | interworking.c | 573 int match = 0; in nai_realm_match() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| H A D | hostapd_cli.c | 1729 const struct hostapd_cli_cmd *cmd, *match = NULL; in wpa_request() local
|
| /third_party/eudev/src/udev/ |
| H A D | udev-rules.c | 1773 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 D | ubidi.cpp | 747 bracketAddOpening(BracketData *bd, UChar match, int32_t position) { in bracketAddOpening() argument 884 UChar c, match; bracketProcessChar() local [all...] |