Home
last modified time | relevance | path

Searched refs:emptyList (Results 1 – 25 of 31) sorted by relevance

12

/external/guava/src/com/google/common/collect/
DEmptyImmutableList.java91 return Collections.emptyList().listIterator(); in listIterator()
96 return Collections.emptyList().listIterator(); in listIterator()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DCollections2Test.java462 List<Object> emptyList = Collections.emptyList(); in test_emptyList() local
463 assertEquals(0, emptyList.size()); in test_emptyList()
464 assertTrue(emptyList instanceof RandomAccess); in test_emptyList()
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java72 List <NameValuePair> result = Collections.emptyList(); in parse()
95 List <NameValuePair> result = Collections.emptyList(); in parse()
/external/webkit/Source/JavaScriptCore/runtime/
DPropertySlot.cpp37 return call(exec, m_data.getterFunc, callType, callData, thisValue(), exec->emptyList()); in functionGetter()
DJSGlobalData.cpp160 , emptyList(new MarkedArgumentBuffer) in JSGlobalData()
303 delete emptyList; in ~JSGlobalData()
DJSGlobalData.h181 …const MarkedArgumentBuffer* emptyList; // Lists are supposed to be allocated on the stack to have … variable
DJSObject.cpp261 …esult = call(exec, function, callType, callData, const_cast<JSObject*>(object), exec->emptyList()); in callDefaultValueFunction()
/external/protobuf/java/src/main/java/com/google/protobuf/
DUnknownFieldSet.java831 result.varint = Collections.emptyList(); in build()
836 result.fixed32 = Collections.emptyList(); in build()
841 result.fixed64 = Collections.emptyList(); in build()
846 result.lengthDelimited = Collections.emptyList(); in build()
852 result.group = Collections.emptyList(); in build()
DGeneratedMessageLite.java535 containingTypeDefaultInstance, (Type) Collections.emptyList(), in internalInitRepeated()
DGeneratedMessage.java356 return (Type) Collections.emptyList(); in getExtension()
DDescriptors.java1084 defaultValue = Collections.emptyList(); in crossLink()
/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.h72 const MarkedArgumentBuffer& emptyList() const { return *globalData().emptyList; } in emptyList() function
/external/guava/src/com/google/common/primitives/
DBytes.java253 return Collections.emptyList(); in asList()
328 return Collections.emptyList(); in subList()
DBooleans.java338 return Collections.emptyList(); in asList()
413 return Collections.emptyList(); in subList()
DDoubles.java375 return Collections.emptyList(); in asList()
450 return Collections.emptyList(); in subList()
DLongs.java424 return Collections.emptyList(); in asList()
499 return Collections.emptyList(); in subList()
DFloats.java372 return Collections.emptyList(); in asList()
447 return Collections.emptyList(); in subList()
DChars.java439 return Collections.emptyList(); in asList()
514 return Collections.emptyList(); in subList()
DShorts.java438 return Collections.emptyList(); in asList()
513 return Collections.emptyList(); in subList()
DInts.java446 return Collections.emptyList(); in asList()
521 return Collections.emptyList(); in subList()
/external/guava/src/com/google/common/util/concurrent/
DExecutors.java286 return Collections.emptyList(); in shutdownNow()
/external/doclava/src/com/google/doclava/
DSinceTagger.java224 List<T> result = Collections.emptyList(); in missingVersions()
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java124 assertEquals(Collections.emptyList(), in testFileDescriptor()
138 assertEquals(Collections.emptyList(), in testFileDescriptor()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp914 DEFINE_STATIC_LOCAL(Vector<StyleDashboardRegion>, emptyList, ()); in initialDashboardRegions()
915 return emptyList; in initialDashboardRegions()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3225 RefPtr<TouchList> emptyList = TouchList::create(); in handleTouchEvent() local
3232 RefPtr<TouchList>& effectiveTouches(isTouchCancelEvent ? emptyList : touches); in handleTouchEvent()
3246 …RefPtr<TouchList> targetTouches(isTouchCancelEvent ? emptyList : touchesByTarget.get(touchEventTar… in handleTouchEvent()

12