HomeSort by relevance Sort by last modified time
    Searched refs:emptyList (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 102 parent, Collections.<INode>emptyList(), root.getViewObject());
117 parent, Collections.<INode>emptyList(), root.getViewObject());
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 831 result.varint = Collections.emptyList();
836 result.fixed32 = Collections.emptyList();
841 result.fixed64 = Collections.emptyList();
846 result.lengthDelimited = Collections.emptyList();
852 result.group = Collections.emptyList();
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 831 result.varint = Collections.emptyList();
836 result.fixed32 = Collections.emptyList();
841 result.fixed64 = Collections.emptyList();
846 result.lengthDelimited = Collections.emptyList();
852 result.group = Collections.emptyList();
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
496 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
517 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
538 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 199 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.cookies);
227 Collections.<HttpCookie>emptyList(), cookieStore.cookies); // RI6 fails this
459 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
464 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
465 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.getCookies());
472 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
473 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.getCookies());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 24 import static java.util.Collections.emptyList;
80 emptyList(), getList().subList(0, 0));
166 emptyList(), subList);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationDirectoryItem.java 369 return Collections.emptyList();
381 return Collections.emptyList();
393 return Collections.emptyList();
ClassDataItem.java 461 return Collections.emptyList();
472 return Collections.emptyList();
483 return Collections.emptyList();
494 return Collections.emptyList();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingCollectionTest.java 95 Collections.emptyList();
ForwardingSetTest.java 103 Collections.<String>emptyList();
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 40 this(invocation, Collections.<Matcher>emptyList());
  /frameworks/base/core/java/android/print/
PrintManager.java 305 return Collections.emptyList();
316 return Collections.emptyList();
423 return Collections.emptyList();
441 return Collections.emptyList();
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderDescriptor.java 57 mRoutes = Collections.<MediaRouteDescriptor>emptyList();
MediaRouteSelector.java 74 mControlCategories = Collections.<String>emptyList();
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 52 assertEquals(Collections.<Class<?>>emptyList(), Arrays.asList(method.getExceptionTypes()));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 134 return Collections.emptyList();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 221 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 140 return Collections.emptyList();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderUniformDetailsProvider.java 171 return Collections.emptyList();
  /external/guava/guava/src/com/google/common/primitives/
Booleans.java 340 return Collections.emptyList();
414 return Collections.emptyList();
Chars.java 456 return Collections.emptyList();
530 return Collections.emptyList();
Doubles.java 402 return Collections.emptyList();
476 return Collections.emptyList();
Floats.java 399 return Collections.emptyList();
473 return Collections.emptyList();
Ints.java 463 return Collections.emptyList();
537 return Collections.emptyList();
Longs.java 448 return Collections.emptyList();
522 return Collections.emptyList();

Completed in 559 milliseconds

1 23 4 5 6 7 8 9