HomeSort by relevance Sort by last modified time
    Searched defs:mapSize (Results 1 - 13 of 13) sorted by null

  /external/stlport/test/eh/
test_map.cpp 54 const size_t mapSize = random_number(random_base);
56 while ( testMultiMap.size() < mapSize )
102 const size_t mapSize = random_number(random_base);
104 while ( testMap.size() < mapSize )
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 39 size_t mapSize;
71 header.mapSize = maps.size();
77 ALOGD("*** mapSize: %d allocSize: %d allocInfoSize: %d totalMemory: %d",
78 header.mapSize, header.allocSize, header.allocInfoSize, header.totalMemory);
80 jbyteArray array = env->NewByteArray(sizeof(Header) + header.mapSize + header.allocSize);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.cpp 255 IntSize AffineTransform::mapSize(const IntSize& size) const
263 FloatSize AffineTransform::mapSize(const FloatSize& size) const
  /external/chromium_org/third_party/WebKit/Source/wtf/
TCSystemAlloc.cpp 108 Checked<size_t> mapSize = Checked<size_t>(size) + extra + 2 * pagesize;
109 void* result = mmap(NULL, mapSize.unsafeGet(),
118 mmap(static_cast<char*>(result) + (mapSize - pagesize).unsafeGet(), pagesize, PROT_NONE, MAP_FIXED | MAP_PRIVATE | MAP_ANON, VM_TAG_FOR_TCMALLOC_MEMORY, 0);
  /frameworks/base/media/java/android/media/
MediaMuxer.java 270 int mapSize = formatMap.size();
271 if (mapSize > 0) {
272 keys = new String[mapSize];
273 values = new Object[mapSize];
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 116 int mapSize = in.readInt();
118 for (int i = 0; i < mapSize; i++) {
  /dalvik/vm/analysis/
RegisterMap.cpp 623 size_t mapSize = computeRegisterMapSize(meth->registerMap);
624 memcpy(*pPtr, meth->registerMap, mapSize);
630 *pPtr += mapSize;
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 304 int mapSize = map.size();
305 if (mapSize == 0) {
308 int newSize = (int) ((size + mapSize) / loadFactor + 1);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 170 int mapSize;
187 mapSize - 1));
189 .get(new Integer(mapSize));
191 2 * mapSize - 1));
218 mapSize = m.size();
219 normalCountingMap = new HashMap(mapSize);
220 offsetCountingMap = new HashMap(mapSize);
221 for (int counter = 0; counter < mapSize; counter++) {
225 for (int counter = 0; counter < mapSize; counter++) {
226 myInt = new Integer(counter + mapSize);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 153 int mapSize;
170 mapSize - 1));
172 .get(new Integer(mapSize));
174 2 * mapSize - 1));
201 mapSize = m.size();
202 normalCountingMap = new HashMap(mapSize);
203 offsetCountingMap = new HashMap(mapSize);
204 for (int counter = 0; counter < mapSize; counter++) {
208 for (int counter = 0; counter < mapSize; counter++) {
209 myInt = new Integer(counter + mapSize);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 282 static status_t getIdmapPackageId(const uint32_t* map, size_t mapSize, uint32_t *outId)
284 if (!assertIdmapHeader(map, mapSize)) {
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 458 milliseconds