Home
last modified time | relevance | path

Searched defs:initialSize (Results 1 – 25 of 28) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java470 int initialSize = map.size(); in testEntrySetIteratorRemove() local
510 int initialSize = map.size(); in testEntrySetRemove() local
538 int initialSize = map.size(); in testEntrySetRemoveMissingKey() local
565 int initialSize = map.size(); in testEntrySetRemoveDifferentValue() local
621 int initialSize = map.size(); in testEntrySetRemoveNullKeyMissing() local
658 int initialSize = map.size(); in testEntrySetRemoveAll() local
1014 int initialSize = map.size(); in testPutNewKey() local
1044 int initialSize = map.size(); in testPutExistingKey() local
1102 int initialSize = map.size(); in testPutNullValue() local
1134 int initialSize = map.size(); in testPutNullValueForExistingKey() local
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRemoveTester.java48 int initialSize = collection.size(); in testRemove_present() local
82 int initialSize = collection.size(); in testRemove_nullPresent() local
DMapRemoveTester.java50 int initialSize = getMap().size(); in testRemove_present() local
112 int initialSize = getMap().size(); in testRemove_nullPresent() local
DListRemoveTester.java44 int initialSize = getList().size(); in testRemove_duplicate() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapRemoveTester.java88 int initialSize = getNumElements(); in testKeySetIteratorRemove() local
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMultimapAsMapImplementsMapTest.java77 int initialSize = map.size(); in testRemove() local
DTableCollectionTest.java971 int initialSize = map.size(); in testRemove() local
/external/javassist/src/main/javassist/bytecode/
DLongVector.java30 public LongVector(int initialSize) { in LongVector()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_StringWriter.java42 public Support_StringWriter(int initialSize) { in Support_StringWriter()
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
DGwtWorkarounds.java96 static CharOutput stringBuilderOutput(int initialSize) { in stringBuilderOutput()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DResizableDialog.java98 protected Point getInitialLocation(Point initialSize) { in getInitialLocation()
/external/swiftshader/src/OpenGL/libGLES_CM/
DIndexDataManager.cpp154 StreamingIndexBuffer::StreamingIndexBuffer(unsigned int initialSize) : mIndexBuffer(nullptr), mBuff… in StreamingIndexBuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp168 StreamingIndexBuffer::StreamingIndexBuffer(unsigned int initialSize) : mIndexBuffer(NULL), mBufferS… in StreamingIndexBuffer()
/external/swiftshader/src/OpenGL/libGL/
DIndexDataManager.cpp172 StreamingIndexBuffer::StreamingIndexBuffer(unsigned int initialSize) : mIndexBuffer(nullptr), mBuff… in StreamingIndexBuffer()
/external/deqp/framework/delibs/debase/
DdeMemory.c293 size_t initialSize; in deMemory_selfTest() member
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs56 public FlatBufferBuilder(int initialSize) in FlatBufferBuilder()
/external/flatbuffers/python/flatbuffers/
Dbuilder.py115 def __init__(self, initialSize): argument
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp615 uint32_t initialSize = (sizeof(SpoofDataHeader) + 15) & ~15; in SpoofData() local
/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java909 int initialSize = ((Collection<?>) initialContents).size(); in initialQueueSize() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTableCollectionTest.java419 int initialSize = map.size(); in testRemove() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp241 MovePtr<Window> createWindow (const Display& display, const Maybe<UVec2>& initialSize) in createWindow()
DvktWsiSharedPresentableImageTests.cpp206 …tr<vk::wsi::Window> createWindow (const vk::wsi::Display& display, const Maybe<UVec2>& initialSize) in createWindow()
DvktWsiIncrementalPresentTests.cpp202 …tr<vk::wsi::Window> createWindow (const vk::wsi::Display& display, const Maybe<UVec2>& initialSize) in createWindow()
DvktWsiDisplayTimingTests.cpp245 …tr<vk::wsi::Window> createWindow (const vk::wsi::Display& display, const Maybe<UVec2>& initialSize) in createWindow()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c1080 ANTLR3_UINT32 initialSize; in antlr3SetVectorApi() local

12