Searched refs:regexpr (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | collect_data.py | 138 for value, regexpr in value_regexpr_pairs: 139 if regexpr is None: 141 if not regexpr.match(value):
|
/external/one-true-awk/ |
D | lex.c | 166 int regexpr(void); 184 return regexpr(); in yylex() 520 int regexpr(void) in regexpr() function
|
D | FIXES | 956 small fixes to regexpr code: can now handle []], [[], and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 9662 * Objects/fileobject.c, Modules/shamodule.c, Modules/regexpr.c: 12481 - Fixed a bug (broken use of the syntax table) in the old "regexpr.c". 12911 - reopmodule.c, regexmodule.c, regexpr.c, zlibmodule.c: needed casts 13144 - Added casts and changed some return types in regexpr.c to avoid 13626 rewritten regexpr.c. Most work on this was done by Jeffrey Ollie, Tim 14796 defined by sources that were incorporated from elsewhere (regexpr.c, 16795 (old) C compilers choke on regexpr.c
|
/external/python/cpython3/Misc/ |
D | HISTORY | 27041 * Objects/fileobject.c, Modules/shamodule.c, Modules/regexpr.c: 29860 - Fixed a bug (broken use of the syntax table) in the old "regexpr.c". 30290 - reopmodule.c, regexmodule.c, regexpr.c, zlibmodule.c: needed casts 30523 - Added casts and changed some return types in regexpr.c to avoid 31005 rewritten regexpr.c. Most work on this was done by Jeffrey Ollie, Tim 32175 defined by sources that were incorporated from elsewhere (regexpr.c, 34174 (old) C compilers choke on regexpr.c
|