Home
last modified time | relevance | path

Searched defs:xx (Results 1 – 25 of 147) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DcommaOperatorLeftSideUnused.js2 var xx: any; variable
32 xx = (function() { }, 100); function
57 var xx; variable
DcastNewObjectBug.js3 var xx = <Foo> new Object(); variable
6 var xx = new Object(); variable
DintersectionsAndOptionalProperties.js27 const xx: [number, ...number[]] = yy; constant
41 var xx = yy; variable
DarrayAssignmentTest3.js13 var xx = new a(null, 7, new B()); variable
33 var xx = new a(null, 7, new B()); variable
DobjectRestForOf.js6 let xx: number; variable
34 let xx; variable
DparserUnicode1.js3 var \u0078x = 6;
DanyAsReturnTypeForNewOnCall.js12 var xx = o.x; variable
DreadonlyMembers.js60 let xx: { readonly [x: string]: string }; variable
126 var xx; variable
/third_party/libabigail/tests/data/test-read-dwarf/
DPR29443-missing-xx.cc3 int xx; member
8 int xx; variable
/third_party/toybox/toys/posix/
Dsort.c175 char *xx,*yy; in compare_values() local
201 char *xx,*yy; in compare_values() local
215 long long xx = strtoll(x, &x, 10), yy = strtoll(y, &y, 10); in compare_values() local
220 char xx = *x ? *x : x[-1], yy = *y ? *y : y[-1]; in compare_values() local
247 char *x, *y, *xx = *(char **)xarg, *yy = *(char **)yarg; in compare_keys() local
/third_party/flutter/skia/src/core/
DSkPoint3.cpp31 double xx = x; in Length() local
61 double xx = fX; in normalize() local
/third_party/ffmpeg/libswscale/
Dhscale_fast_bilinear.c29 register unsigned int xx = xpos >> 16; in ff_hyscale_fast_c() local
45 register unsigned int xx = xpos >> 16; in ff_hcscale_fast_c() local
/third_party/skia/src/core/
DSkPoint3.cpp40 double xx = x; in Length() local
70 double xx = fX; in normalize() local
/third_party/typescript/tests/cases/compiler/
DcastNewObjectBug.ts2 var xx = <Foo> new Object(); variable
DanyAsReturnTypeForNewOnCall.ts11 var xx = o.x; variable
DobjectLiteralFreshnessWithSpread.ts2 let xx: { a, b } = { a: 1, ...x, z: 3 } // error for 'z', no error for 'extra' variable
DcommaOperatorLeftSideUnused.ts2 var xx: any; variable
DarrayAssignmentTest3.ts12 var xx = new a(null, 7, new B()); variable
DfileReferencesWithNoExtensions.ts19 declare var xx: number; variable
DsuperAccess2.ts7 xx = super; property in Q
DintersectionsAndOptionalProperties.ts28 const xx: [number, ...number[]] = yy; constant
/third_party/toybox/toys/other/
Dhexedit.c71 int x, xx = 16; in draw_line() local
99 static void highlight(int xx, int yy, int side) in highlight()
/third_party/toybox/lib/
Dtty.c21 int terminal_size(unsigned *xx, unsigned *yy) in terminal_size()
53 int terminal_probesize(unsigned *xx, unsigned *yy) in terminal_probesize()
176 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy) in scan_key_getsize()
/third_party/typescript/tests/cases/conformance/types/rest/
DobjectRestForOf.ts6 let xx: number; variable
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstshagadelic.c107 float xx, yy; in gst_shagadelic_initialize() local
109 double xx, yy; in gst_shagadelic_initialize() local

123456