Searched refs:old_x (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | useBeforeDeclaration_superClass.symbols | 13 old_x = this.x; 14 >old_x : Symbol(D.old_x, Decl(useBeforeDeclaration_superClass.ts, 3, 19)) 38 old_x = this.x; 39 >old_x : Symbol(Z.old_x, Decl(useBeforeDeclaration_superClass.ts, 14, 19)) 59 old_x = this.x; 60 >old_x : Symbol(J.old_x, Decl(useBeforeDeclaration_superClass.ts, 23, 22))
|
D | useBeforeDeclaration_superClass.types | 14 old_x = this.x; 15 >old_x : number 41 old_x = this.x; 42 >old_x : number 60 old_x = this.x; 61 >old_x : number
|
D | useBeforeDeclaration_superClass.js | 7 old_x = this.x; field in D 17 old_x = this.x; field in Z 26 old_x = this.x; field in J 58 _this.old_x = _this.x; 82 _this.old_x = _this.x; 90 this.old_x = this.x;
|
D | useBeforeDeclaration_superClass.errors.txt | 10 old_x = this.x; 20 old_x = this.x; 29 old_x = this.x;
|
/third_party/typescript/tests/cases/compiler/ |
D | useBeforeDeclaration_superClass.ts | 6 old_x = this.x; property in D 16 old_x = this.x; property in Z 25 old_x = this.x; property in J
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/psp/ |
D | SDL_sysjoystick.c | 198 static unsigned char old_x = 0, old_y = 0; in SDL_SYS_JoystickUpdate() local 207 if(old_x != x) { in SDL_SYS_JoystickUpdate() 209 old_x = x; in SDL_SYS_JoystickUpdate()
|
/third_party/libinput/test/ |
D | test-totem.c | 244 double current_x, current_y, old_x, old_y; in START_TEST() local 264 ck_assert_double_gt(current_x, old_x); in START_TEST() 267 old_x = current_x; in START_TEST()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_crop.c | 332 int old_x = s->x; in process_command() local 343 s->x = old_x; in process_command()
|
D | vf_drawbox.c | 280 int old_x = s->x; in process_command() local 298 s->x = old_x; in process_command()
|
/third_party/gstreamer/gstplugins_bad/ext/directfb/ |
D | dfbvideosink.c | 1993 double x, y, old_x, old_y; in gst_dfbvideosink_navigation_send_event() local 2007 if (gst_structure_get_double (structure, "pointer_x", &old_x)) { in gst_dfbvideosink_navigation_send_event() 2008 x = old_x; in gst_dfbvideosink_navigation_send_event() 2018 "coordinate from %f to %f", old_x, x); in gst_dfbvideosink_navigation_send_event()
|