/third_party/typescript/tests/baselines/reference/ |
D | tsxStatelessFunctionComponentOverload2.js | 4 declare function OneThing(l: {yy: number, yy1: string}): JSX.Element; property 7 yy: 10, property 12 yy: true property 16 yy: 500, property 40 yy: 10, property 44 yy: true property 47 yy: 500, property
|
D | tsxStatelessFunctionComponentOverload1.js | 6 declare function OneThing(l: {yy: number, yy1: string}): JSX.Element; property 7 declare function OneThing(l: {yy: number, yy1: string, yy2: boolean}): JSX.Element; property 19 declare function TestingOneThing(j: {"extra-data": string, yy?: string}): JSX.Element; field 20 declare function TestingOneThing(n: {yy: number, direction?: number}): JSX.Element; property 21 declare function TestingOneThing(n: {yy: string, name: string}): JSX.Element; property
|
D | tsxStatelessFunctionComponentOverload4.js | 4 declare function OneThing(l: {yy: number, yy1: string}): JSX.Element; property 7 yy: 10, property 23 declare function TestingOneThing(n: {yy: string, direction?: number}): JSX.Element; property 45 yy: 10, property
|
D | intersectionsAndOptionalProperties.js | 26 const yy: number[] & [number, ...number[]] = [1]; variable 40 var yy = [1]; variable
|
D | commaOperatorLeftSideUnused.js | 3 var yy: any; variable 58 var yy; variable
|
D | directDependenceBetweenTypeAliases.js | 32 var yy: [string, T8[]]; variable 59 var yy; variable
|
D | tsxStatelessFunctionComponentOverload3.js | 6 declare function ZeroThingOrTwoThing(l: {yy: number, yy1: string}, context: Context): JSX.Element; property 19 declare function ThreeThing(l: {yy: number, yy1: string}, context: Context, updater: any): JSX.Elem… property
|
D | readonlyMembers.js | 64 let yy: { readonly [x: number]: string, [x: string]: string }; variable 129 var yy; variable
|
D | commentsVarDecl.js | 31 var yy = variable
|
D | propertyAccess.js | 133 var yy = bothIndex['foo']; variable 134 var yy: A; variable 277 var yy; 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/skia/src/core/ |
D | SkPoint3.cpp | 41 double yy = y; in Length() local 71 double yy = fY; in normalize() local
|
D | SkPoint.cpp | 53 double yy = y; in set_point_length() local 88 double yy = dy; in Length() local
|
/third_party/toybox/toys/other/ |
D | hexedit.c | 69 static void draw_line(long long yy) in draw_line() 99 static void highlight(int xx, int yy, int side) in highlight()
|
D | pwgen.c | 40 unsigned xx = 80, yy = 24; local
|
/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/compiler/ |
D | commaOperatorLeftSideUnused.ts | 3 var yy: any; variable
|
D | superAccess2.ts | 8 static yy = super; // error for static initializer accessing super property in Q
|
D | commentsVarDecl.ts | 34 var yy = variable
|
D | intersectionsAndOptionalProperties.ts | 27 const yy: number[] & [number, ...number[]] = [1]; constant
|
/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
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_xy_coord.h | 46 dng_xy_coord (real64 xx, real64 yy) in dng_xy_coord()
|
/third_party/ffmpeg/libavcodec/ |
D | sga.c | 115 for (int yy = 0; yy < 8; yy++) { in decode_index_palmap() local 169 for (int yy = 0; yy < 8; yy++) { in decode_index_tilemap() local 188 for (int yy = 0; yy < 8; yy++) { in decode_index() local 289 for (int yy = 0; yy < 8; yy++) { in decode_tiledata() local
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | drawmethods.c | 42 int x, y, dx, dy, yy, xx; in draw_line() local
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | directDependenceBetweenTypeAliases.ts | 31 var yy: [string, T8[]]; variable
|