Home
last modified time | relevance | path

Searched defs:yy (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DtsxStatelessFunctionComponentOverload2.js4 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
DtsxStatelessFunctionComponentOverload1.js6 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
DtsxStatelessFunctionComponentOverload4.js4 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
DintersectionsAndOptionalProperties.js26 const yy: number[] & [number, ...number[]] = [1]; variable
40 var yy = [1]; variable
DcommaOperatorLeftSideUnused.js3 var yy: any; variable
58 var yy; variable
DdirectDependenceBetweenTypeAliases.js32 var yy: [string, T8[]]; variable
59 var yy; variable
DtsxStatelessFunctionComponentOverload3.js6 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
DreadonlyMembers.js64 let yy: { readonly [x: number]: string, [x: string]: string }; variable
129 var yy; variable
DcommentsVarDecl.js31 var yy = variable
DpropertyAccess.js133 var yy = bothIndex['foo']; variable
134 var yy: A; variable
277 var yy; 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/skia/src/core/
DSkPoint3.cpp41 double yy = y; in Length() local
71 double yy = fY; in normalize() local
DSkPoint.cpp53 double yy = y; in set_point_length() local
88 double yy = dy; in Length() local
/third_party/toybox/toys/other/
Dhexedit.c69 static void draw_line(long long yy) in draw_line()
99 static void highlight(int xx, int yy, int side) in highlight()
Dpwgen.c40 unsigned xx = 80, yy = 24; local
/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/compiler/
DcommaOperatorLeftSideUnused.ts3 var yy: any; variable
DsuperAccess2.ts8 static yy = super; // error for static initializer accessing super property in Q
DcommentsVarDecl.ts34 var yy = variable
DintersectionsAndOptionalProperties.ts27 const yy: number[] & [number, ...number[]] = [1]; constant
/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
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xy_coord.h46 dng_xy_coord (real64 xx, real64 yy) in dng_xy_coord()
/third_party/ffmpeg/libavcodec/
Dsga.c115 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/
Ddrawmethods.c42 int x, y, dx, dy, yy, xx; in draw_line() local
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts31 var yy: [string, T8[]]; variable

1234