Home
last modified time | relevance | path

Searched refs:extend (Results 351 - 375 of 862) sorted by relevance

1...<<11121314151617181920>>...35

/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py128 matches.extend(self._entries_for(full_class_name))
135 matches.extend(self._entries_for(full_class_name))
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py71 msg.factory_1_message.list_value.extend([u'one', u'two', u'three'])
80 msg.list_value.extend([u'four', u'three', u'two'])
216 ' both try to extend message type'
/third_party/python/Lib/distutils/
H A Dfilelist.py54 def extend(self, items): member in FileList
55 self.files.extend(items)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_browser.py244 queue.extend((CBT(f0), CBT(C0)))
248 queue.extend(sublist)
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp208 if (DBCommon::IsRecordIgnored(data.extend[i]) || DBCommon::IsRecordVersionConflict(data.extend[i]) || in FillCloudAssetForUpload()
209 DBCommon::IsCloudRecordNotFound(data.extend[i]) || DBCommon::IsCloudRecordAlreadyExisted(data.extend[i])) { in FillCloudAssetForUpload()
306 if (DBCommon::IsRecordError(data.extend.at(index)) || DBCommon::IsRecordAssetsMissing(data.extend.at(index))) { in InitFillUploadAssetStatement()
505 LOGE("Upgrade log for extend field failed."); in UpgradedLogForExistedData()
942 for (size_t i = 0; i < cloudDataResult.insData.extend.size(); ++i) { in BindStmtWithCloudGid()
943 auto gidEntry = cloudDataResult.insData.extend[i].find(CloudDbConstant::GID_FIELD); in BindStmtWithCloudGid()
944 if (gidEntry == cloudDataResult.insData.extend[ in BindStmtWithCloudGid()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp667 Offset RenderText::GetPositionForExtend(int32_t extend) in GetPositionForExtend() argument
669 if (extend < 0) { in GetPositionForExtend()
670 extend = 0; in GetPositionForExtend()
672 if (static_cast<size_t>(extend) > StringUtils::ToWstring(textValue_.text).length()) { in GetPositionForExtend()
673 extend = static_cast<int32_t>(StringUtils::ToWstring(textValue_.text).length()); in GetPositionForExtend()
675 return GetHandleOffset(extend); in GetPositionForExtend()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp520 *nativeBuffer = dstMemory->extend.data; in AllocDmaMemory()
521 auto sbBuffer = reinterpret_cast<SurfaceBuffer *>(dstMemory->extend.data); in AllocDmaMemory()
852 rowStride = reinterpret_cast<SurfaceBuffer*>(m->extend.data)->GetStride(); in ScalePixelMapWithSLR()
865 pixelMap.SetPixelsAddr(m->data.data, m->extend.data, dstBufferSize, m->GetType(), nullptr); in ScalePixelMapWithSLR()
920 reinterpret_cast<SurfaceBuffer*>(mem->extend.data)->GetStride() : in ScalePixelMapEx()
968 pixelMap.SetPixelsAddr(mem->data.data, mem->extend.data, dstBufferSize, mem->GetType(), nullptr); in ScalePixelMapEx()
/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
819 result.extend(iterator); in from_iter()
1411 flags.extend([].iter().cloned()); in test_extend()
1415 flags.extend([Flags::A, Flags::B].iter().cloned()); in test_extend()
1419 flags.extend([Flags::A, Flags::B].iter().cloned()); in test_extend()
1423 flags.extend([Flags::A, Flags::ABC].iter().cloned()); in test_extend()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1409 auto &extend = batchData.extend[i]; in CheckCloudBatchData() local
1410 ASSERT_EQ(extend.find(CloudDbConstant::REFERENCE_FIELD) != extend.end(), existRef); in CheckCloudBatchData()
1414 Entries entries = std::get<Entries>(extend[CloudDbConstant::REFERENCE_FIELD]); in CheckCloudBatchData()
1442 syncData.insData.extend.resize(1); // has 1 record in HWTEST_F()
1444 syncData.updData.extend.resize(1); // has 1 record in HWTEST_F()
1446 syncData.delData.extend.resize(1); // has 1 record in HWTEST_F()
1472 syncData.insData.extend.resize(1); // rowid is 1 in HWTEST_F()
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py785 temp_tokens.extend(new_temp)
798 temp_tokens.extend(temp_tokens2)
966 self.token_queue.extend(reversed(tokens))
988 tokens.extend(self._GetMatchingChar('<', '>', GetNextToken))
1008 template_portion.extend(self._GetMatchingChar('<', '>'))
1287 type_and_name.extend(name_tokens)
1288 type_and_name.extend((var_token, next_token))
1297 name_tokens.extend((var_token, next_token))
1403 tokens.extend(self._GetTokensUpTo(tokenize.SYNTAX, ';'))
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h32 std::vector<VBucket> extend; member
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Ddma.h59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_feat.py94 args.extend(['--arch', self.arguments[1]])
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_bpftool.py32 _args.extend(args)
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Ddma.h59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
/kernel/linux/linux-6.6/rust/macros/
H A Dhelpers.rs147 rest.extend(toks);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool.py32 _args.extend(args)
/third_party/node/lib/internal/main/
H A Dprint_help.js73 hasSmallICU ? '' : ' (will extend linked-in data)' }],
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_commands.py82 self.common_flags.extend(['--random-seed', str(options.random_seed)])
/third_party/node/tools/gyp/tools/
H A Dpretty_sln.py161 argv.extend(sys.argv[3:])
/third_party/rust/crates/cxx/gen/src/
H A Dinclude.rs178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions
179 self.custom.extend(iter.into_iter().cloned()); in extend()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dinclude.rs178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions
179 self.custom.extend(iter.into_iter().cloned()); in extend()
/third_party/rust/crates/cxx/gen/build/src/
H A Ddeps.rs100 .extend(dirs.into_iter().map(|(_sort_key, dir)| HeaderDir { in direct_dependencies()

Completed in 19 milliseconds

1...<<11121314151617181920>>...35