/aosp12/art/test/010-instance/src/ |
H A D | Y.java | 1 class Y extends X { class 2 public Y() { in Y() method in Y
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | const.h | 22 #define _AC(X,Y) X argument 25 #define __AC(X,Y) (X ##Y) argument 26 #define _AC(X,Y) __AC(X, Y) argument
|
/aosp12/art/test/XandY/ |
H A D | Y.java | 17 class Y extends X { class
|
/aosp12/art/test/026-access/src/ |
H A D | Iface2.java | 21 public final static int Y = Iface.X + 1; field
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | LVM_Power10.cpp | 57 LVM_FLOAT Y, Coefficients[13] = {0.999906f, 2.302475f, 2.652765f, 2.035494f, 1.165667f, in LVM_Power10() local
|
H A D | LVM_FO_HPF.cpp | 71 LVM_FLOAT Y, Coefficients[13] = {-0.999996f, 0.999801f, -0.497824f, 0.322937f, -0.180880f, in LVM_FO_HPF() local
|
H A D | LVM_FO_LPF.cpp | 71 LVM_FLOAT Y, in LVM_FO_LPF() local
|
H A D | LVM_Polynomial.cpp | 45 LVM_FLOAT Y, A, XTemp, Temp, sign; in LVM_Polynomial() local
|
/aosp12/frameworks/rs/cpp/ |
H A D | ScriptIntrinsicBLAS.cpp | 214 int incX, float beta, const sp<Allocation>& Y, int incY) { in SGEMV() 225 int incX, double beta, const sp<Allocation>& Y, int incY) { in DGEMV() 236 int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGEMV() 247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV() 690 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateGER() 834 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSYMV() 842 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSBMV() 854 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSPMV() 904 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSYMV() 912 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSBMV() [all …]
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/ |
H A D | ARMTargetInfo.cpp | 20 mcld::RegisterTarget<llvm::Triple::thumb> Y(TheThumbTarget, "thumb"); in MCLDInitializeARMLDTargetInfo() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/ |
H A D | X86TargetInfo.cpp | 20 mcld::RegisterTarget<llvm::Triple::x86_64> Y(TheX86_64Target, "x86-64"); in MCLDInitializeX86LDTargetInfo() local
|
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/ |
H A D | PlaneLayoutComponentType.aidl | 21 Y = 1, enumConstant
|
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/ |
H A D | PlaneLayoutComponentType.aidl | 37 Y = 1, enumConstant
|
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/ |
H A D | PlaneLayoutComponentType.aidl | 21 Y = 1, enumConstant
|
/aosp12/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/ |
H A D | PlaneLayoutComponentType.aidl | 31 Y = 1 << 0, enumConstant
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicYuvToRGB.cpp | 61 int16_t Y = ((int16_t)y) - 16; in rsYuvToRGBA_uchar4() local 118 const uchar *Y = pinY + (info->current.y * strideY); in kernel() local
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local 347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local 369 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local 423 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV() local 458 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV() local 1517 validateGER(Element.F32(mRS), X, incX, Y, incY, A); in SGER() local 1705 validateGER(Element.F64(mRS), X, incX, Y, incY, A); in DGER() local 1924 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERU() local 1945 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERC() local 2139 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A); in ZGERU() local [all …]
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_foreach.java | 35 int Y = 7; in initializeGlobals() local
|
H A D | UT_noroot.java | 35 int Y = 7; in initializeGlobals() local
|
H A D | UT_refcount.java | 36 int Y = 700; in initializeGlobals() local
|
H A D | UT_single_source_script.java | 35 int Y = 768; in initializeGlobals() local
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_foreach.java | 37 int Y = 7; in initializeGlobals() local
|
H A D | UT_noroot.java | 37 int Y = 7; in initializeGlobals() local
|
H A D | UT_refcount.java | 38 int Y = 700; in initializeGlobals() local
|
H A D | UT_single_source_script.java | 37 int Y = 768; in initializeGlobals() local
|