Home
last modified time | relevance | path

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

12

/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}/>; })} field
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/toybox/scripts/
Dmkstatus.py83 todo=[] variable
114 todo = [] variable
/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/elfutils/tests/
Darextract.c39 size_t todo; in main() 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/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/libuv/src/
Didna.c120 unsigned todo; in uv__idna_toascii_label() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Derst-inject.c202 int todo = ERST_MAX; in main() local
/third_party/node/deps/npm/lib/install/
Dactions.js190 function execAction (todo) { argument
/third_party/gptfdisk/
Dgptpart.cc208 int todo ; local
/third_party/node/deps/npm/test/
Dcommon-tap.js228 require('tap').fail(' ', { todo: why, diagnostic: false }) property
/third_party/node/deps/npm/node_modules/cacache/locales/
Des.js35 x.rm.todo = cache => rm.all(cache) function
/third_party/ntfs-3g/ntfsprogs/
Dntfstruncate.c314 const char *todo = "This is still work in progress."; in dump_resident_attr_val() local
/third_party/openssl/crypto/bn/
Dbn_rand.c262 unsigned done, todo; in BN_generate_dsa_nonce() local
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c339 guint todo; in gst_rtmp_src_create() local
/third_party/node/deps/npm/test/tap/
Dgit-npmignore.js63 function exec (todo, opts, cb) { argument
/third_party/rust/crates/glob/src/
Dlib.rs99 todo: Vec<Result<(PathBuf, usize), GlobError>>, field
256 let todo = Vec::new(); in glob_with() localVariable
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c159 unsigned todo = 1; in get_flat_type() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp863 void IRContext::AddCalls(const Function* func, std::queue<uint32_t>* todo) { in AddCalls()

12