Home
last modified time | relevance | path

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

12345678910>>...393

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A 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 …]
/aosp_15_r20/external/angle/src/image_util/
H A 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 …]
/aosp_15_r20/external/cldr/common/testData/messageFormat/
H A 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 …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageBuilder.java44 static HdmiCecMessage buildFeatureAbortCommand(int src, int dest, int originalOpcode, in buildFeatureAbortCommand()
60 static HdmiCecMessage buildGivePhysicalAddress(int src, int dest) { in buildGivePhysicalAddress()
71 static HdmiCecMessage buildGiveOsdNameCommand(int src, int dest) { in buildGiveOsdNameCommand()
82 static HdmiCecMessage buildGiveDeviceVendorIdCommand(int src, int dest) { in buildGiveDeviceVendorIdCommand()
96 static HdmiCecMessage buildSetMenuLanguageCommand(int src, String language) { in buildSetMenuLanguageCommand()
120 static HdmiCecMessage buildSetOsdNameCommand(int src, int dest, String name) { in buildSetOsdNameCommand()
142 static HdmiCecMessage buildReportPhysicalAddressCommand(int src, int address, int deviceType) { in buildReportPhysicalAddressCommand()
165 static HdmiCecMessage buildDeviceVendorIdCommand(int src, int vendorId) { in buildDeviceVendorIdCommand()
185 static HdmiCecMessage buildCecVersion(int src, int dest, int version) { in buildCecVersion()
199 static HdmiCecMessage buildRequestArcInitiation(int src, int dest) { in buildRequestArcInitiation()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_ext_inst_debug_test.cpp298 const std::string src = R"( in TEST_F() local
316 const std::string src = R"( in TEST_F() local
331 const std::string src = R"( in TEST_F() local
352 const std::string src = R"( in TEST_F() local
373 const std::string src = R"( in TEST_P() local
406 const std::string src = R"( in TEST_P() local
447 const std::string src = R"( in TEST_F() local
470 const std::string src = R"( in TEST_F() local
494 const std::string src = R"( in TEST_F() local
528 const std::string src = R"( in TEST_F() local
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DImageDecoderTest.java306 ImageDecoder.Source src = ImageDecoder.createSource(res, resId); in decodeUnscaledBitmap() local
341 ImageDecoder.Source src = ImageDecoder.createSource(getResources(), in testDecode10BitAvifWithLowRam() local
364 ImageDecoder.Source src = null; in testUris() local
396 ImageDecoder.Source src = f.apply(record.resId); in testInfo() local
415 ImageDecoder.Source src = f.apply(record.resId); in testDecodeDrawable() local
433 ImageDecoder.Source src = f.apply(record.resId); in testDecodeBitmap() local
457 ImageDecoder.Source src = mCreators[0].apply(getRecord().resId); in testSetBogusAllocator() local
475 ImageDecoder.Source src = mCreators[0].apply(resId); in testGetAllocator() local
514 ImageDecoder.Source src) { in testSetAllocatorDecodeBitmap()
571 ImageDecoder.Source src = mCreators[0].apply(resId); in testGetUnpremul() local
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A 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 …]
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc147 void X86Assembler::movl(Register dst, Register src) { in movl()
154 void X86Assembler::movl(Register dst, const Address& src) { in movl()
161 void X86Assembler::movl(const Address& dst, Register src) { in movl()
182 void X86Assembler::movntl(const Address& dst, Register src) { in movntl()
189 void X86Assembler::blsi(Register dst, Register src) { in blsi()
203 void X86Assembler::blsmsk(Register dst, Register src) { in blsmsk()
217 void X86Assembler::blsr(Register dst, Register src) { in blsr()
237 void X86Assembler::bsfl(Register dst, Register src) { in bsfl()
244 void X86Assembler::bsfl(Register dst, const Address& src) { in bsfl()
251 void X86Assembler::bsrl(Register dst, Register src) { in bsrl()
[all …]
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc177 void X86_64Assembler::movq(CpuRegister dst, CpuRegister src) { in movq()
186 void X86_64Assembler::movl(CpuRegister dst, CpuRegister src) { in movl()
194 void X86_64Assembler::movq(CpuRegister dst, const Address& src) { in movq()
202 void X86_64Assembler::movl(CpuRegister dst, const Address& src) { in movl()
210 void X86_64Assembler::movq(const Address& dst, CpuRegister src) { in movq()
218 void X86_64Assembler::movl(const Address& dst, CpuRegister src) { in movl()
233 void X86_64Assembler::movntl(const Address& dst, CpuRegister src) { in movntl()
241 void X86_64Assembler::movntq(const Address& dst, CpuRegister src) { in movntq()
249 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src) { in cmov()
253 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit) { in cmov()
[all …]
/aosp_15_r20/system/media/audio_utils/
H A Dprimitives.c30 void memcpy_to_i16_from_q4_27(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_q4_27()
37 void memcpy_to_i16_from_u8(int16_t *dst, const uint8_t *src, size_t count) in memcpy_to_i16_from_u8()
46 void memcpy_to_u8_from_i16(uint8_t *dst, const int16_t *src, size_t count) in memcpy_to_u8_from_i16()
53 void memcpy_to_u8_from_p24(uint8_t *dst, const uint8_t *src, size_t count) in memcpy_to_u8_from_p24()
65 void memcpy_to_u8_from_i32(uint8_t *dst, const int32_t *src, size_t count) in memcpy_to_u8_from_i32()
72 void memcpy_to_u8_from_q8_23(uint8_t *dst, const int32_t *src, size_t count) in memcpy_to_u8_from_q8_23()
79 void memcpy_to_u8_from_float(uint8_t *dst, const float *src, size_t count) in memcpy_to_u8_from_float()
86 void memcpy_to_i16_from_i32(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_i32()
93 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count) in memcpy_to_i16_from_float()
100 void memcpy_to_float_from_q4_27(float *dst, const int32_t *src, size_t count) in memcpy_to_float_from_q4_27()
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov()
307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov()
319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov()
348 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx()
357 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx()
366 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx()
375 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx()
384 void AssemblerX8632::lea(Type Ty, GPRRegister dst, const AsmAddress &src) { in lea()
394 GPRRegister src) { in cmov()
406 const AsmAddress &src) { in cmov()
[all …]
H A DIceAssemblerX8664.cpp278 void AssemblerX8664::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov()
291 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov()
304 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov()
349 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx()
366 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx()
383 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx()
397 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx()
411 void AssemblerX8664::lea(Type Ty, GPRRegister dst, const AsmAddress &src) { in lea()
422 GPRRegister src) { in cmov()
435 const AsmAddress &src) { in cmov()
[all …]
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DByteBufferBenchmark.java85 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getByte() local
95 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getByteArray() local
106 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getByte_indexed() local
116 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getChar() local
126 … CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer(); in timeCharBuffer_getCharArray() local
137 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getChar_indexed() local
147 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getDouble() local
157 … DoubleBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asDoubleBuffer(); in timeDoubleBuffer_getDoubleArray() local
168 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getFloat() local
178 … FloatBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asFloatBuffer(); in timeFloatBuffer_getFloatArray() local
[all …]
/aosp_15_r20/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeSupportTest.java64 Object src = new Object(); in testConstructor_Normal() local
73 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Normal() local
109 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Null() local
122 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Duplicate() local
140 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local
176 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullListener() local
194 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local
213 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local
247 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local
283 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Null() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c289 struct x86_reg src ) in emit_op_modrm()
652 struct x86_reg src ) in x86_mov()
676 struct x86_reg src ) in x86_mov16()
685 struct x86_reg src ) in x86_mov8()
693 struct x86_reg src ) in x64_mov64()
717 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8()
724 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx16()
733 struct x86_reg src, in x86_cmovcc()
743 struct x86_reg src ) in x86_xor()
751 struct x86_reg src ) in x86_cmp()
[all …]
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A 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 …]
/aosp_15_r20/external/skia/src/encode/
H A DSkImageEncoderFns.h26 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
30 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
38 static void skcms(char* dst, const char* src, int n, in skcms()
45 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
51 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
57 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
63 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
69 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
75 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
81 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/aosp_15_r20/external/llvm/lib/Target/X86/InstPrinter/
H A 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 …]

12345678910>>...393