/third_party/typescript/tests/baselines/reference/ |
D | tsxSpreadChildren.types | 16 todo: string; 17 >todo : string 23 function Todo(prop: { key: number, todo: string }) { 24 >Todo : (prop: { key: number; todo: string;}) => JSX.Element 25 >prop : { key: number; todo: string; } 27 >todo : string 29 return <div>{prop.key.toString() + prop.todo}</div>; 30 ><div>{prop.key.toString() + prop.todo}</div> : JSX.Element 32 >prop.key.toString() + prop.todo : string 36 >prop : { key: number; todo: string; } [all …]
|
D | tsxReactEmitNesting.types | 14 …todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={model.newTodo} onKe… 19 …todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={model.newTodo} onKe… 24 ><header class="header"> <h1>todos <x></h1> <input class="new-todo" aut… 33 …<input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m… 34 ><input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m… 58 …todo-list"> {model.filteredTodos.map((todo) => <li class={{todo:… 92 <ul class="todo-list"> 93 …todo-list"> {model.filteredTodos.map((todo) => <li class={{todo:… 97 {model.filteredTodos.map((todo) => 98 …todo) => <li class={{todo: true, completed: todo.completed, editing: todo == mo… [all …]
|
D | tsxSpreadChildrenInvalidType.types | 16 todo: string; 17 >todo : string 23 function Todo(prop: { key: number, todo: string }) { 24 >Todo : (prop: { key: number; todo: string;}) => JSX.Element 25 >prop : { key: number; todo: string; } 27 >todo : string 29 return <div>{prop.key.toString() + prop.todo}</div>; 30 ><div>{prop.key.toString() + prop.todo}</div> : JSX.Element 32 >prop.key.toString() + prop.todo : string 36 >prop : { key: number; todo: string; } [all …]
|
D | tsxSpreadChildren.symbols | 24 todo: string; 25 >todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildren.tsx, 9, 15)) 34 function Todo(prop: { key: number, todo: string }) { 38 >todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 15, 34)) 40 return <div>{prop.key.toString() + prop.todo}</div>; 47 >prop.todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 15, 34)) 49 >todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 15, 34)) 60 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)} 64 >todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 20, 22)) 67 >todo.id : Symbol(TodoProp.id, Decl(tsxSpreadChildren.tsx, 8, 20)) [all …]
|
D | tsxSpreadChildren.js | 12 todo: string; 17 function Todo(prop: { key: number, todo: string }) { property 18 return <div>{prop.key.toString() + prop.todo}</div>; 22 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)} field 31 return <div>{prop.key.toString() + prop.todo}</div>; 36 {...todos.map(function (todo) { return <Todo key={todo.id} todo={todo.todo}/>; })} field
|
D | tsxSpreadChildrenInvalidType.symbols | 24 todo: string; 25 >todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15)) 34 function Todo(prop: { key: number, todo: string }) { 38 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34)) 40 return <div>{prop.key.toString() + prop.todo}</div>; 47 >prop.todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34)) 49 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34)) 60 {...<Todo key={todos[0].id} todo={todos[0].todo} />} 66 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 20, 35)) 67 >todos[0].todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15)) [all …]
|
D | tsxReactEmitNesting.js | 16 {model.filteredTodos.map((todo) => 17 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}> 19 {(!todo.editable) ? 23 <label onDoubleClick={()=>{ctrl.editTodo(todo)}}>{todo.title}</label> field 24 … <button class="destroy" onClick={ctrl.removeTodo.bind(ctrl,todo)}></button> 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 49 (!todo.editable) ? 52 … vdom.createElement("label", { onDoubleClick: function () { ctrl.editTodo(todo); } }, todo.title), 53 … vdom.createElement("button", { "class": "destroy", onClick: ctrl.removeTodo.bind(ctrl, todo) }),
|
D | tsxReactEmitNesting.symbols | 24 …<input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m… 51 <ul class="todo-list"> 54 {model.filteredTodos.map((todo) => 56 >todo : Symbol(todo, Decl(file.tsx, 14, 42)) 58 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}> 60 >todo : Symbol(todo, Decl(file.tsx, 15, 32)) 62 >todo : Symbol(todo, Decl(file.tsx, 14, 42)) 64 >todo : Symbol(todo, Decl(file.tsx, 14, 42)) 70 {(!todo.editable) ? 71 >todo : Symbol(todo, Decl(file.tsx, 14, 42)) [all …]
|
D | tsxSpreadChildrenInvalidType.js | 12 todo: string; 17 function Todo(prop: { key: number, todo: string }) { property 18 return <div>{prop.key.toString() + prop.todo}</div>; 22 {...<Todo key={todos[0].id} todo={todos[0].todo} />} 28 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)} 48 return React.createElement("div", null, prop.key.toString() + prop.todo); 52 …t.createElement("div", null, React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo })); property 57 …t.createElement("div", null, React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo })); property
|
D | tsxSpreadChildrenInvalidType.errors.txt | 15 todo: string; 20 function Todo(prop: { key: number, todo: string }) { 21 return <div>{prop.key.toString() + prop.todo}</div>; 25 {...<Todo key={todos[0].id} todo={todos[0].todo} />} 33 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
|
/third_party/node/benchmark/http/ |
D | _chunky_http_client.js | 15 let todo = []; 23 todo = []; 24 todo.push('GET / HTTP/1.1'); 25 todo.push('Host: localhost'); 26 todo.push('Connection: keep-alive'); 27 todo.push('Accept: text/html,application/xhtml+xml,' + 29 todo.push('User-Agent: Mozilla/5.0 (X11; Linux x86_64) ' + 32 todo.push('Accept-Encoding: gzip, deflate, sdch'); 33 todo.push('Accept-Language: en-US,en;q=0.8'); 37 todo.push(`X-Header-${i}: ${headers[i % 3]}`); [all …]
|
/third_party/mindspore/mindspore/core/ir/ |
D | graph_utils.cc | 39 static size_t DumpSortingCircleList(const std::deque<AnfNodePtr> &todo, const AnfNodePtr &next, siz… in DumpSortingCircleList() argument 41 auto circle_node_it = std::find(todo.begin(), todo.end(), next); in DumpSortingCircleList() 42 for (; circle_node_it != todo.end(); circle_node_it++) { in DumpSortingCircleList() 58 std::deque<AnfNodePtr> todo; in TopoSort() local 59 todo.push_back(root); in TopoSort() 61 while (!todo.empty()) { in TopoSort() 62 AnfNodePtr node = todo.back(); in TopoSort() 64 todo.pop_back(); in TopoSort() 69 todo.pop_back(); in TopoSort() 79 …(void)std::copy_if(succs.begin(), succs.end(), std::back_inserter(todo), [seen, &todo](const AnfNo… in TopoSort() [all …]
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 552 todo_list todo; in main() local 570 memset( &todo, 1, sizeof( todo ) ); in main() 574 memset( &todo, 0, sizeof( todo ) ); in main() 579 todo.md5 = 1; in main() 581 todo.ripemd160 = 1; in main() 583 todo.sha1 = 1; in main() 585 todo.sha256 = 1; in main() 587 todo.sha512 = 1; in main() 589 todo.des3 = 1; in main() 591 todo.des = 1; in main() [all …]
|
/third_party/grpc/tools/buildgen/plugins/ |
D | expand_filegroups.py | 69 todo = list(filegroups_list) 72 while todo: 74 todo), "infinite loop in filegroup uses clauses: %r" % [ 75 t['name'] for t in todo 78 cur = todo[0] 79 todo = todo[1:] 89 todo.append(cur) 118 todo = thing_deps(thing) 119 while todo: 120 cur = todo[0] [all …]
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxSpreadChildren.tsx | 13 todo: string; 18 function Todo(prop: { key: number, todo: string }) { 19 return <div>{prop.key.toString() + prop.todo}</div>; 23 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)}
|
D | tsxReactEmitNesting.tsx | 14 …<input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m… 18 <ul class="todo-list"> 19 {model.filteredTodos.map((todo) => 20 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}> 22 {(!todo.editable) ? 26 <label onDoubleClick={()=>{ctrl.editTodo(todo)}}>{todo.title}</label> 27 … <button class="destroy" onClick={ctrl.removeTodo.bind(ctrl,todo)}></button>
|
D | tsxSpreadChildrenInvalidType.tsx | 12 todo: string; 17 function Todo(prop: { key: number, todo: string }) { 18 return <div>{prop.key.toString() + prop.todo}</div>; 22 {...<Todo key={todos[0].id} todo={todos[0].todo} />} 28 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | opt.cc | 131 …ansformingListForSubstitutions(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool change) { in UpdateTransformingListForSubstitutions() argument 133 (*todo).emplace_back(GetValueNode<FuncGraphPtr>(node)->output()); in UpdateTransformingListForSubstitutions() 137 (*todo).emplace_back(node); in UpdateTransformingListForSubstitutions() 141 (void)std::copy(inputs.begin(), inputs.end(), std::back_inserter(*todo)); in UpdateTransformingListForSubstitutions() 146 static void UpdateTransformingListForIR(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool … in UpdateTransformingListForIR() argument 149 (*todo).emplace_back(GetValueNode<FuncGraphPtr>(node)->output()); in UpdateTransformingListForIR() 155 (*todo).emplace_back(node); in UpdateTransformingListForIR() 159 (void)std::copy(inputs.begin(), inputs.end(), std::back_inserter(*todo)); in UpdateTransformingListForIR() 165 … std::deque<AnfNodePtr> *todo, bool change, size_t seen) { in UpdateTransformingListWithUserNodes() argument 181 (*todo).emplace_back(use_node); in UpdateTransformingListWithUserNodes() [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | functionalize_while.cc | 63 std::deque<AnfNodePtr> todo(256); in BlongToWhichExternalEnter() local 64 todo.clear(); in BlongToWhichExternalEnter() 68 todo.clear(); in BlongToWhichExternalEnter() 71 todo.push_back(input_node); in BlongToWhichExternalEnter() 74 while (!todo.empty()) { in BlongToWhichExternalEnter() 75 AnfNodePtr todo_node = todo.front(); in BlongToWhichExternalEnter() 76 todo.pop_front(); in BlongToWhichExternalEnter() 79 todo.clear(); in BlongToWhichExternalEnter() 85 todo.push_back(cnode->input(i)); in BlongToWhichExternalEnter() 138 std::deque<AnfNodePtr> todo(128); in IdentifyWhileNodeExternalInput() local [all …]
|
D | functionalize_control_op_pass.cc | 153 std::deque<AnfNodePtr> todo(256); in BelongToWhichNode() local 154 todo.clear(); in BelongToWhichNode() 158 todo.clear(); in BelongToWhichNode() 161 todo.push_back(input_node); in BelongToWhichNode() 164 while (!todo.empty()) { in BelongToWhichNode() 165 AnfNodePtr todo_node = todo.front(); in BelongToWhichNode() 166 todo.pop_front(); in BelongToWhichNode() 170 todo.clear(); in BelongToWhichNode() 177 todo.push_back(cnode->input(i)); in BelongToWhichNode()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | node_pass.cc | 61 std::deque<std::pair<AnfNodePtr, FuncGraphPtr>> todo{{func_graph->output(), func_graph}}; in Run() local 63 while (!todo.empty()) { in Run() 64 AnfNodePtr node = todo.front().first; in Run() 65 auto fg = todo.front().second; in Run() 67 todo.pop_front(); in Run() 99 (void)todo.emplace_back(const_func_graph->output(), const_func_graph); in Run() 103 (void)todo.emplace_back(new_node, func_graph); in Run() 109 (void)std::for_each(inputs.begin(), inputs.end(), [&fg, &todo](AnfNodePtr &node) { in Run() 110 (void)todo.emplace_back(std::pair<AnfNodePtr, FuncGraphPtr>(node, fg)); in Run()
|
/third_party/openssl/crypto/chacha/ |
D | chacha_enc.c | 79 size_t todo, i; in ChaCha20_ctr32() local 110 todo = sizeof(buf); in ChaCha20_ctr32() 111 if (len < todo) in ChaCha20_ctr32() 112 todo = len; in ChaCha20_ctr32() 116 for (i = 0; i < todo; i++) in ChaCha20_ctr32() 118 out += todo; in ChaCha20_ctr32() 119 inp += todo; in ChaCha20_ctr32() 120 len -= todo; in ChaCha20_ctr32()
|
/third_party/toybox/scripts/ |
D | mkstatus.py | 83 todo=[] variable 93 else: todo.append(out) 107 …><h2><a href=#todo>Not started yet</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(todo)) 114 todo = [] variable 118 if j in pending: todo.append('<strike>%s</strike>' % j) 119 else: todo.append(categorize(reverse,j,i)) 121 if todo: 128 outfile.write(" ".join(todo))
|
/third_party/node/test/parallel/ |
D | test-gc-http-client-connaborted.js | 10 const todo = 500; constant 15 console.log(`We should do ${todo} requests`); 28 if (count >= todo) 55 console.log('Done: %d/%d', done, todo); 57 if (countGC === todo) server.close();
|
/third_party/node/test/sequential/ |
D | test-gc-http-client.js | 14 const todo = 300; constant 19 console.log(`We should do ${todo} requests`); 28 if (count === todo) 56 console.log('Done: %d/%d', done, todo); 58 if (countGC === todo) server.close();
|