Home
last modified time | relevance | path

Searched defs:mapSize (Results 1 – 8 of 8) sorted by relevance

/external/stlport/test/eh/
Dtest_map.cpp54 const size_t mapSize = random_number(random_base); in test_multimap() local
102 const size_t mapSize = random_number(random_base); in test_map() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DRawDexFile.java81 final int mapSize = readSmallUint(mapOffset); in getMapItems() local
/external/deqp/modules/gles3/functional/
Des3fBufferMapTests.cpp53 … deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, WriteType writ… in BufferMapReadCase()
159 … deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType ver… in BufferPartialMapWriteCase()
232 const int mapSize = 1011; in iterate() local
291 const int mapSize = 1011; in iterate() local
350 const int mapSize = 1011; in iterate() local
474 … deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType ver… in BufferMapReadWriteCase()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusimageAttributes.h312 Status SetBrushRemapTable(IN UINT mapSize, in SetBrushRemapTable()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DAffineTransform.cpp249 IntSize AffineTransform::mapSize(const IntSize& size) const in mapSize() function in blink::AffineTransform
257 FloatSize AffineTransform::mapSize(const FloatSize& size) const in mapSize() function in blink::AffineTransform
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp558 size_t mapSize; // Mapped size, not including guard pages and meta-data. member
577 size_t mapSize = size + kPartitionPageSize + kSystemPageSize; in partitionDirectMap() local
837 size_t mapSize = partitionPageToDirectMapExtent(page)->mapSize; in partitionReallocDirectMappedInPlace() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DVertexBuffer9.cpp82 unsigned int mapSize; in storeVertexAttributes() local
/external/smack/src/org/jivesoftware/smack/util/collections/
DAbstractHashedMap.java304 int mapSize = map.size(); in putAll() local