Home
last modified time | relevance | path

Searched defs:extend (Results 76 - 100 of 133) sorted by relevance

123456

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java757 void extend(int[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
770 void extend(char[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java749 void extend(int[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
762 void extend(char[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java3369 private static final byte[] extend(byte inarr[], int newlen) { in extend() method in BigDecimal
/third_party/jinja2/
H A Denvironment.py375 def extend(self, **attributes: t.Any) -> None: member in Environment
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py376 def extend(self, **attributes): member in Environment
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py347 def extend(self, **attributes): member in Environment
/third_party/rust/crates/bitflags/src/
H A Dlib.rs809 fn extend<T: $crate::_core::iter::IntoIterator<Item=Self>>(&mut self, iterator: T) { in extend() functions
/third_party/python/Lib/collections/
H A D__init__.py1318 def extend(self, other): member in UserList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp355 unsigned extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in __anon24056::SuffixTree
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py376 def extend(self, **attributes): member in Environment
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp610 auto extend = SkPDFMakeArray(); in make_function_shader() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-gvar-table.hh55 void extend (const hb_array_t<contour_point_t> &a) in extend() function
/third_party/python/Lib/
H A D_collections_abc.py1094 def extend(self, values): member in MutableSequence
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1510 unsigned extend = fieldFromInstruction(insn, 10, 6); in DecodeAddSubERegInstruction() local
[all...]
/third_party/python/Lib/xml/etree/
H A DElementTree.py247 def extend(self, elements): member in Element
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs223 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, stream: I) { in extend() functions
237 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
H A Dfallback.rs273 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, tokens: I) { in extend() functions
282 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs596 fn extend<T>(&mut self, iter: T) in extend() functions
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h44 bool extend = false; member
593 void SetExtend(bool extend) in SetExtend() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1866 Offset RosenRenderTextField::GetHandleOffset(int32_t extend) argument
H A Dtext_field_component.cpp310 void TextFieldComponent::SetExtend(bool extend) in SetExtend() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1427 VBucket extend; in QueryCloudData() local
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...]

Completed in 61 milliseconds

123456