Home
last modified time | relevance | path

Searched refs:matchAll (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/main/coregrind/
Dm_seqmatch.c43 Bool matchAll, in VG_()
103 if (VG_(generic_match)( matchAll, in VG_()
150 return matchAll ? False // match-all in VG_()
Dm_errormgr.c1557 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/
Dirgen-rdar13114142.mm20 OOArray matchAll(const OOString &)const {
26 pattern.matchAll(0);
/external/valgrind/main/include/
Dpub_tool_seqmatch.h80 Bool matchAll,
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcnmdptst.c895 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()
Dccaltst.c1423 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/
Dcnmdptst.c895 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()
Dccaltst.c1566 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/
Dfunc.c496 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/
Dprototype-1.6.0.3.js394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
396 return (this.match(matchAll) || []).map(function(scriptTag) {
Dconcat-jquery-mootools-prototype.js8773 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/
Dprototype-1.7.js604 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'),
606 return (this.match(matchAll) || []).map(function(scriptTag) {
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c82402 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/
Dsqlite3.c86625 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/
Dsqlite3.c86661 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 );