| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/ |
| H A D | cloud_db_types.h | 32 std::vector<VBucket> extend; member
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
| H A D | cloud_db_impl.cpp | 37 int32_t CloudDbImpl::Execute(const std::string &table, const std::string &sql, const DBVBucket &extend) in Execute() argument 122 std::shared_ptr<DBCursor> CloudDbImpl::Query(const std::string &table, const DBVBucket &extend) in Query() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| H A D | virtual_cloud_db.h | 27 VBucket extend; member [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
| H A D | cloud_db.cpp | 18 int32_t CloudDB::Execute(const std::string &table, const std::string &sql, const VBucket &extend) in Execute() argument 43 std::shared_ptr<Cursor> CloudDB::Query(const std::string &table, const VBucket &extend) in Query() argument 48 std::shared_ptr<Cursor> CloudDB::Query(GenQuery &query, const VBucket &extend) in Query() argument 53 int32_t CloudDB::PreSharing(const std::string &table, VBuckets &extend) in PreSharing() argument
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
| H A D | Selection.java | 109 nextBound(BreakIterator breaker, int direction, boolean extend) nextBound() argument
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_address.c | 203 mir_match_offset(nir_ssa_def *offset, bool first_free, bool extend) in mir_match_offset() argument
|
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | rcvec.rs | 79 pub fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() functions 101 pub fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() functions
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| H A D | rdb_cloud.cpp | 66 DBStatus RdbCloud::BatchDelete(const std::string &tableName, std::vector<DBVBucket> &extend) in BatchDelete() argument 34 BatchInsert( const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) BatchInsert() argument 50 BatchUpdate( const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) BatchUpdate() argument 75 Query(const std::string &tableName, DBVBucket &extend, std::vector<DBVBucket> &data) Query() argument 114 PreSharing(const std::string& tableName, VBuckets& extend) PreSharing() argument 208 ConvertQuery(RdbCloud::DBVBucket& extend) ConvertQuery() argument 269 PostEvent(VBuckets& records, std::set<std::string>& skipAssets, VBuckets& extend, DistributedData::AssetEvent eventId) PostEvent() argument 281 PostEvent(DistributedData::Value& value, DataBucket& extend, std::set<std::string>& skipAssets, DistributedData::AssetEvent eventId) PostEvent() argument 301 PostEventAsset(DistributedData::Asset& asset, DataBucket& extend, std::set<std::string>& skipAssets, DistributedData::AssetEvent eventId) PostEventAsset() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
| H A D | cloud_test.cpp | 465 VBucket extend; in HWTEST_F() local
|
| /third_party/icu/icu4c/source/test/perf/normperf/ |
| H A D | simplenormperf.cpp | 55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend() function in __anon3716::CommonChars
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.h | 149 Extend extend() const { return extend_; } in extend() function in v8::internal::MemOperand [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_util.cpp | 112 Interval::extend(int a, int b) in extend() function in nv50_ir::Interval
|
| /third_party/rust/crates/aho-corasick/src/packed/ |
| H A D | api.rs | 325 pub fn extend<I, P>(&mut self, patterns: I) -> &mut Builder in extend() functions
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.cpp | 51 void SkRasterPipeline::extend(const SkRasterPipeline& src) { in extend() function in SkRasterPipeline
|
| /third_party/vixl/src/aarch64/ |
| H A D | operands-aarch64.cc | 165 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() argument 248 MemOperand(Register base, Register regoffset, Extend extend, unsigned shift_amount) MemOperand() argument [all...] |
| /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
|
| /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
|
| /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
|