Home
last modified time | relevance | path

Searched defs:todo (Results 1 – 25 of 53) 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.js17 function Todo(prop: { key: number, todo: string }) { property
52 …return React.createElement("div", null, React.createElement(Todo, { key: todos[0].id, todo: todos[… property
57 …return React.createElement("div", null, React.createElement(Todo, { key: todos[0].id, todo: todos[… 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/mindspore/mindspore/core/ir/
Dgraph_utils.cc39 static size_t DumpSortingCircleList(const std::deque<AnfNodePtr> &todo, const AnfNodePtr &next, siz… in DumpSortingCircleList()
58 std::deque<AnfNodePtr> todo; in TopoSort() local
103 std::vector<CNodePtr> todo; in BroadFirstSearchGraphCNodes() local
127 std::deque<CNodePtr> todo; in BroadFirstSearchFirstOf() local
152 std::vector<FuncGraphPtr> todo; in BroadFirstSearchGraphUsed() local
/third_party/toybox/scripts/
Dmkstatus.py83 todo=[] variable
114 todo = [] variable
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dopt.cc131 …pdateTransformingListForSubstitutions(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool c… in UpdateTransformingListForSubstitutions()
146 static void UpdateTransformingListForIR(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool … in UpdateTransformingListForIR()
165std::deque<AnfNodePtr> *todo, bool change, size_t seen) { in UpdateTransformingListWithUserNodes()
194 std::deque<AnfNodePtr> todo; in ApplyIRToSubstitutions() local
234 std::deque<AnfNodePtr> todo; in ApplySubstitutionToIR() local
/third_party/node/deps/npm/node_modules/are-we-there-yet/
Dtracker-group.js75 TrackerGroup.prototype.newItem = function (name, todo, weight) { argument
79 TrackerGroup.prototype.newStream = function (name, todo, weight) { argument
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_while.cc63 std::deque<AnfNodePtr> todo(256); in BlongToWhichExternalEnter() local
138 std::deque<AnfNodePtr> todo(128); in IdentifyWhileNodeExternalInput() local
301 std::deque<AnfNodePtr> todo(512); in CondSubgraphAddNodes() local
429 std::deque<AnfNodePtr> todo(512); in BodySubgraphAddNodes() local
Dfunctionalize_control_op_pass.cc153 std::deque<AnfNodePtr> todo(256); in BelongToWhichNode() local
/third_party/node/test/parallel/
Dtest-gc-net-timeout.js28 const todo = 500; constant
Dtest-gc-http-client-connaborted.js10 const todo = 500; constant
Dtest-gc-http-client-timeout.js18 const todo = 300; constant
/third_party/node/test/sequential/
Dtest-gc-http-client.js14 const todo = 300; constant
/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.h81 const AnfNodePtrList &todo() const { return todo_; } in todo() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dnode_pass.cc61 std::deque<std::pair<AnfNodePtr, FuncGraphPtr>> todo{{func_graph->output(), func_graph}}; in Run() local
/third_party/openssl/crypto/chacha/
Dchacha_enc.c79 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/libuv/src/
Didna.c120 unsigned todo; in uv__idna_toascii_label() local
/third_party/grpc/tools/mkowners/
Dmkowners.py203 todo = owners_data.copy() variable
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Derst-inject.c202 int todo = ERST_MAX; in main() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dgradient_eliminate.cc109 std::vector<CNodePtr> todo; in operator ()() local
/third_party/node/deps/npm/lib/install/
Dactions.js190 function execAction (todo) { argument
/third_party/openssl/crypto/bn/
Dbn_rand.c216 unsigned done, todo; in BN_generate_dsa_nonce() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dset_fracz_group_attr.cc191 std::vector<KernelWithIndex> todo{KernelWithIndex{cnode, 0}}; in SetAttrFraczGroup() local
/third_party/gptfdisk/
Dgptpart.cc208 int todo ; local

123