/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 39 import java.util.Collections; 244 Collections.list(initPC.elements())); 246 Collections.list(dserPC.elements()));
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 38 import java.util.Collections; 411 List<ImapResponse> responseList = Collections.emptyList(); 466 List<ImapResponse> responseList = Collections.emptyList();
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilPlayer.java | 21 import java.util.Collections; 128 Collections.sort(timeline, sTimelineEntryComparator); 241 Collections.sort(timeline, sTimelineEntryComparator);
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodAndLanguageSettings.java | 56 import java.util.Collections; 426 Collections.sort(mInputMethodPreferenceList); 525 Collections.sort(mHardKeyboardPreferenceList);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
RelativeLayoutRule.java | 65 import java.util.Collections; 258 DeletionHandler handler = new DeletionHandler(deleted, Collections.<INode>emptyList(), 313 actions.add(createGravityAction(Collections.<INode>singletonList(parentNode),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLState.java | 22 import java.util.Collections; 335 Collections.emptyList()); 347 Collections.emptyList());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LinearLayoutRuleTest.java | 40 import java.util.Collections; 194 callback.action(orientationAction, Collections.singletonList(node), VALUE_VERTICAL, true); 199 callback.action(orientationAction, Collections.singletonList(node), VALUE_HORIZONTAL,
|
/libcore/dex/src/main/java/com/android/dex/ |
Dex.java | 38 import java.util.Collections; 345 return Collections.binarySearch(strings, s); 349 return Collections.binarySearch(typeNames, descriptor); 353 return Collections.binarySearch(fieldIds, fieldId); 357 return Collections.binarySearch(methodIds, methodId); [all...] |
/libcore/luni/src/main/java/java/util/ |
ResourceBundle.java | 660 super.format = Collections.unmodifiableList(listClass); 682 super.format = Collections.unmodifiableList(listClass); 714 public static final List<String> FORMAT_DEFAULT = Collections 720 public static final List<String> FORMAT_CLASS = Collections 726 public static final List<String> FORMAT_PROPERTIES = Collections 757 format = Collections.unmodifiableList(listClass); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 68 import java.util.Collections; 254 Collections.sort(keys); 449 List<String> includes = Collections.emptyList(); 521 return Collections.emptyList(); 538 return Collections.emptyList(); 546 includes = Collections.emptyList(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 33 import java.util.Collections; 665 root.setChildren(Collections.singletonList(child)); 667 child.setChildren(Collections.singletonList(grandChild)); [all...] |
/sdk/files/typos/ |
typos-es.txt | 127 # Collections, and to Reproduce the Work as incorporated in the 128 # Collections; 137 # incorporated in Collections; and, 221 # or Collections, You must, unless a request has been made pursuant to 254 # Adaptations or Collections, You must not distort, mutilate, modify 288 # Individuals or entities who have received Adaptations or Collections
|
typos-it.txt | 127 # Collections, and to Reproduce the Work as incorporated in the 128 # Collections; 137 # incorporated in Collections; and, 221 # or Collections, You must, unless a request has been made pursuant to 254 # Adaptations or Collections, You must not distort, mutilate, modify 288 # Individuals or entities who have received Adaptations or Collections
|
typos-tr.txt | 127 # Collections, and to Reproduce the Work as incorporated in the 128 # Collections; 137 # incorporated in Collections; and, 221 # or Collections, You must, unless a request has been made pursuant to 254 # Adaptations or Collections, You must not distort, mutilate, modify 288 # Individuals or entities who have received Adaptations or Collections
|
/dalvik/dx/src/com/android/dx/ssa/ |
ConstCollector.java | 35 import java.util.Collections; 242 Collections.sort(constantList, new Comparator<Constant>() {
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
CustomLocaleActivity.java | 21 import java.util.Collections; 239 Collections.sort(data, new Comparator<LocaleInfo>() {
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 48 import java.util.Collections; 409 private final Map<Long, Drawable> mThumbnails = Collections.synchronizedMap(
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BaseTreeAdaptor.cs | 34 using System.Collections.Generic; 37 using IDictionary = System.Collections.IDictionary;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
Antlr3.Runtime (VS2008).csproj | 129 <Compile Include="Antlr.Runtime.Collections\HashList.cs" /> 130 <Compile Include="Antlr.Runtime.Collections\StackList.cs" />
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Collections.pas | 1 unit Antlr.Runtime.Collections; 43 Generics.Collections,
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 21 import java.util.Collections; 158 atts.putAll(Collections.EMPTY_MAP);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
RefSortedMap.java | 27 import java.util.Collections; 369 return Collections.binarySearch(entries, new MapEntry<K, V>((K) arg0, null), cmp);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
X509CRLObject.java | 18 import java.util.Collections; 335 return Collections.unmodifiableSet(entrySet);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
X509CRLObject.java | 18 import java.util.Collections; 333 return Collections.unmodifiableSet(entrySet);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
availability_finder.py | 5 import collections namespace 36 if isinstance(feature, collections.Mapping):
|