| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | containers.py | 268 def extend(self, elem_seq): member in RepeatedScalarFieldContainer 402 def extend(self, elem_seq): member in RepeatedCompositeFieldContainer
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextWrapper.h | 69 void extend(TextStretch& stretch) { in extend() function in skia::textlayout::TextWrapper::TextStretch 81 void extend(Cluster* cluster) { in extend() function in skia::textlayout::TextWrapper::TextStretch 95 void extend(Cluster* cluster, size_t pos) { in extend() function in skia::textlayout::TextWrapper::TextStretch
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | region_allocator-inl.h | 33 RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, AllocatorType allocatorType, size_t initSpaceSize, bool extend, size_t regionSize, size_t emptyTenuredRegionsMaxCount) RegionAllocatorBase() argument 115 RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend, size_t emptyTenuredRegionsMaxCount) RegionAllocator() argument 577 RegionNonmovableAllocator( MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend) RegionNonmovableAllocator() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | assembler_aarch64.h | 168 Operand(Register reg, Extend extend, uint8_t shiftAmount = 0) in Operand() argument 228 MemoryOperand(Register base, Register offset, Extend extend, uint8_t shiftAmount = 0) in MemoryOperand() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/text/ |
| H A D | rosen_render_text.cpp | 660 Offset RosenRenderText::GetHandleOffset(int32_t extend) in DidExceedMaxLines() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
| H A D | distributeddb_cloud_task_merge_test.cpp | 223 VBucket extend; in CheckCloudTableCount() local
|
| H A D | distributeddb_cloud_save_cloud_data_test.cpp | 1409 auto &extend = batchData.extend[i]; in CheckCloudBatchData() local
|
| H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 254 std::vector<VBucket> extend; in UpdateCloudTableRecord() local 1015 VBucket extend; in HWTEST_F() local [all...] |
| H A D | distributeddb_cloud_reference_sync_test.cpp | 354 VBucket extend; in CheckCloudData() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | rdb_general_store_test.cpp | 765 RdbGeneralStore::VBucket extend = { { "#gid", { "0000000" } }, { "#flag", { true } },
in HWTEST_F() local
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| H A D | file.c | 478 bool extend = false, unaligned_io = false; in ext4_dio_write_iter() local 622 bool extend in ext4_dax_write_iter() local 421 ext4_dio_write_checks(struct kiocb *iocb, struct iov_iter *from, bool *ilock_shared, bool *extend) ext4_dio_write_checks() argument [all...] |
| /kernel/linux/linux-6.6/fs/ext4/ |
| H A D | file.c | 506 bool extend = false, unwritten = false; in ext4_dio_write_iter() local 635 bool extend = false; in ext4_dax_write_iter() local 421 ext4_dio_write_checks(struct kiocb *iocb, struct iov_iter *from, bool *ilock_shared, bool *extend, bool *unwritten, int *dio_flags) ext4_dio_write_checks() argument [all...] |
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_pack.c | 293 uint16_t extend = 0; in agx_pack_alu() local 568 uint32_t extend = agx_pack_instr() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 355 extend(T &v, enum binary::argument::ext_type ext, size_t n) { in extend() function
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | tagstruct.c | 101 static inline void extend(pa_tagstruct*t, size_t l) { in extend() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 241 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() function in LiveRangeCalc
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 102 APSInt extend(uint32_t width) const { in extend() function in llvm::APSInt
|
| /third_party/rust/crates/syn/src/ |
| H A D | error.rs | 462 fn extend<T: IntoIterator<Item = Error>>(&mut self, iter: T) { in extend() functions
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| H A D | text_overlay_manager.cpp | 374 int32_t TextOverlayBase::GetGraphemeClusterLength(int32_t extend, bool isPrefix) const argument 515 int32_t extend = GetCursorPositionForClick(pos, globalOffset); local 522 int32_t extend local 528 int32_t extend = GetCursorPositionForClick(pos, globalOffset); global() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
| H A D | cloud_sync_utils.cpp | 255 int CloudSyncUtils::GetWaterMarkAndUpdateTime(std::vector<VBucket> &extend, Timestamp &waterMark) in GetWaterMarkAndUpdateTime() argument 433 IsSkipAssetsMissingRecord(const std::vector<VBucket> &extend) IsSkipAssetsMissingRecord() argument 493 FillAssetIdToAssetData(const Type &extend, Type &assetData) FillAssetIdToAssetData() argument 512 FillAssetIdToAssetsData(const Assets &extend, Assets &assets) FillAssetIdToAssetsData() argument [all...] |
| H A D | cloud_db_proxy.cpp | 129 int CloudDBProxy::BatchDelete(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend, in BatchDelete() argument 146 int CloudDBProxy::Query(const std::string &tableName, VBucket &extend, st argument 95 BatchInsert(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend, Info &uploadInfo) BatchInsert() argument 112 BatchUpdate(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend, Info &uploadInfo) BatchUpdate() argument 336 std::vector<VBucket> extend; DMLActionTask() local 499 MoveInRecordAndExtend(std::vector<VBucket> &record, std::vector<VBucket> &extend) MoveInRecordAndExtend() argument 507 MoveInExtend(std::vector<VBucket> &extend) MoveInExtend() argument 513 MoveOutRecordAndExtend(std::vector<VBucket> &record, std::vector<VBucket> &extend) MoveOutRecordAndExtend() argument 521 MoveInQueryExtendAndData(VBucket &extend, std::vector<VBucket> &data) MoveInQueryExtendAndData() argument 528 MoveOutQueryExtendAndData(VBucket &extend, std::vector<VBucket> &data) MoveOutQueryExtendAndData() argument 600 IsRecordActionFail(const VBucket &extend, bool isInsert, DBStatus status) IsRecordActionFail() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 296 std::vector<VBucket> extend; in InsertCloudTableRecord() local 363 VBucket extend; in CheckCloudTableCount() local 407 std::vector<VBucket> extend; in DeleteCloudTableRecord() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| H A D | distributeddb_cloud_db_proxy_test.cpp | 206 VBucket extend; in HWTEST_F() local 269 VBucket extend; in HWTEST_F() local 832 VBucket extend; in HWTEST_F() local
|
| H A D | cloud_db_sync_utils_test.cpp | 84 std::vector<VBucket> extend; in InsertCloudTableRecord() local 115 std::vector<VBucket> extend; in UpdateCloudTableRecord() local 220 VBucket extend; in CheckCloudTotalCount() local
|
| H A D | virtual_cloud_db.cpp | 34 BatchInsert(const std::string &tableName, std::vector<VBucket> &&record, std::vector<VBucket> &extend) BatchInsert() argument 69 InnerBatchInsert(const std::string &tableName, std::vector<VBucket> &&record, std::vector<VBucket> &extend) InnerBatchInsert() argument 109 BatchInsertWithGid(const std::string &tableName, std::vector<VBucket> &&record, std::vector<VBucket> &extend) BatchInsertWithGid() argument 155 BatchUpdate(const std::string &tableName, std::vector<VBucket> &&record, std::vector<VBucket> &extend) BatchUpdate() argument 167 BatchDelete(const std::string &tableName, std::vector<VBucket> &extend) BatchDelete() argument 248 DeleteByGid(const std::string &tableName, VBucket &extend) DeleteByGid() argument 264 Query(const std::string &tableName, VBucket &extend, std::vector<VBucket> &data) Query() argument 307 GetCloudData(const std::string &cursor, bool isIncreCursor, std::vector<CloudData> allData, std::vector<VBucket> &data, VBucket &extend) GetCloudData() argument 384 IsCloudGidMatching(const std::vector<QueryNode> &queryNodes, VBucket &extend) IsCloudGidMatching() argument 396 IsCloudGidMatchingInner(const QueryNode &queryNode, VBucket &extend) IsCloudGidMatchingInner() argument 406 InnerUpdate(const std::string &tableName, std::vector<VBucket> &&record, std::vector<VBucket> &extend, bool isDelete) InnerUpdate() argument 437 InnerUpdateWithoutLock(const std::string &tableName, std::vector<VBucket> &&record, std::vector<VBucket> &extend, bool isDelete) InnerUpdateWithoutLock() argument 552 SetIncrementData(const std::string &tableName, const VBucket &record, const VBucket &extend) SetIncrementData() argument 640 AddAssetIdForExtend(VBucket &record, VBucket &extend) AddAssetIdForExtend() argument [all...] |