HomeSort by relevance Sort by last modified time
    Searched refs:emptyList (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/runtime/
PropertySlot.cpp 37 return call(exec, m_data.getterFunc, callType, callData, thisValue(), exec->emptyList());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java 64 finder.setIncluded("bar", Collections.<String>emptyList(), false);
66 finder.setIncluded("baz", Collections.<String>emptyList(), false);
67 assertEquals(Collections.emptyList(), finder.getIncludedBy("foo"));
IncludeOverlayTest.java 31 checkSubtract(new Rectangle(0, 0, 100, 80), Collections.<Rectangle> 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/common/layout/
BaseViewRuleTest.java 38 assertEquals("", BaseViewRule.join('|', Collections.<String>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();
SelectionOverlay.java 102 parent, Collections.<INode>emptyList(), root.getViewObject());
117 parent, Collections.<INode>emptyList(), root.getViewObject());
  /external/guava/src/com/google/common/collect/
EmptyImmutableList.java 91 return Collections.emptyList().listIterator();
96 return Collections.emptyList().listIterator();
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ViewInfo.java 33 private List<ViewInfo> mChildren = Collections.emptyList();
68 mChildren = Collections.emptyList();
DataBindingItem.java 89 return Collections.emptyList();
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityManagerCompat.java 65 return Collections.emptyList();
70 return Collections.emptyList();
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 184 return Collections.emptyList();
188 return Collections.emptyList();
  /sdk/chimpchat/src/com/android/chimpchat/core/
MultiSelectorText.java 73 return 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/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 72 const MarkedArgumentBuffer& emptyList() const { return *globalData().emptyList; }
  /sdk/common/src/com/android/resources/
FolderTypeRelationship.java 83 return Collections.emptyList();
98 return Collections.emptyList();
  /dalvik/dx/src/com/android/dx/gen/
Label.java 37 List<Label> catchLabels = Collections.emptyList();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 79 if (null == c) return Collections.<WordListInfo>emptyList();
82 return Collections.<WordListInfo>emptyList();
99 return Collections.<WordListInfo>emptyList();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java 395 * @tests java.util.Collections.EmptyList#readResolve()
462 List<Object> emptyList = Collections.emptyList();
463 assertEquals(0, emptyList.size());
464 assertTrue(emptyList instanceof RandomAccess);
  /frameworks/base/core/tests/coretests/src/android/database/
MatrixCursorTest.java 99 cursor.addRow(Collections.emptyList());
  /external/guava/src/com/google/common/primitives/
Bytes.java 253 return Collections.emptyList();
328 return Collections.emptyList();
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 286 Collections.emptyList();
389 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 458 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
479 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
498 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
519 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
540 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);

Completed in 1088 milliseconds

1 2 3 4 5