Searched refs:remove3 (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DIdentityHashMap2Test.java291 Integer remove3 = (Integer) it2.next();
293 if (remove3.intValue() == 1)
H A DHashMapTest.java430 Integer remove3 = (Integer) it2.next();
432 if (remove3.intValue() == 1)
H A DHashtableTest.java446 Integer remove3 = (Integer) it2.next();
448 if (remove3.intValue() == 1)
H A DLinkedHashMapTest.java264 Integer remove3 = (Integer) it2.next();
266 if (remove3.intValue() == 1)
/external/chromium_org/components/url_matcher/
H A Durl_matcher_unittest.cc561 std::vector<URLMatcherConditionSet::ID> remove3; local
562 remove3.push_back(kConditionSetId3);
563 matcher.RemoveConditionSets(remove3);

Completed in 212 milliseconds