| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | escaping.h | 42 void Base64EscapeInternal(const unsigned char* src, size_t szsrc, String* dest, in Base64EscapeInternal() argument [all...] |
| /third_party/skia/modules/skottie/gm/ |
| H A D | ExternalProperties.cpp | 72 auto dest = SkRect::MakeWH(kSize/2, kSize/2).makeOffset(kSize * (i & 1) / 2, variable
|
| /third_party/skia/fuzz/ |
| H A D | FuzzEncoders.cpp | 45 SkDynamicMemoryWStream dest; in DEF_FUZZ() local 55 SkDynamicMemoryWStream dest; in DEF_FUZZ() local 72 SkDynamicMemoryWStream dest; in DEF_FUZZ() local
|
| /third_party/rust/crates/rustix/tests/io/ |
| H A D | pipe.rs | 9 let mut dest = tempfile::tempfile().unwrap(); in test_splice_cursor() variables 35 let mut dest = tempfile::tempfile().unwrap(); in test_splice_offset() variables
|
| /third_party/zlib/ |
| H A D | compress.c | 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() argument 63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() argument
|
| H A D | uncompr.c | 27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() argument 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() argument
|
| /base/hiviewdfx/hisysevent/frameworks/native/util/ |
| H A D | string_util.cpp | 84 void MemsetSafe(void* dest, size_t destSize)
in MemsetSafe() argument
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| H A D | log_compress.cpp | 42 void *dest = compressedBuffer.content + compressedBuffer.offset; in Compress() local
|
| /base/hiviewdfx/hiview/base/event_raw/encoded/ |
| H A D | encoded_param.cpp | 48 bool EncodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 53 bool EncodedParam::AsInt64(int64_t& dest) in AsInt64() argument 58 bool EncodedParam::AsDouble(double& dest) in AsDouble() argument 63 bool EncodedParam::AsString(std::string& dest) in AsString() argument 68 bool EncodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() argument 73 bool EncodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() argument 78 bool EncodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec() argument 83 bool EncodedParam::AsStringVec(std::vector<std::string>& dest) in AsStringVec() argument
|
| /base/hiviewdfx/hiview/base/event_raw/decoded/ |
| H A D | decoded_param.cpp | 35 bool DecodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 40 bool DecodedParam::AsInt64(int64_t& dest) in AsInt64() argument 45 bool DecodedParam::AsDouble(double& dest) in AsDouble() argument 50 bool DecodedParam::AsString(std::string& dest) in AsString() argument 55 bool DecodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() argument 60 bool DecodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() argument 65 bool DecodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec() argument 70 bool DecodedParam::AsStringVec(std::vector<std::string>& dest) in AsStringVec() argument 85 bool UnsignedVarintDecodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 112 AsUint64Vec(std::vector<uint64_t>& dest) AsUint64Vec() argument 128 AsInt64(int64_t& dest) AsInt64() argument 155 AsInt64Vec(std::vector<int64_t>& dest) AsInt64Vec() argument 171 AsDouble(double& dest) AsDouble() argument 198 AsDoubleVec(std::vector<double>& dest) AsDoubleVec() argument 214 AsString(std::string& dest) AsString() argument 241 AsStringVec(std::vector<std::string>& dest) AsStringVec() argument [all...] |
| H A D | raw_data_decoder.cpp | 23 bool RawDataDecoder::FloatingNumberDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, double& dest) in FloatingNumberDecoded() argument 54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest) in SignedVarintDecoded() argument 68 bool RawDataDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::string& dest) in StringValueDecoded() argument 87 bool RawDataDecoder::UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint64_t& dest) in UnsignedVarintDecoded() argument 110 ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, struct ParamValueType& dest) ValueTypeDecoded() argument [all...] |
| /base/security/crypto_framework/frameworks/key/ |
| H A D | key_utils.c | 45 HcfResult CopyPoint(const HcfPoint *src, HcfPoint *dest) in CopyPoint() argument 71 CopyEcField(const HcfECField *src, HcfECField **dest) CopyEcField() argument [all...] |
| /base/security/dlp_permission_service/frameworks/test/mock/ |
| H A D | file_io_mock.cpp | 71 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in memcpy_s() argument
|
| /base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| H A D | mms_quoted_printable.cpp | 48 bool MmsQuotedPrintable::Decode(const std::string src, std::string &dest)
in Decode() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_ohos_resource_adapter_wrapper.cpp | 26 bool ArkOhosResourceAdapterWrapper::GetRawFileData(const std::string& rawFile, size_t& len, uint8_t** dest, bool isSys) in GetRawFileData() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | simple_idct_mmi.c | 416 void ff_simple_idct_put_8_mmi(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_simple_idct_put_8_mmi() argument 421 void ff_simple_idct_add_8_mmi(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_simple_idct_add_8_mmi() argument
|
| H A D | xvid_idct_mmi.c | 245 void ff_xvid_idct_put_mmi(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_xvid_idct_put_mmi() argument 251 void ff_xvid_idct_add_mmi(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_xvid_idct_add_mmi() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | tls.c | 103 char proxy_host[200], proxy_auth[200], dest[200]; in ff_tls_open_underlying() local
|
| /third_party/curl/lib/ |
| H A D | strcase.c | 149 void Curl_strntoupper(char *dest, const char *src, size_t n) in Curl_strntoupper() argument 164 void Curl_strntolower(char *dest, const char *src, size_t n) in Curl_strntolower() argument
|
| /third_party/gn/src/base/json/ |
| H A D | string_escape.cc | 63 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint() argument 112 EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) EscapeJSONStringImpl() argument 162 EscapeJSONString(std::string_view str, bool put_in_quotes, std::string* dest) EscapeJSONString() argument 168 EscapeJSONString(std::u16string_view str, bool put_in_quotes, std::string* dest) EscapeJSONString() argument 176 std::string dest; EscapeBytesAsInvalidJSONString() local [all...] |
| /third_party/gn/src/base/posix/ |
| H A D | file_descriptor_shuffle.cc | 92 bool FileDescriptorTableInjection::Move(int src, int dest) { in Move() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | sharedobject.h | 144 static void copyPtr(const T *src, const T *&dest) { in copyPtr() argument
|
| H A D | udatamem.cpp | 34 U_CFUNC void UDatamemory_assign(UDataMemory *dest, UDataMemory *source) { in UDatamemory_assign() argument
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | bytestream.h | 274 StringByteSink(StringClass* dest) : dest_(dest) { } in StringByteSink() argument 282 StringByteSink(StringClass* dest, int32_t initialAppendCapacity) : dest_(dest) { in StringByteSink() argument [all...] |
| /third_party/libwebsockets/lib/drivers/led/ |
| H A D | led-seq.c | 153 lws_led_set_chs_seq(struct lws_led_state *lcs, lws_led_state_ch_t *dest, in lws_led_set_chs_seq() argument
|