HomeSort by relevance Sort by last modified time
    Searched full:mapsize (Results 26 - 50 of 57) sorted by null

12 3

  /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...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 253 IntSize AffineTransform::mapSize(const IntSize& size) const
261 FloatSize AffineTransform::mapSize(const FloatSize& size) const
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 197 SDL_PROC_UNUSED(void,glPixelMapfv,(GLenum map, GLsizei mapsize, const GLfloat *values))
198 SDL_PROC_UNUSED(void,glPixelMapuiv,(GLenum map, GLsizei mapsize, const GLuint *values))
199 SDL_PROC_UNUSED(void,glPixelMapusv,(GLenum map, GLsizei mapsize, const GLushort *values))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 319 extern _X_HIDDEN void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values);
320 extern _X_HIDDEN void __indirect_glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint * values);
321 extern _X_HIDDEN void __indirect_glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort * values);
    [all...]
indirect.c     [all...]
glapi_mapi_tmp_shared.h 265 void APIENTRY shared_dispatch_stub_251(GLenum map, GLsizei mapsize, const GLfloat *values);
266 void APIENTRY shared_dispatch_stub_252(GLenum map, GLsizei mapsize, const GLuint *values);
267 void APIENTRY shared_dispatch_stub_253(GLenum map, GLsizei mapsize, const GLushort *values);
    [all...]
glapi_mapi_tmp.h 273 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values);
274 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint *values);
275 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort *values);
    [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/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 256 static int64 MapSize() { return map_size_; }
heap-profile-table.cc 437 total_with_mmap.alloc_size += MemoryRegionMap::MapSize();
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c     [all...]
  /external/mesa3d/src/mesa/main/
dlist.c     [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 623 size_t mapSize = computeRegisterMapSize(meth->registerMap);
624 memcpy(*pPtr, meth->registerMap, mapSize);
630 *pPtr += mapSize;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 294 void (GLAPIENTRYP PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat * values); /* 251 */
295 void (GLAPIENTRYP PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint * values); /* 252 */
296 void (GLAPIENTRYP PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort * values); /* 253 */
    [all...]
glapitemp.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h     [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 432 LogUtils.v(LOG_TAG, "New email: %s mapSize: %d getAttention: %b",
455 LogUtils.i(LOG_TAG, "Validating Notification: %s mapSize: %d "
459 LogUtils.i(LOG_TAG, "Validating Notification, mapSize: %d "
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 280 static int64 MapSize() { return map_size_; }
  /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...]
  /external/libsepol/src/
write.c 62 buf[0] = cpu_to_le32(MAPSIZE);
    [all...]

Completed in 1113 milliseconds

12 3