/third_party/rust/crates/proc-macro-error/src/ |
H A D | dummy.rs | 139 let mut cell = old_dummy.borrow_mut(); in append_dummy() variables
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_incomplete.py | 13 class cell(Structure): class
|
/third_party/skia/bench/ |
H A D | TableBench.cpp | 46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | roqvideo.c | 42 void ff_apply_vector_2x2(RoqContext *ri, int x, int y, roq_cell *cell) in ff_apply_vector_2x2() argument 72 void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell) in ff_apply_vector_4x4() argument [all...] |
H A D | elbg.c | 41 } cell; typedef [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | marking.cc | 82 void Print(size_t pos, uint32_t cell) { in Print() argument 110 static bool IsSeq(uint32_t cell) { return cell == 0 || cell == 0xFFFFFFFF; } in IsSeq() argument
|
H A D | marking.h | 19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit() argument 138 MarkBit::CellType* cell = this->cells() + (index >> kBitsPerCellLog2); in MarkBitFromIndex() local [all...] |
H A D | slot-set.h | 244 uint32_t cell = bucket->LoadCell(cell_index); in Remove() local 431 uint32_t* cell(int cell_index) { return cells() + cell_index; } in cell() function in Bucket 481 uint32_t cell = bucket->LoadCell(i); in Iterate() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | synthetic-module.cc | 80 Handle<Cell> cell = in PrepareInstantiate() local
|
H A D | feedback-vector-inl.h | 106 FeedbackCell ClosureFeedbackCellArray::cell(int index) { in cell() function in v8::internal::ClosureFeedbackCellArray
|
H A D | source-text-module.cc | 138 Handle<Cell> cell = in CreateExport() local 140 module->regular_exports().set(ExportIndex(cell_index), *cell); in CreateExport() local 153 Object cell; in GetCell() local 222 Handle<Cell> cell; in ResolveExport() local 286 Handle<Cell> cell; ResolveExportUsingStarExports() local 510 Handle<Cell> cell; FinishInstantiate() local [all...] |
/third_party/skia/tests/ |
H A D | PDFTaggedTableTest.cpp | 75 auto cell = std::make_unique<PDFTag>(); in DEF_TEST() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_life.c | 304 int pos[8][2], n, alive, cell; in evolve() local [all...] |
H A D | vf_photosensitivity.c | 84 int cell, gx, gy, x0, x1, y0, y1, x, y, c, area; in convert_frame_partial() local
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; ucm_processStates() local 934 int32_t state, cell, entry; ucm_optimizeStates() local [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; ucm_processStates() local 934 int32_t state, cell, entry; ucm_optimizeStates() local [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.cc | 332 MaybeObjectHandle StoreHandler::StoreGlobal(Handle<PropertyCell> cell) { in StoreGlobal() argument
|
/third_party/rust/crates/lazycell/src/ |
H A D | lib.rs | 593 let mut cell = LazyCell::new(); normal_replace() variables 599 let mut cell = LazyCell::new(); normal_replace() variables 605 let mut cell = AtomicLazyCell::new(); atomic_replace() variables 614 let mut cell = LazyCell::new(); clone() variables 633 let mut cell = AtomicLazyCell::new(); clone_atomic() variables [all...] |
/third_party/skia/samplecode/ |
H A D | SampleAtlas.cpp | 150 const SkScalar cell = SkIntToScalar(kCellSize); in DrawAtlasDrawable() local
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; ucm_processStates() local 934 int32_t state, cell, entry; ucm_optimizeStates() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_funcattrs.py | 368 def cell(value): function [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining.cc | 334 FeedbackCellRef cell = n.GetFeedbackCellRefChecked(broker()); in DetermineCallTarget() local 337 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(match.op())); in DetermineCallTarget() local 369 FeedbackCellRef cell = n.GetFeedbackCellRefChecked(broker()); in DetermineCallContext() local 375 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(match.op())); in DetermineCallContext() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 817 PropertyCell cell = dictionary.CellAt(entry); in RUNTIME_FUNCTION() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | jsval_layout_opaque.hpp | 297 js::gc::Cell* cell; member 346 js::gc::Cell* cell; member
|
/third_party/skia/tools/viewer/ |
H A 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
|