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

/external/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h67 std::set<BlockT *> tmpSet; local
69 tmpSet.insert(BB);
75 if (tmpSet.erase(Node) == 0)
80 if (!tmpSet.empty()) {
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp267 UnicodeSet *tmpSet = NULL; local
307 tmpSet = new UnicodeSet(0, 0x10ffff);
308 if (fAllowedLocales == NULL || tmpSet == NULL) {
312 tmpSet->freeze();
314 fAllowedCharsSet = tmpSet;
334 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
336 if (tmpSet == NULL || tmpLocalesList == NULL) {
342 tmpSet->freeze();
344 fAllowedCharsSet = tmpSet;
368 UnicodeSet tmpSet; local
[all...]
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java290 UnicodeSet tmpSet;
295 tmpSet = new UnicodeSet(0, 0x10ffff);
296 assertEquals("", tmpSet, set);
302 tmpSet.remove(goodLatin.charAt(1));
303 sc = new SpoofChecker.Builder().setAllowedChars(tmpSet).build();
/external/valgrind/coregrind/
H A Dm_redir.c1025 OSet* tmpSet; local
1047 to delete into tmpSet. */
1048 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1074 VG_(OSetWord_Insert)( tmpSet, act->from_addr );
1084 /* Now traverse tmpSet, deleting corresponding elements in activeSet. */
1085 VG_(OSetWord_ResetIter)( tmpSet );
1086 while ( VG_(OSetWord_Next)(tmpSet, &addr) ) {
1092 VG_(OSetWord_Destroy)( tmpSet );
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java603 UnicodeSet tmpSet = new UnicodeSet();
606 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]);
607 allowedChars.addAll(tmpSet);
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Djquery-1.7.1.js5268 tmpSet = [],
5282 Sizzle( selector, root[i], tmpSet, seed );
5285 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 1157 milliseconds