Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 25 of 72) sorted by relevance

123

/third_party/rust/crates/once_cell/tests/
Dit.rs23 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/
Dlayout-manager.js8 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
Dtable.js26 row.forEach(function(cell) { argument
35 row.forEach(function(cell) { argument
70 row.forEach(function(cell) { argument
/third_party/rust/crates/once_cell/examples/
Dreentrant_init_deadlocks.rs2 let cell = once_cell::sync::OnceCell::<u32>::new(); in main() localVariable
/third_party/python/Lib/ctypes/test/
Dtest_incomplete.py13 class cell(Structure): class
/third_party/rust/crates/proc-macro-error/src/
Ddummy.rs139 let mut cell = old_dummy.borrow_mut(); in append_dummy() localVariable
/third_party/ffmpeg/libavcodec/
Droqvideo.c41 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/
Dlib.rs593 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/
Ducmstate.cpp335 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/
Ducmstate.cpp335 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/
Ducmstate.cpp335 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/
Ducmstate.cpp335 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/
DTableBench.cpp46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
/third_party/flutter/skia/bench/
DTableBench.cpp46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java180 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/
Dindex.js45 function toRows(rows, cell, i) { argument
/third_party/rust/crates/tracing/tracing-core/src/
Dlazy.rs20 cell: Once<T>, field
/third_party/node/lib/internal/
Dcli_table.js38 const cell = row[i]; constant
/third_party/skia/tests/
DPDFTaggedTableTest.cpp75 auto cell = std::make_unique<PDFTag>(); in DEF_TEST() local
/third_party/rust/crates/once_cell/src/
Dimp_cs.rs49 let cell = self.value.borrow(cs); in initialize() localVariable
Dlib.rs685 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/
Dindex.js15 const DEFAULT_DATA_TRANSFORM = (cell, column, index) => cell argument
/third_party/flutter/skia/tools/viewer/
DSlideDir.cpp304 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/
DSlideDir.cpp314 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/
Dubidi.cpp1433 #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

123