Home
last modified time | relevance | path

Searched refs:CELL (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/once_cell/examples/
H A Dbench.rs8 static CELL: OnceCell<usize> = OnceCell::new(); consts
25 let &value = CELL.get_or_init(|| i); in thread_main()
H A Dbench_acquire.rs11 static CELL: OnceCell<usize> = OnceCell::new(); consts
32 let _value = CELL.get_or_init(|| i + 1); in thread_main()
/third_party/python/Lib/
H A Dsymtable.py6 LOCAL, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL)
174 locs = (LOCAL, CELL)
265 return bool(self.__scope in (LOCAL, CELL)
/third_party/python/Include/internal/
H A Dpycore_symtable.h119 #define CELL 5 macro
/third_party/rust/crates/once_cell/tests/
H A Dit.rs22 const CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() consts
23 let cell = CELL; in once_cell_with_value()
283 static CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() consts
284 assert_eq!(CELL.get(), Some(&12)); in once_cell_with_value()
/third_party/python/Modules/
H A Dsymtablemodule.c100 if (PyModule_AddIntMacro(m, CELL) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
H A Dcompile.c1739 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()
2231 return CELL; in get_ref_type()
2282 if (reftype == CELL) { in compiler_make_closure()
4276 case CELL: in compiler_nameop()
H A Dsymtable.c571 marked CELL in this block and removed from the free list.
584 v_cell = PyLong_FromLong(CELL); in analyze_cells()
595 /* Replace LOCAL with CELL for this name, and remove in analyze_cells()
/third_party/python/Lib/tkinter/
H A Dtix.py52 CELL = 'cell' variable

Completed in 20 milliseconds