Home
last modified time | relevance | path

Searched defs:CELL (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/once_cell/examples/
Dbench.rs8 static CELL: OnceCell<usize> = OnceCell::new(); variable
Dbench_acquire.rs11 static CELL: OnceCell<usize> = OnceCell::new(); constant
/external/rust/crates/crossbeam-utils/tests/
Datomic_cell.rs258 static CELL: AtomicCell<usize> = AtomicCell::new(0); in const_atomic_cell_new() constant
/external/rust/crates/once_cell/tests/
Dit.rs22 const CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() constant
285 static CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() constant
/external/python/cpython2/Include/
Dsymtable.h84 #define CELL 5 macro
/external/python/cpython3/Include/internal/
Dpycore_symtable.h118 #define CELL 5 macro
/external/python/cpython2/Lib/lib-tk/
DTix.py49 CELL = 'cell' variable
/external/python/cpython3/Lib/tkinter/
Dtix.py52 CELL = 'cell' variable