OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyList
(Results
1 - 25
of
219
) sorted by null
1
2
3
4
5
6
7
8
9
/external/mockito/src/org/mockito/internal/verification/
SingleRegisteredInvocation.java
27
return Collections.
emptyList
();
/libcore/luni/src/test/java/libcore/java/util/
CollectionsTest.java
42
testEmptyIterator(Collections.
emptyList
().iterator());
66
testEmptyListIterator(Collections.
emptyList
().listIterator());
67
testEmptyListIterator(Collections.
emptyList
().listIterator(0));
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java
66
finder.setIncluded("bar", Collections.<String>
emptyList
(), false);
68
finder.setIncluded("baz", Collections.<String>
emptyList
(), false);
69
assertEquals(Collections.
emptyList
(), finder.getIncludedBy("foo"));
IncludeOverlayTest.java
31
checkSubtract(new Rectangle(0, 0, 100, 80), Collections.<Rectangle>
emptyList
());
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseViewRuleTest.java
38
assertEquals("", BaseViewRule.join('|', Collections.<String>
emptyList
()));
/external/junit/src/org/junit/rules/
RuleChain.java
46
Collections.<TestRule>
emptyList
());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterItem.java
56
return Collections.
emptyList
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java
86
return Collections.
emptyList
();
SelectionHandles.java
77
mHandles = Collections.
emptyList
();
131
mHandles = Collections.
emptyList
();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.cpp
68
CSSSelectorList
emptyList
;
69
m_selectorList.adopt(
emptyList
);
/external/guava/guava-tests/test/com/google/common/collect/
ForwardingMultimapTest.java
84
forward.remove("asfd", Collections.<Boolean>
emptyList
());
94
forward.replaceValues("key", Collections.<Boolean>
emptyList
());
PeekingIteratorTest.java
22
import static java.util.Collections.
emptyList
;
91
actsLikeIteratorHelper(Collections.
emptyList
());
110
List<?> list = Collections.
emptyList
();
226
List<Integer> list =
emptyList
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java
74
List<INode> movedNodes = Collections.<INode>
emptyList
();
206
List<INode> movedNodes = Collections.<INode>
emptyList
();
326
List<INode> movedNodes = Collections.<INode>
emptyList
();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityManagerCompat.java
65
return Collections.
emptyList
();
70
return Collections.
emptyList
();
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ProgressiveDownloadInformationBox.java
15
List<Entry> entries = Collections.
emptyList
();
/external/smack/src/com/kenai/jbosh/
BOSHClientConnEvent.java
85
requests = Collections.
emptyList
();
/external/smack/src/org/jivesoftware/smackx/packet/
DefaultPrivateData.java
107
return Collections.<String>
emptyList
().iterator();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperation.java
31
public static final Collection<FolderOperation> EMPTY = Collections.
emptyList
();
/external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java
72
List <NameValuePair> result = Collections.
emptyList
();
95
List <NameValuePair> result = Collections.
emptyList
();
/external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java
122
return Collections.
emptyList
();
142
return Collections.
emptyList
();
/libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java
98
return Collections.
emptyList
();
118
return Collections.
emptyList
();
/external/dexmaker/src/main/java/com/google/dexmaker/
Label.java
39
List<Label> catchLabels = Collections.
emptyList
();
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderList.java
18
private static final FolderList EMPTY = new FolderList(Collections.<Folder>
emptyList
());
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java
77
private List<IStateTransform> mStateTransforms = Collections.
emptyList
();
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderSourceDetailsProvider.java
101
return Collections.
emptyList
();
Completed in 1634 milliseconds
1
2
3
4
5
6
7
8
9