Home
last modified time | relevance | path

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

123456

/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
/third_party/ejdb/src/jql/inc/
Djqpx.c15 static void _jqp_debug(yycontext *yy, const char *text) { in _jqp_debug()
19 static void _jqp_fatal(yycontext *yy, iwrc rc) { in _jqp_fatal()
25 static void *_jqp_malloc(struct _yycontext *yy, size_t size) { in _jqp_malloc()
35 static void *_jqp_realloc(struct _yycontext *yy, void *ptr, size_t size) { in _jqp_realloc()
58 IW_INLINE char *_jqp_strdup(struct _yycontext *yy, const char *text) { in _jqp_strdup()
65 static JQPUNIT *_jqp_unit(yycontext *yy) { in _jqp_unit()
73 static JQP_STACK *_jqp_push(yycontext *yy) { in _jqp_push()
97 static JQP_STACK _jqp_pop(yycontext *yy) { in _jqp_pop()
117 static void _jqp_unit_push(yycontext *yy, JQPUNIT *unit) { in _jqp_unit_push()
123 static JQPUNIT *_jqp_unit_pop(yycontext *yy) { in _jqp_unit_pop()
[all …]
/third_party/ejdb/src/jql/
Djqp.c174 #define YY_INPUT(yy, buf, result, max_size) \ argument
198 YY_LOCAL(int) yyrefill(yycontext *yy) in yyrefill()
216 YY_LOCAL(int) yymatchDot(yycontext *yy) in yymatchDot()
223 YY_LOCAL(int) yymatchChar(yycontext *yy, int c) in yymatchChar()
236 YY_LOCAL(int) yymatchString(yycontext *yy, const char *s) in yymatchString()
253 YY_LOCAL(int) yymatchClass(yycontext *yy, unsigned char *bits) in yymatchClass()
268 YY_LOCAL(void) yyDo(yycontext *yy, yyaction action, int begin, int end) in yyDo()
281 YY_LOCAL(int) yyText(yycontext *yy, int begin, int end) in yyText()
299 YY_LOCAL(void) yyDone(yycontext *yy) in yyDone()
312 YY_LOCAL(void) yyCommit(yycontext *yy) in yyCommit()
[all …]
/third_party/toybox/toys/posix/
Dsort.c176 char *xx,*yy; in compare_values() local
202 char *xx,*yy; in compare_values() local
216 long long xx = strtoll(x, &x, 10), yy = strtoll(y, &y, 10); in compare_values() local
221 char xx = *x ? *x : x[-1], yy = *y ? *y : y[-1]; in compare_values() local
248 char *x, *y, *xx = *(char **)xarg, *yy = *(char **)yarg; in compare_keys() local
/third_party/flutter/skia/src/core/
DSkPoint3.cpp32 double yy = y; in Length() local
62 double yy = fY; in normalize() local
DSkPoint.cpp46 double yy = y; in set_point_length() local
81 double yy = dy; in Length() local
/third_party/skia/src/core/
DSkPoint3.cpp32 double yy = y; in Length() local
62 double yy = fY; in normalize() local
DSkPoint.cpp46 double yy = y; in set_point_length() local
81 double yy = dy; in Length() 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()
162 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy) in scan_key_getsize()
/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()
/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/boost/libs/python/example/numpy/
Ddemo_gaussian.py33 yy = (z * (y - yc)**2).sum() / z.sum() 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
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xy_coord.h46 dng_xy_coord (real64 xx, real64 yy) in dng_xy_coord()

123456