Home
last modified time | relevance | path

Searched defs:input (Results 151 - 175 of 3565) sorted by relevance

12345678910>>...143

/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_dis_fuzzer.cpp36 std::vector<uint32_t> input; in LLVMFuzzerTestOneInput() local
/third_party/spirv-tools/test/
H A Dnamed_id_test.cpp27 const std::string input = R"( in TEST_F() local
59 const std::string input = GetParam().id + " = OpTypeVoid"; in TEST_P() local
H A Dtext_to_binary.image_test.cpp45 const std::string input = in TEST_P() local
111 const std::string input = "%2 = OpImage %1 %3\n"; in TEST_F() local
116 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input); in TEST_F() local
154 const std::string input = "%2 = OpImageSparseRead %1 %3 %4\n"; in TEST_F() local
158 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input); in TEST_F() local
167 const std::string input = TEST_P() local
173 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input); TEST_P() local
[all...]
H A Dtext_to_binary.memory_test.cpp41 std::stringstream input; in TEST_P() local
60 const std::string input = "OpStore %ptr %value Volatile|Aligned 16"; in TEST_F() local
74 const std::string input = "%1 = OpVariable %2 " + GetParam().name(); in TEST_P() local
/third_party/spirv-tools/test/opt/
H A Dflatten_decoration_test.cpp66 std::string input; member
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksSerializerVKSC.hpp115 string input; in SerializeItem() local
129 string input; in SerializeItem() local
143 string input; in SerializeItem() local
/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_config_test.cpp48 int input = 100; in HWTEST_F() local
67 long input = 100; in HWTEST_F() local
86 std::string input = "/data/log.txt"; in HWTEST_F() local
/base/security/crypto_framework/frameworks/cj/src/
H A Dmac_impl.cpp40 HcfResult MacImpl::MacUpdate(HcfBlob *input) in MacUpdate() argument
H A Dmd_impl.cpp24 HcfResult MdImpl::MdUpdate(HcfBlob *input) in MdUpdate() argument
H A Dsm2_crypto_util_impl.cpp31 Sm2CipherTextSpec *Sm2CryptoUtilImpl::GetCipherTextSpec(HcfBlob input, char *mode, int32_t *errCode) in GetCipherTextSpec() argument
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsm2_crypto_util.c115 HcfResult HcfGetCipherTextSpec(HcfBlob *input, const char *mode, Sm2CipherTextSpec **returnSpc) in HcfGetCipherTextSpec() argument
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_ecb_cipher_test.cpp394 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local
434 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local
474 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local
514 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local
577 HcfBlob input in HWTEST_F() local
614 HcfBlob input = { .data = nullptr, .len = 0 }; HWTEST_F() local
688 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; HWTEST_F() local
[all...]
/base/security/security_component_manager/test/fuzztest/security_component/service/unregistersecuritycomponentstub_fuzzer/
H A Dunregistersecuritycomponentstub_fuzzer.cpp38 MessageParcel input; in RegisterSecurityComponentStub() local
73 MessageParcel input; in UnregisterSecurityComponentStubFuzzTest() local
/base/security/security_component_manager/test/fuzztest/security_component/service/updatesecuritycomponentstub_fuzzer/
H A Dupdatesecuritycomponentstub_fuzzer.cpp38 MessageParcel input; in RegisterSecurityComponentStub() local
73 MessageParcel input; in UpdateSecurityComponentStubFuzzTest() local
/base/security/security_component_manager/test/fuzztest/security_component/service/verifysavepermissionstub_fuzzer/
H A Dverifysavepermissionstub_fuzzer.cpp37 MessageParcel input; in VerifySavePermissionStubFuzzTest() local
/base/security/security_component_manager/test/fuzztest/security_component/service/registersecuritycomponentstub_fuzzer/
H A Dregistersecuritycomponentstub_fuzzer.cpp40 MessageParcel input; in RegisterSecurityComponentStubFuzzTest() local
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_filter.cpp33 double ConversionFilter::FilterLowPass(double input, double cutoff) in FilterLowPass() argument
41 double ConversionFilter::FilterHighPass(double input, double cutoff) in FilterHighPass() argument
49 double ConversionFilter::FilterLowResonant(double input, double cutoff, double resonance) in FilterLowResonant() argument
80 double ConversionFilter::FilterHighResonant(double input, double cutoff, double resonance) in FilterHighResonant() argument
112 FilterBandPass(double input, double cutoff, double resonance) FilterBandPass() argument
136 HandleResonant(double input, double cutoff, double resonance, FilterMethod filterMethod) HandleResonant() argument
160 HandleHighPassOrLowPass(double input, double cutoff, bool isHighPass) HandleHighPassOrLowPass() argument
[all...]
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_parse.cpp28 void TimeCmdParse::DoAction(int fd, const std::vector<std::string> &input) in DoAction() argument
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Dcommand.cpp28 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
/base/theme/screenlock_mgr/services/src/
H A Dcommand.cpp34 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
/base/update/updater/test/unittest/flashd_test/
H A Dflashd_utils_unittest.cpp49 std::string input = ""; in HWTEST_F() local
/base/web/webview/test/unittest/napi_common_test/
H A Dnapi_parse_utils_unittest.cpp77 std::string input = "10"; in TEST_F() local
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dslide_window_processor.cpp101 int32_t SlideWindowProcessor::Process(const FeatureData &input, FeatureData &output) in Process() argument
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_changeinfo.cpp25 bool ChangeInfo::Marshalling(const ChangeInfo &input, MessageParcel &parcel) in Marshalling() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/task_handler_wrap_test/
H A Dtask_handler_wrap_test.cpp58 int input = 0; in HWTEST_F() local
74 int input = 0; in HWTEST_F() local
116 int input = 0; in HWTEST_F() local
133 int input = 0; HWTEST_F() local
149 int input = 0; HWTEST_F() local
[all...]

Completed in 8 milliseconds

12345678910>>...143