Home
last modified time | relevance | path

Searched refs:arrow (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/
DdisallowLineTerminatorBeforeArrow.errors.txt1 …isallowLineTerminatorBeforeArrow.ts(2,5): error TS1200: Line terminator not permitted before arrow.
2 …isallowLineTerminatorBeforeArrow.ts(4,7): error TS1200: Line terminator not permitted before arrow.
3 …isallowLineTerminatorBeforeArrow.ts(6,5): error TS1200: Line terminator not permitted before arrow.
4 …isallowLineTerminatorBeforeArrow.ts(8,7): error TS1200: Line terminator not permitted before arrow.
5 …sallowLineTerminatorBeforeArrow.ts(10,5): error TS1200: Line terminator not permitted before arrow.
6 …sallowLineTerminatorBeforeArrow.ts(12,7): error TS1200: Line terminator not permitted before arrow.
7 …sallowLineTerminatorBeforeArrow.ts(14,5): error TS1200: Line terminator not permitted before arrow.
8 …sallowLineTerminatorBeforeArrow.ts(16,7): error TS1200: Line terminator not permitted before arrow.
9 …sallowLineTerminatorBeforeArrow.ts(18,5): error TS1200: Line terminator not permitted before arrow.
10 …sallowLineTerminatorBeforeArrow.ts(21,5): error TS1200: Line terminator not permitted before arrow.
[all …]
DemitArrowFunctionWhenUsingArguments01.errors.txt1 …ts(2,15): error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 an…
2 …ts(7,19): error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 an…
3 …s(13,13): error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 an…
4 …s(19,15): error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 an…
11 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
18 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
26 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
34 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
DasyncMethodWithSuper_es6.types133 // property access in arrow
142 // element access in arrow
151 // property access in async arrow
160 // element access in async arrow
187 // property access in arrow
196 // property access in async arrow
233 // property access (assign) in arrow
243 // property access (assign) in async arrow
271 // element access in arrow
280 // element access in async arrow
[all …]
DasyncMethodWithSuper_es6.symbols111 // property access in arrow
117 // element access in arrow
122 // property access in async arrow
128 // element access in async arrow
150 // property access in arrow
156 // property access in async arrow
184 // property access (assign) in arrow
191 // property access (assign) in async arrow
213 // element access in arrow
218 // element access in async arrow
[all …]
DnoImplicitThisFunctions.errors.txt2 tests/cases/compiler/noImplicitThisFunctions.ts(17,38): error TS7041: The containing arrow function…
3 tests/cases/compiler/noImplicitThisFunctions.ts(18,22): error TS7041: The containing arrow function…
29 !!! error TS7041: The containing arrow function captures the global value of 'this'.
32 !!! error TS7041: The containing arrow function captures the global value of 'this'.
DemitArrowFunctionWhenUsingArguments02.errors.txt1 …ts(1,15): error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 an…
7 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
/third_party/flutter/skia/docs/examples/
DMatrix_fixedStepInX.cpp22 SkVector arrow = { step.fX + step.fY, step.fY - step.fX}; in draw() local
23 arrow = arrow * .25f; in draw()
24 canvas->drawLine(end, end - arrow, paint); in draw()
25 canvas->drawLine(end, {end.fX + arrow.fY, end.fY - arrow.fX}, paint); in draw()
DPath_rMoveTo.cpp11 SkVector arrow[] = {{0, -4}, {-20, 0}, {0, -3}, {-5, 5}, {5, 5}, {0, -3}, {20, 0}};
12 for (unsigned i = 0; i < SK_ARRAY_COUNT(arrow); ++i) {
13 path.rLineTo(arrow[i].fX, arrow[i].fY);
DPath_addRect_2.cpp7 const SkPoint arrow[] = { {5, -5}, {15, -5}, {20, 0}, {15, 5}, {5, 5}, {10, 0} }; in draw() local
14 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true); in draw()
DPath_Direction.cpp8 const SkPoint arrow[] = { {40, -5}, {45, 0}, {40, 5} };
16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
DPath_addOval_2.cpp8 const SkPoint arrow[] = { {0, -5}, {10, 0}, {0, 5} };
16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
/third_party/skia/docs/examples/
DPath_rMoveTo.cpp11 SkVector arrow[] = {{0, -4}, {-20, 0}, {0, -3}, {-5, 5}, {5, 5}, {0, -3}, {20, 0}};
12 for (unsigned i = 0; i < SK_ARRAY_COUNT(arrow); ++i) {
13 path.rLineTo(arrow[i].fX, arrow[i].fY);
DPath_addRect_2.cpp7 const SkPoint arrow[] = { {5, -5}, {15, -5}, {20, 0}, {15, 5}, {5, 5}, {10, 0} }; in draw() local
14 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true); in draw()
DPath_Direction.cpp8 const SkPoint arrow[] = { {40, -5}, {45, 0}, {40, 5} };
16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
DPath_addOval_2.cpp8 const SkPoint arrow[] = { {0, -5}, {10, 0}, {0, 5} };
16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
/third_party/jerryscript/tests/jerry/es2015/
Dnew-target.js46 function arrow () { function
47 assert (new.target === arrow);
49 assert (mth () === arrow);
53 new arrow ();
/third_party/libjpeg-turbo/doc/html/
Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/third_party/skia/third_party/externals/oboe/docs/reference/
Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/third_party/libevdev/doc/html/
Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Drender-a11y-string.mjs28 "\\uparrow": "up arrow",
29 "\\Uparrow": "up arrow",
30 "\\downarrow": "down arrow",
31 "\\Downarrow": "down arrow",
32 "\\updownarrow": "up down arrow",
33 "\\leftarrow": "left arrow",
34 "\\Leftarrow": "left arrow",
35 "\\rightarrow": "right arrow",
36 "\\Rightarrow": "right arrow",
128 "\\leftarrow": "left arrow",
[all …]
/third_party/flutter/flutter/examples/stocks/lib/
Dstock_symbol_viewer.dart11 const _StockSymbolView({ this.stock, this.arrow });
14 final Widget arrow;
35 arrow,
95 arrow: Hero(
128 arrow: StockArrow(percentChange: stock.percentChange),
/third_party/node/src/
Dnode_errors.cc301 Local<Value> arrow; in ReportFatalException() local
343 arrow = in ReportFatalException()
352 if (arrow.IsEmpty() || !arrow->IsString() || decorated) { in ReportFatalException()
355 node::Utf8Value arrow_string(env->isolate(), arrow); in ReportFatalException()
382 if (arrow.IsEmpty() || !arrow->IsString() || decorated) { in ReportFatalException()
385 node::Utf8Value arrow_string(env->isolate(), arrow); in ReportFatalException()
891 Local<Value> arrow; in DecorateErrorStack() local
892 if (!(maybe_value.ToLocal(&arrow) && arrow->IsString())) { in DecorateErrorStack()
903 arrow.As<String>(), in DecorateErrorStack()
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtext_selection.dart24 // Minimal padding from tip of the selection toolbar arrow to horizontal edges of the
28 // Vertical distance between the tip of the arrow and the line of text the arrow
34 // The height of the toolbar, including the arrow.
74 // The y-coordinate of the tip of the arrow, in global coordinate system.
77 // Whether the arrow should point down and be attached to the bottom
94 // The x offset from the tip of the arrow to the center of the toolbar.
95 // Positive if the tip of the arrow has a larger x-coordinate than the
198 final Path arrow = Path()
204 return Path.combine(PathOperation.union, rrect, arrow);
/third_party/node/deps/npm/node_modules/is-callable/
DCHANGELOG.md3 * [Fix] improve `class` and arrow function detection (#30, #31)
34 …te `eslint`, `editorconfig-tools`, `nsp`, `tape`, `semver`, `jscs`, `covert`, `make-arrow-function`
43 * Add tests to ensure arrow functions are callable.
/third_party/python/Tools/pynche/
DStripViewer.py107 arrow = self._canvas.create_line(
111 arrow='first',
119 return arrow, text
138 arrow = self._canvas.create_line(
142 arrow='last',
151 return arrow, text

12345678910