Searched refs:tmpSet (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 93 std::set<BasicBlock *> tmpSet; in compareDomSet() local 96 tmpSet.insert(*I); in compareDomSet() 102 if (tmpSet.erase(Node) == 0) in compareDomSet() 107 if (!tmpSet.empty()) in compareDomSet()
|
/external/icu4c/i18n/ |
D | uspoof_impl.cpp | 264 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local 304 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales() 305 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales() 309 tmpSet->freeze(); in setAllowedLocales() 311 fAllowedCharsSet = tmpSet; in setAllowedLocales() 331 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales() 333 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales() 339 tmpSet->freeze(); in setAllowedLocales() 341 fAllowedCharsSet = tmpSet; in setAllowedLocales() 365 UnicodeSet tmpSet; in addScriptChars() local [all …]
|
/external/icu4c/test/cintltst/ |
D | spooftest.c | 368 USet *tmpSet; in TestUSpoofCAPI() local 374 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI() 375 TEST_ASSERT(uset_equals(tmpSet, set)); in TestUSpoofCAPI() 382 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI() 383 uspoof_setAllowedChars(sc, tmpSet, &status); in TestUSpoofCAPI() 385 uset_close(tmpSet); in TestUSpoofCAPI()
|
/external/valgrind/main/coregrind/ |
D | m_redir.c | 714 OSet* tmpSet; in VG_() local 737 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free); in VG_() 763 VG_(OSetWord_Insert)( tmpSet, act->from_addr ); in VG_() 774 VG_(OSetWord_ResetIter)( tmpSet ); in VG_() 775 while ( VG_(OSetWord_Next)(tmpSet, &addr) ) { in VG_() 781 VG_(OSetWord_Destroy)( tmpSet ); in VG_()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 2344 var tmpSet = [], later = "", match, 2357 Sizzle( selector, root[i], tmpSet ); 2360 return Sizzle.filter( later, tmpSet );
|
D | concat-jquery-mootools-prototype.js | 2344 var tmpSet = [], later = "", match, 2357 Sizzle( selector, root[i], tmpSet ); 2360 return Sizzle.filter( later, tmpSet );
|