Home
last modified time | relevance | path

Searched defs:sizes (Results 1 – 25 of 58) sorted by relevance

123

/external/v8/test/mjsunit/regress/
Dregress-1401.js31 var sizes = new Array(); variable
/external/v8/test/mjsunit/
Dobject-literal-gc.js60 var sizes = [0, 1, 2, 100, 200, 400, 1000]; variable
Dlarge-object-literal.js50 var sizes = [0, 1, 2, 100, 200, 400, 1000]; variable
Dbig-object-literal.js87 var sizes = [1, 2, 100, 200]; variable
Dbig-array-literal.js84 var sizes = [1, 2, 100, 200, 300]; variable
Dsparse-array-reverse.js66 var sizes = [140, 40000, VERYLARGE]; variable
/external/webkit/Source/WebCore/platform/chromium/
DSSLKeyGeneratorChromium.cpp43 void getSupportedKeySizes(Vector<String>& sizes) in getSupportedKeySizes()
/external/dropbear/libtommath/
Dbn_mp_prime_rabin_miller_trials.c21 } sizes[] = { variable
/external/dropbear/libtommath/etc/
Ddrprime.c4 int sizes[] = { 1+256/DIGIT_BIT, 1+512/DIGIT_BIT, 1+768/DIGIT_BIT, 1+1024/DIGIT_BIT, 1+2048/DIGIT_B… variable
D2kprime.c5 int sizes[] = {256, 512, 768, 1024, 1536, 2048, 3072, 4096}; variable
/external/webkit/Source/WebCore/rendering/
DRenderThemeSafari.cpp132 static NSControlSize controlSizeFromRect(const IntRect& rect, const IntSize sizes[]) in controlSizeFromRect()
184 static float sizes[] = { 13.0f, 11.0f, 9.0f }; in systemFontSizeForControlSize() local
427 static const IntSize sizes[3] = { IntSize(14, 14), IntSize(12, 12), IntSize(10, 10) }; in checkboxSizes() local
466 static const IntSize sizes[3] = { IntSize(14, 15), IntSize(12, 13), IntSize(10, 10) }; in radioSizes() local
551 static const IntSize sizes[3] = { IntSize(0, 21), IntSize(0, 18), IntSize(0, 15) }; in buttonSizes() local
662 static const IntSize sizes[3] = { IntSize(0, 21), IntSize(0, 18), IntSize(0, 15) }; in popupButtonSizes() local
941 static const IntSize sizes[3] = { IntSize(9, 0), IntSize(5, 0), IntSize(0, 0) }; in menuListSizes() local
1038 static const IntSize sizes[3] = { IntSize(0, 22), IntSize(0, 19), IntSize(0, 15) }; in searchFieldSizes() local
1098 static const IntSize sizes[3] = { IntSize(16, 13), IntSize(13, 11), IntSize(13, 9) }; in cancelButtonSizes() local
1111 static const IntSize sizes[3] = { IntSize(19, 13), IntSize(17, 11), IntSize(17, 9) }; in resultsButtonSizes() local
/external/chromium/chrome/common/
Dweb_apps.cc113 std::vector<string16> sizes; in ParseIconSize() local
123 std::vector<gfx::Size>* sizes, in ParseIconSizes()
Dweb_apps_unittest.cc174 std::vector<gfx::Size> sizes; in TEST() local
/external/dropbear/libtomcrypt/testprof/
Decc_test.c5 static int sizes[] = { variable
/external/freetype/src/cache/
Dftcmanag.h105 FTC_MruListRec sizes; member
/external/chromium/chrome/browser/extensions/
Dconvert_web_app_unittest.cc102 const int sizes[] = {16, 48, 128}; in TEST() local
/external/openssl/crypto/bn/
Dbnspeed.c165 static int sizes[NUM_SIZES]={128,256,512,1024,2048}; variable
Dexpspeed.c194 static int sizes[NUM_SIZES]={128,256,512,1024,2048,4096,8192}; variable
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticlePointMesh.java123 FloatBuffer sizes = (FloatBuffer) svb.getData(); in updateParticleData() local
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11modes.c209 XRRScreenSize *sizes; in set_best_resolution() local
286 XRRScreenSize* sizes; in get_real_resolution() local
517 XRRScreenSize *sizes; in X11_GetVideoModes() local
/external/skia/tests/
DStreamTest.cpp105 const size_t sizes[] = { in TestPackedUInt() local
/external/skia/bench/
DRectBench.cpp111 size_t sizes = SK_ARRAY_COUNT(gSizes); in onDraw() local
157 size_t sizes = SK_ARRAY_COUNT(gSizes); in onDraw() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DDefaultMp4Builder.java92 long[] sizes = new long[samples.size()]; in build() local
131 protected long[] putSampleSizes(Track track, long[] sizes) { in putSampleSizes()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DSampleList.java19 long[] sizes; field in SampleList
/external/webrtc/src/system_wrappers/source/
Ddata_log_unittest.cc135 WebRtc_UWord32 sizes[5] = {1400, 1500, 1600, 1700, 1800}; in TEST() local

123