Home
last modified time | relevance | path

Searched defs:arrow (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/functions/arrow/
Dscope.ts1 const arrow = () => { constant
/third_party/mindspore/mindspore/lite/src/
Dlite_mindrt.cc207 auto arrow = std::make_shared<DataArrow>(i, AID(id), to_input_index); in CompileArrowThroughOutputKernels() local
246 auto arrow = std::make_shared<DataArrow>(i, out_actor_id, i); in CompileArrowThroughPartialCall() local
461 auto arrow = std::make_shared<DataArrow>(j, true_branch_actor_id, i); in CompileTrueBranchArrow() local
486 auto arrow = std::make_shared<DataArrow>(j, false_branch_actor_id, i); in CompileFalseBranchArrow() local
605 auto &arrow = true_branch_output_data_arrows_[i]; in PrepareOutputData() local
618 auto &arrow = false_branch_output_data_arrows_[i]; in PrepareOutputData() local
776 auto &arrow = output_data_arrows_[i]; in PrepareOutputData() local
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dtype-annotation-spacing.ts20 readonly arrow?: WhitespaceRule; property
60 const arrow = { constant
/third_party/skia/docs/examples/
DPath_addRect_2.cpp7 const SkPoint arrow[] = { {5, -5}, {15, -5}, {20, 0}, {15, 5}, {5, 5}, {10, 0} }; in draw() local
/third_party/flutter/skia/docs/examples/
DPath_addRect_2.cpp7 const SkPoint arrow[] = { {5, -5}, {15, -5}, {20, 0}, {15, 5}, {5, 5}, {10, 0} }; in draw() local
DMatrix_fixedStepInX.cpp22 SkVector arrow = { step.fX + step.fY, step.fY - step.fX}; in draw() local
/third_party/googletest/docs/_sass/
Dmain.scss63 .sidebar .expander .arrow { class
192 & + .expander .arrow { class
/third_party/jerryscript/tests/jerry/es2015/
Dnew-target.js46 function arrow () { function
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestcustomcursor.c27 static const char *arrow[] = { variable
/third_party/boost/tools/build/example/qt/qt4/hello/
Darrow.cpp37 QPainterPath arrow; in draw_arrow() local
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DTransformsMapperTest.java216 String arrow = dir == FORWARD ? "-->" : "<--"; in oneWay() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_mouse.c44 static const char *arrow[] = { variable
/third_party/node/src/
Dnode_errors.cc301 Local<Value> arrow; in ReportFatalException() local
891 Local<Value> arrow; in DecorateErrorStack() local
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_polygon.cpp52 static std::string const arrow variable
/third_party/python/Lib/
Dpstats.py474 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc2710 for (const auto arrow : actor->output_branch_arrows_[i]) { in DumpSwitchActor() local
2720 for (const auto arrow : actor->output_branch_result_arrows_[i]) { in DumpSwitchActor() local
2730 for (const auto arrow : actor->output_branch_control_arrows_[i]) { in DumpSwitchActor() local
/third_party/typescript/src/services/
DtextChanges.ts667 const arrow = findChildOfKind(node, SyntaxKind.EqualsGreaterThanToken, sourceFile)!; constant
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js171 arrow: new TokenType("=>", beforeExpr), property
Dacorn.mjs165 arrow: new TokenType("=>", beforeExpr), property