Searched refs:tmpSet (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h93 std::set<BasicBlock *> tmpSet; local
96 tmpSet.insert(*I);
102 if (tmpSet.erase(Node) == 0)
107 if (!tmpSet.empty())
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_impl.cpp268 UnicodeSet *tmpSet = NULL; local
308 tmpSet = new UnicodeSet(0, 0x10ffff);
309 if (fAllowedLocales == NULL || tmpSet == NULL) {
313 tmpSet->freeze();
315 fAllowedCharsSet = tmpSet;
335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
337 if (tmpSet == NULL || tmpLocalesList == NULL) {
343 tmpSet->freeze();
345 fAllowedCharsSet = tmpSet;
369 UnicodeSet tmpSet; local
[all...]
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp268 UnicodeSet *tmpSet = NULL; local
308 tmpSet = new UnicodeSet(0, 0x10ffff);
309 if (fAllowedLocales == NULL || tmpSet == NULL) {
313 tmpSet->freeze();
315 fAllowedCharsSet = tmpSet;
335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
337 if (tmpSet == NULL || tmpLocalesList == NULL) {
343 tmpSet->freeze();
345 fAllowedCharsSet = tmpSet;
369 UnicodeSet tmpSet; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c392 USet *tmpSet; local
398 tmpSet = uset_open(0, 0x10ffff);
399 TEST_ASSERT(uset_equals(tmpSet, set));
406 uset_remove(tmpSet, goodLatin[1]);
407 uspoof_setAllowedChars(sc, tmpSet, &status);
409 uset_close(tmpSet);
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c392 USet *tmpSet; local
398 tmpSet = uset_open(0, 0x10ffff);
399 TEST_ASSERT(uset_equals(tmpSet, set));
406 uset_remove(tmpSet, goodLatin[1]);
407 uspoof_setAllowedChars(sc, tmpSet, &status);
409 uset_close(tmpSet);
/external/valgrind/main/coregrind/
H A Dm_redir.c988 OSet* tmpSet; local
1010 to delete into tmpSet. */
1011 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1037 VG_(OSetWord_Insert)( tmpSet, act->from_addr );
1047 /* Now traverse tmpSet, deleting corresponding elements in activeSet. */
1048 VG_(OSetWord_ResetIter)( tmpSet );
1049 while ( VG_(OSetWord_Next)(tmpSet, &addr) ) {
1055 VG_(OSetWord_Destroy)( tmpSet );
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js5158 tmpSet = [],
5172 Sizzle( selector, root[i], tmpSet );
5175 return Sizzle.filter( later, tmpSet );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4107 milliseconds