Home
last modified time | relevance | path

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

12345678910>>...40

/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageBuilder.java44 static HdmiCecMessage of(int src, int dest, byte[] body) { in of()
76 static HdmiCecMessage buildGivePhysicalAddress(int src, int dest) { in buildGivePhysicalAddress()
87 static HdmiCecMessage buildGiveOsdNameCommand(int src, int dest) { in buildGiveOsdNameCommand()
226 static HdmiCecMessage buildInitiateArc(int src, int dest) { in buildInitiateArc()
237 static HdmiCecMessage buildTerminateArc(int src, int dest) { in buildTerminateArc()
300 static HdmiCecMessage buildTextViewOn(int src, int dest) { in buildTextViewOn()
310 static HdmiCecMessage buildRequestActiveSource(int src) { in buildRequestActiveSource()
564 public static HdmiCecMessage buildStandby(int src, int dest) { in buildStandby()
618 static HdmiCecMessage buildRecordOff(int src, int dest) { in buildRecordOff()
694 static HdmiCecMessage buildGiveFeatures(int src, int dest) { in buildGiveFeatures()
[all …]
/aosp12/system/media/audio_utils/
H A Dprimitives.c37 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()
408 #define copy_frame_by_mask(dst, dmask, src, smask, count, zero) \ argument
493 const void *src, uint32_t src_channels, in memcpy_by_index_array()
591 void accumulate_i16(int16_t *dst, const int16_t *src, size_t count) { in accumulate_i16()
598 void accumulate_u8(uint8_t *dst, const uint8_t *src, size_t count) { in accumulate_u8()
608 void accumulate_p24(uint8_t *dst, const uint8_t *src, size_t count) { in accumulate_p24()
633 void accumulate_i32(int32_t *dst, const int32_t *src, size_t count) { in accumulate_i32()
[all …]
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc147 void X86Assembler::movl(Register dst, Register src) { in movl()
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()
251 void X86Assembler::bsrl(Register dst, Register src) { in bsrl()
953 void X86Assembler::flds(const Address& src) { in flds()
2769 void X86Assembler::fldl(const Address& src) { in fldl()
2805 void X86Assembler::fldcw(const Address& src) { in fldcw()
2826 void X86Assembler::fildl(const Address& src) { in fildl()
[all …]
/aosp12/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()
275 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) { in movzxb()
295 void X86_64Assembler::movsxb(CpuRegister dst, CpuRegister src) { in movsxb()
736 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src) { in movd()
740 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src) { in movd()
987 void X86_64Assembler::flds(const Address& src) { in flds()
3695 void X86_64Assembler::fldl(const Address& src) { in fldl()
3731 void X86_64Assembler::fldcw(const Address& src) { in fldcw()
3752 void X86_64Assembler::fildl(const Address& src) { in fildl()
[all …]
/aosp12/bionic/libc/dns/nameser/
H A Dns_netint.c36 ns_get16(const u_char *src) { in ns_get16()
44 ns_get32(const u_char *src) { in ns_get32()
52 ns_put16(uint16_t src, u_char *dst) { in ns_put16()
57 ns_put32(uint32_t src, u_char *dst) { in ns_put32()
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp33 bool convertFromHidl(const CameraMetadata &src, const camera_metadata_t** dst) { in convertFromHidl()
51 void convertToHidl(const camera_metadata_t *src, CameraMetadata* dst) { in convertToHidl()
60 void convertFromHidl(const Stream &src, Camera3Stream* dst) { in convertFromHidl()
75 void convertToHidl(const Camera3Stream* src, HalStream* dst) { in convertToHidl()
93 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) { in convertToHidl()
111 void convertToHidl(const camera3_notify_msg* src, NotifyMsg* dst) { in convertToHidl()
/aosp12/bionic/libc/arch-arm/bionic/
H A D__aeabi.c62 void __attribute__((weak)) __aeabi_memcpy8_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl()
66 void __attribute__((weak)) __aeabi_memcpy4_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl()
70 void __attribute__((weak)) __aeabi_memcpy_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl()
74 void __attribute__((weak)) __aeabi_memcpy8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl2()
78 void __attribute__((weak)) __aeabi_memcpy4_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl2()
82 void __attribute__((weak)) __aeabi_memcpy_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl2()
87 void __attribute__((weak)) __aeabi_memmove8_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl()
91 void __attribute__((weak)) __aeabi_memmove4_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove4_impl()
95 void __attribute__((weak)) __aeabi_memmove_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove_impl()
99 void __attribute__((weak)) __aeabi_memmove8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl2()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DSnapshots.java51 public static <E> void copy(@NonNull SparseArray<E> dst, @NonNull SparseArray<E> src) { in copy()
68 public static <E> void copy(@NonNull SparseSetArray<E> dst, @NonNull SparseSetArray<E> src) { in copy()
86 public static void snapshot(@NonNull SparseIntArray dst, @NonNull SparseIntArray src) { in snapshot()
104 @NonNull SparseArray<E> src) { in snapshot()
121 @NonNull SparseSetArray<E> src) { in snapshot()
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DFocusFinderTest.java38 final Rect src = new Rect(100, 100, 200, 200); in testPartiallyInDirection() local
52 final Rect src = new Rect(100, 100, 200, 200); in testInDirection() local
69 final Rect src = new Rect(100, 100, 200, 200); in testNotInDirection() local
93 final Rect src = new Rect(0, 30, 10, 40); in testAboveShareEdgeEdgeOkForDirectionUp() local
230 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testDirectlyAboveTrumpsAboveLeft() local
243 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testAboveInBeamTrumpsSlightlyCloserOutOfBeam() local
259 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testOutOfBeamBeatsInBeamUp() local
287 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testNonCandidateCanBeBetterCandidate() local
517 private void assertIsInDirection(int direction, Rect src, Rect dest) { in assertIsInDirection()
524 private void assertIsNotInDirection(int direction, Rect src, Rect dest) { in assertIsNotInDirection()
[all …]
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleUtils.cpp82 const VehiclePropValue::RawValue& src) { in copyVehicleRawValue()
93 inline void copyHidlVec(hidl_vec <T>* dest, const hidl_vec <T>& src) { in copyHidlVec()
100 void shallowCopyHidlVec(hidl_vec <T>* dest, const hidl_vec <T>& src) { in shallowCopyHidlVec()
108 void shallowCopyHidlStr(hidl_string* dest, const hidl_string& src) { in shallowCopyHidlStr()
116 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src) { in shallowCopy()
/aosp12/packages/apps/DocumentsUI/
H A Dwrap_alpha.py23 src = src[0:-4] variable
29 src = src[0:-6] variable
39 src = src[0:-3] variable
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DResizableIntArrayTests.java41 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testNewInstance() local
50 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAdd() local
80 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAddAt() local
95 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testGet() local
125 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testReset() local
157 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSetLength() local
194 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSet() local
209 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testCopy() local
239 final ResizableIntArray src = new ResizableIntArray(srcLength); in testAppend() local
290 final ResizableIntArray src = new ResizableIntArray(srcLength); in testFill() local
[all …]
/aosp12/packages/apps/Settings/
H A Dwrap_alpha.py22 src = src[0:-4] variable
28 src = src[0:-6] variable
35 src = src[0:-3] variable
/aosp12/frameworks/av/media/mtp/
H A DMtpStringBuffer.cpp60 MtpStringBuffer::MtpStringBuffer(const char* src) in MtpStringBuffer()
65 MtpStringBuffer::MtpStringBuffer(const uint16_t* src) in MtpStringBuffer()
70 MtpStringBuffer::MtpStringBuffer(const MtpStringBuffer& src) in MtpStringBuffer()
75 void MtpStringBuffer::set(const char* src) { in set()
79 void MtpStringBuffer::set(const uint16_t* src) { in set()
/aosp12/hardware/google/graphics/common/libion/test/
H A Dion_device_test.cpp56 void *src = ionMmap(fd, size); in TEST_F() local
92 char *src = new char[size]; in TEST_F() local
131 void *src = ionMmap(fd, size); in TEST_F() local
167 char *src = new char[size]; in TEST_F() local
206 void *src = ionMmap(fd, size); in TEST_F() local
242 char *src = new char[size]; in TEST_F() local
281 void *src = ionMmap(fd, size); in TEST_F() local
317 char *src = new char[size]; in TEST_F() local
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DMatrix.java96 public void mult4(float[] src, float[] dest) { in mult4()
107 public void mult3(float[] src, float[] dest) { in mult3()
118 public void mult3v(float[] src, float[] dest) { in mult3v()
129 public void mult4(double[] src, double[] dest) { in mult4()
140 public void mult3(double[] src, double[] dest) { in mult3()
151 public void mult3v(double[] src, double[] dest) { in mult3v()
162 public double[] vecmult(double[] src) { in vecmult()
168 public void mult3(float[] src, int off1, float[] dest, int off2) { in mult3()
365 public void clone(Matrix src) { in clone()
/aosp12/bionic/libc/include/bits/fortify/
H A Dstring.h46 void* memcpy(void* const dst __pass_object_size0, const void* src, size_t copy_amount) in memcpy()
53 void* memmove(void* const dst __pass_object_size0, const void* src, size_t len) __overloadable { in memmove()
61 void* mempcpy(void* const dst __pass_object_size0, const void* src, size_t copy_amount) in mempcpy()
77 char* stpcpy(char* const dst __pass_object_size, const char* src) in stpcpy()
89 char* strcpy(char* const dst __pass_object_size, const char* src) in strcpy()
101 char* strcat(char* const dst __pass_object_size, const char* src) in strcat()
115 char* strncat(char* const dst __pass_object_size, const char* src, size_t n) __overloadable { in strncat()
189 size_t strlcpy(char* const dst __pass_object_size, const char* src, size_t size) in strlcpy()
201 size_t strlcat(char* const dst __pass_object_size, const char* src, size_t size) in strlcat()
/aosp12/system/media/audio_utils/include/audio_utils/
H A Dstring.h27 inline size_t audio_utils_strlcpy_zerofill(char *dst, const char *src, size_t dst_size) { in audio_utils_strlcpy_zerofill()
41 inline size_t audio_utils_strlcpy_zerofill(char (&dst)[size], const char *src) { in audio_utils_strlcpy_zerofill()
47 inline size_t audio_utils_strlcpy(char (&dst)[size], const char *src) { in audio_utils_strlcpy()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp343 bool ExynosMPP::isSupportedBlend(struct exynos_image &src) in isSupportedBlend()
380 bool ExynosMPP::isSupportedTransform(struct exynos_image &src) in isSupportedTransform()
432 bool ExynosMPP::isSupportedDRM(struct exynos_image &src) in isSupportedDRM()
578 uint32_t ExynosMPP::getSrcMaxWidth(struct exynos_image &src) in getSrcMaxWidth()
586 uint32_t ExynosMPP::getSrcMaxHeight(struct exynos_image &src) in getSrcMaxHeight()
594 uint32_t ExynosMPP::getSrcMinWidth(struct exynos_image &src) in getSrcMinWidth()
608 uint32_t ExynosMPP::getSrcMinHeight(struct exynos_image &src) in getSrcMinHeight()
2324 struct exynos_image &src, struct exynos_image &dst) in isAssignable()
2358 void ExynosMPP::getPPCIndex(const struct exynos_image &src, in getPPCIndex()
2422 float ExynosMPP::getPPC(const struct exynos_image &src, in getPPC()
[all …]
/aosp12/hardware/interfaces/sensors/1.0/default/
H A Dconvert.cpp27 void convertFromSensor(const sensor_t &src, SensorInfo *dst) { in convertFromSensor()
45 void convertToSensor( in convertToSensor()
66 void convertFromSensorEvent(const sensors_event_t &src, Event *dst) { in convertFromSensorEvent()
201 void convertToSensorEvent(const Event &src, sensors_event_t *dst) { in convertToSensorEvent()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
H A DBubbleXmlHelperTest.kt106 val src = """ regex
128 val src = """ regex
154 val src = """ regex
181 val src = """ regex
195 val src = """ regex
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A Dconvert.cpp34 void convertToHidl(const Camera3Stream* src, HalStream* dst) { in convertToHidl()
39 void convertToHidl(const camera3_stream_configuration_t& src, HalStreamConfiguration* dst) { in convertToHidl()
47 void convertFromHidl(const Stream &src, Camera3Stream* dst) { in convertFromHidl()
/aosp12/frameworks/base/core/java/android/util/
H A DCharsetUtils.java45 public static int toModifiedUtf8Bytes(@NonNull String src, in toModifiedUtf8Bytes()
64 private static native int toModifiedUtf8Bytes(@NonNull String src, int srcLen, in toModifiedUtf8Bytes()
77 long src, int srcOff, int srcLen); in fromModifiedUtf8Bytes()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state.h43 DicNodeState(const DicNodeState& src) in DicNodeState()
65 AK_FORCE_INLINE void initByCopy(const DicNodeState *const src) { in initByCopy()
72 void init(const DicNodeState *const src, const uint16_t mergedNodeCodePointCount, in init()
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DCopy_16.cpp24 void Copy_Float(const LVM_FLOAT* src, LVM_FLOAT* dst, LVM_INT16 n) { in Copy_Float()
29 void Copy_Float_Mc_Stereo(const LVM_FLOAT* src, LVM_FLOAT* dst, in Copy_Float_Mc_Stereo()
54 void Copy_Float_Stereo_Mc(const LVM_FLOAT* src, const LVM_FLOAT* StereoOut, LVM_FLOAT* dst, in Copy_Float_Stereo_Mc()

12345678910>>...40