Home
last modified time | relevance | path

Searched defs:todo (Results 1 – 25 of 57) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DtsxSpreadChildren.js17 function Todo(prop: { key: number, todo: string }) { property
22 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)} field
36 {...todos.map(function (todo) { return <Todo key={todo.id} todo={todo.todo}/>; })} argument
DtsxSpreadChildrenInvalidType(jsx=react,target=es5).js17 function Todo(prop: { key: number, todo: string }) { property
61 …_spreadArray(["div", null], React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo }), … property
66 …_spreadArray(["div", null], React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo }), … property
DtsxSpreadChildrenInvalidType(jsx=react,target=es2015).js17 function Todo(prop: { key: number, todo: string }) { property
40 …return React.createElement("div", null, ...React.createElement(Todo, { key: todos[0].id, todo: tod… property
44 …return React.createElement("div", null, ...React.createElement(Todo, { key: todos[0].id, todo: tod… property
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es2015).js17 function Todo(prop: { key: number, todo: string }) { property
41 return _jsxs("div", { children: [..._jsx(Todo, { todo: todos[0].todo }, todos[0].id)] }); property
45 return _jsxs("div", { children: [..._jsx(Todo, { todo: todos[0].todo }, todos[0].id)] }); property
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es5).js17 function Todo(prop: { key: number, todo: string }) { property
64 …jsxs)("div", { children: __spreadArray([], (0, jsx_runtime_1.jsx)(Todo, { todo: todos[0].todo }, t… property
69 …jsxs)("div", { children: __spreadArray([], (0, jsx_runtime_1.jsx)(Todo, { todo: todos[0].todo }, t… property
DtsxReactEmitNesting.js23 <label onDoubleClick={()=>{ctrl.editTodo(todo)}}>{todo.title}</label> field
46 … vdom.createElement("ul", { "class": "todo-list" }, model.filteredTodos.map(function (todo) { argument
47 …return vdom.createElement("li", { "class": { todo: true, completed: todo.completed, editing: todo … property
/third_party/toybox/scripts/
Dmkstatus.py83 todo=[] variable
114 todo = [] variable
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dgraph_utils.cc38 static size_t DumpSortingCircleList(const std::deque<AnfNodePtr> &todo, const AnfNodePtr &next, See… in DumpSortingCircleList()
58 void DumpSortingCircleIr(const std::deque<AnfNodePtr> &todo, const AnfNodePtr &next, SeenNum seen) { in DumpSortingCircleIr()
107 std::deque<AnfNodePtr> todo; in TopoSort() local
204 std::deque<CNodePtr> todo; in BroadFirstSearchFirstOf() local
230 std::vector<FuncGraphPtr> todo; in BroadFirstSearchGraphUsed() local
Dmanager.cc498 std::list<FuncGraphPtr> todo(func_graphs.begin(), func_graphs.end()); in MaybeDropFuncGraphs() local
1002 std::deque<FuncGraphPtr> todo; in SeekParents() local
1151 std::vector<FuncGraphPtr> todo; in RealRecompute() local
1177 std::vector<FuncGraphPtr> todo; in CheckRecursive() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dopt.cc128 …pdateTransformingListForSubstitutions(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool c… in UpdateTransformingListForSubstitutions()
145 static void UpdateTransformingListForIR(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool … in UpdateTransformingListForIR()
166std::deque<AnfNodePtr> *todo, bool change, SeenNum seen) { in UpdateTransformingListWithUserNodes()
193 std::deque<AnfNodePtr> todo; in ApplyIRToSubstitutions() local
228 std::deque<AnfNodePtr> todo; in ApplySubstitutionToIR() local
363 std::deque<AnfNodePtr> todo; in Run() local
/third_party/elfutils/tests/
Darextract.c39 size_t todo; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_while.cc67 std::deque<AnfNodePtr> todo(256); in BlongToWhichExternalEnter() local
143 std::deque<AnfNodePtr> todo(128); in IdentifyWhileNodeExternalInput() local
308 std::deque<AnfNodePtr> todo(512); in CondSubgraphAddNodes() local
438 std::deque<AnfNodePtr> todo(512); in BodySubgraphAddNodes() local
Dfunctionalize_control_op_pass.cc167 std::deque<AnfNodePtr> todo(256); in BelongToWhichNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/allreduce_fusion/
Dallreduce_fusion.cc84 auto todo = DeepScopedGraphSearchWithFilter(ret, AlwaysInclude, filter); in SetFusionBySize() local
142 auto todo = DeepScopedGraphSearchWithFilter(ret, AlwaysInclude, filter); in SetFusionBySizeReduceScatter() local
/third_party/glfw/docs/
Dextra.scss122 ….invariant code,.warning code,.attention code,.deprecated code,.bug code,.todo code,.test code,tab… class
400 dl.todo,dl.test { class
404 dl.note,dl.pre,dl.post,dl.invariant,dl.warning,dl.attention,dl.deprecated,dl.bug,dl.todo,dl.test { class
411 .note a,.pre a,.post a,.invariant a,.warning a,.attention a,.deprecated a,.bug a,.todo a,.test a,.n… class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/
Dset_fracz_group_attr.cc219 std::vector<KernelWithIndex> todo{KernelWithIndex{cnode, 0}}; in SetAttrFraczGroup() local
241 std::vector<KernelWithIndex> todo{}; in SetAttrFraczGroup() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dvmimpl.h79 const AnfNodePtrList &todo() const { return todo_; } in todo() function
/third_party/openssl/crypto/chacha/
Dchacha_enc.c77 size_t todo, i; in ChaCha20_ctr32() local
/third_party/skia/tools/
DHashAndEncode.cpp75 int todo = std::min(N, 1<<27); // Keep todo*8 <= 1B; skcms requires N*bpp < MAX_INT. in HashAndEncode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dnode_pass.cc180 std::deque<std::pair<AnfNodePtr, FuncGraphPtr>> todo{{func_graph->output(), func_graph}}; in GenIndex() local
310 std::deque<std::pair<AnfNodePtr, FuncGraphPtr>> todo{{func_graph->get_return(), func_graph}}; in ProcessPass() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pass/
Dsplit_matmul_comm_elementwise_fp.cc198 …auto todo = DeepScopedGraphSearchWithFilter(func_graph->get_return(), AlwaysInclude, PatternFilter… in SplitMatmulCommElementwiseFp() local
/third_party/libuv/src/
Didna.c167 unsigned todo; in uv__idna_toascii_label() local
/third_party/gptfdisk/
Dgptpart.cc208 int todo ; local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/
Dunfold_nested_output.cc178 std::deque<AnfNodePtr> todo{node}; in ProcessSucceedNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dupdatestate_eliminate.cc825 auto todo = TopoSort(func_graph->get_return(), SuccDeeperSimple); in operator ()() local
860 std::vector<AnfNodePtr> todo = TopoSort(func_graph->get_return(), SuccDeeperSimple); in operator ()() local
897 std::vector<AnfNodePtr> todo = TopoSort(func_graph->get_return(), SuccDeeperSimple); in operator ()() local

123