Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_color_extract_test.cpp30 std::shared_ptr<RSColorExtract> extract; member in OHOS::Rosen::RSColorExtractTest
41 extract.reset(); in TearDown()
90 EXPECT_EQ(extract->QuantizedGreen(0), 0);
101 EXPECT_EQ(extract->QuantizedBlue(0), 0);
124 EXPECT_EQ(extract->GetARGB32ColorR(0), 0);
135 EXPECT_EQ(extract->GetARGB32ColorG(0), 0);
251 extract->SetFeatureColorNum(0);
263 EXPECT_EQ(extract->Rgb2Gray(0), 0);
274 EXPECT_EQ(extract->CalcGrayMsd(), 0);
335 extract->GetNFeatureColors(0);
[all …]
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
H A Dsmart_parser_module_test.cpp341 std::map<std::string, FeatureSet> extract; variable
359 extract = extractRule.GetExtractRule();
365 ASSERT_EQ(!extract.empty(), true);
403 extract = extractRule.GetExtractRule();
409 ASSERT_EQ(!extract.empty(), true);
447 extract = extractRule.GetExtractRule();
496 extract = extractRule.GetExtractRule();
546 extract = extractRule.GetExtractRule();
596 extract = extractRule.GetExtractRule();
644 extract = extractRule.GetExtractRule();
[all …]
/ohos5.0/docs/en/design/ux-design/
H A Danimation-overview.md3 …ll things change continuously and show diverse forms. We have managed to extract the features of g…
H A Dtransition-animation.md103 …here is no way to use tweening to create a seamless transition. You must extract and leverage shar…
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dscheduler.h97 auto node = readyTasks.extract(it); in ResetDeadline()
/ohos5.0/docs/zh-cn/device-dev/hpm-part/
H A Dhpm-part-reference.md180 | 解压包 | hpm&nbsp;extract | 解压文件.&nbsp;支持格式'zip'、'tar','tgz'&nbsp;和'.tar.gz' |
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-key-derivation-using-hkdf.md17 …derivation algorithm is **HKDF**, HMAC algorithm is **SHA256**, and mode is **extract and expand**.
H A Dcrypto-aes-sym-encrypt-decrypt-ccm-ndk.md39 …In CCM mode, extract the last 12 bytes from the encrypted data as the authentication information f…
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-ndk.md36 …authTag** as the authentication information for decryption. In GCM mode, extract the last 16 bytes…
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-ndk.md39 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
H A Dcrypto-aes-sym-encrypt-decrypt-ccm.md31 …In CCM mode, extract the last 12 bytes from the encrypted data as the authentication information f…
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md43 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md40 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm.md30 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
H A Dcrypto-aes-sym-encrypt-decrypt-gcm.md30 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md34 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-by-segment.md34 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
/ohos5.0/docs/zh-cn/design/
H A DOpenHarmony-API-quality.md182 | find | search, extract, locate, recover |
/ohos5.0/commonlibrary/rust/ylong_json/
H A DREADME.md28 …se. Users do not need to convert the `JSON` text to `JsonValue` and then extract the specified dat…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-high-performance-programming.md61 This optimization can extract constants in **Time.info[num - Time.start]**, which greatly reduces t…
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-character-processing.md5 Character rules vary greatly in different languages, and it is usually difficult to extract expecte…
/ohos5.0/build/scripts/util/
H A Dbuild_utils.py340 z.extract(name, path)
/ohos5.0/build/ohos/packages/
H A DBUILD.gn294 "--sa-profile-extract-dir",
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h360 node_type extract(const key_type& key) in extract() function
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_ddk.md77 <p>Specifically, you need to extract its first 32 bits as the input parameter **deviceId** for C AP…

12