Home
last modified time | relevance | path

Searched defs:output (Results 551 - 575 of 1860) sorted by relevance

1...<<21222324252627282930>>...75

/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() argument
89 void File::ReadFileToStringOrDie(const string& name, string* output) { in ReadFileToStringOrDie() argument
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dtype_info_test_helper.cc101 NewProtoWriter( const std::string& type_url, strings::ByteSink* output, ErrorListener* listener, const ProtoStreamObjectWriter::Options& options) NewProtoWriter() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput.h56 explicit FILERawSink(std::FILE* output) : output_(output) {} in FILERawSink() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dsubstitute.h240 inline void SubstituteAndAppend(std::string* output, absl::string_view format) { in SubstituteAndAppend() argument
244 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend() argument
251 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend() argument
259 SubstituteAndAppend(std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2) SubstituteAndAppend() argument
268 SubstituteAndAppend(std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2, const substitute_internal::Arg& a3) SubstituteAndAppend() argument
279 SubstituteAndAppend(std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2, const substitute_internal::Arg& a3, const substitute_internal::Arg& a4) SubstituteAndAppend() argument
291 SubstituteAndAppend(std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2, const substitute_internal::Arg& a3, const substitute_internal::Arg& a4, const substitute_internal::Arg& a5) SubstituteAndAppend() argument
304 SubstituteAndAppend(std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2, const substitute_internal::Arg& a3, const substitute_internal::Arg& a4, const substitute_internal::Arg& a5, const substitute_internal::Arg& a6) SubstituteAndAppend() argument
319 SubstituteAndAppend( std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2, const substitute_internal::Arg& a3, const substitute_internal::Arg& a4, const substitute_internal::Arg& a5, const substitute_internal::Arg& a6, const substitute_internal::Arg& a7) SubstituteAndAppend() argument
332 SubstituteAndAppend( std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2, const substitute_internal::Arg& a3, const substitute_internal::Arg& a4, const substitute_internal::Arg& a5, const substitute_internal::Arg& a6, const substitute_internal::Arg& a7, const substitute_internal::Arg& a8) SubstituteAndAppend() argument
346 SubstituteAndAppend( std::string* output, absl::string_view format, const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, const substitute_internal::Arg& a2, const substitute_internal::Arg& a3, const substitute_internal::Arg& a4, const substitute_internal::Arg& a5, const substitute_internal::Arg& a6, const substitute_internal::Arg& a7, const substitute_internal::Arg& a8, const substitute_internal::Arg& a9) SubstituteAndAppend() argument
[all...]
H A Dsubstitute.cc29 void SubstituteAndAppendArray(std::string* output, absl::string_view format, in SubstituteAndAppendArray() argument
/third_party/skia/bench/
H A DSkSLBench.cpp46 static const char* output_string(Output output) { in output_string() argument
56 SkSLCompileBench(SkSL::String name, const char* src, bool optimize, Output output) in SkSLCompileBench() argument
/third_party/selinux/secilc/
H A Dsecil2tree.c74 char *output = NULL; in main() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.cpp173 napi_value output = nullptr; in OnComplete() local
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp38 bool ITypesUtil::Unmarshalling(bool &output, MessageParcel &data) in Unmarshalling() argument
48 bool ITypesUtil::Unmarshalling(uint32_t &output, MessageParcel &data) in Unmarshalling() argument
58 bool ITypesUtil::Unmarshalling(int32_t &output, MessageParcel &data) in Unmarshalling() argument
68 bool ITypesUtil::Unmarshalling(uint64_t &output, MessageParcel &data) in Unmarshalling() argument
78 bool ITypesUtil::Unmarshalling(double &output, MessageParcel &data) in Unmarshalling() argument
88 Unmarshalling(std::string &output, MessageParcel &data) Unmarshalling() argument
98 Unmarshalling(std::u16string &output, MessageParcel &data) Unmarshalling() argument
108 Unmarshalling(std::vector<uint8_t> &output, MessageParcel &data) Unmarshalling() argument
118 Unmarshalling(sptr<IRemoteObject> &output, MessageParcel &data) Unmarshalling() argument
133 Unmarshalling(Property &output, MessageParcel &data) Unmarshalling() argument
152 Unmarshalling(SubProperty &output, MessageParcel &data) Unmarshalling() argument
171 Unmarshalling(InputAttribute &output, MessageParcel &data) Unmarshalling() argument
214 Unmarshalling(TextTotalConfig &output, MessageParcel &data) Unmarshalling() argument
259 Unmarshalling(InputClientInfo &output, MessageParcel &data) Unmarshalling() argument
280 Unmarshalling(ImeWindowInfo &output, MessageParcel &data) Unmarshalling() argument
302 Unmarshalling(PanelStatusInfo &output, MessageParcel &data) Unmarshalling() argument
323 Unmarshalling(SysPanelStatus &output, MessageParcel &data) Unmarshalling() argument
340 Unmarshalling(OHOS::AppExecFwk::ElementName &output, MessageParcel &data) Unmarshalling() argument
360 Unmarshalling(InputType &output, MessageParcel &data) Unmarshalling() argument
376 Unmarshalling(PanelInfo &output, MessageParcel &data) Unmarshalling() argument
393 Unmarshalling(ClientState &output, MessageParcel &data) Unmarshalling() argument
409 Unmarshalling(SwitchTrigger &output, MessageParcel &data) Unmarshalling() argument
447 Unmarshalling(PrivateDataValue &output, MessageParcel &data) Unmarshalling() argument
479 Unmarshalling(Range &output, MessageParcel &data) Unmarshalling() argument
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_proxy.cpp85 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() argument
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dsignal_test.cpp197 int32_t output = signal->GetSignal(); in HWTEST_F() local
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_async_call.cpp130 napi_value output = nullptr; in OnComplete() local
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_async_call.h34 Context(InputAction input, OutputAction output) : input_(std::move(input)), output_(std::move(output)) {}; in Context() argument
43 void SetAction(OutputAction output) in SetAction() argument
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_async_call.cpp140 napi_value output = nullptr; in OnComplete() local
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dscan_async_call.h37 Context(InputAction input, OutputAction output) : input_(std::move(input)), output_(std::move(output)) {}; in Context() argument
46 void SetAction(OutputAction output) in SetAction() argument
/base/request/request/frameworks/js/napi/include/upload/
H A Dasync_call.h34 Context(InputAction input, OutputAction output) : input_(std::move(input)), output_(std::move(output)){}; in Context() argument
42 void SetAction(OutputAction output) in SetAction() argument
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_cert_verify_openssl_utils_test.cpp34 bool Base64StringDecode(const std::string& base64String, HapByteBuffer& output) in Base64StringDecode() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm2_openssl.c150 static HcfResult EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineUpdate() argument
180 static HcfResult DoSm2EncryptAndDecrypt(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, HcfBlob *output, in DoSm2EncryptAndDecrypt() argument
209 static HcfResult DoSm2Crypt(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, HcfBlob *output, int32_t mode) in DoSm2Crypt() argument
222 static HcfResult EngineDoFinal(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineDoFinal() argument
[all...]
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp35 HcfBlob output = {}; in AesEncrypt() local
72 HcfBlob output = {}; AesDecrypt() local
116 HcfBlob output = {}; Sm4Encrypt() local
154 HcfBlob output = {}; Sm4Decrypt() local
[all...]
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfkdfcreate_fuzzer/
H A Dhcfkdfcreate_fuzzer.cpp48 HcfBlob output = {.data = out, .len = OUT_PUT_NORMAL_LENGTH}; in TestHkdfGenerateSecretSalt() local
75 HcfBlob output = {.data = out, .len = OUT_PUT_NORMAL_LENGTH}; in TestHkdfGenerateSecretKey() local
102 HcfBlob output = {.data = out, .len = OUT_PUT_NORMAL_LENGTH}; in TestHkdfGenerateSecretInfo() local
130 HcfBlob output in TestPbkdfGenerateSecretWithoutInfo() local
[all...]
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsm2create_fuzzer/
H A Dhcfsm2create_fuzzer.cpp130 HcfBlob output = { .data = nullptr, .len = 0 }; in TestHcfGenCipherTextBySpec() local
155 HcfBlob output = { .data = nullptr, .len = 0 }; in TestHcfGenCipherTextByXSpec() local
180 HcfBlob output = { .data = nullptr, .len = 0 }; TestHcfGenCipherTextByYSpec() local
233 HcfBlob output = { .data = nullptr, .len = 0 }; HcfSm2CreateFuzzTest() local
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_3des_cipher_test.cpp78 HcfBlob output = {}; in DesEncrypt() local
121 HcfBlob output = {}; DesDecrypt() local
168 HcfBlob output = {}; DesNoUpdateEncrypt() local
198 HcfBlob output = {}; DesNoUpdateDecrypt() local
1655 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
1696 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
1736 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
1771 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
[all...]
/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_util_test.cpp274 HcfBlob output = { .data = nullptr, .len = 0 }; in HWTEST_F() local
290 HcfBlob output = { .data = nullptr, .len = 0 }; in HWTEST_F() local
305 HcfBlob output = { .data = nullptr, .len = 0 }; in HWTEST_F() local
317 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
329 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
341 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
353 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
365 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
385 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
396 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
408 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
420 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
432 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
444 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
506 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
521 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
534 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
547 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
560 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local
[all...]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_crypto_ed25519.c160 int32_t HksGetEd25519PubKey(const struct HksBlob *input, struct HksBlob *output) in HksGetEd25519PubKey() argument
H A Dhks_mbedtls_dh.c142 uint8_t *output = (uint8_t *)HksMalloc(keyLen); in HksMbedtlsDhGenerateKey() local
162 int32_t HksMbedtlsGetDhPubKey(const struct HksBlob *input, struct HksBlob *output) in HksMbedtlsGetDhPubKey() argument
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...75