/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_color_extract_test.cpp | 30 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 D | smart_parser_module_test.cpp | 341 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 D | animation-overview.md | 3 …ll things change continuously and show diverse forms. We have managed to extract the features of g…
|
H A D | transition-animation.md | 103 …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 D | scheduler.h | 97 auto node = readyTasks.extract(it); in ResetDeadline()
|
/ohos5.0/docs/zh-cn/device-dev/hpm-part/ |
H A D | hpm-part-reference.md | 180 | 解压包 | hpm extract | 解压文件. 支持格式'zip'、'tar','tgz' 和'.tar.gz' |
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-key-derivation-using-hkdf.md | 17 …derivation algorithm is **HKDF**, HMAC algorithm is **SHA256**, and mode is **extract and expand**.
|
H A D | crypto-aes-sym-encrypt-decrypt-ccm-ndk.md | 39 …In CCM mode, extract the last 12 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-ndk.md | 36 …authTag** as the authentication information for decryption. In GCM mode, extract the last 16 bytes…
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-ndk.md | 39 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-aes-sym-encrypt-decrypt-ccm.md | 31 …In CCM mode, extract the last 12 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 43 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 40 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm.md | 30 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm.md | 30 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md | 34 …In GCM mode, extract the last 16 bytes from the encrypted data as the authentication information f…
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment.md | 34 …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 D | OpenHarmony-API-quality.md | 182 | find | search, extract, locate, recover |
|
/ohos5.0/commonlibrary/rust/ylong_json/ |
H A D | README.md | 28 …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 D | arkts-high-performance-programming.md | 61 This optimization can extract constants in **Time.info[num - Time.start]**, which greatly reduces t…
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-character-processing.md | 5 Character rules vary greatly in different languages, and it is usually difficult to extract expecte…
|
/ohos5.0/build/scripts/util/ |
H A D | build_utils.py | 340 z.extract(name, path)
|
/ohos5.0/build/ohos/packages/ |
H A D | BUILD.gn | 294 "--sa-profile-extract-dir",
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unordered_map.h | 360 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.md | 77 <p>Specifically, you need to extract its first 32 bits as the input parameter **deviceId** for C AP…
|