| /third_party/node/deps/v8/src/objects/ |
| 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...] |
| H A D | lookup.cc | 523 Handle<PropertyCell> cell = PropertyCell::PrepareForAndSetValue( in ReconfigureDataProperty() local 1107 PropertyCell cell = dictionary.CellAt(isolate_, dictionary_entry()); WriteDataValue() local 1588 base::Optional<PropertyCell> cell = TryGetPropertyCell() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_operator.cpp | 708 PropertyBox *cell = dict->GetBox(GetIndex()); in UpdateDataValue() local 796 PropertyBox *cell = PropertyBox::Cast(val.GetTaggedObject()); in WriteDataProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime_stub-inl.h | 277 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StorePrototype() local 295 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreWithTS() local 375 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreTransWithProto() local 409 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in LoadGlobal() local 422 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); StoreGlobal() local 439 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); LoadPrototype() local 597 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); StoreElement() local [all...] |
| /base/telephony/core_service/services/network_search/src/ |
| H A D | cell_info.cpp | 105 std::vector<CellNearbyInfo> cell = cellInfo->cellNearbyInfo; in ProcessNeighboringCellInfo() local 142 std::vector<CurrentCellInformation> cell = cellInfoList->cellCurrentInfo; in ProcessCurrentCellInfo() local 180 ProcessCellLocation( sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) ProcessCellLocation() argument 231 UpdateSignalLevel(sptr<CellInformation> &cell, CellInformation::CellType cellType) UpdateSignalLevel() argument 376 sptr<GsmCellInformation> cell = new GsmCellInformation; ProcessNeighboringCellGsm() local 400 sptr<LteCellInformation> cell = new LteCellInformation; ProcessNeighboringCellLte() local 420 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; ProcessNeighboringCellWcdma() local 441 sptr<CdmaCellInformation> cell = new CdmaCellInformation; ProcessNeighboringCellCdma() local 465 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; ProcessNeighboringCellTdscdma() local 487 sptr<NrCellInformation> cell = new NrCellInformation; ProcessNeighboringCellNr() local 510 sptr<GsmCellInformation> cell = new GsmCellInformation; ProcessCurrentCellGsm() local 542 sptr<LteCellInformation> cell = new LteCellInformation; ProcessCurrentCellLte() local 573 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; ProcessCurrentCellWcdma() local 603 sptr<CdmaCellInformation> cell = new CdmaCellInformation; ProcessCurrentCellCdma() local 635 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; ProcessCurrentCellTdscdma() local 665 sptr<NrCellInformation> cell = new NrCellInformation; ProcessCurrentCellNr() local 813 sptr<GsmCellInformation> cell = new GsmCellInformation; AddCellInformation() local 820 sptr<LteCellInformation> cell = new LteCellInformation; AddCellInformation() local 827 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; AddCellInformation() local 834 sptr<CdmaCellInformation> cell = new CdmaCellInformation; AddCellInformation() local 841 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; AddCellInformation() local 848 sptr<NrCellInformation> cell = new NrCellInformation; AddCellInformation() local [all...] |
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | network_search_test.cpp | 131 void NetworkSearchTest::PrintGsmCellInformation(sptr<CellInformation> cell) in PrintGsmCellInformation() argument 161 PrintCdmaCellInformation(sptr<CellInformation> cell) PrintCdmaCellInformation() argument 189 PrintWcdmaCellInformation(sptr<CellInformation> cell) PrintWcdmaCellInformation() argument 205 PrintTdscdmaCellInformation(sptr<CellInformation> cell) PrintTdscdmaCellInformation() argument 221 PrintLteCellInformation(sptr<CellInformation> cell) PrintLteCellInformation() argument 237 PrintNrCellInformation(sptr<CellInformation> cell) PrintNrCellInformation() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | elbg.c | 41 } cell; typedef [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...] |
| H A D | access-info.cc | 535 Handle<Cell> cell = broker->CanonicalPersistentHandle( in AccessorAccessInfoHelper() local 152 ModuleExport(Zone* zone, MapRef receiver_map, CellRef cell) ModuleExport() argument
|
| H A D | compilation-dependencies.cc | 797 GlobalPropertyDependency(const PropertyCellRef& cell, PropertyCellType type, in GlobalPropertyDependency() argument 808 Handle<PropertyCell> cell = cell_.object(); variable 841 explicit ProtectorDependency(const PropertyCellRef& cell) in ProtectorDependency() argument 845 Handle<PropertyCell> cell variable 1090 DependOnGlobalProperty( const PropertyCellRef& cell) DependOnGlobalProperty() argument 1097 DependOnProtector(const PropertyCellRef& cell) DependOnProtector() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| 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/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
|
| H A D | jsval_layout_opaque_1_0.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
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fStencilTests.cpp | 208 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) in executeOps() argument [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fStencilTests.cpp | 205 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) in executeOps() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_lowering.cpp | 224 GateRef cell = acc_.GetValueIn(gate, 0); in LowerIsMarkerCellValid() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 504 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in HandleLoadTypePrototypeHandler() local 569 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in HandleTransWithProtoHandler() local 588 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in HandleOtherTypesPrototypeHandler() local 613 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in HandleStoreTSHandler() local 775 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in HandlePrototypeHandler() local [all...] |
| /base/telephony/ril_adapter/services/hril/src/ |
| H A D | hril_network.cpp | 1048 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local 1067 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local 1365 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() local 1384 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; BuildCurrentCellList() local 1403 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; BuildCurrentCellList() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| H A D | rockchip_opp_select.c | 89 struct nvmem_cell *cell;
in rockchip_nvmem_cell_read_common() local 446 struct nvmem_cell *cell;
in rockchip_adjust_leakage() local 515 struct nvmem_cell *cell; rockchip_get_leakage_v1() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/nvmem/ |
| H A D | core.c | 348 static void nvmem_cell_drop(struct nvmem_cell *cell)
in nvmem_cell_drop() argument 361 struct nvmem_cell *cell, *p;
in nvmem_device_remove_all_cells() local 366 static void nvmem_cell_add(struct nvmem_cell *cell)
in nvmem_cell_add() argument 374 nvmem_cell_info_to_nvmem_cell_nodup(struct nvmem_device *nvmem, const struct nvmem_cell_info *info, struct nvmem_cell *cell) nvmem_cell_info_to_nvmem_cell_nodup() argument 397 nvmem_cell_info_to_nvmem_cell(struct nvmem_device *nvmem, const struct nvmem_cell_info *info, struct nvmem_cell *cell) nvmem_cell_info_to_nvmem_cell() argument 494 struct nvmem_cell *cell; nvmem_add_cells_from_table() local 528 struct nvmem_cell *iter, *cell = NULL; nvmem_find_cell_by_name() local 547 struct nvmem_cell *cell; nvmem_add_cells_from_of() local 1004 struct nvmem_cell *cell = ERR_PTR(-ENOENT); nvmem_cell_get_from_lookup() local 1044 struct nvmem_cell *iter, *cell = NULL; nvmem_find_cell_by_node() local 1075 struct nvmem_cell *cell; of_nvmem_cell_get() local 1124 struct nvmem_cell *cell; nvmem_cell_get() local 1159 struct nvmem_cell **ptr, *cell; devm_nvmem_cell_get() local 1196 devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell) devm_nvmem_cell_put() argument 1211 nvmem_cell_put(struct nvmem_cell *cell) nvmem_cell_put() argument 1219 nvmem_shift_read_buffer_in_place(struct nvmem_cell *cell, void *buf) nvmem_shift_read_buffer_in_place() argument 1254 nvmem_cell_read_ext(struct nvmem_device *nvmem, struct nvmem_cell *cell, void *buf, size_t *len) nvmem_cell_read_ext() argument 1281 nvmem_cell_read(struct nvmem_cell *cell, size_t *len) nvmem_cell_read() argument 1306 nvmem_cell_prepare_write_buffer(struct nvmem_cell *cell, u8 *_buf, int len) nvmem_cell_prepare_write_buffer() argument 1368 nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len) nvmem_cell_write() argument 1401 struct nvmem_cell *cell; nvmem_cell_read_common() local 1499 struct nvmem_cell cell; nvmem_device_cell_read() local 1532 struct nvmem_cell cell; nvmem_device_cell_write() local [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_opp_select.c | 128 struct nvmem_cell *cell; in rockchip_nvmem_cell_read_common() local 477 struct nvmem_cell *cell; in rockchip_adjust_leakage() local 544 struct nvmem_cell *cell; rockchip_get_leakage_v1() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawShaderLayerTests.cpp | 583 Vec4 cell = grid[i/6].asFloat() * 2.0f; in generateVertices() local 352 generateReferenceImage(const tcu::TextureFormat format, const UVec2& renderSize, const Vec4& clearColor, const UVec4& cell, const Vec4& cellColor) generateReferenceImage() argument [all...] |