Home
last modified time | relevance | path

Searched defs:src (Results 451 - 475 of 8855) sorted by relevance

1...<<11121314151617181920>>...355

/third_party/skia/third_party/externals/tint/src/ast/
H A Dvariable_decl_statement.cc39 auto src = ctx->Clone(source); in Clone() local
24 VariableDeclStatement(ProgramID pid, const Source& src, const Variable* var) VariableDeclStatement() argument
H A Dvoid.cc24 Void::Void(ProgramID pid, const Source& src) : Base(pid, src) {} in Void() argument
35 auto src = ctx->Clone(source); in Clone() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_error_msg_test.cc493 std::stringstream src; in TEST_F() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Dfirst_index_offset_test.cc30 auto* src = ""; in TEST_F() local
49 auto* src = R"( in TEST_F() local
96 auto* src = R"( in TEST_F() local
143 auto* src = R"( in TEST_F() local
203 auto* src = R"( TEST_F() local
258 auto* src = R"( TEST_F() local
[all...]
H A Drobustness_test.cc26 auto* src = R"( in TEST_F() local
52 auto* src = R"( in TEST_F() local
82 auto* src = R"( in TEST_F() local
104 auto* src = R"( in TEST_F() local
130 auto* src = R"( TEST_F() local
152 auto* src = R"( TEST_F() local
176 auto* src = R"( TEST_F() local
256 auto* src = R"( TEST_F() local
278 auto* src = R"( TEST_F() local
304 auto* src = R"( TEST_F() local
326 auto* src = R"( TEST_F() local
351 auto* src = R"( TEST_F() local
377 auto* src = R"( TEST_F() local
399 auto* src = R"( TEST_F() local
421 auto* src = R"( TEST_F() local
443 auto* src = R"( TEST_F() local
469 auto* src = R"( TEST_F() local
495 auto* src = R"( TEST_F() local
517 auto* src = R"( TEST_F() local
539 auto* src = R"( TEST_F() local
561 auto* src = R"( TEST_F() local
619 auto* src = R"( TEST_F() local
658 auto* src = R"( TEST_F() local
724 auto* src = R"( TEST_F() local
780 auto* src = R"( TEST_F() local
[all...]
H A Dvertex_pulling_test.cc28 auto* src = ""; in TEST_F() local
40 auto* src = R"( in TEST_F() local
60 auto* src = R"( in TEST_F() local
78 auto* src = R"( in TEST_F() local
102 auto* src = R"( TEST_F() local
132 auto* src = R"( TEST_F() local
171 auto* src = R"( TEST_F() local
210 auto* src = R"( TEST_F() local
250 auto* src = R"( TEST_F() local
299 auto* src = R"( TEST_F() local
357 auto* src = R"( TEST_F() local
437 auto* src = R"( TEST_F() local
514 auto* src = R"( TEST_F() local
558 auto* src = R"( TEST_F() local
613 auto* src = R"( TEST_F() local
665 auto* src = R"( TEST_F() local
825 auto* src = R"( TEST_F() local
986 auto* src = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument
32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() argument
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument
41 inline void uprv_arrayCopy(const int8_t* src, int32_ argument
46 uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
/third_party/skia/experimental/tools/
H A Dmskp_parser.py22 src = open(mskp_src, 'rb') variable
/third_party/skia/docs/examples/
H A Dsoftware_bitmap_w_perspective.cpp9 const SkPoint src[] = {{ 0, 0}, {width, 0}, {width * (float)frame, height * (float)frame}, { 0, height}}; in REG_FIDDLE_ANIMATED() local
H A Dhomogeneous.cpp6 SkPoint3 src[] = {{3, 3, 1}, {8, 2, 2}, {5, 0, 4}, {0, 1, 3}, in REG_FIDDLE() local
H A DMatrix_mapHomogeneousPoints.cpp7 SkPoint3 src[] = {{3, 3, 1}, {8, 2, 2}, {5, 0, 4}, {0, 1, 3}, in REG_FIDDLE() local
H A DMatrix_mapPoints.cpp10 SkPoint src[count]; in REG_FIDDLE() local
H A DMatrix_setPolyToPoly.cpp8 const SkPoint src[] = { { 0, 0}, {30, 0}, {30, -30}, { 0, -30} }; in REG_FIDDLE() local
/third_party/skia/include/encode/
H A DSkEncoder.h31 SkEncoder(const SkPixmap& src, size_t storageBytes) in SkEncoder() argument
/third_party/skia/gn/
H A Drun_sksllex.py15 src = sys.argv[4] variable
/third_party/skia/modules/audioplayer/
H A DSkAudioPlayer_sfml.cpp64 std::unique_ptr<SkAudioPlayer> SkAudioPlayer::Make(sk_sp<SkData> src) { in Make() argument
/third_party/skia/bench/
H A DSwizzleBench.cpp21 uint32_t dst[K], src[K]; variable
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_string.cpp52 size_t HilogString::Puts(const char *src, HilogString *str, size_t strLen) in Puts() argument
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Deasy_util.c37 int MemoryCopy(uint8_t* dest, size_t destLen, uint8_t* src, const size_t srcLen) in MemoryCopy() argument
/base/hiviewdfx/hiview/base/utility/include/
H A Dash_memory_utils.h27 static bool WriteBulkData(const std::vector<T>& src, sptr<Ashmem> ashmem, size_t ashSize, in WriteBulkData() argument
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp26 bool ConvertColorModeCode(const char *src, ColorModeCode &dst) in ConvertColorModeCode() argument
55 bool ConvertPageSizeId(const char *src, std::string &id) in ConvertPageSizeId() argument
65 bool ConvertPrintPageSize(const char *src, PrintPageSize &dst) in ConvertPrintPageSize() argument
[all...]
/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_converter.h73 T2 *CopyArray(const std::vector<T1> &list, uint32_t &count, bool (*ConvertFunction)(const T1 &src, T2 &dst)) in CopyArray() argument
/base/update/updater/services/flashd/daemon/
H A Dflashd_utils.cpp41 std::vector<std::string> Split(const std::string &src, const std::vector<std::string> &filter) in Split() argument
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_schedule_node_callback.h30 void OnScheduleProcessed(ExecutorRole src, int32_t moduleType, const std::vector<uint8_t> &acquireMsg) {}; in OnScheduleProcessed() argument
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
H A Dcopyframe_fuzzer.cpp51 char* src = new char[BITS_PER_PIXEL] { 0 }; in CopyFrameFuzzTest() local

Completed in 8 milliseconds

1...<<11121314151617181920>>...355