HomeSort by relevance Sort by last modified time
    Searched defs:emptyList (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/tests/coretests/src/android/database/
MatrixCursorTest.java 94 cursor.addRow(Collections.emptyList());
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 89 const MarkedArgumentBuffer& emptyList() const { return *globalData().emptyList; }
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 52 assertEquals(Collections.<Class<?>>emptyList(), Arrays.asList(method.getExceptionTypes()));
  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.h 140 const MarkedArgumentBuffer* emptyList; // Lists are supposed to be allocated on the stack to have their elements properly marked, which is not the case here - but this list has nothing to mark.
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 198 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.cookies);
226 Collections.<HttpCookie>emptyList(), cookieStore.cookies); // RI6 fails this
404 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
409 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
410 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.getCookies());
417 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
418 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.getCookies());
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 124 assertEquals(Collections.emptyList(),
138 assertEquals(Collections.emptyList(),
  /libcore/luni/src/test/java/tests/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);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 745 milliseconds