Searched refs:matchAll (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_seqmatch.h50 When matchAll is True, the entire input sequence must match the
80 Bool matchAll,
/external/valgrind/main/coregrind/
H A Dm_seqmatch.c43 Bool matchAll,
103 if (VG_(generic_match)( matchAll,
150 return matchAll ? False // match-all
42 generic_match( Bool matchAll, void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt, void* input, SizeT szbInput, UWord nInput, UWord ixInput, Bool (*pIsStar)(void*), Bool (*pIsQuery)(void*), Bool (*pattEQinp)(void*,void*,void*,UWord), void* inputCompleter ) argument
H A Dm_errormgr.c1557 Bool matchAll = False; /* we just want to match a prefix */ local
1560 matchAll,
/external/chromium_org/third_party/sqlite/src/src/
H A Dfunc.c496 u8 matchAll; member in struct:compareInfo
561 u8 matchAll = pInfo->matchAll; local
567 if( !prevEscape && c==matchAll ){
568 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll
1485 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnmdptst.c895 UBool matchPref, matchAll; local
913 matchAll = FALSE;
948 matchAll = TRUE;
954 matchAll = FALSE;
958 matchAll = FALSE;
963 if (!matchAll) {
H A Dccaltst.c1423 UBool matchPref, matchAll; local
1436 matchAll = FALSE;
1468 matchAll = TRUE;
1474 matchAll = FALSE;
1478 matchAll = FALSE;
1484 if (!matchAll) {
/external/icu4c/test/cintltst/
H A Dcnmdptst.c895 UBool matchPref, matchAll; local
913 matchAll = FALSE;
948 matchAll = TRUE;
954 matchAll = FALSE;
958 matchAll = FALSE;
963 if (!matchAll) {
H A Dccaltst.c1566 UBool matchPref, matchAll; local
1579 matchAll = FALSE;
1611 matchAll = TRUE;
1617 matchAll = FALSE;
1621 matchAll = FALSE;
1627 if (!matchAll) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
396 return (this.match(matchAll) || []).map(function(scriptTag) {
H A 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/sqlite/amalgamation/
H A Dsqlite3.c82402 u8 matchAll; member in struct:compareInfo
82467 u8 matchAll = pInfo->matchAll; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c86625 u8 matchAll; member in struct:compareInfo
86690 u8 matchAll = pInfo->matchAll; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c86661 u8 matchAll; member in struct:compareInfo
86726 u8 matchAll = pInfo->matchAll; local
[all...]

Completed in 1524 milliseconds