/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
|
/third_party/ejdb/src/jql/inc/ |
D | jqpx.c | 15 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/ |
D | jqp.c | 174 #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/ |
D | sort.c | 176 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/ |
D | SkPoint3.cpp | 32 double yy = y; in Length() local 62 double yy = fY; in normalize() local
|
D | SkPoint.cpp | 46 double yy = y; in set_point_length() local 81 double yy = dy; in Length() local
|
/third_party/skia/src/core/ |
D | SkPoint3.cpp | 32 double yy = y; in Length() local 62 double yy = fY; in normalize() local
|
D | SkPoint.cpp | 46 double yy = y; in set_point_length() local 81 double yy = dy; in Length() 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() 162 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy) in scan_key_getsize()
|
/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()
|
/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/boost/libs/python/example/numpy/ |
D | demo_gaussian.py | 33 yy = (z * (y - yc)**2).sum() / z.sum() 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
|
/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()
|