HomeSort by relevance Sort by last modified time
    Searched refs:tmpSet (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominanceFrontier.h 93 std::set<BasicBlock *> tmpSet;
96 tmpSet.insert(*I);
102 if (tmpSet.erase(Node) == 0)
107 if (!tmpSet.empty())
  /external/llvm/include/llvm/Analysis/
DominanceFrontierImpl.h 69 std::set<BlockT *> tmpSet;
71 tmpSet.insert(BB);
77 if (tmpSet.erase(Node) == 0)
82 if (!tmpSet.empty()) {
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 141 UnicodeSet *tmpSet = NULL;
181 tmpSet = new UnicodeSet(0, 0x10ffff);
182 if (fAllowedLocales == NULL || tmpSet == NULL) {
186 tmpSet->freeze();
188 fAllowedCharsSet = tmpSet;
208 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
210 if (tmpSet == NULL || tmpLocalesList == NULL) {
216 tmpSet->freeze();
218 fAllowedCharsSet = tmpSet;
242 UnicodeSet tmpSet;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 402 USet *tmpSet;
408 tmpSet = uset_open(0, 0x10ffff);
409 TEST_ASSERT(uset_equals(tmpSet, set));
416 uset_remove(tmpSet, goodLatin[1]);
417 uspoof_setAllowedChars(sc, tmpSet, &status);
419 uset_close(tmpSet);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 351 private final HashSet<View> tmpSet = new HashSet<View>();
380 tmpSet.clear();
386 tmpSet.add(squatter);
390 for (final View squatter : tmpSet) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 281 UnicodeSet tmpSet;
286 tmpSet = new UnicodeSet(0, 0x10ffff);
287 assertEquals("", tmpSet, set);
290 tmpSet.remove(goodLatin.charAt(1));
291 sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).setAllowedChars(tmpSet).build();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 280 UnicodeSet tmpSet;
285 tmpSet = new UnicodeSet(0, 0x10ffff);
286 assertEquals("", tmpSet, set);
289 tmpSet.remove(goodLatin.charAt(1));
290 sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).setAllowedChars(tmpSet).build();
    [all...]
  /external/valgrind/coregrind/
m_redir.c     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 489 milliseconds