Home
last modified time | relevance | path

Searched defs:dest (Results 226 - 250 of 1689) sorted by relevance

12345678910>>...68

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdatadst-tj.c93 my_mem_dest_ptr dest = (my_mem_dest_ptr)cinfo->dest; in METHODDEF() local
132 my_mem_dest_ptr dest = (my_mem_dest_ptr)cinfo->dest; term_mem_destination() local
155 my_mem_dest_ptr dest; jpeg_mem_dest_tj() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dcompression.c250 SPDYF_zlib_deflate(z_stream *strm, const void *src, size_t src_size, size_t *data_used, void **dest, size_t *dest_size) SPDYF_zlib_deflate() argument
350 SPDYF_zlib_inflate(z_stream *strm, const void *src, size_t src_size, void **dest, size_t *dest_size) SPDYF_zlib_inflate() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dsharedobject.h144 static void copyPtr(const T *src, const T *&dest) { in copyPtr() argument
H A Dudatamem.cpp34 U_CFUNC void UDatamemory_assign(UDataMemory *dest, UDataMemory *source) { in UDatamemory_assign() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestream.h274 StringByteSink(StringClass* dest) : dest_(dest) { } in StringByteSink() argument
282 StringByteSink(StringClass* dest, int32_t initialAppendCapacity) : dest_(dest) { in StringByteSink() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream_unittest.cc124 explicit FlushingByteSink(string* dest) : StringByteSink(dest) {} in FlushingByteSink() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Descaping.cc73 size_t Base64EscapeInternal(const unsigned char* src, size_t szsrc, char* dest, in Base64EscapeInternal() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace_benchmark.cc99 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}}); in BM_StrReplaceAllOneReplacement() local
110 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}, in BM_StrReplaceAll() local
H A Descaping_benchmark.cc32 std::string dest; in BM_CUnescapeHexString() local
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dgen_tasks_logic.go
/third_party/skia/build/fuchsia/skqp/
H A Dappend_assets_to_manifest66 dest = source[len(root_dir):] variable
/third_party/zlib/examples/
H A Dzpipe.c36 int def(FILE *source, FILE *dest, int level) in def() argument
92 int inf(FILE *source, FILE *dest) in inf() argument
/base/hiviewdfx/hiview/base/utility/
H A Dcjson_util.cpp72 void GetStringArray(cJSON* json, const std::string& key, std::vector<std::string>& dest) in GetStringArray() argument
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/
H A Devent_scan_handler.cpp50 void GetExpiredFileNames(std::vector<std::string>& dest, const std::string& scanDir, uint8_t storedDayCnt) in GetExpiredFileNames() argument
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dash_mem_utils.cpp101 bool AshMemUtils::ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest) in ReadBulkData() argument
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dash_mem_utils.cpp98 bool AshMemUtils::ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest) in ReadBulkData() argument
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_crl_manager_test.cpp43 std::ofstream dest; in CopyFile() local
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp200 HcfBigInteger dest = { .data = nullptr, .len = 0 }; in HWTEST_F() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip6_frag.h95 ip6_addr_p_t dest; /* copy of the destination address in the IP header */ member
/foundation/ai/ai_engine/services/common/utils/encdec/source/
H A Ddata_encoder.cpp111 unsigned char *dest = p->data; in ReallocBuffer() local
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.cpp116 bool ScreenDeviceProxy::GetScreenBitmapBuffer(uint8_t* dest, uint32_t size) in GetScreenBitmapBuffer() argument
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_wrapper.cpp95 void ConvertToMediaInfoHelper(uint32_t pkgVersion, const MediaInfo& src, MediaInfoHelper& dest) in ConvertToMediaInfoHelper() argument
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_callback.cpp153 CLinkAddress dest = {.address = destAddr, .prefixLength = it->destination_.prefixlen_}; in SetConnectionProp() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dmove_file.cpp79 static int CopyAndDeleteFile(const string &src, const string &dest) in CopyAndDeleteFile() argument
131 static int RenameFile(const string &src, const string &dest) in RenameFile() argument
146 MoveFile(const std::string& src, const std::string& dest, int mode) MoveFile() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbinkdsp.c69 bink_idct_col(int *dest, const int32_t *src) bink_idct_col() argument
97 bink_idct_add_c(uint8_t *dest, int linesize, int32_t *block) bink_idct_add_c() argument
107 bink_idct_put_c(uint8_t *dest, int linesize, int32_t *block) bink_idct_put_c() argument
[all...]

Completed in 12 milliseconds

12345678910>>...68