/third_party/typescript/tests/baselines/reference/ |
D | commaOperatorLeftSideUnused.js | 2 var xx: any; variable 32 xx = (function() { }, 100); function 57 var xx; variable
|
D | castNewObjectBug.js | 3 var xx = <Foo> new Object(); variable 6 var xx = new Object(); variable
|
D | intersectionsAndOptionalProperties.js | 27 const xx: [number, ...number[]] = yy; constant 41 var xx = yy; variable
|
D | arrayAssignmentTest3.js | 13 var xx = new a(null, 7, new B()); variable 33 var xx = new a(null, 7, new B()); variable
|
D | objectRestForOf.js | 6 let xx: number; variable 34 let xx; variable
|
D | parserUnicode1.js | 3 var \u0078x = 6;
|
D | anyAsReturnTypeForNewOnCall.js | 12 var xx = o.x; variable
|
D | readonlyMembers.js | 60 let xx: { readonly [x: string]: string }; variable 126 var xx; variable
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR29443-missing-xx.cc | 3 int xx; member 8 int xx; variable
|
/third_party/toybox/toys/posix/ |
D | sort.c | 175 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/ |
D | SkPoint3.cpp | 31 double xx = x; in Length() local 61 double xx = fX; in normalize() local
|
/third_party/ffmpeg/libswscale/ |
D | hscale_fast_bilinear.c | 29 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/ |
D | SkPoint3.cpp | 40 double xx = x; in Length() local 70 double xx = fX; in normalize() local
|
/third_party/typescript/tests/cases/compiler/ |
D | castNewObjectBug.ts | 2 var xx = <Foo> new Object(); variable
|
D | anyAsReturnTypeForNewOnCall.ts | 11 var xx = o.x; variable
|
D | objectLiteralFreshnessWithSpread.ts | 2 let xx: { a, b } = { a: 1, ...x, z: 3 } // error for 'z', no error for 'extra' variable
|
D | commaOperatorLeftSideUnused.ts | 2 var xx: any; variable
|
D | arrayAssignmentTest3.ts | 12 var xx = new a(null, 7, new B()); variable
|
D | fileReferencesWithNoExtensions.ts | 19 declare var xx: number; variable
|
D | superAccess2.ts | 7 xx = super; property in Q
|
D | intersectionsAndOptionalProperties.ts | 28 const xx: [number, ...number[]] = yy; constant
|
/third_party/toybox/toys/other/ |
D | hexedit.c | 71 int x, xx = 16; in draw_line() local 99 static void highlight(int xx, int yy, int side) in highlight()
|
/third_party/toybox/lib/ |
D | tty.c | 21 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/ |
D | objectRestForOf.ts | 6 let xx: number; variable
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstshagadelic.c | 107 float xx, yy; in gst_shagadelic_initialize() local 109 double xx, yy; in gst_shagadelic_initialize() local
|