/third_party/typescript/tests/baselines/reference/ |
D | disallowLineTerminatorBeforeArrow.errors.txt | 1 …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 …]
|
D | emitArrowFunctionWhenUsingArguments01.errors.txt | 1 …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. …
|
D | asyncMethodWithSuper_es6.types | 133 // 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 …]
|
D | asyncMethodWithSuper_es6.symbols | 111 // 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 …]
|
D | noImplicitThisFunctions.errors.txt | 2 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'.
|
D | emitArrowFunctionWhenUsingArguments02.errors.txt | 1 …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/ |
D | Matrix_fixedStepInX.cpp | 22 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()
|
D | Path_rMoveTo.cpp | 11 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);
|
D | Path_addRect_2.cpp | 7 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()
|
D | Path_Direction.cpp | 8 const SkPoint arrow[] = { {40, -5}, {45, 0}, {40, 5} }; 16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
|
D | Path_addOval_2.cpp | 8 const SkPoint arrow[] = { {0, -5}, {10, 0}, {0, 5} }; 16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
|
/third_party/skia/docs/examples/ |
D | Path_rMoveTo.cpp | 11 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);
|
D | Path_addRect_2.cpp | 7 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()
|
D | Path_Direction.cpp | 8 const SkPoint arrow[] = { {40, -5}, {45, 0}, {40, 5} }; 16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
|
D | Path_addOval_2.cpp | 8 const SkPoint arrow[] = { {0, -5}, {10, 0}, {0, 5} }; 16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | new-target.js | 46 function arrow () { function 47 assert (new.target === arrow); 49 assert (mth () === arrow); 53 new arrow ();
|
/third_party/libjpeg-turbo/doc/html/ |
D | tabs.css | 1 …arrow{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/ |
D | tabs.css | 1 …arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
|
/third_party/libevdev/doc/html/ |
D | tabs.css | 1 …arrow{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/ |
D | render-a11y-string.mjs | 28 "\\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/ |
D | stock_symbol_viewer.dart | 11 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/ |
D | node_errors.cc | 301 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/ |
D | text_selection.dart | 24 // 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/ |
D | CHANGELOG.md | 3 * [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/ |
D | StripViewer.py | 107 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
|