Home
last modified time | relevance | path

Searched refs:estimatedSize (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-console-message.cc496 m_estimatedSize -= m_messages.front()->estimatedSize(); in addMessage()
499 while (m_estimatedSize + message->estimatedSize() > maxConsoleMessageV8Size && in addMessage()
501 m_estimatedSize -= m_messages.front()->estimatedSize(); in addMessage()
506 m_estimatedSize += m_messages.back()->estimatedSize(); in addMessage()
563 m_estimatedSize += m_messages[i]->estimatedSize(); in contextDestroyed()
Dv8-console-message.h71 int estimatedSize() const { in estimatedSize() function
/external/guava/guava/src/com/google/common/collect/
DLists.java207 int estimatedSize) { in newArrayListWithExpectedSize() argument
208 return new ArrayList<E>(computeArrayListCapacity(estimatedSize)); in newArrayListWithExpectedSize()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLists.java205 int estimatedSize) { in newArrayListWithExpectedSize() argument
206 return new ArrayList<E>(computeArrayListCapacity(estimatedSize)); in newArrayListWithExpectedSize()