/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | box-handler.js | 3 …assert.deepEqual(webAnimations1.parseBox(' rect(0px, 20px, 20px, 0px) '), [{px: 0}, {px: 20}, {px:… property 4 …assert.deepEqual(webAnimations1.parseBox('rect(0px, 20px, 20px, 0px)'), [{px: 0}, {px: 20}, {px: 2… property 5 …assert.deepEqual(webAnimations1.parseBox('rect(0px, 20px, 20px, 0)'), [{px: 0}, {px: 20}, {px: 20}… property 6 …assert.deepEqual(webAnimations1.parseBox('rect(10px, 100%, 500px, 10%)'), [{px: 10}, {'%': 100}, {… property 8 …assert.deepEqual(webAnimations1.parseBox('rect(0px, calc(10px*3), 20px, 0%)'), [{px: 0}, {px: 30},… property 9 …assert.deepEqual(webAnimations1.parseBox('rect(0px, 0%, 20px, calc(10px*3))'), [{px: 0}, {'%': 0},… property 10 …assert.deepEqual(webAnimations1.parseBox('rect(0px, 0%, 20px, calc((10px) + (3px)))'), [{px: 0}, {… property 12 [{px: 10, em: 5}, {px: 10, em: 5}, {px: 10, em: 5}, {px: 10, em: 5}]); property
|
D | dimension-handler.js | 3 assert.deepEqual(webAnimations1.parseLength(' 0 '), {px: 0}); property 4 assert.deepEqual(webAnimations1.parseLength('10px'), {px: 10}); property 10 {px: 30}); property 14 {em: 5, px: 10}); property 16 {px: 10, em: 5}); property 18 {px: 50.0, em: -6.5}); property 20 {px: -70, em: -20, vw: -12}); property 22 {px: 35}); property 56 [{px: 10}, ',']); property 58 [{px: 10}, ',20px']); property [all …]
|
D | transform-handler.js | 34 {t: 'translate', d: [{'%': 20}, {px: 30}]}, property 36 {t: 'translate', d: [{vw: 50}, {px: 0}]}, property 37 {t: 'translate', d: [{px: 0}, {px: 0}]} property 40 {t: 'translatex', d: [{px: 10}]}, property 42 {t: 'translatex', d: [{px: 0}]} property 45 {t: 'translatey', d: [{px: 10}]}, property 47 {t: 'translatey', d: [{px: 0}]} property 50 {t: 'translatez', d: [{px: 10}]}, property 51 {t: 'translatez', d: [{px: 0}]} property 54 {t: 'translate3d', d: [{px: 10}, {px: 20}, {px: 30}]}, property [all …]
|
/external/v8/test/mjsunit/ |
D | tail-call-intrinsic.js | 28 tailee2 = function(px) { argument 45 tailee3 = function(px) { argument 59 tailee4 = function(px) { argument 72 tailee5 = function(px) { argument 84 tailee6 = function(px) { argument 88 tailee7 = function(px, py, pz, pa, pb, pc) { argument 97 tailee8 = function(px, py, pz, pa, pb) { argument 101 tailee9 = function(px, py, pz, pa, pb, pc) { argument
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | shadow-handler.js | 55 left.lengths.push({px: 0}); property 57 right.lengths.push({px: 0}); property 94 return {inset: inset, color: [0, 0, 0, 0], lengths: [{px: 0}, {px: 0}, {px: 0}, {px: 0}]}; property
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 117 int px = x + ix; in TAG() local 139 int px = x + ix; in TAG() local 220 int px = x + ix; in TAG() local 241 int px = x + ix; in TAG() local 308 int px = x + ix; in TRI_16() local
|
/external/clang/test/Modules/ |
D | irgen.c | 10 void triple_value(int *px) { in triple_value()
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar_frealpathat.c | 8 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_uuidsys.c | 8 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_lwp_sigqueue.c | 10 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_system_stats.c | 9 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_lwp_kill.c | 11 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_lwp_sigqueue_pid.c | 10 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_lwp_name.c | 22 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_utimensat.c | 22 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_obsolete.c | 25 long *px = malloc(sizeof(long)); in main() local
|
D | scalar_zone_defunct.c | 34 long *px = malloc(sizeof(long)); in main() local
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfWav.cpp | 177 unsigned short *px = py; in wav2Encode() local 233 unsigned short *px = py; in wav2Encode() local 308 unsigned short *px = py; in wav2Decode() local 364 unsigned short *px = py; in wav2Decode() local
|
/external/skia/gm/ |
D | blend.cpp | 39 if (const SkPMColor* px = (const SkPMColor*)canvas->peekPixels(nullptr, nullptr)) { variable
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar_exit_group.c | 6 long* px = malloc(sizeof(long)); in main() local
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar_nocancel.c | 14 long* px = malloc(sizeof(long)); in main() local
|
D | scalar.c | 14 long* px = malloc(sizeof(long)); in main() local
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
D | Transform.java | 102 final float px = v.x - T.p.x; in mulTrans() local 108 final float px = v.x - T.p.x; in mulTransToOut() local 117 final float px = v.x - T.p.x; in mulTransToOutUnsafe() local
|
/external/valgrind/memcheck/tests/x86-solaris/ |
D | scalar_obsolete.c | 28 long *px = malloc(sizeof(long)); in main() local
|
/external/compiler-rt/test/msan/ |
D | select_origin.cc | 17 int *volatile px = &x; in main() local
|