Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 6491) sorted by relevance

12345678910>>...260

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp59 safe_VkApplicationInfo::safe_VkApplicationInfo(const safe_VkApplicationInfo& src) in safe_VkApplicationInfo()
70 safe_VkApplicationInfo& safe_VkApplicationInfo::operator=(const safe_VkApplicationInfo& src) in operator =()
109 void safe_VkApplicationInfo::initialize(const safe_VkApplicationInfo* src) in initialize()
149 safe_VkInstanceCreateInfo::safe_VkInstanceCreateInfo(const safe_VkInstanceCreateInfo& src) in safe_VkInstanceCreateInfo()
171 …fe_VkInstanceCreateInfo& safe_VkInstanceCreateInfo::operator=(const safe_VkInstanceCreateInfo& src) in operator =()
256 void safe_VkInstanceCreateInfo::initialize(const safe_VkInstanceCreateInfo* src) in initialize()
292 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src) in safe_VkAllocationCallbacks()
302 …VkAllocationCallbacks& safe_VkAllocationCallbacks::operator=(const safe_VkAllocationCallbacks& src) in operator =()
331 void safe_VkAllocationCallbacks::initialize(const safe_VkAllocationCallbacks* src) in initialize()
360 safe_VkDeviceQueueCreateInfo::safe_VkDeviceQueueCreateInfo(const safe_VkDeviceQueueCreateInfo& src) in safe_VkDeviceQueueCreateInfo()
[all …]
/external/angle/src/image_util/
Dimageformats.cpp17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor()
26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor()
36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor()
44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor()
52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor()
57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor()
67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor()
75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor()
85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor()
94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor()
[all …]
/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
Dicu-test-functions.json4 "src": "Expires on {$exp}", string
8 "src": "Expires on {$exp :datetime}", string
12 "src": "Expires on {$exp :datetime icu:skeleton=yMMMMdjmsSSEE}", string
16 "src": "Expires on {$exp :datetime dateStyle=full}", string
20 "src": "Expires on {$exp :datetime dateStyle=long}", string
24 "src": "Expires on {$exp :datetime dateStyle=medium}", string
28 "src": "Expires on {$exp :datetime timeStyle=long}", string
32 "src": "Expires on {$exp :datetime timeStyle=medium}", string
36 "src": "Expires on {$exp :datetime timeStyle=short}", string
40 "src": "Expires on {$exp :datetime dateStyle=full timeStyle=medium}", string
[all …]
Dtest-functions.json3 { "src": "{:date}", "exp": "{:date}", "errorsJs": [{ "type": "bad-input" }] }, string
5 "src": "{horse :date}", string
9 { "src": "{|2006-01-02| :date}", "exp": "1/2/06" }, string
10 { "src": "{|2006-01-02T15:04:06| :date}", "exp": "1/2/06" }, string
11 { "src": "{|2006-01-02| :date style=long}", "exp": "January 2, 2006" }, string
13 "src": ".local $d = {|2006-01-02| :date style=long} {{{$d :date}}}", string
18 "src": ".local $t = {|2006-01-02T15:04:06| :time} {{{$t :date}}}", string
23 { "src": "{:time}", "exp": "{:time}", "errorsJs": [{ "type": "bad-input" }] }, string
25 "src": "{horse :time}", string
29 { "src": "{|2006-01-02T15:04:06| :time}", "expJs": "3:04 PM", "exp": "3:04 PM" }, string
[all …]
Dicu-test-previous-release.json3 "src": "hello", string
7 "src": "hello {|world|}", string
11 "src": "hello {||}", string
15 "src": "hello {$place}", string
20 "src": "hello {$place}", string
25 "src": "{$one} and {$two}", string
30 "src": "{$one} et {$two}", string
36 "src": "hello {|4.2| :number}", string
41 "src": "hello {|4.2| :number}", string
45 "src": "hello {|foo| :number}", string
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
Dicu-test-functions.json4 "src": "Expires on {$exp}", string
8 "src": "Expires on {$exp :datetime}", string
12 "src": "Expires on {$exp :datetime icu:skeleton=yMMMMdjmsSSEE}", string
16 "src": "Expires on {$exp :datetime dateStyle=full}", string
20 "src": "Expires on {$exp :datetime dateStyle=long}", string
24 "src": "Expires on {$exp :datetime dateStyle=medium}", string
28 "src": "Expires on {$exp :datetime timeStyle=long}", string
32 "src": "Expires on {$exp :datetime timeStyle=medium}", string
36 "src": "Expires on {$exp :datetime timeStyle=short}", string
40 "src": "Expires on {$exp :datetime dateStyle=full timeStyle=medium}", string
[all …]
Dtest-functions.json3 { "src": "{:date}", "exp": "{:date}", "errorsJs": [{ "type": "bad-input" }] }, string
5 "src": "{horse :date}", string
9 { "src": "{|2006-01-02| :date}", "exp": "1/2/06" }, string
10 { "src": "{|2006-01-02T15:04:06| :date}", "exp": "1/2/06" }, string
11 { "src": "{|2006-01-02| :date style=long}", "exp": "January 2, 2006" }, string
13 "src": ".local $d = {|2006-01-02| :date style=long} {{{$d :date}}}", string
18 "src": ".local $t = {|2006-01-02T15:04:06| :time} {{{$t :date}}}", string
23 { "src": "{:time}", "exp": "{:time}", "errorsJs": [{ "type": "bad-input" }] }, string
25 "src": "{horse :time}", string
29 { "src": "{|2006-01-02T15:04:06| :time}", "expJs": "3:04 PM", "exp": "3:04 PM" }, string
[all …]
Dicu-test-previous-release.json3 "src": "hello", string
7 "src": "hello {|world|}", string
11 "src": "hello {||}", string
15 "src": "hello {$place}", string
20 "src": "hello {$place}", string
25 "src": "{$one} and {$two}", string
30 "src": "{$one} et {$two}", string
36 "src": "hello {|4.2| :number}", string
41 "src": "hello {|4.2| :number}", string
45 "src": "hello {|foo| :number}", string
[all …]
/external/cldr/common/testData/messageFormat/
Dtest-functions.json3 { "src": "{:date}", "exp": "{:date}", "errors": [{ "type": "bad-input" }] }, string
5 "src": "{horse :date}", string
9 { "src": "{|2006-01-02| :date}" }, string
10 { "src": "{|2006-01-02T15:04:06| :date}" }, string
11 { "src": "{|2006-01-02| :date style=long}" }, string
13 "src": ".local $d = {|2006-01-02| :date style=long} {{{$d :date}}}" string
16 "src": ".local $t = {|2006-01-02T15:04:06| :time} {{{$t :date}}}" string
20 { "src": "{:time}", "exp": "{:time}", "errors": [{ "type": "bad-input" }] }, string
22 "src": "{horse :time}", string
26 { "src": "{|2006-01-02T15:04:06| :time}" }, string
[all …]
/external/clang/test/CodeGen/
Darm64-lanes.c6 int8_t test_vdupb_lane_s8(int8x8_t src) { in test_vdupb_lane_s8()
16 uint8_t test_vdupb_lane_u8(uint8x8_t src) { in test_vdupb_lane_u8()
26 int16_t test_vduph_lane_s16(int16x4_t src) { in test_vduph_lane_s16()
40 uint16_t test_vduph_lane_u16(uint16x4_t src) { in test_vduph_lane_u16()
54 int32_t test_vdups_lane_s32(int32x2_t src) { in test_vdups_lane_s32()
68 uint32_t test_vdups_lane_u32(uint32x2_t src) { in test_vdups_lane_u32()
82 float32_t test_vdups_lane_f32(float32x2_t src) { in test_vdups_lane_f32()
96 int64_t test_vdupd_lane_s64(int64x1_t src) { in test_vdupd_lane_s64()
107 uint64_t test_vdupd_lane_u64(uint64x1_t src) { in test_vdupd_lane_u64()
118 float64_t test_vdupd_lane_f64(float64x1_t src) { in test_vdupd_lane_f64()
/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp24 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
41 #define CASE_MOVDUP(Inst, src) \ argument
49 #define CASE_MASK_MOVDUP(Inst, src) \ argument
54 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
59 #define CASE_PMOVZX(Inst, src) \ argument
67 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/angle/src/tests/gl_tests/
DTextureUploadFormatTest.cpp327 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local
353 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local
367 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local
378 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
389 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
399 constexpr uint32_t src[] = { in TEST_P() local
411 constexpr uint32_t src[] = { in TEST_P() local
421 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; in TEST_P() local
430 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; in TEST_P() local
440 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; in TEST_P() local
[all …]
/external/ComputeLibrary/src/gpu/cl/operators/
DClElementwiseUnary.cpp34 void ClRsqrt::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure()
42 Status ClRsqrt::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
47 void ClExp::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
55 Status ClExp::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
60 void ClNeg::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
68 Status ClNeg::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
73 void ClSin::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
81 Status ClSin::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
86 void ClAbs::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
94 Status ClAbs::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsalpha.c69 void copy8(void* dst, const void* src) in copy8()
75 void from8to16(void* dst, const void* src) in from8to16()
82 void from8to16SE(void* dst, const void* src) in from8to16SE()
89 void from8toFLT(void* dst, const void* src) in from8toFLT()
95 void from8toDBL(void* dst, const void* src) in from8toDBL()
101 void from8toHLF(void* dst, const void* src) in from8toHLF()
115 void from16to8(void* dst, const void* src) in from16to8()
122 void from16SEto8(void* dst, const void* src) in from16SEto8()
129 void copy16(void* dst, const void* src) in copy16()
135 void from16to16(void* dst, const void* src) in from16to16()
[all …]
/external/skia/src/encode/
DSkImageEncoderFns.h23 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
27 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
35 static void skcms(char* dst, const char* src, int n, in skcms()
42 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
48 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
54 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
60 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
66 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
72 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
78 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp25 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
42 #define CASE_MOVDUP(Inst, src) \ argument
50 #define CASE_MASK_MOVDUP(Inst, src) \ argument
55 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
60 #define CASE_PMOVZX(Inst, src) \ argument
68 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/clang/INPUTS/
Dstpcpy-test.c3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) &… argument
4 #define stpcpy(dest, src) __stpcpy (dest, src) argument
5 #define __stpcpy_args(src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SM… argument
7 #define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p … argument
8 #define mempcpy(dest, src, n) __mempcpy (dest, src, n) argument
9 #define __mempcpy_args(src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *… argument
11 #define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1… argument
13 #define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx +… argument
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
DREADME.md30 ### From the Google Maven repository
32 #### 1. Add ExoPlayer module dependencies
80 #### 2. Turn on Java 8 support
92 #### 3. Enable multidex
98 ### Locally
133 #### Project branches
139 #### Using Android Studio
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/
DREADME.md30 ### From the Google Maven repository
32 #### 1. Add ExoPlayer module dependencies
80 #### 2. Turn on Java 8 support
92 #### 3. Enable multidex
98 ### Locally
131 #### Project branches
137 #### Using Android Studio
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp25 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
42 #define CASE_MOVDUP(Inst, src) \ argument
50 #define CASE_MASK_MOVDUP(Inst, src) \ argument
55 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
60 #define CASE_PMOVZX(Inst, src) \ argument
68 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DReferenceBlend.kt51 BlendingMode.SRC -> blendEachPair { src, _ -> src } in <lambda>() method
53 BlendingMode.SRC_OVER -> blendEachPair { src, dst -> blendOver(src, dst) } in <lambda>() method
54 BlendingMode.DST_OVER -> blendEachPair { src, dst -> blendOver(dst, src) } in <lambda>() method
55 BlendingMode.SRC_IN -> blendEachPair { src, dst -> blendIn(src, dst) } in <lambda>() method
56 BlendingMode.DST_IN -> blendEachPair { src, dst -> blendIn(dst, src) } in <lambda>() method
57 BlendingMode.SRC_OUT -> blendEachPair { src, dst -> blendOut(src, dst) } in <lambda>() method
58 BlendingMode.DST_OUT -> blendEachPair { src, dst -> blendOut(dst, src) } in <lambda>() method
59 BlendingMode.SRC_ATOP -> blendEachPair { src, dst -> blendAtop(src, dst) } in <lambda>() method
60 BlendingMode.DST_ATOP -> blendEachPair { src, dst -> blendAtop(dst, src) } in <lambda>() method
61 BlendingMode.XOR -> blendEachPair { src, dst -> src xor dst } in <lambda>() method
[all …]
/external/rust/crates/tokio-util/src/io/
Dsync_bridge.rs11 src: T, field
17 let src = &mut self.src; in fill_buf() localVariable
22 let src = &mut self.src; in consume() localVariable
27 let src = &mut self.src; in read_until() localVariable
32 let src = &mut self.src; in read_line() localVariable
39 let src = &mut self.src; in read() localVariable
44 let src = &mut self.src; in read_to_end() localVariable
49 let src = &mut self.src; in read_to_string() localVariable
54 let src = &mut self.src; in read_exact() localVariable
63 let src = &mut self.src; in write() localVariable
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/external/angle/third_party/spirv-tools/src/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]

12345678910>>...260