Home
last modified time | relevance | path

Searched refs:Cell (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/libphonenumber/resources/carrier/en/
D27.txt75 2761|Cell C
77 2762|Cell C
82 27641|Cell C
83 27642|Cell C
84 27643|Cell C
85 27644|Cell C
86 27645|Cell C
91 27650|Cell C
92 27651|Cell C
93 27652|Cell C
[all …]
D993.txt15 99361|TM-Cell
16 99362|TM-Cell
17 99363|TM-Cell
18 99364|TM-Cell
19 99365|TM-Cell
D231.txt18 231555|Lonestar Cell
19 2316|Lonestar Cell
21 2318|Lonestar Cell
/third_party/typescript/tests/baselines/reference/
D2dArrays.js2 class Cell { class
11 cells: Cell[];
19 var Cell = /** @class */ (function () {
20 function Cell() {
22 return Cell;
D2dArrays.symbols2 class Cell {
3 >Cell : Symbol(Cell, Decl(2dArrays.ts, 0, 0))
20 cells: Cell[];
22 >Cell : Symbol(Cell, Decl(2dArrays.ts, 0, 0))
D2dArrays.types2 class Cell {
3 >Cell : Cell
19 cells: Cell[];
20 >cells : Cell[]
DinferTypeConstraintInstantiationCircularity.types107 type Cell<Value extends BaseValue = any, BaseValue = unknown> = {
108 >Cell : Cell<Value, BaseValue>
114 type Items<Type extends Cell = Cell> = {
130 ? U extends Cell<infer V/**, infer _ or unknown, or any valid type **/>
DinferTypeConstraintInstantiationCircularity.symbols210 type Cell<Value extends BaseValue = any, BaseValue = unknown> = {
211 >Cell : Symbol(Cell, Decl(inferTypeConstraintInstantiationCircularity.ts, 71, 10))
220 type Items<Type extends Cell = Cell> = {
223 >Cell : Symbol(Cell, Decl(inferTypeConstraintInstantiationCircularity.ts, 71, 10))
224 >Cell : Symbol(Cell, Decl(inferTypeConstraintInstantiationCircularity.ts, 71, 10))
244 ? U extends Cell<infer V/**, infer _ or unknown, or any valid type **/>
246 >Cell : Symbol(Cell, Decl(inferTypeConstraintInstantiationCircularity.ts, 71, 10))
DinferTypeConstraintInstantiationCircularity.js77 type Cell<Value extends BaseValue = any, BaseValue = unknown> = {
81 type Items<Type extends Cell = Cell> = {
88 ? U extends Cell<infer V/**, infer _ or unknown, or any valid type **/>
/third_party/rust/crates/syn/src/
Dparse.rs193 use std::cell::Cell;
258 cell: Cell<Cursor<'static>>,
260 unexpected: Cell<Option<Rc<Cell<Unexpected>>>>,
383 unexpected: Rc<Cell<Unexpected>>, in new_parse_buffer()
388 cell: Cell::new(unsafe { mem::transmute::<Cursor, Cursor<'static>>(cursor) }), in new_parse_buffer()
390 unexpected: Cell::new(Some(unexpected)), in new_parse_buffer()
397 Chain(Rc<Cell<Unexpected>>),
418 fn cell_clone<T: Default + Clone>(cell: &Cell<T>) -> T { in cell_clone()
425 fn inner_unexpected(buffer: &ParseBuffer) -> (Rc<Cell<Unexpected>>, Option<Span>) { in inner_unexpected()
436 pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc<Cell<Unexpected>> { in get_unexpected()
[all …]
/third_party/node/deps/v8/src/objects/
Dsynthetic-module.cc35 Cell::cast(*export_object).set_value(*export_value); in SetExport()
54 MaybeHandle<Cell> SyntheticModule::ResolveExport( in ResolveExport()
59 if (object->IsCell()) return Handle<Cell>::cast(object); in ResolveExport()
61 if (!must_resolve) return MaybeHandle<Cell>(); in ResolveExport()
63 return isolate->ThrowAt<Cell>( in ResolveExport()
80 Handle<Cell> cell = in PrepareInstantiate()
Dcell.h18 class Cell : public TorqueGeneratedCell<Cell, HeapObject> {
27 TQ_OBJECT_CONSTRUCTORS(Cell)
Dsource-text-module.cc138 Handle<Cell> cell = in CreateExport()
151 Cell SourceTextModule::GetCell(int cell_index) { in GetCell()
164 return Cell::cast(cell); in GetCell()
181 MaybeHandle<Cell> SourceTextModule::ResolveExport( in ResolveExport()
188 return Handle<Cell>::cast(object); in ResolveExport()
203 return isolate->ThrowAt<Cell>( in ResolveExport()
209 return MaybeHandle<Cell>(); in ResolveExport()
222 Handle<Cell> cell; in ResolveExport()
227 return MaybeHandle<Cell>(); in ResolveExport()
246 MaybeHandle<Cell> SourceTextModule::ResolveImport( in ResolveImport()
[all …]
Dcell-inl.h21 TQ_OBJECT_CONSTRUCTORS_IMPL(Cell)
23 DEF_RELAXED_GETTER(Cell, value, Object) { in DEF_RELAXED_GETTER() argument
Dsource-text-module.h46 Cell GetCell(int cell_index);
148 static V8_WARN_UNUSED_RESULT MaybeHandle<Cell> ResolveExport(
152 static V8_WARN_UNUSED_RESULT MaybeHandle<Cell> ResolveImport(
157 static V8_WARN_UNUSED_RESULT MaybeHandle<Cell> ResolveExportUsingStarExports(
/third_party/typescript/tests/cases/compiler/
DinferTypeConstraintInstantiationCircularity.ts77 type Cell<Value extends BaseValue = any, BaseValue = unknown> = { alias
81 type Items<Type extends Cell = Cell> = {
88 ? U extends Cell<infer V/**, infer _ or unknown, or any valid type **/>
D2dArrays.ts1 class Cell { class
10 cells: Cell[];
/third_party/rust/crates/lazy-static.rs/src/
Dinline_lazy.rs12 use self::std::cell::Cell;
19 pub struct Lazy<T: Sync>(Cell<Option<T>>, Once);
23 pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT);
/third_party/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs3 use std::cell::Cell;
68 static IS_DIRTY: Cell<bool> = Cell::new(false);
/third_party/rust/crates/bindgen/bindgen/
Dregex_set.rs4 use std::cell::Cell;
12 matched: Vec<Cell<bool>>,
41 self.matched.push(Cell::new(false)); in insert()
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js4 class Cell { class
196 let spanAbove = this.cells[this.y - 1][x] instanceof Cell.ColSpanCell;
202 while (this.cells[this.y][x - i] instanceof Cell.ColSpanCell) {
205 if (this.cells[this.y][x - i] instanceof Cell.RowSpanCell) {
407 module.exports = Cell;
Dlayout-manager.js2 const Cell = require('./cell'); constant
3 const { ColSpanCell, RowSpanCell } = Cell;
145 let cell = new Cell(opts);
168 return new Cell(cell);
/third_party/python/Doc/c-api/
Dcell.rst5 Cell Objects
8 "Cell" objects are used to implement variables referenced by multiple scopes.
15 Cell objects are not likely to be useful elsewhere.
/third_party/rust/crates/once_cell/tests/
Dit.rs3 cell::Cell,
104 let called = Cell::new(0); in lazy_new()
123 let called = Cell::new(0); in lazy_deref_mut()
142 let called = Cell::new(0); in lazy_force_mut()
158 let called = Cell::new(0); in lazy_get_mut()
232 let dangling_ref: Cell<Option<&i32>> = Cell::new(None); in reentrant_init()
260 use core::cell::Cell;
473 let dangling_ref: Cell<Option<&i32>> = Cell::new(None); in reentrant_init()
/third_party/rust/crates/once_cell/src/
Dlib.rs356 cell::{Cell, UnsafeCell},
686 init: Cell<Option<F>>,
713 Lazy { cell: OnceCell::new(), init: Cell::new(Some(init)) } in new()
830 cell::Cell,
1222 init: Cell<Option<F>>,
1244 Lazy { cell: OnceCell::new(), init: Cell::new(Some(f)) } in new()

12345