Searched
full:collections (Results
451 -
475 of
2093) sorted by null
<<11121314151617181920>>
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 29 import java.util.Collections; 219 for (String alias: Collections.list(keyStore.aliases())) { 235 for (String alias: Collections.list(keyStore.aliases())) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
ContentTypeField.java | 24 import java.util.Collections;
146 return Collections.unmodifiableMap(parameters);
148 return Collections.emptyMap();
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
UserHistoryDictIOUtilsTests.java | 39 import java.util.Collections; 123 Collections.sort(expectedBigrams); 124 Collections.sort(actualBigrams);
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
MoreKeysResources.java | 27 import java.util.Collections; 152 Collections.sort(allLanguages); 175 Collections.sort(allLanguages);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
TableLayoutRule.java | 33 import java.util.Collections; 88 mRulesEngine.select(Collections.singletonList(newRow)); 149 rulesEngine.select(Collections.singletonList(newRow));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionOverlay.java | 30 import java.util.Collections; 102 parent, Collections.<INode>emptyList(), root.getViewObject()); 117 parent, Collections.<INode>emptyList(), root.getViewObject());
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationsDirectoryItem.java | 28 import java.util.Collections; 308 Collections.sort(fieldAnnotations); 318 Collections.sort(methodAnnotations); 328 Collections.sort(parameterAnnotations);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationsDirectoryItem.java | 27 import java.util.Collections; 307 Collections.sort(fieldAnnotations); 317 Collections.sort(methodAnnotations); 327 Collections.sort(parameterAnnotations);
|
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
GUnitExecuteMojo.java | 7 import java.util.Collections; 116 ? Collections.singleton( "**/*.testsuite" ) 122 ? Collections.emptySet() 349 SourceMapping mapping = new SuffixMapping( "g", Collections.EMPTY_SET );
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleNodeStream.cs | 38 using System.Collections.Generic;
|
RewriteRuleTokenStream.cs | 38 using System.Collections.Generic;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
ListStack`1.cs | 35 using System.Collections.Generic;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleNodeStream.cs | 35 using IList = System.Collections.IList;
|
RewriteRuleTokenStream.cs | 35 using IList = System.Collections.IList;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
SetExtensions.cs | 34 using System.Collections.Generic;
|
StackExtensions.cs | 34 using System.Collections.Generic;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarLexer.cs | 9 using System.Collections.Generic; 11 using Stack = System.Collections.Generic.Stack<object>; 12 using List = System.Collections.IList; 13 using ArrayList = System.Collections.Generic.List<object>;
|
ProfileGrammarLexer.cs | 9 using System.Collections.Generic; 11 using Stack = System.Collections.Generic.Stack<object>; 12 using List = System.Collections.IList; 13 using ArrayList = System.Collections.Generic.List<object>;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
AbstractMapTest.java | 23 import java.util.Collections; 83 Map map3 = Collections.EMPTY_MAP; 235 Map map3 = Collections.EMPTY_MAP; 396 Set<Object> setOfNull = Collections.singleton(null);
|
/external/chromium/chrome/browser/autofill/ |
form_group.h | 15 // This class is an interface for collections of form fields, grouped by type.
|
/external/chromium/chrome/browser/resources/net_internals/ |
loggrouper.js | 10 * collections of log entries.
|
/external/chromium_org/build/android/buildbot/ |
bb_run_bot.py | 7 import collections namespace 22 _BotConfig = collections.namedtuple( 25 HostConfig = collections.namedtuple( 29 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args'])
|
/external/chromium_org/chrome/browser/extensions/ |
extension_special_storage_policy.h | 80 base::Lock lock_; // Synchronize all access to the collections.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
log_grouper.js | 11 * collections of log entries.
|
/external/chromium_org/components/autofill/core/browser/ |
form_group.h | 17 // This class is an interface for collections of form fields, grouped by type.
|
Completed in 415 milliseconds
<<11121314151617181920>>