/external/v8/test/mjsunit/regress/ |
D | regress-1401.js | 31 var sizes = new Array(); variable
|
/external/v8/test/mjsunit/ |
D | object-literal-gc.js | 60 var sizes = [0, 1, 2, 100, 200, 400, 1000]; variable
|
D | large-object-literal.js | 50 var sizes = [0, 1, 2, 100, 200, 400, 1000]; variable
|
D | big-object-literal.js | 87 var sizes = [1, 2, 100, 200]; variable
|
D | big-array-literal.js | 84 var sizes = [1, 2, 100, 200, 300]; variable
|
D | sparse-array-reverse.js | 66 var sizes = [140, 40000, VERYLARGE]; variable
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | SSLKeyGeneratorChromium.cpp | 43 void getSupportedKeySizes(Vector<String>& sizes) in getSupportedKeySizes()
|
/external/dropbear/libtommath/ |
D | bn_mp_prime_rabin_miller_trials.c | 21 } sizes[] = { variable
|
/external/dropbear/libtommath/etc/ |
D | drprime.c | 4 int sizes[] = { 1+256/DIGIT_BIT, 1+512/DIGIT_BIT, 1+768/DIGIT_BIT, 1+1024/DIGIT_BIT, 1+2048/DIGIT_B… variable
|
D | 2kprime.c | 5 int sizes[] = {256, 512, 768, 1024, 1536, 2048, 3072, 4096}; variable
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 132 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/ |
D | web_apps.cc | 113 std::vector<string16> sizes; in ParseIconSize() local 123 std::vector<gfx::Size>* sizes, in ParseIconSizes()
|
D | web_apps_unittest.cc | 174 std::vector<gfx::Size> sizes; in TEST() local
|
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 5 static int sizes[] = { variable
|
/external/freetype/src/cache/ |
D | ftcmanag.h | 105 FTC_MruListRec sizes; member
|
/external/chromium/chrome/browser/extensions/ |
D | convert_web_app_unittest.cc | 102 const int sizes[] = {16, 48, 128}; in TEST() local
|
/external/openssl/crypto/bn/ |
D | bnspeed.c | 165 static int sizes[NUM_SIZES]={128,256,512,1024,2048}; variable
|
D | expspeed.c | 194 static int sizes[NUM_SIZES]={128,256,512,1024,2048,4096,8192}; variable
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
D | ParticlePointMesh.java | 123 FloatBuffer sizes = (FloatBuffer) svb.getData(); in updateParticleData() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11modes.c | 209 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/ |
D | StreamTest.cpp | 105 const size_t sizes[] = { in TestPackedUInt() local
|
/external/skia/bench/ |
D | RectBench.cpp | 111 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/ |
D | DefaultMp4Builder.java | 92 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/ |
D | SampleList.java | 19 long[] sizes; field in SampleList
|
/external/webrtc/src/system_wrappers/source/ |
D | data_log_unittest.cc | 135 WebRtc_UWord32 sizes[5] = {1400, 1500, 1600, 1700, 1800}; in TEST() local
|