Home
last modified time | relevance | path

Searched refs:old_x (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DuseBeforeDeclaration_superClass.symbols13 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))
DuseBeforeDeclaration_superClass.types14 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
DuseBeforeDeclaration_superClass.js7 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;
DuseBeforeDeclaration_superClass.errors.txt10 old_x = this.x;
20 old_x = this.x;
29 old_x = this.x;
/third_party/typescript/tests/cases/compiler/
DuseBeforeDeclaration_superClass.ts6 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/
DSDL_sysjoystick.c198 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/
Dtest-totem.c244 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/
Dvf_crop.c332 int old_x = s->x; in process_command() local
343 s->x = old_x; in process_command()
Dvf_drawbox.c280 int old_x = s->x; in process_command() local
298 s->x = old_x; in process_command()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c1993 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()