| /third_party/rust/crates/once_cell/tests/ |
| D | it.rs | 23 let cell = CELL; in once_cell_with_value() localVariable 87 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable 89 let cell = OnceCell::new(); in into_inner() localVariable 96 let cell = OnceCell::new(); in debug_impl() localVariable 244 let cell = OnceCell::new(); in arrrrrrrrrrrrrrrrrrrrrr() localVariable 346 let cell: OnceCell<String> = OnceCell::new(); in get_or_try_init() localVariable 366 let cell: OnceCell<String> = OnceCell::new(); in wait() localVariable 415 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable 417 let cell = OnceCell::new(); in into_inner() localVariable 424 let cell = OnceCell::new(); in debug_impl() localVariable [all …]
|
| /third_party/node/deps/npm/node_modules/cli-table3/src/ |
| D | layout-manager.js | 8 row.forEach(function(cell, columnIndex) { argument 28 row.forEach(function(cell) { argument 57 let cell = { x: x, y: y }; variable 80 row.forEach(function(cell) { argument 107 function insertCell(cell, row) { argument 154 return row.map(function(cell) { argument 185 row.forEach(function(cell) { argument
|
| D | table.js | 26 row.forEach(function(cell) { argument 35 row.forEach(function(cell) { argument 70 row.forEach(function(cell) { argument
|
| /third_party/rust/crates/once_cell/examples/ |
| D | reentrant_init_deadlocks.rs | 2 let cell = once_cell::sync::OnceCell::<u32>::new(); in main() localVariable
|
| /third_party/python/Lib/ctypes/test/ |
| D | test_incomplete.py | 13 class cell(Structure): class
|
| /third_party/rust/crates/proc-macro-error/src/ |
| D | dummy.rs | 139 let mut cell = old_dummy.borrow_mut(); in append_dummy() localVariable
|
| /third_party/ffmpeg/libavcodec/ |
| D | roqvideo.c | 41 void ff_apply_vector_2x2(RoqContext *ri, int x, int y, roq_cell *cell) in ff_apply_vector_2x2() 71 void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell) in ff_apply_vector_4x4()
|
| /third_party/rust/crates/lazycell/src/ |
| D | lib.rs | 593 let mut cell = LazyCell::new(); in normal_replace() localVariable 599 let mut cell = LazyCell::new(); in normal_replace() localVariable 605 let mut cell = AtomicLazyCell::new(); in atomic_replace() localVariable 614 let mut cell = LazyCell::new(); in clone() localVariable 633 let mut cell = AtomicLazyCell::new(); in clone_atomic() localVariable
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 934 int32_t state, cell, entry; in ucm_optimizeStates() local
|
| /third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
| D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 933 int32_t state, cell, entry; in ucm_optimizeStates() local
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 934 int32_t state, cell, entry; in ucm_optimizeStates() local
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 934 int32_t state, cell, entry; in ucm_optimizeStates() local
|
| /third_party/skia/bench/ |
| D | TableBench.cpp | 46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
|
| /third_party/flutter/skia/bench/ |
| D | TableBench.cpp | 46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
| D | CalendarPanel.java | 180 int cell = (date + firstDayInMonth - firstDayOfWeek - minDay); in dateToCell() local 280 int cell = (1 + firstDayInMonth - firstDayOfWeek - minDay); in paint() local
|
| /third_party/node/deps/npm/node_modules/cli-columns/ |
| D | index.js | 45 function toRows(rows, cell, i) { argument
|
| /third_party/rust/crates/tracing/tracing-core/src/ |
| D | lazy.rs | 20 cell: Once<T>, field
|
| /third_party/node/lib/internal/ |
| D | cli_table.js | 38 const cell = row[i]; constant
|
| /third_party/skia/tests/ |
| D | PDFTaggedTableTest.cpp | 75 auto cell = std::make_unique<PDFTag>(); in DEF_TEST() local
|
| /third_party/rust/crates/once_cell/src/ |
| D | imp_cs.rs | 49 let cell = self.value.borrow(cs); in initialize() localVariable
|
| D | lib.rs | 685 cell: OnceCell<T>, field 720 let cell = this.cell; in into_value() localVariable 1221 cell: OnceCell<T>, field 1251 let cell = this.cell; in into_value() localVariable
|
| /third_party/node/deps/npm/node_modules/columnify/ |
| D | index.js | 15 const DEFAULT_DATA_TRANSFORM = (cell, column, index) => cell argument
|
| /third_party/flutter/skia/tools/viewer/ |
| D | SlideDir.cpp | 304 const auto cell = SkRect::MakeXYWH(fCellSize.width() * (i % fColumns), in load() local 392 const auto* cell = this->findCell(x, y); in onMouse() local
|
| /third_party/skia/tools/viewer/ |
| D | SlideDir.cpp | 314 const auto cell = SkRect::MakeXYWH(fCellSize.width() * (i % fColumns), in load() local 404 const auto* cell = this->findCell(x, y); in onMouse() local
|
| /third_party/icu/icu4c/source/common/ |
| D | ubidi.cpp | 1433 #define GET_STATEPROPS(cell) ((cell)&0x1f) argument 1434 #define GET_ACTIONPROPS(cell) ((cell)>>5) argument 1534 #define GET_STATE(cell) ((cell)&0x0f) argument 1535 #define GET_ACTION(cell) ((cell)>>4) argument 1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 2133 uint8_t gprop, resProp, cell; in resolveImplicitLevels() local
|