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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java 73 List localList = new LinkedList();
74 assertEquals(-1, Collections.binarySearch(localList, new Object()));
75 localList.add(new Object());
77 Collections.binarySearch(localList, new Integer(1));
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 87 List localList = new LinkedList();
88 assertEquals(-1, Collections.binarySearch(localList, new Object()));
89 localList.add(new Object());
91 Collections.binarySearch(localList, new Integer(1));
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc     [all...]

Completed in 1379 milliseconds