Home
last modified time | relevance | path

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

1234

/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/uboot/u-boot-2020.01/arch/arm/mach-exynos/
Dspl_boot.c64 static void spi_rx_tx(struct exynos_spi *regs, int todo, in spi_rx_tx()
108 int upto, todo; in exynos_spi_copy() local
/third_party/boringssl/src/tool/
Drand.cc69 size_t todo = sizeof(buf); in Rand() 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/boringssl/src/crypto/poly1305/
Dpoly1305_test.cc39 size_t todo = 16; in TestSIMD() local
Dpoly1305.c214 unsigned todo = 16 - state->buf_used; in CRYPTO_poly1305_update() local
232 size_t todo = in_len & ~0xf; in CRYPTO_poly1305_update() local
/third_party/node/test/sequential/
Dtest-gc-http-client.js14 const todo = 300; constant
/third_party/boringssl/src/decrepit/ripemd/
Dripemd_test.cc80 size_t todo = stride; in TEST() local
/third_party/boringssl/src/crypto/fipsmodule/modes/
Dpolyval.c70 size_t todo = in_len; in CRYPTO_POLYVAL_update_blocks() local
/third_party/uboot/u-boot-2020.01/cmd/
Dio.c31 int size, todo; in do_io_iod() local
/third_party/boringssl/src/crypto/evp/
Dpbkdf.c80 size_t todo = md_len; in PKCS5_PBKDF2_HMAC() local
/third_party/boringssl/src/decrepit/cfb/
Dcfb_test.cc88 size_t todo = stride; in TEST() 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/boringssl/src/crypto/hkdf/
Dhkdf.c84 size_t todo; in HKDF_expand() local
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dexynos_spi.c96 static int spi_rx_tx(struct exynos_spi_priv *priv, int todo, in spi_rx_tx()
327 int upto, todo; in exynos_spi_xfer() local
/third_party/boringssl/src/crypto/fipsmodule/rand/
Dctrdrbg.c158 size_t todo = kChunkSize; in CTR_DRBG_generate() 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

1234