Home
last modified time | relevance | path

Searched defs:src (Results 501 - 525 of 4048) sorted by relevance

1...<<21222324252627282930>>...162

/third_party/protobuf/src/google/protobuf/
H A Dany_test.cc135 google::protobuf::Any src; in TEST() local
151 google::protobuf::Any src; in TEST() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dfastmem.h127 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 Descaping.h42 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 Doptional.h279 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 DSkImage_to_PPM_ascii.cpp20 sk_sp<SkData> Encode_PPM_A(const SkPixmap& src) { in REG_FIDDLE() argument
[all...]
H A DSkImage_to_PPM_binary.cpp20 sk_sp<SkData> Encode_PPM_B(const SkPixmap& src) { in REG_FIDDLE() argument
[all...]
H A Dskpaint_xfer.cpp43 SkPaint stroke, src, dst; in REG_FIDDLE() local
/third_party/skia/include/private/
H A DSkMalloc.h116 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 Dencode_alpha_jpeg.cpp32 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 DColorPrivBench.cpp55 const SkPMColor src = fSrcs[i]; variable
/third_party/rust/crates/rustix/tests/io/
H A Dpipe.rs8 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 Ddiff_test.cpp51 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 Ddiff_test_utils.cpp35 std::unique_ptr<spvtools::opt::IRContext> src = spvtools::BuildModule( in DoStringDiffTest() local
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMemory.h70 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 DsglrContext.cpp35 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 DDrawingNativeMatrixTestPart2.cpp378 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 DDrawingNativeRectTest.cpp810 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 Dattest_adapter_network_config.c31 static int32_t CopyNVData(char *dst, int32_t dstLen, unsigned char *src, int32_t srcLen) in CopyNVData() argument
/third_party/ffmpeg/libavcodec/
H A Daudiodsp.c36 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 Ddolby_e_parse.c62 const uint8_t *src = s->input; in ff_dolby_e_convert_input() local
H A Ddvaudiodec.c92 const uint8_t *src = pkt->data; in decode_frame() local
H A Dh264_picture.c59 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 Ddsd.c95 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 Dmjpeg2jpeg_bsf.c59 static uint8_t *append(uint8_t *buf, const uint8_t *src, int size) in append() argument
H A Dmpeg_er.c23 static void set_erpic(ERPicture *dst, Picture *src) in set_erpic() argument

Completed in 12 milliseconds

1...<<21222324252627282930>>...162