Searched refs:mapSize (Results 1 - 13 of 13) sorted by relevance

/external/stlport/test/eh/
H A Dtest_map.cpp54 const size_t mapSize = random_number(random_base); local
56 while ( testMultiMap.size() < mapSize )
102 const size_t mapSize = random_number(random_base); local
104 while ( testMap.size() < mapSize )
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DRawDexFile.java81 final int mapSize = readSmallUint(mapOffset);
91 return mapSize;
/external/deqp/modules/gles3/functional/
H A Des3fBufferMapTests.cpp53 BufferMapReadCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, WriteType write) argument
59 , m_mapSize (mapSize)
159 BufferPartialMapWriteCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) argument
165 , m_mapSize (mapSize)
232 const int mapSize = 1011; local
235 const int verifySize = mapSize-mapWriteOffs;
246 fillWithRandomBytes(refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs, dataSeed&0xabcdef);
248 void* ptr = glMapBufferRange(m_bufferTarget, mapOffset, mapSize, GL_MAP_WRITE_BIT|GL_MAP_INVALIDATE_BUFFER_BIT);
252 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs);
291 const int mapSize local
350 const int mapSize = 1011; local
474 BufferMapReadWriteCase(Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) argument
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusimageAttributes.h287 IN UINT mapSize,
296 mapSize,
312 Status SetBrushRemapTable(IN UINT mapSize, argument
315 return this->SetRemapTable(mapSize, map, ColorAdjustTypeBrush);
286 SetRemapTable( IN UINT mapSize, IN const ColorMap *map, IN ColorAdjustType type = ColorAdjustTypeDefault ) argument
H A DGdiPlusFlat.h1477 UINT mapSize,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DImageQualityController.cpp184 LayoutSize scaledImageSize = currentTransform.mapSize(image->size());
185 LayoutSize scaledLayoutSize = currentTransform.mapSize(roundedIntSize(layoutSize));
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.h61 IntSize mapSize(const IntSize&) const;
63 FloatSize mapSize(const FloatSize&) const;
H A DAffineTransform.cpp249 IntSize AffineTransform::mapSize(const IntSize& size) const function in class:blink::AffineTransform
257 FloatSize AffineTransform::mapSize(const FloatSize& size) const function in class:blink::AffineTransform
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp558 size_t mapSize; // Mapped size, not including guard pages and meta-data. member in struct:WTF::PartitionDirectMapExtent
577 size_t mapSize = size + kPartitionPageSize + kSystemPageSize; local
579 mapSize += kPageAllocationGranularityOffsetMask;
580 mapSize &= kPageAllocationGranularityBaseMask;
592 char* ptr = reinterpret_cast<char*>(allocPages(0, mapSize, kSuperPageSize));
625 mapExtent->mapSize = mapSize - kPartitionPageSize - kSystemPageSize;
632 size_t unmapSize = partitionPageToDirectMapExtent(page)->mapSize;
837 size_t mapSize = partitionPageToDirectMapExtent(page)->mapSize; local
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp82 unsigned int mapSize; local
83 gl::Error error = spaceRequired(attrib, count, instances, &mapSize);
89 HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilter.cpp137 FloatSize deviceSize = context->getCTM().mapSize(boundaries.size());
157 FloatSize size = context->getCTM().mapSize(boundaries.size());
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java304 int mapSize = map.size();
305 if (mapSize == 0) {
308 int newSize = (int) ((size + mapSize) / loadFactor + 1);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2470 milliseconds