| /third_party/python/Lib/ |
| D | re.py | 187 def match(pattern, string, flags=0): argument 192 def fullmatch(pattern, string, flags=0): argument 197 def search(pattern, string, flags=0): argument 202 def sub(pattern, repl, string, count=0, flags=0): argument 211 def subn(pattern, repl, string, count=0, flags=0): argument 222 def split(pattern, string, maxsplit=0, flags=0): argument 232 def findall(pattern, string, flags=0): argument 242 def finditer(pattern, string, flags=0): argument 319 def _expand(pattern, match, template): argument 330 def filter(match, template=template): argument [all …]
|
| D | sre_parse.py | 96 def closegroup(self, gid, p): argument 224 def __init__(self, string): argument 249 def match(self, char): member in Tokenizer 1054 def expand_template(template, match): argument
|
| /third_party/mbedtls/scripts/ |
| D | generate_ssl_debug_helpers.py | 32 def remove_c_comments(string): argument 41 def replacer(match): argument 71 def _yield_objects(s, d, p, st, end): argument
|
| /third_party/glib/glib/ |
| D | gregex.c | 174 const gchar *string; /* string passed to the match function */ member 843 const gchar *string, in match_info_new() 1301 gchar *match = NULL; in g_match_info_fetch() local 1916 const gchar *string, in g_regex_match_simple() 1989 const gchar *string, in g_regex_match() 2068 const gchar *string, in g_regex_match_full() 2126 const gchar *string, in g_regex_match_all() 2192 const gchar *string, in g_regex_match_all_full() 2366 const gchar *string, in g_regex_split_simple() 2416 const gchar *string, in g_regex_split() [all …]
|
| /third_party/glib/glib/tests/ |
| D | pattern.c | 92 const gchar *string; member 93 gboolean match; member 155 GPatternSpec *p; in test_match() local
|
| /third_party/libwebsockets/lib/core/ |
| D | libwebsockets.c | 76 uint8_t *p = (uint8_t *)buf, b; in lws_vbi_encode() local 98 const uint8_t *p = (const uint8_t *)buf, *end = p + len; in lws_vbi_decode() local 270 lws_explicit_bzero(void *p, size_t len) in lws_explicit_bzero() 514 lws_sql_purify(char *escaped, const char *string, size_t len) in lws_sql_purify() 516 const char *p = string; in lws_sql_purify() local 534 lws_sql_purify_len(const char *p) in lws_sql_purify_len() 548 lws_json_purify(char *escaped, const char *string, int len, int *in_used) in lws_json_purify() 550 const char *p = string; in lws_json_purify() local 608 lws_json_purify_len(const char *string) in lws_json_purify_len() 611 const char *p = string; in lws_json_purify_len() local [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | ustring.cpp | 43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary() 58 const UChar *start, *p, *q, *subLimit; in u_strFindFirst() local 289 const UChar *start, *limit, *p, *q, *subLimit; in u_strFindLast() local 468 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() 541 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk() 553 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn() 565 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn()
|
| /third_party/icu/icu4c/source/common/ |
| D | ustring.cpp | 43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary() 58 const UChar *start, *p, *q, *subLimit; in u_strFindFirst() local 289 const UChar *start, *limit, *p, *q, *subLimit; in u_strFindLast() local 468 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() 541 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk() 553 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn() 565 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn()
|
| /third_party/node/deps/icu-small/source/common/ |
| D | ustring.cpp | 43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary() 58 const UChar *start, *p, *q, *subLimit; in u_strFindFirst() local 289 const UChar *start, *limit, *p, *q, *subLimit; in u_strFindLast() local 468 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() 541 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk() 553 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn() 565 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | ustring.cpp | 43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary() 58 const UChar *start, *p, *q, *subLimit; in u_strFindFirst() local 289 const UChar *start, *limit, *p, *q, *subLimit; in u_strFindLast() local 468 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() 541 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk() 553 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn() 565 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn()
|
| /third_party/grpc/src/core/ext/xds/ |
| D | xds_api.cc | 306 for (const auto& match : match_subject_alt_names) { in ToString() local 478 for (const auto& p : localities) { in ToString() local 589 for (const auto& p : metadata) { in PopulateMetadata() local 874 grpc_error* RoutePathMatchParse(const envoy_config_route_v3_RouteMatch* match, in RoutePathMatchParse() 968 const envoy_config_route_v3_RouteMatch* match, XdsApi::Route* route) { in RouteHeaderMatchersParse() 1035 const envoy_config_route_v3_RouteMatch* match, XdsApi::Route* route) { in RouteRuntimeFractionParse() 1198 const envoy_config_route_v3_RouteMatch* match = in RouteConfigParse() local 1413 const std::string& /*listener_name*/, in LdsResponseParseServer() 2359 for (const auto& p : snapshot.backend_metrics) { in LocalityStatsPopulate() local 2382 for (auto& p : cluster_load_report_map) { in CreateLrsRequest() local [all …]
|
| /third_party/libwebsockets/lib/roles/http/server/ |
| D | server.c | 505 const char *p; in lws_select_vhost() local 671 unsigned char *p = (unsigned char *)sym + 32 + LWS_PRE, *start = p; in lws_http_serve() local 986 lws_find_string_in_file(const char *filename, const char *string, int stringlen) in lws_find_string_in_file() 989 int fd, match = 0, pos = 0, n = 0, hit = 0; in lws_find_string_in_file() local 1037 *p = start, *end = p + 2048; in lws_unauthorised_basic_auth() local 1069 int lws_clean_url(char *p) in lws_clean_url() 1332 char *p; in lws_http_proxy_start() local 1531 unsigned char *start = pt->serv_buf + LWS_PRE, *p = start, in lws_http_redirect_hit() local 1721 unsigned char *start = pt->serv_buf + LWS_PRE, *p = start, in lws_http_action() local 2192 char tbuf[128], *p; in lws_handshake_server() local [all …]
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2grep.c | 351 char *string; member 688 patstr *p = (patstr *)malloc(sizeof(patstr)); in add_pattern() local 730 patstr *p = pc; in free_pattern_chain() local 1453 end_of_line(char *p, char *endptr, int *lenptr) in end_of_line() 1624 previous_line(char *p, char *startptr) in previous_line() 1834 patstr *p = patterns; in match_patterns() local 1920 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, in decode_dollar_escape() 2103 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text() 2138 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text() 2247 PCRE2_SPTR string = calloutptr->callout_string; in pcre2grep_callout() local [all …]
|
| /third_party/libusb/libusb/os/ |
| D | sunos_usb.c | 52 char **string; member 86 const char *p; in sunos_get_link() local 113 const char *node_path, const char *match, char **link_path) in sunos_physpath_to_devlink() 1134 const uint8_t *p = data; in usb_dump_data() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | turbojpeg.c | 53 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) argument 69 #define JMESSAGE(code, string) string, argument 355 int match = 0; in getSubsamp() local 377 int match = 0; in getSubsamp() local 399 int match = 0; in getSubsamp() local
|
| /third_party/libjpeg-turbo/ |
| D | turbojpeg.c | 53 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) argument 69 #define JMESSAGE(code, string) string, argument 326 int match = 0; in getSubsamp() local 348 int match = 0; in getSubsamp() local 370 int match = 0; in getSubsamp() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | turbojpeg.c | 52 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) argument 68 #define JMESSAGE(code, string) string, argument 323 int match = 0; in getSubsamp() local 345 int match = 0; in getSubsamp() local
|
| /third_party/boost/tools/build/src/engine/ |
| D | function.cpp | 818 char * p; in var_edit_shift() local 1740 static void var_parse_string_free( VAR_PARSE_STRING * string ) in var_parse_string_free() 1982 static VAR_PARSE_GROUP * parse_expansion( char const * * string ) in parse_expansion() 1999 static VAR_PARSE_ACTIONS * parse_actions( char const * string ) in parse_actions() 2014 static int try_parse_variable( char const * * s_, char const * * string, in try_parse_variable() 2079 static VAR_PARSE * parse_variable( char const * * string ) in parse_variable() 2247 void balance_parentheses( char const * * s_, char const * * string, in balance_parentheses() 2765 PARSE * p; in compile_parse() local 4198 char const * match; in function_run() local 4808 const char * p; in function_run() local
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 2702 as_ucs4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in as_ucs4() 2752 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4() 2763 PyUnicode_AsUCS4Copy(PyObject *string) in PyUnicode_AsUCS4Copy() 2844 const char *p; in unicode_fromformat_arg() local 3159 const char *p; in PyUnicode_FromFormatV() local 3398 wchar_t **p = (wchar_t **)ptr; in _PyUnicode_WideCharString_Converter() local 3430 wchar_t **p = (wchar_t **)ptr; in _PyUnicode_WideCharString_Opt_Converter() local 5129 const char *p = start; in ascii_decode() local 5527 char *p = bytes; in _Py_EncodeUTF8Ex() local 6703 char *p; in PyUnicode_AsUnicodeEscapeString() local [all …]
|
| /third_party/node/tools/ |
| D | lint-md.mjs | 1519 const stringReplaceAll$1 = (string, substring, replacer) => { argument 1538 const stringEncaseCRLFWithFirstIndex$1 = (string, prefix, postfix, index) => { argument 1664 const string = chunk.join(''); constant 1850 const applyStyle = (self, string) => { argument 2894 const match = /^\\+/.exec(remaining()); constant 3322 const match = REGEX_NON_SPECIAL_CHARS.exec(remaining()); constant 3604 const match = /^(.*?)\.(\w+)$/.exec(str); constant 3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property 3752 let match = input === glob; variable 4402 if (typeof str !== 'string' || str === '') { field in ReaddirpStream [all …]
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 507 bool Reader::match(Location pattern, int patternLength) { in match() function in Json::Reader 598 const char *p = current_; in readNumber() local 1471 bool OurReader::match(Location pattern, int patternLength) { in match() function in Json::OurReader 1543 const char *p = current_; in readNumber() local 3844 void Path::addPathInArg(const std::string& /*path*/, in addPathInArg() 3857 void Path::invalidPath(const std::string& /*path*/, int /*location*/) { in invalidPath()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 507 bool Reader::match(Location pattern, int patternLength) { in match() function in Json::Reader 598 const char *p = current_; in readNumber() local 1471 bool OurReader::match(Location pattern, int patternLength) { in match() function in Json::OurReader 1543 const char *p = current_; in readNumber() local 3844 void Path::addPathInArg(const std::string& /*path*/, in addPathInArg() 3857 void Path::invalidPath(const std::string& /*path*/, int /*location*/) { in invalidPath()
|
| /third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 507 bool Reader::match(Location pattern, int patternLength) { in match() function in Json::Reader 598 const char *p = current_; in readNumber() local 1471 bool OurReader::match(Location pattern, int patternLength) { in match() function in Json::OurReader 1543 const char *p = current_; in readNumber() local 3844 void Path::addPathInArg(const std::string& /*path*/, in addPathInArg() 3857 void Path::invalidPath(const std::string& /*path*/, int /*location*/) { in invalidPath()
|
| /third_party/protobuf/conformance/third_party/jsoncpp/ |
| D | jsoncpp.cpp | 522 bool Reader::match(Location pattern, int patternLength) { in match() function in Json::Reader 613 const char *p = current_; in readNumber() local 1500 bool OurReader::match(Location pattern, int patternLength) { in match() function in Json::OurReader 1572 const char *p = current_; in readNumber() local 3877 void Path::addPathInArg(const std::string& /*path*/, in addPathInArg() 3890 void Path::invalidPath(const std::string& /*path*/, int /*location*/) { in invalidPath()
|
| /third_party/boost/libs/python/doc/html/numpy/_static/ |
| D | jquery-3.1.0.js | 354 camelCase: function( string ) { argument 1610 match: matchExpr, property 1624 "ATTR": function( match ) { argument 1637 "CHILD": function( match ) { argument 1669 "PSEUDO": function( match ) { argument 2567 compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { argument 6617 linear: function( p ) { argument 6620 swing: function( p ) { argument
|