/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
Collections2Test.java | 24 import java.util.Collections; 54 * @tests java.util.Collections#binarySearch(java.util.List, 61 Collections.sort(lst, null); 62 int index = Collections.binarySearch(lst, new Integer(2), null); 67 * @tests java.util.Collections#binarySearch(java.util.List, 74 assertEquals(-1, Collections.binarySearch(localList, new Object())); 77 Collections.binarySearch(localList, new Integer(1)); 85 * @tests java.util.Collections#rotate(java.util.List, int) 89 Collections.rotate(new ArrayList<Object>(), 25); 99 Collections.rotate(list, Integer.MIN_VALUE) [all...] |
CollectionsTest.java | 26 import java.util.Collections; 282 * @tests java.util.Collections#binarySearch(java.util.List, 287 // java.util.Collections.binarySearch(java.util.List, java.lang.Object) 292 Collections.binarySearch(null, new Object()); 299 .get(counter), ll.get(Collections.binarySearch(ll, ll 305 * @tests java.util.Collections#binarySearch(java.util.List, 310 // java.util.Collections.binarySearch(java.util.List, java.lang.Object, 318 Collections.binarySearch(null, new Object(), comp); 327 .get(Collections.binarySearch(myReversedLinkedList, 333 * @tests java.util.Collections#copy(java.util.List, java.util.List [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
CollectionsTest.java | 20 import java.util.Collections; 30 Enumeration<Object> e = Collections.emptyEnumeration(); 41 testEmptyIterator(Collections.emptyIterator()); 42 testEmptyIterator(Collections.emptyList().iterator()); 43 testEmptyIterator(Collections.emptySet().iterator()); 44 testEmptyIterator(Collections.emptyMap().keySet().iterator()); 45 testEmptyIterator(Collections.emptyMap().entrySet().iterator()); 46 testEmptyIterator(Collections.emptyMap().values().iterator()); 65 testEmptyListIterator(Collections.emptyListIterator()); 66 testEmptyListIterator(Collections.emptyList().listIterator()) [all...] |
OldCollectionsTest.java | 24 import java.util.Collections; 53 * java.util.Collections#binarySearch(java.util.List, 60 Collections.sort(lst, null); 61 int index = Collections.binarySearch(lst, new Integer(2), null); 73 Collections.binarySearch(ll, new Integer(10), null); 81 * java.util.Collections#binarySearch(java.util.List, 88 assertEquals(-1, Collections.binarySearch(localList, new Object())); 91 Collections.binarySearch(localList, new Integer(1)); 106 Collections.binarySearch(ll, new Integer(10)); 114 * java.util.Collections#rotate(java.util.List, int [all...] |
/external/chromium_org/build/android/pylib/gtest/ |
test_options.py | 7 import collections namespace 9 GTestOptions = collections.namedtuple('GTestOptions', [
|
/external/chromium_org/build/android/pylib/instrumentation/ |
test_options.py | 7 import collections namespace 9 InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
|
/external/chromium_org/build/android/pylib/monkey/ |
test_options.py | 7 import collections namespace 9 MonkeyOptions = collections.namedtuple('MonkeyOptions', [
|
/external/chromium_org/build/android/pylib/uiautomator/ |
test_options.py | 7 import collections namespace 9 UIAutomatorOptions = collections.namedtuple('UIAutomatorOptions', [
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_callable.py | 6 This converts callable(obj) into isinstance(obj, collections.Callable), adding a 7 collections import if needed.""" 33 touch_import(None, u'collections', node=node) 36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_callable.py | 6 This converts callable(obj) into isinstance(obj, collections.Callable), adding a 7 collections import if needed.""" 33 touch_import(None, u'collections', node=node) 36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
cssNamedFlows.css | 30 .css-named-flow-collections-view .split-view-sidebar { 34 .css-named-flow-collections-view .tabbed-pane-header { 38 .css-named-flow-collections-view .info { 48 .css-named-flow-collections-view .split-view-sidebar .sidebar-content { 57 .css-named-flow-collections-view .split-view-sidebar .selection { 62 .css-named-flow-collections-view .split-view-contents .title { 66 .css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before, 67 .css-named-flow-collections-view .region-empty:before, 68 .css-named-flow-collections-view .region-fit::before, 69 .css-named-flow-collections-view .region-overset::before [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
CollectionsTest.java | 22 import java.util.Collections; 265 * java.util.Collections#binarySearch(java.util.List, 270 // java.util.Collections.binarySearch(java.util.List, java.lang.Object) 275 Collections.binarySearch(null, new Object()); 281 .get(Collections.binarySearch(ll, ll.get(counter))) == ll 287 * java.util.Collections#binarySearch(java.util.List, 292 // java.util.Collections.binarySearch(java.util.List, java.lang.Object, 300 Collections.binarySearch(null, new Object(), comp); 307 myReversedLinkedList.get(Collections.binarySearch( 323 * java.util.Collections#copy(java.util.List, java.util.List [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestsForListsInJavaUtil.java | 32 import java.util.Collections; 66 return Collections.emptySet(); 69 return Collections.emptySet(); 72 return Collections.emptySet(); 75 return Collections.emptySet(); 78 return Collections.emptySet(); 81 return Collections.emptySet(); 84 return Collections.emptySet(); 87 return Collections.emptySet(); 90 return Collections.emptySet() [all...] |
TestsForSetsInJavaUtil.java | 29 import java.util.Collections; 71 return Collections.emptySet(); 74 return Collections.emptySet(); 77 return Collections.emptySet(); 80 return Collections.emptySet(); 83 return Collections.emptySet(); 86 return Collections.emptySet(); 89 return Collections.emptySet(); 92 return Collections.emptySet(); 95 return Collections.emptySet() [all...] |
/external/mockito/src/org/mockito/internal/verification/ |
RegisteredInvocations.java | 9 import org.mockito.internal.util.collections.ListUtil; 10 import org.mockito.internal.util.collections.ListUtil.Filter;
|
SingleRegisteredInvocation.java | 11 import java.util.Collections; 27 return Collections.emptyList();
|
/cts/tools/signature-tools/src/signature/io/html/ |
ClassOverviewPage.java | 20 import java.util.Collections; 99 Collections.sort(removedFields, fieldComparator); 103 Collections.sort(addedFields, fieldComparator); 107 Collections.sort(changedFields, fieldComparator); 113 Collections.sort(removedAnnotationFields, annotationfieldComparator); 117 Collections.sort(addedAnnotationFields, annotationfieldComparator); 121 Collections.sort(changedAnnotationFields, annotationfieldComparator); 127 Collections.sort(removedEnumConstants, enumConstantComparator); 131 Collections.sort(addedEnumConstants, enumConstantComparator); 135 Collections.sort(changedEnumConstants, enumConstantComparator) [all...] |
/external/llvm/test/YAMLParser/ |
spec-08-09.data | 9 collections:
|
spec-08-10.data | 11 collections: !!map
|
/external/mockito/src/org/mockito/internal/util/collections/ |
ArrayUtils.java | 5 package org.mockito.internal.util.collections;
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
EmptyIterator.java | 17 package org.jivesoftware.smack.util.collections; 25 * This class provides for binary compatability between Commons Collections 30 * @since Commons Collections 2.1.1 and 3.1 37 * @since Commons Collections 3.1 43 * @since Commons Collections 2.1.1 and 3.1
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
Quad.java | 24 import java.util.Collections; 73 float x0 = Collections.min(xs); 74 float y0 = Collections.min(ys); 75 float x1 = Collections.max(xs); 76 float y1 = Collections.max(ys); 82 return Collections.max(xs) - Collections.min(xs); 87 return Collections.max(ys) - Collections.min(ys);
|
/external/chromium_org/build/android/pylib/ |
io_stats_parser.py | 11 import collections namespace 17 IoStats = collections.namedtuple('IoStats',
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
generate_index.py | 5 import collections namespace 15 self.section_map = collections.defaultdict(list)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBluetoothAdapter.java | 9 import java.util.Collections; 29 return Collections.unmodifiableSet(bondedDevices);
|