Home
last modified time | relevance | path

Searched defs:extend (Results 101 - 125 of 140) sorted by relevance

123456

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp71 FillDownloadExtend(TaskId taskId, const std::string &tableName, const std::string &cloudWaterMark, VBucket &extend) FillDownloadExtend() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp383 std::vector<VBucket> extend; in UpdateDiffType() local
438 VBucket extend; in CheckAssetForAssetTest006() local
546 VBucket extend; in CheckCloudTotalCount() local
832 VBucket extend; in CheckAllAssetAfterUpload() local
953 std::vector<VBucket> extend; UpdateCloudAssetForDownloadAssetTest003() local
1007 InsertCloudForCloudProcessNotify001(std::vector<VBucket> &record, std::vector<VBucket> &extend) InsertCloudForCloudProcessNotify001() argument
1255 VBucket extend; HWTEST_F() local
1712 VBucket extend; HWTEST_F() local
[all...]
H A Ddistributeddb_cloud_check_sync_test.cpp423 VBucket extend; in CheckCloudTableCount() local
2395 std::vector<VBucket> extend; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1405 std::vector<VBucket> extend; in InsertCloudRecord() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp172 std::vector<VBucket> extend; in InsertLocalData() local
247 std::vector<VBucket> extend; in UpdateCloudDBData() local
285 std::vector<VBucket> extend; in InsertCloudDBData() local
140 GenerateDataRecords( int64_t begin, int64_t count, int64_t gidStart, std::vector<VBucket> &record, std::vector<VBucket> &extend) GenerateDataRecords() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dac3dec.c1726 int extend = 0; in ac3_decode_frame() local
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c1207 static int hdcd_analyze(int32_t *samples, int count, int stride, int gain, int target_gain, int extend, int mode, int cdt_active, int tg_mismatch) in hdcd_analyze() argument
1267 static int hdcd_envelope(int32_t *samples, int count, int stride, int vbits, int gain, int target_gain, int extend) in hdcd_envelope() argument
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon3198::MixedBlocks
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon11850::MixedBlocks
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h256 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() argument
354 Extend Operand::extend() const { in extend() function in v8::internal::Operand
384 MemOperand::MemOperand(Register base, Register regoffset, Extend extend, in MemOperand() argument
968 ExtendMode(Extend extend) ExtendMode() argument
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs925 fn extend<T>(&mut self, iter: T) in extend() functions
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h698 void extend(T value) in extend() function in gl::Range
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp97 bool SkCoincidentSpans::extend(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, in extend() function in SkCoincidentSpans
191 bool SkOpCoincidence::extend(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, in extend() function in SkOpCoincidence
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h662 FT_PaintExtend extend; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-colr-table.hh298 Extend extend; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon21079::MixedBlocks
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs273 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, streams: I) { in extend() functions
279 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs446 fn extend<I: IntoIterator<Item = T>>(&mut self, i: I) { in extend() functions
465 fn extend<I: IntoIterator<Item = Pair<T, P>>>(&mut self, i: I) { in extend() functions
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2482 FindCachedResult(JSThread *thread, const JSHandle<JSTaggedValue> input, CacheType type, const JSHandle<JSTaggedValue> regexp, JSTaggedValue lastIndexInput, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) FindCachedResult() argument
2557 AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> input, const JSHandle<JSTaggedValue> resultArray, CacheType type, uint32_t lastIndexInput, uint32_t lastIndex, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) AddResultInCache() argument
2711 Match(int entry, JSTaggedValue &pattern, JSTaggedValue &flags, JSTaggedValue &input, JSTaggedValue &lastIndexInputValue, JSTaggedValue &extend, CacheType type) Match() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1456 uint32 extend = false; /* used with offset register ; AddrMode_B_OR_X */ global() variable
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1572 FillReferenceDataIntoExtend(const std::vector<int64_t> &rowid, const std::map<int64_t, Entries> &referenceGid, std::vector<VBucket> &extend) FillReferenceDataIntoExtend() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1875 Extend extend = mem_op.GetExtend(); in Emit() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp482 ssize_t extend = RoundUp(std::abs(res), vixl::aarch64::kPageSize); in LoadPcRelative() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2754 int32_t extend = GetCursorPositionForClick(pos); in UpdateStartSelection() local
2774 int32_t extend = GetCursorPositionForClick(pos); in UpdateEndSelection() local
2778 Offset RenderTextField::GetPositionForExtend(int32_t extend, bool isSingleHandle) in GetPositionForExtend() argument
2794 GetGraphemeClusterLength(int32_t extend, bool isPrefix) const GetGraphemeClusterLength() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp170 int32_t extend = pManager_->GetGlyphIndexByCoordinate(selectionOffset, true); in InitSelection() local

Completed in 70 milliseconds

123456