Home
last modified time | relevance | path

Searched +defs:string +defs:match +defs:p (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Lib/
Dre.py188 def match(pattern, string, flags=0): argument
193 def fullmatch(pattern, string, flags=0): argument
198 def search(pattern, string, flags=0): argument
203 def sub(pattern, repl, string, count=0, flags=0): argument
212 def subn(pattern, repl, string, count=0, flags=0): argument
223 def split(pattern, string, maxsplit=0, flags=0): argument
233 def findall(pattern, string, flags=0): argument
243 def finditer(pattern, string, flags=0): argument
320 def _expand(pattern, match, template): argument
331 def filter(match, template=template): argument
[all …]
Dsre_parse.py96 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/glib/glib/
Dgregex.c215 const gchar *string; /* string passed to the match function */ member
557 const gchar *string, in match_info_new()
991 gchar *match = NULL; in g_match_info_fetch() local
1642 const gchar *string, in g_regex_match_simple()
1712 const gchar *string, in g_regex_match()
1789 const gchar *string, in g_regex_match_full()
1845 const gchar *string, in g_regex_match_all()
1909 const gchar *string, in g_regex_match_all_full()
2074 const gchar *string, in g_regex_split_simple()
2121 const gchar *string, in g_regex_split()
[all …]
/third_party/glib/glib/tests/
Dpattern.c92 const gchar *string; member
93 gboolean match; member
155 GPatternSpec *p; in test_match() local
/third_party/icu/icu4c/source/common/
Dustring.cpp43 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/
Dustring.cpp43 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/flutter/skia/third_party/externals/icu/source/common/
Dustring.cpp43 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/Linux_Kernel/include/linux/
Dof.h176 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
181 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
186 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
416 const struct of_device_id **match) in of_find_matching_node_and_match()
576 const char *string) in of_property_match_string()
662 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
667 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
671 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
871 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument
895 #define for_each_matching_node_and_match(dn, matches, match) \ argument
/third_party/libusb/libusb/os/
Dsunos_usb.c51 char *string; member
94 const char *p; in sunos_get_link() local
121 const char *node_path, const char *match, char **link_path) in sunos_physpath_to_devlink()
/third_party/Linux_Kernel/scripts/mod/
Dmodpost.c133 char *p; in new_module() local
377 signed char *p = (signed char *)file + *pos; in get_next_line() local
556 Elf32_Word *p; in parse_elf() local
686 static char *next_string(char *string, unsigned long *secsize) in next_string()
707 char *p; in get_next_modinfo() local
782 static int match(const char *sym, const char * const pat[]) in match() function
784 const char *p; in match() local
1313 char *p = malloc(20); in sec2annotation() local
2219 const char *p; in add_depends() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c52 #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/
Dfunction.cpp818 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/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp522 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/hof/doc/html/_static/
Djquery-3.1.0.js354 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
/third_party/boost/libs/gil/doc/html/_static/
Djquery-3.1.0.js354 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
/third_party/boost/libs/python/doc/html/numpy/_static/
Djquery-3.1.0.js354 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
/third_party/node/tools/
Dlint-md.js253 function repeat(string, count) { argument
1680 var match, major, minor; variable
3255 function indentString(string, spaces) { argument
3363 function needIndentIndicator(string) { argument
3381 function chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, testAmbiguousType) { argument
3449 function writeScalar(state, string, level, iskey) { argument
3474 function testAmbiguity(string) { argument
3498 function blockHeader(string, indentPerLevel) { argument
3510 function dropEndingNewline(string) { argument
3516 function foldString(string, width) { argument
[all …]