/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/ |
H A D | test_napi.cpp | 1897 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 1915 input1 = "query1"; 1917 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 1926 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 1950 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 1959 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 1968 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 1992 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 2001 napi_create_string_utf8(env, input1.c_str(), input1.size(), &newValue); 2008 input1 = "55"; [all …]
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-ecdsa-sign-sig-verify.md | 42 // 完整的明文被拆分为input1和input2 43 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 49 await signer.update(input1); // 如果明文较短,可以直接调用sign接口一次性传入 57 await verifier.update(input1); // 如果明文较短,可以直接调用verify接口一次性传入 81 // 完整的明文被拆分为input1和input2 82 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 88 signer.updateSync(input1); // 如果明文较短,可以直接调用sign接口一次性传入 96 verifier.updateSync(input1); // 如果明文较短,可以直接调用verify接口一次性传入
|
H A D | crypto-sm2-sign-sig-verify-pkcs1.md | 42 // 完整的明文被拆分为input1和input2 43 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 49 await signer.update(input1); // 如果明文较短,可以直接调用sign接口一次性传入 57 await verifier.update(input1); // 如果明文较短,可以直接调用verify接口一次性传入 81 // 完整的明文被拆分为input1和input2 82 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 88 signer.updateSync(input1); // 如果明文较短,可以直接调用sign接口一次性传入 96 verifier.updateSync(input1); // 如果明文较短,可以直接调用verify接口一次性传入
|
H A D | crypto-rsa-sign-sig-verify-pkcs1.md | 49 // 完整的明文被拆分为input1和input2 50 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 56 await signer.update(input1); // 如果明文较短,可以直接调用sign接口一次性传入 64 await verifier.update(input1); // 如果明文较短,可以直接调用verify接口一次性传入 88 // 完整的明文被拆分为input1和input2 89 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 95 signer.updateSync(input1); // 如果明文较短,可以直接调用sign接口一次性传入 103 verifier.updateSync(input1); // 如果明文较短,可以直接调用verify接口一次性传入
|
H A D | crypto-rsa-sign-sig-verify-recover-pkcs1.md | 35 // 完整的明文被拆分为input1和input2 36 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 41 let signData = await signer.sign(input1); 70 // 完整的明文被拆分为input1和input2 71 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 76 let signData = signer.signSync(input1);
|
H A D | crypto-rsa-sign-sig-verify-pss.md | 71 // 完整的明文被拆分为input1和input2 74 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from(plan1, 'utf-8').buffer) … 98 await signer.update(input1); 112 await verifyer.update(input1); 153 // 完整的明文被拆分为input1和input2 156 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from(plan1, 'utf-8').buffer) … 180 signer.updateSync(input1); 194 verifyer.updateSync(input1);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 587 …x(取大值)。<br/>输入:<br/>- input1,第一个输入张量。<br/>- input2,第二个输入张量。<br/>参数:<br/>- mode,枚举,选择操作方式。<br/>输出:<… 593 …UAL | 对input1和input2,计算每对元素的input1[i]<=input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、… 597 …input1和input2相同的位置的元素相乘得到output。如果input1和input2的shape不同,要求input1和input2可以 通过broadcast扩充成相同的shape进行… 609 …input1,被减数,input1是一个张量,张量的类型可以是OH_NN_FLOAT16、OH_NN_FLOAT32、OH_NN_INT32或OH_NN_BOOL。<br/>- input2,减数… 613 …input1,被减数,input1是一个张量。<br/>- input2,减数,input2是一个张量。<br/>参数:<br/>- activationType,是一个整型常量,且必须是OH_N… 636 …/sup> | 对input1和input2逐元素计算input1[i]<input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… 645 …/sup> | 对input1和input2逐元素计算input1[i] = input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔值… 646 …/sup> | 对input1和input2逐元素计算input1[i]>input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… 647 …/sup> | 对input1和input2逐元素计算input1[i] != input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… 648 …sup> | 对input1和input2逐元素计算input1[i]>=input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… [all …]
|
H A D | _neural_nework_runtime.md | 587 …x(取大值)。<br/>输入:<br/>- input1,第一个输入张量。<br/>- input2,第二个输入张量。<br/>参数:<br/>- mode,枚举,选择操作方式。<br/>输出:<… 593 …UAL | 对input1和input2,计算每对元素的input1[i]<=input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、… 597 …input1和input2相同的位置的元素相乘得到output。如果input1和input2的shape不同,要求input1和input2可以 通过broadcast扩充成相同的shape进行… 609 …input1,被减数,input1是一个张量,张量的类型可以是OH_NN_FLOAT16、OH_NN_FLOAT32、OH_NN_INT32或OH_NN_BOOL。<br/>- input2,减数… 613 …input1,被减数,input1是一个张量。<br/>- input2,减数,input2是一个张量。<br/>参数:<br/>- activationType,是一个整型常量,且必须是OH_N… 636 …/sup> | 对input1和input2逐元素计算input1[i]<input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… 645 …/sup> | 对input1和input2逐元素计算input1[i] = input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔值… 646 …/sup> | 对input1和input2逐元素计算input1[i]>input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… 647 …/sup> | 对input1和input2逐元素计算input1[i] != input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… 648 …sup> | 对input1和input2逐元素计算input1[i]>=input2[i]的结果,i是输入张量中每个元素的索引。<br/>输入:<br/>- input1,可以是实数、布尔… [all …]
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-ecdsa-sign-sig-verify.md | 42 // The plaintext is split into input1 and input2. 43 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 49 …await signer.update(input1); // If the plaintext is short, you can use sign() to pass in the full … 57 …await verifier.update(input1); // If the plaintext is short, you can use verify() to pass in the f… 81 // The plaintext is split into input1 and input2. 82 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 88 …signer.updateSync(input1); // If the plaintext is short, you can use sign() to pass in the full da… 96 …verifier.updateSync(input1); // If the plaintext is short, you can use verify() to pass in the ful…
|
H A D | crypto-sm2-sign-sig-verify-pkcs1.md | 42 // The plaintext is split into input1 and input2. 43 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 49 …await signer.update(input1); // If the plaintext is short, you can use sign() to pass in the full … 57 …await verifier.update(input1); // If the plaintext is short, you can use verify() to pass in the f… 81 // The plaintext is split into input1 and input2. 82 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 88 …signer.updateSync(input1); // If the plaintext is short, you can use sign() to pass in the full da… 96 …verifier.updateSync(input1); // If the plaintext is short, you can use verify() to pass in the ful…
|
H A D | crypto-rsa-sign-sig-verify-recover-pkcs1.md | 35 // The plaintext is split into input1 and input2. 36 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 41 let signData = await signer.sign(input1); 70 // The plaintext is split into input1 and input2. 71 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 76 let signData = signer.signSync(input1);
|
H A D | crypto-rsa-sign-sig-verify-pkcs1.md | 48 // The plaintext is split into input1 and input2. 49 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 55 …await signer.update(input1); // If the plaintext is short, you can use sign() to pass in the full … 63 …await verifier.update(input1); // If the plaintext is short, you can use verify() to pass in the f… 87 // The plaintext is split into input1 and input2. 88 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from("This is Sign test plan1… 94 …signer.updateSync(input1); // If the plaintext is short, you can use sign() to pass in the full da… 102 …verifier.updateSync(input1); // If the plaintext is short, you can use verify() to pass in the ful…
|
H A D | crypto-rsa-sign-sig-verify-pss.md | 74 // The plaintext is split into input1 and input2. 77 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from(plan1, 'utf-8').buffer) … 101 await signer.update(input1); 115 await verifyer.update(input1); 156 // The plaintext is split into input1 and input2. 159 …let input1: cryptoFramework.DataBlob = { data: new Uint8Array(buffer.from(plan1, 'utf-8').buffer) … 183 signer.updateSync(input1); 197 verifyer.updateSync(input1);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | types_util_test.cpp | 125 uint32_t input1 = 10; variable 135 …ASSERT_TRUE(ITypesUtil::Marshal(parcel, input1, input2, input3, input4, input5, input6, input7->As… 144 ASSERT_EQ(output1, input1);
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-search.md | 195 <input type="text" class="field" id="input1" placeholder="input1" onchange="change" ></input>
|
H A D | ui-js-components-input.md | 253 <label class="lab" target="input1">content:</label> 254 <input class="flex" id="input1" placeholder="Enter content" />
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 587 …input1**: first input tensor.<br>- **input2**: second input tensor.<br>Parameters:<br>- **mode**: … 593 …input1** and **input2**, calculate the result of input1[i]<=input2[i] for each pair of elements… 597 …input1** and **input2** to obtain the output. If the shapes of **input1** and **input2** are diffe… 613 …input1**: minuend, which is a tensor.<br>- **input2**: subtrahend, which is a tensor.<br>Parameter… 636 …input1[i]<input2[i] by element for **input1** and **input2**, where **i** is the index of each … 645 …input1[i] = input2[i] by element for **input1** and **input2**, where **i** is the index of each e… 646 …input1[i]>input2[i] by element for **input1** and **input2**, where **i** is the index of each … 647 …input1[i] != input2[i] by element for **input1** and **input2**, where **i** is the index of each … 648 …input1[i]>=input2[i] by element for **input1** and **input2**, where **i** is the index of each… 662 …input1** and **input2** based on the specified condition.<br>Input:<br>- **condition**: *n*-dimens… [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/input/RadioEventTest031/ |
H A D | index.css | 41 .input1 {
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-search.md | 195 <input type="text" class="field" id="input1" placeholder="input1" onchange="change" ></input>
|
H A D | ui-js-components-input.md | 256 <label class="lab" target="input1">content:</label> 257 <input class="flex" id="input1" placeholder="Enter content" />
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.h | 48 uint8_t input1[CRYPT_AESCMAC_IN_LEN]; member
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_rsa_cipher_test.cpp | 1095 HcfBlob input1 = {.data = (uint8_t *)plan1, .len = strlen((char *)plan1)}; variable 1098 res = cipher->doFinal(cipher, &input1, &encoutput1); 1144 HcfBlob input1 = {.data = (uint8_t *)plan1, .len = strlen((char *)plan1)}; variable 1147 res = cipher->doFinal(cipher, &input1, &encoutput1); 1188 HcfBlob input1 = {.data = (uint8_t *)plan1, .len = strlen((char *)plan1)}; variable 1191 res = cipher->doFinal(cipher, &input1, &encoutput1);
|
H A D | crypto_rsa_verify_test.cpp | 746 HcfBlob input1 = {.data = plan1, .len = strlen((char *)plan1)}; variable 755 res = sign->update(sign, &input1); 768 res = verify->update(verify, &input1);
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/ |
H A D | test_util.cpp | 2446 std::string input1 = ""; variable 2448 napi_create_string_utf8(env, input1.c_str(), input1.size(), &src1); 2485 std::string input1 = "qK6b/w"; variable 2487 napi_create_string_utf8(env, input1.c_str(), input1.size(), &src1); 2901 std::string input1 = ""; variable 2903 napi_create_string_utf8(env, input1.c_str(), input1.size(), &src1);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/ |
H A D | continuation_manager_test.cpp | 1426 std::vector<std::u16string> input1; variable 1427 input1.emplace_back(TEST_INPUT1); 1428 input1.emplace_back(TEST_INPUT2); 1433 std::vector<std::string> input3 = ContinationManagerUtils::Str16VecToStr8Vec(input1);
|