| /third_party/protobuf/src/google/protobuf/ |
| H A D | any_test.cc | 135 google::protobuf::Any src; in TEST() local 151 google::protobuf::Any src; in TEST() local
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | fastmem.h | 127 inline void memcpy_inlined(char *dst, const char *src, size_t size) { in memcpy_inlined() argument [all...] |
| /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
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | optional.h | 279 optional& operator=(const optional& src) = default; member in absl::optional 282 optional& operator=(optional&& src) = default; member in absl::optional
|
| /third_party/skia/docs/examples/ |
| H A D | SkImage_to_PPM_ascii.cpp | 20 sk_sp<SkData> Encode_PPM_A(const SkPixmap& src) { in REG_FIDDLE() argument [all...] |
| H A D | SkImage_to_PPM_binary.cpp | 20 sk_sp<SkData> Encode_PPM_B(const SkPixmap& src) { in REG_FIDDLE() argument [all...] |
| H A D | skpaint_xfer.cpp | 43 SkPaint stroke, src, dst; in REG_FIDDLE() local
|
| /third_party/skia/include/private/ |
| H A D | SkMalloc.h | 116 static inline void* sk_careful_memcpy(void* dst, const void* src, size_t len) { in sk_careful_memcpy() argument 125 static inline void* sk_careful_memmove(void* dst, const void* src, size_ argument [all...] |
| /third_party/skia/gm/ |
| H A D | encode_alpha_jpeg.cpp | 32 static inline sk_sp<SkImage> encode_pixmap_and_make_image(const SkPixmap& src, in encode_pixmap_and_make_image() argument 64 SkPixmap src; variable 26 read_into_pixmap(SkPixmap* dst, SkImageInfo dstInfo, void* dstPixels, sk_sp<SkImage> src) read_into_pixmap() argument [all...] |
| /third_party/skia/bench/ |
| H A D | ColorPrivBench.cpp | 55 const SkPMColor src = fSrcs[i]; variable
|
| /third_party/rust/crates/rustix/tests/io/ |
| H A D | pipe.rs | 8 let mut src = tempfile::tempfile().unwrap(); in test_splice_cursor() variables 34 let mut src = tempfile::tempfile().unwrap(); in test_splice_offset() variables
|
| /third_party/spirv-tools/test/diff/ |
| H A D | diff_test.cpp | 51 const std::string src = R"(OpCapability Shader in TEST() local 100 const std::string src = R"(OpCapability Shader in TEST() local 190 std::unique_ptr<spvtools::opt::IRContext> src = Assemble(src_spirv); in TEST() local [all...] |
| H A D | diff_test_utils.cpp | 35 std::unique_ptr<spvtools::opt::IRContext> src = spvtools::BuildModule( in DoStringDiffTest() local
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deMemory.h | 70 DE_INLINE void* deMemcpy (void* dst, const void* src, size_t numBytes) in deMemcpy() argument 75 DE_INLINE void* deMemmove (void* dst, const void* src, size_t numBytes) in deMemmove() argument
|
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContext.cpp | 35 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, const tcu::Surface& src) in texImage2D() argument 70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src) in texSubImage2D() argument
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeMatrixTestPart2.cpp | 378 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; in HWTEST_F() local 387 OH_Drawing_Point2D src[i]; in HWTEST_F() local 413 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; in HWTEST_F() local 441 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}}; in HWTEST_F() local 468 OH_Drawing_Point2D src[2] = {{dis(gen), dis(gen)}, {dis(gen), dis(gen)}}; HWTEST_F() local 487 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; HWTEST_F() local 510 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; HWTEST_F() local 539 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; HWTEST_F() local 559 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; HWTEST_F() local 581 OH_Drawing_Rect *src = OH_Drawing_RectCreate(0, 0, 100, 100); HWTEST_F() local 608 OH_Drawing_Rect *src = OH_Drawing_RectCreate(0, 0, 100, 100); HWTEST_F() local 640 OH_Drawing_Rect *src = OH_Drawing_RectCreate(0, 0, dis(gen), dis(gen)); HWTEST_F() local [all...] |
| H A D | DrawingNativeRectTest.cpp | 810 OH_Drawing_Rect *src = OH_Drawing_RectCreate(0, 0, 200, 200); in HWTEST_F() local 866 OH_Drawing_Rect *src = OH_Drawing_RectCreate(0, 0, 200, 200); HWTEST_F() local [all...] |
| /test/xts/device_attest_lite/services/core/mini/adapter/ |
| H A D | attest_adapter_network_config.c | 31 static int32_t CopyNVData(char *dst, int32_t dstLen, unsigned char *src, int32_t srcLen) in CopyNVData() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | audiodsp.c | 36 static void vector_clipf_c_opposite_sign(float *dst, const float *src, in vector_clipf_c_opposite_sign() argument 58 static void vector_clipf_c(float *dst, const float *src, int len, in vector_clipf_c() argument 90 vector_clip_int32_c(int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len) vector_clip_int32_c() argument [all...] |
| H A D | dolby_e_parse.c | 62 const uint8_t *src = s->input; in ff_dolby_e_convert_input() local
|
| H A D | dvaudiodec.c | 92 const uint8_t *src = pkt->data; in decode_frame() local
|
| H A D | h264_picture.c | 59 static void h264_copy_picture_params(H264Picture *dst, const H264Picture *src) in h264_copy_picture_params() argument 92 ff_h264_ref_picture(H264Context *h, H264Picture *dst, H264Picture *src) ff_h264_ref_picture() argument 145 ff_h264_replace_picture(H264Context *h, H264Picture *dst, const H264Picture *src) ff_h264_replace_picture() argument 196 ff_h264_set_erpic(ERPicture *dst, H264Picture *src) ff_h264_set_erpic() argument [all...] |
| H A D | dsd.c | 95 ff_dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf, const uint8_t *src, ptrdiff_t src_stride, float *dst, ptrdiff_t dst_stride) ff_dsd2pcm_translate() argument
|
| H A D | mjpeg2jpeg_bsf.c | 59 static uint8_t *append(uint8_t *buf, const uint8_t *src, int size) in append() argument
|
| H A D | mpeg_er.c | 23 static void set_erpic(ERPicture *dst, Picture *src) in set_erpic() argument
|