| /third_party/protobuf/src/google/protobuf/testing/ |
| H A D | file.cc | 73 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 D | type_info_test_helper.cc | 101 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 D | output.h | 56 explicit FILERawSink(std::FILE* output) : output_(output) {} in FILERawSink() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | substitute.h | 240 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 D | substitute.cc | 29 void SubstituteAndAppendArray(std::string* output, absl::string_view format, in SubstituteAndAppendArray() argument
|
| /third_party/skia/bench/ |
| H A D | SkSLBench.cpp | 46 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 D | secil2tree.c | 74 char *output = NULL; in main() local
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | async_call.cpp | 173 napi_value output = nullptr; in OnComplete() local
|
| /base/inputmethod/imf/common/src/ |
| H A D | itypes_util.cpp | 38 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 D | input_method_agent_proxy.cpp | 85 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() argument
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| H A D | signal_test.cpp | 197 int32_t output = signal->GetSignal(); in HWTEST_F() local
|
| /base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
| H A D | print_async_call.cpp | 130 napi_value output = nullptr; in OnComplete() local
|
| /base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
| H A D | print_async_call.h | 34 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 D | scan_async_call.cpp | 140 napi_value output = nullptr; in OnComplete() local
|
| /base/print/print_fwk/interfaces/kits/napi/scan_napi/include/ |
| H A D | scan_async_call.h | 37 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 D | async_call.h | 34 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 D | hap_cert_verify_openssl_utils_test.cpp | 34 bool Base64StringDecode(const std::string& base64String, HapByteBuffer& output)
in Base64StringDecode() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
| H A D | cipher_sm2_openssl.c | 150 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 D | hcfciphercreate_fuzzer.cpp | 35 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 D | hcfkdfcreate_fuzzer.cpp | 48 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 D | hcfsm2create_fuzzer.cpp | 130 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 D | crypto_3des_cipher_test.cpp | 78 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 D | crypto_sm2_util_test.cpp | 274 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 D | hks_crypto_ed25519.c | 160 int32_t HksGetEd25519PubKey(const struct HksBlob *input, struct HksBlob *output)
in HksGetEd25519PubKey() argument
|
| H A D | hks_mbedtls_dh.c | 142 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...] |