Searched refs:initialSize (Results 1 - 25 of 55) sorted by relevance

123

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DConcurrentMapInterfaceTest.java82 int initialSize = map.size();
87 assertEquals(initialSize + 1, map.size());
113 int initialSize = map.size();
119 assertEquals(initialSize, map.size());
143 int initialSize = map.size();
161 assertEquals(initialSize, map.size());
177 int initialSize = map.size();
195 assertEquals(initialSize, map.size());
211 int initialSize = map.size();
228 assertEquals(initialSize, ma
[all...]
H A DMapInterfaceTest.java469 int initialSize = map.size();
475 assertEquals(initialSize - 1, map.size());
509 int initialSize = map.size();
512 assertEquals(initialSize - 1, map.size());
537 int initialSize = map.size();
547 assertEquals(initialSize, map.size());
564 int initialSize = map.size();
574 assertEquals(initialSize, map.size());
620 int initialSize = map.size();
634 assertEquals(initialSize, ma
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DShaderExecutable.h52 UniformStorage(size_t initialSize) argument
53 : mSize(initialSize)
/external/javassist/src/main/javassist/bytecode/
H A DLongVector.java30 public LongVector(int initialSize) { argument
31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DShaderExecutable11.cpp77 UniformStorage11::UniformStorage11(Renderer11 *renderer, size_t initialSize) argument
78 : UniformStorage(initialSize),
83 if (initialSize > 0)
86 constantBufferDescription.ByteWidth = initialSize;
H A DShaderExecutable11.h48 UniformStorage11(Renderer11 *renderer, size_t initialSize);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringWriter.java39 * size of <code>initialSize</code> characters. The StringBuffer is also
42 public Support_StringWriter(int initialSize) { argument
43 if (initialSize >= 0) {
44 buf = new StringBuffer(initialSize);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioArray.h61 unsigned initialSize = sizeof(T) * n; local
80 if (initialSize + extraAllocationBytes < initialSize)
83 T* allocation = static_cast<T*>(fastMalloc(initialSize + extraAllocationBytes));
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapRemoveTester.java44 int initialSize = getMap().size();
48 initialSize - 1, getMap().size());
64 int initialSize = getMap().size();
68 initialSize - 1, getMap().size());
H A DListRemoveTester.java44 int initialSize = getList().size();
53 initialSize - 1, getList().size());
H A DCollectionRemoveTester.java45 int initialSize = collection.size();
49 initialSize - 1, collection.size());
65 int initialSize = collection.size();
68 initialSize - 1, collection.size());
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMultimapAsMapImplementsMapTest.java77 int initialSize = map.size();
83 assertEquals(initialSize - 1, map.size());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DResizableDialog.java98 protected Point getInitialLocation(Point initialSize) { argument
109 int maxX = windowBounds.x + windowBounds.width - initialSize.x;
110 int maxY = windowBounds.y + windowBounds.height - initialSize.y;
126 int x = windowBounds.x + (windowBounds.width - initialSize.x) / 2;
127 int y = windowBounds.y + (windowBounds.height - initialSize.y) / 2;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp245 IntSize initialSize(initialWidth, initialHeight);
251 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
269 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
275 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
288 IntSize initialSize(initialWidth, initialHeight);
470 IntSize initialSize(initialWidth, initialHeight);
478 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
518 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
526 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DByteVector.java62 * @param initialSize the initial size of the byte vector to be constructed.
64 public ByteVector(final int initialSize) { argument
65 data = new byte[initialSize];
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.h84 static FontDescription::Size initialSize() { return FontDescription::Size(FontSize::initialKeywordSize(), 0.0f, false); } function in class:blink::FontBuilder
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheReferencesTest.java155 // initialSize will most likely be 2, but it's possible for the GC to have already run, so we'll
157 long initialSize = cache.size();
158 assertTrue(initialSize == 1 || initialSize == 2);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexBuffer.h105 StreamingVertexBufferInterface(rx::Renderer *renderer, std::size_t initialSize);
H A DVertexBuffer.cpp200 StreamingVertexBufferInterface::StreamingVertexBufferInterface(rx::Renderer *renderer, std::size_t initialSize) : VertexBufferInterface(renderer, true) argument
202 setBufferSize(initialSize);
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_impl.cpp548 uint32_t initialSize = (sizeof(SpoofDataHeader) + 15) & ~15; local
549 U_ASSERT(initialSize == sizeof(SpoofDataHeader));
551 fRawData = static_cast<SpoofDataHeader *>(uprv_malloc(initialSize));
552 fMemLimit = initialSize;
557 uprv_memset(fRawData, 0, initialSize);
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp548 uint32_t initialSize = (sizeof(SpoofDataHeader) + 15) & ~15; local
549 U_ASSERT(initialSize == sizeof(SpoofDataHeader));
551 fRawData = static_cast<SpoofDataHeader *>(uprv_malloc(initialSize));
552 fMemLimit = initialSize;
557 uprv_memset(fRawData, 0, initialSize);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp455 unsigned initialSize = m_propertyVector.size(); local
457 for (unsigned n = 0; n < initialSize; ++n) {
466 return initialSize != m_propertyVector.size();
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c309 * @initialSize: the initial size of the list
319 int initialSize)
322 if (initialSize <= 0)
323 initialSize = 1;
325 initialSize * sizeof(void *));
332 list->size = initialSize;
350 * @initialSize: the initial size for the list
357 xsltPointerListCreate(int initialSize) argument
368 if (initialSize > 0) {
369 xsltPointerListAddSize(ret, NULL, initialSize);
317 xsltPointerListAddSize(xsltPointerListPtr list, void *item, int initialSize) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java479 public MakeState(int initialSize) { argument
480 result = new ArrayList<Entry>(initialSize);
/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java910 int initialSize = ((Collection<?>) initialContents).size();
911 result = Math.max(result, initialSize);

Completed in 3094 milliseconds

123