Searched refs:matchAll (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_seqmatch.c | 43 Bool matchAll, in VG_() 103 if (VG_(generic_match)( matchAll, in VG_() 150 return matchAll ? False // match-all in VG_()
|
D | m_errormgr.c | 1557 Bool matchAll = False; /* we just want to match a prefix */ in supp_matches_callers() local 1560 matchAll, in supp_matches_callers()
|
/external/clang/test/PCH/ |
D | irgen-rdar13114142.mm | 20 OOArray matchAll(const OOString &)const { 26 pattern.matchAll(0);
|
/external/valgrind/main/include/ |
D | pub_tool_seqmatch.h | 80 Bool matchAll,
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cnmdptst.c | 895 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local 913 matchAll = FALSE; in TestGetKeywordValuesForLocale() 948 matchAll = TRUE; in TestGetKeywordValuesForLocale() 954 matchAll = FALSE; in TestGetKeywordValuesForLocale() 958 matchAll = FALSE; in TestGetKeywordValuesForLocale() 963 if (!matchAll) { in TestGetKeywordValuesForLocale()
|
D | ccaltst.c | 1423 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local 1436 matchAll = FALSE; in TestGetKeywordValuesForLocale() 1468 matchAll = TRUE; in TestGetKeywordValuesForLocale() 1474 matchAll = FALSE; in TestGetKeywordValuesForLocale() 1478 matchAll = FALSE; in TestGetKeywordValuesForLocale() 1484 if (!matchAll) { in TestGetKeywordValuesForLocale()
|
/external/icu4c/test/cintltst/ |
D | cnmdptst.c | 895 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local 913 matchAll = FALSE; in TestGetKeywordValuesForLocale() 948 matchAll = TRUE; in TestGetKeywordValuesForLocale() 954 matchAll = FALSE; in TestGetKeywordValuesForLocale() 958 matchAll = FALSE; in TestGetKeywordValuesForLocale() 963 if (!matchAll) { in TestGetKeywordValuesForLocale()
|
D | ccaltst.c | 1566 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local 1579 matchAll = FALSE; in TestGetKeywordValuesForLocale() 1611 matchAll = TRUE; in TestGetKeywordValuesForLocale() 1617 matchAll = FALSE; in TestGetKeywordValuesForLocale() 1621 matchAll = FALSE; in TestGetKeywordValuesForLocale() 1627 if (!matchAll) { in TestGetKeywordValuesForLocale()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | func.c | 496 u8 matchAll; member 561 u8 matchAll = pInfo->matchAll; in patternCompare() local 567 if( !prevEscape && c==matchAll ){ in patternCompare() 568 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll in patternCompare() 1485 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll ); in sqlite3IsLikeFunction()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'); 396 return (this.match(matchAll) || []).map(function(scriptTag) {
|
D | concat-jquery-mootools-prototype.js | 8773 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'); 8775 return (this.match(matchAll) || []).map(function(scriptTag) {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | prototype-1.7.js | 604 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'), 606 return (this.match(matchAll) || []).map(function(scriptTag) {
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 82402 u8 matchAll; 82467 u8 matchAll = pInfo->matchAll; 82473 if( !prevEscape && c==matchAll ){ 82474 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll 83391 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 86625 u8 matchAll; 86690 u8 matchAll = pInfo->matchAll; 86696 if( !prevEscape && c==matchAll ){ 86697 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll 87632 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );
|
/external/sqlite/dist/ |
D | sqlite3.c | 86661 u8 matchAll; 86726 u8 matchAll = pInfo->matchAll; 86732 if( !prevEscape && c==matchAll ){ 86733 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll 87668 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );
|