/aosp12/art/test/636-arm64-veneer-pool/src/ |
H A D | Main.java | 17 class C0 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 18 class C1 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 19 class C2 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 20 class C3 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 23 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() 24 …public static void mImpl(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw n… in mImpl() 111 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() 113 …public static void mApi(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw ne… in mApi() 119 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() 133 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() [all …]
|
/aosp12/art/test/432-optimizing-cmp/src/ |
H A D | Main.java | 125 static boolean $opt$eq(float a, float b) { in $opt$eq() 129 static boolean $opt$eq(double a, double b) { in $opt$eq() 133 static boolean $opt$lt(long a, long b) { in $opt$lt() 137 static boolean $opt$lt(float a, float b) { in $opt$lt() 141 static boolean $opt$lt(double a, double b) { in $opt$lt() 145 static boolean $opt$gt(long a, long b) { in $opt$gt() 149 static boolean $opt$gt(float a, float b) { in $opt$gt() 153 static boolean $opt$gt(double a, double b) { in $opt$gt() 200 public static void expectLt(long a, long b) { in expectLt() 206 public static void expectGt(long a, long b) { in expectGt() [all …]
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
H A D | WearPackageArgs.java | 51 public static String getPackageName(Bundle b) { in getPackageName() 60 public static Uri getAssetUri(Bundle b) { in getAssetUri() 64 public static Uri getPermUri(Bundle b) { in getPermUri() 68 public static boolean checkPerms(Bundle b) { in checkPerms() 72 public static boolean skipIfSameVersion(Bundle b) { in skipIfSameVersion() 76 public static int getCompanionSdkVersion(Bundle b) { in getCompanionSdkVersion() 80 public static int getCompanionDeviceVersion(Bundle b) { in getCompanionDeviceVersion() 84 public static String getCompressionAlg(Bundle b) { in getCompressionAlg() 88 public static int getStartId(Bundle b) { in getStartId() 92 public static boolean skipIfLowerVersion(Bundle b) { in skipIfLowerVersion() [all …]
|
/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pv_mp3dec_fxd_op_c_equivalent.h | 56 int32 b = (a < 0) ? -a : a; in pv_abs() local 64 __inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 70 __inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 76 __inline Int32 fxp_mul32_Q32(const Int32 a, const Int32 b) in fxp_mul32_Q32() 83 __inline Int32 fxp_mul32_Q28(const Int32 a, const Int32 b) in fxp_mul32_Q28() 89 __inline Int32 fxp_mul32_Q27(const Int32 a, const Int32 b) in fxp_mul32_Q27() 95 __inline Int32 fxp_mul32_Q26(const Int32 a, const Int32 b) in fxp_mul32_Q26() 102 __inline Int32 fxp_mac32_Q32(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q32() 108 __inline Int32 fxp_msb32_Q32(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msb32_Q32() 115 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b) in fxp_mul32_Q29()
|
H A D | pv_mp3dec_fxd_op_msc_evc.h | 57 __inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30() 63 __inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30() 73 #define fxp_mul32_Q32( a, b) _MulHigh( b, a) argument 77 __inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28() 83 __inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() 90 __inline int32 fxp_mul32_Q26(const int32 a, const int32 b) in fxp_mul32_Q26() 96 __inline int32 fxp_mac32_Q32(int32 L_add, const int32 a, const int32 b) in fxp_mac32_Q32() 102 __inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32() 109 __inline int32 fxp_mul32_Q29(const int32 a, const int32 b) in fxp_mul32_Q29() 118 int32 b = (a < 0) ? -a : a; in pv_abs() local
|
/aosp12/art/test/684-checker-simd-dotprod/src/other/ |
H A D | TestByte.java | 81 public static final int testDotProdSimple(byte[] a, byte[] b) { in testDotProdSimple() 143 public static final int testDotProdComplex(byte[] a, byte[] b) { in testDotProdComplex() 206 public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) { in testDotProdSimpleUnsigned() 268 public static final int testDotProdComplexUnsigned(byte[] a, byte[] b) { in testDotProdComplexUnsigned() 403 public static final int testDotProdSignedWidening(byte[] a, byte[] b) { in testDotProdSignedWidening() 414 public static final int testDotProdParamSigned(int x, byte[] b) { in testDotProdParamSigned() 425 public static final int testDotProdParamUnsigned(int x, byte[] b) { in testDotProdParamUnsigned() 438 public static final int testDotProdIntParam(int x, byte[] b) { in testDotProdIntParam() 449 public static final int testDotProdSignedToChar(byte[] a, byte[] b) { in testDotProdSignedToChar() 515 public static final int testDotProdSimpleCastedToChar(byte[] a, byte[] b) { in testDotProdSimpleCastedToChar() [all …]
|
H A D | TestCharShort.java | 60 public static final int testDotProdSimple(short[] a, short[] b) { in testDotProdSimple() 110 public static final int testDotProdComplex(short[] a, short[] b) { in testDotProdComplex() 153 public static final int testDotProdSimpleUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsigned() 203 public static final int testDotProdComplexUnsigned(char[] a, char[] b) { in testDotProdComplexUnsigned() 323 public static final int testDotProdSignedToInt(short[] a, short[] b) { in testDotProdSignedToInt() 343 public static final int testDotProdParamSigned(int x, short[] b) { in testDotProdParamSigned() 363 public static final int testDotProdParamUnsigned(int x, char[] b) { in testDotProdParamUnsigned() 374 public static final int testDotProdIntParam(int x, short[] b) { in testDotProdIntParam() 394 public static final int testDotProdSignedToChar(short[] a, short[] b) { in testDotProdSignedToChar() 463 public static final int testDotProdSimpleCastedToChar(short[] a, short[] b) { in testDotProdSimpleCastedToChar() [all …]
|
H A D | TestVarious.java | 68 public static final int testDotProdConstRight(byte[] b) { in testDotProdConstRight() 121 public static final int testDotProdConstLeft(byte[] b) { in testDotProdConstLeft() 183 public static final int testDotProdLoopInvariantConvRight(byte[] b, int param) { in testDotProdLoopInvariantConvRight() 194 public static final int testDotProdByteToChar(char[] a, char[] b) { in testDotProdByteToChar() 205 public static final int testDotProdMixedSize(byte[] a, short[] b) { in testDotProdMixedSize() 216 public static final int testDotProdMixedSizeAndSign(byte[] a, char[] b) { in testDotProdMixedSizeAndSign() 267 public static final int testDotProdInt32(int[] a, int[] b) { in testDotProdInt32() 328 public static final int testDotProdBothSignedUnsigned1(byte[] a, byte[] b) { in testDotProdBothSignedUnsigned1() 395 public static final int testDotProdBothSignedUnsigned2(byte[] a, byte[] b) { in testDotProdBothSignedUnsigned2() 463 public static final int testDotProdBothSignedUnsignedDoubleLoad(byte[] a, byte[] b) { in testDotProdBothSignedUnsignedDoubleLoad() [all …]
|
/aosp12/art/test/551-checker-shifter-operand/src/ |
H A D | Main.java | 113 public static long $opt$noinline$translate(long l, byte b) { in $opt$noinline$translate() 243 static void $opt$noinline$testAnd(long a, long b) { in $opt$noinline$testAnd() 266 static void $opt$noinline$testOr(int a, int b) { in $opt$noinline$testOr() 289 static void $opt$noinline$testXor(long a, long b) { in $opt$noinline$testXor() 624 static int $noinline$IntShl(int b, int c) { in $noinline$IntShl() 627 static int $noinline$IntShr(int b, int c) { in $noinline$IntShr() 630 static int $noinline$IntUshr(int b, int c) { in $noinline$IntUshr() 824 public static void $opt$validateShiftInt(int a, int b) { in $opt$validateShiftInt() 872 static long $noinline$LongShl(long b, long c) { in $noinline$LongShl() 875 static long $noinline$LongShr(long b, long c) { in $noinline$LongShr() [all …]
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_math_entrypoints.cc | 24 int CmplFloat(float a, float b) { in CmplFloat() 35 int CmpgFloat(float a, float b) { in CmpgFloat() 46 int CmpgDouble(double a, double b) { in CmpgDouble() 57 int CmplDouble(double a, double b) { in CmplDouble() 70 extern "C" int64_t artLmul(int64_t a, int64_t b) { in artLmul() 74 extern "C" int64_t artLdiv(int64_t a, int64_t b) { in artLdiv() 78 extern "C" int64_t artLmod(int64_t a, int64_t b) { in artLmod()
|
/aosp12/art/test/549-checker-types-merge/src/ |
H A D | Main.java | 51 private Object testMergeClasses(boolean cond, ClassExtendsA a, ClassExtendsB b) { in testMergeClasses() 59 private Object testMergeClasses(boolean cond, ClassExtendsA a, ClassSuper b) { in testMergeClasses() 67 private Object testMergeClasses(boolean cond, ClassSuper a, ClassSuper b) { in testMergeClasses() 75 private Object testMergeClasses(boolean cond, ClassOtherSuper a, ClassSuper b) { in testMergeClasses() 83 …e Object testMergeClassWithInterface(boolean cond, ClassImplementsInterfaceA a, InterfaceSuper b) { in testMergeClassWithInterface() 91 private Object testMergeClassWithInterface(boolean cond, ClassSuper a, InterfaceSuper b) { in testMergeClassWithInterface() 99 private Object testMergeInterfaces(boolean cond, InterfaceExtendsA a, InterfaceSuper b) { in testMergeInterfaces() 107 private Object testMergeInterfaces(boolean cond, InterfaceSuper a, InterfaceSuper b) { in testMergeInterfaces() 115 private Object testMergeInterfaces(boolean cond, InterfaceExtendsA a, InterfaceExtendsB b) { in testMergeInterfaces() 123 private Object testMergeInterfaces(boolean cond, InterfaceSuper a, InterfaceOtherSuper b) { in testMergeInterfaces()
|
/aosp12/art/test/514-shifts/src/ |
H A D | Main.java | 29 int b = myOtherField << a; in testIntShiftLeft() local 40 int b = myOtherField >> a; in testIntShiftRight() local 51 int b = myOtherField >>> a; in testIntUnsignedShiftRight() local 62 long b = myOtherLongField << a; in testLongShiftLeft() local 75 long b = myOtherLongField >> a; in testLongShiftRight() local 88 long b = myOtherLongField >>> a; in testLongUnsignedShiftRight() local
|
/aosp12/art/test/594-checker-array-alias/src/ |
H A D | Main.java | 40 private static void CrossOverLoop1(int a[], int b[]) { in CrossOverLoop1() 56 private static void CrossOverLoop2(float a[], float b[]) { in CrossOverLoop2() 72 private static void CrossOverLoop3(long a[], long b[]) { in CrossOverLoop3() 88 private static void CrossOverLoop4(double a[], double b[]) { in CrossOverLoop4() 111 private static void FalseCrossOverLoop1(int a[], float b[]) { in FalseCrossOverLoop1() 127 private static void FalseCrossOverLoop2(float a[], int b[]) { in FalseCrossOverLoop2() 143 private static void FalseCrossOverLoop3(long a[], double b[]) { in FalseCrossOverLoop3() 159 private static void FalseCrossOverLoop4(double a[], long b[]) { in FalseCrossOverLoop4()
|
/aosp12/art/test/620-checker-bce-intrinsics/src/ |
H A D | Main.java | 43 static int oneArrayAbs(int[] a, int[] b) { in oneArrayAbs() 59 static int twoArrays(int[] a, int[] b) { in twoArrays() 75 static int threeArrays(int[] a, int[] b, int[] c) { in threeArrays() 92 static int fourArrays(int[] a, int[] b, int[] c, int[] d) { in fourArrays() 131 static int twoArraysWithCleanup(int[] a, int[] b) { in twoArraysWithCleanup() 154 static int threeArraysWithCleanup(int[] a, int[] b, int[] c) { in threeArraysWithCleanup() 173 static int altLoopLogic(int[] a, int[] b) { in altLoopLogic() 189 static int hiddenMin(int[] a, int[] b) { in hiddenMin() 207 static int hiddenMinWithCleanup(int[] a, int[] b) { in hiddenMinWithCleanup() 221 int[] b = { 6, 7, 8, 9, 4, 2 }; in main() local
|
/aosp12/art/test/567-checker-builder-intrinsics/src/ |
H A D | TestMinMax.java | 265 public static int min1(int a, int b) { in min1() 280 public static int min2(int a, int b) { in min2() 295 public static int min3(int a, int b) { in min3() 310 public static int min4(int a, int b) { in min4() 340 public static int min6(byte a, byte b) { in min6() 370 public static int max1(int a, int b) { in max1() 385 public static int max2(int a, int b) { in max2() 400 public static int max3(int a, int b) { in max3() 415 public static int max4(int a, int b) { in max4() 445 public static int max6(byte a, byte b) { in max6() [all …]
|
/aosp12/art/test/NonStaticLeafMethods/ |
H A D | NonStaticLeafMethods.java | 28 int sum(int a, int b) { in sum() 31 int sum(int a, int b, int c) { in sum() 34 int sum(int a, int b, int c, int d) { in sum() 37 int sum(int a, int b, int c, int d, int e) { in sum() 43 double sum(double a, double b) { in sum() 46 double sum(double a, double b, double c) { in sum() 49 double sum(double a, double b, double c, double d) { in sum() 52 double sum(double a, double b, double c, double d, double e) { in sum()
|
/aosp12/art/test/StaticLeafMethods/ |
H A D | StaticLeafMethods.java | 26 static int sum(int a, int b) { in sum() 29 static int sum(int a, int b, int c) { in sum() 32 static int sum(int a, int b, int c, int d) { in sum() 35 static int sum(int a, int b, int c, int d, int e) { in sum() 41 static double sum(double a, double b) { in sum() 44 static double sum(double a, double b, double c) { in sum() 47 static double sum(double a, double b, double c, double d) { in sum() 50 static double sum(double a, double b, double c, double d, double e) { in sum()
|
/aosp12/art/test/105-invoke/src/ |
H A D | Main.java | 23 int virI_II(int a, int b) { in virI_II() 27 int virI_III(int a, int b, int c) { in virI_III() 31 int virI_IIII(int a, int b, int c, int d) { in virI_IIII() 35 int virI_IIIII(int a, int b, int c, int d, int e) { in virI_IIIII() 39 int virI_IIIIII(int a, int b, int c, int d, int e, int f) { in virI_IIIIII() 47 static int statI_II(int a, int b) { in statI_II() 51 static int statI_III(int a, int b, int c) { in statI_III() 55 static int statI_IIII(int a, int b, int c, int d) { in statI_IIII() 59 static int statI_IIIII(int a, int b, int c, int d, int e) { in statI_IIIII() 63 static int statI_IIIIII(int a, int b, int c, int d, int e, int f) { in statI_IIIIII()
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-1.6.2.min.js | 16 (function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!… argument 17 …bal[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j… argument 18 )}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,… argument
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Reduce.cpp | 171 return compute<_Float16>(context, 1, [](_Float16 a, _Float16 b) -> _Float16 { in executeProd() 177 return compute<float>(context, 1, [](float a, float b) -> float { in executeProd() 192 return compute<float>(context, 0, [](float a, float b) { return a + b; }); in executeSum() 202 [](_Float16 a, _Float16 b) { return std::max(a, b); }); in executeMax() 205 [](float a, float b) { return std::max(a, b); }); in executeMax() 208 [](uint8_t a, uint8_t b) { return std::max(a, b); }); in executeMax() 211 [](int8_t a, int8_t b) { return std::max(a, b); }); in executeMax() 221 [](_Float16 a, _Float16 b) { return std::min(a, b); }); in executeMin() 224 [](float a, float b) { return std::min(a, b); }); in executeMin() 227 [](uint8_t a, uint8_t b) { return std::min(a, b); }); in executeMin() [all …]
|
/aosp12/art/test/530-checker-loops3/src/ |
H A D | Main.java | 37 public static void oneConstantIndex(int[] a, int[] b) { in oneConstantIndex() 57 public static void multipleConstantIndices(int[] a, int[] b) { in multipleConstantIndices() 75 public static void oneInvariantIndex(int[] a, int[] b, int c) { in oneInvariantIndex() 96 public static void multipleInvariantIndices(int[] a, int[] b, int c) { in multipleInvariantIndices() 115 public static void oneUnitStride(int[] a, int[] b) { in oneUnitStride() 143 public static void multipleUnitStrides(int[] a, int[] b) { in multipleUnitStrides() 175 public static void multipleUnitStridesConditional(int[] a, int[] b) { in multipleUnitStridesConditional() 297 int b[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main() local
|
/aosp12/art/test/404-optimizing-allocator/src/ |
H A D | Main.java | 36 int b = 0; in $opt$reg$TestLostCopy() local 46 int b = 0; in $opt$reg$TestTwoLive() local 56 int b = 0; in $opt$reg$TestThreeLive() local 68 int b = 0; in $opt$reg$TestFourLive() local 82 int b = 0; in $opt$reg$TestMultipleLive() local 102 int b = 0; in $opt$reg$TestWithBreakAndContinue() local 116 public static int $opt$reg$testSpillInIf(int a, int b, int c) { in $opt$reg$testSpillInIf() 129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1() 150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2()
|
/aosp12/art/test/405-optimizing-long-allocator/src/ |
H A D | Main.java | 42 long b = 0; in $opt$TestLostCopy() local 52 long b = 0; in $opt$TestTwoLive() local 62 long b = 0; in $opt$TestThreeLive() local 74 long b = 0; in $opt$TestFourLive() local 88 long b = 0; in $opt$TestMultipleLive() local 108 long b = 0; in $opt$TestWithBreakAndContinue() local 122 public static long $opt$testSpillInIf(long a, long b, long c) { in $opt$testSpillInIf() 135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive1() 156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive2()
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
H A D | TestInterface.java | 31 native long nDestroy(long b); in nDestroy() 32 native float nGetData(long b, float[] data); in nGetData() 36 native boolean nMemTestStart(long b); in nMemTestStart() 39 native void nMemTestEnd(long b); in nMemTestEnd() 41 native float nGFlopsTest(long b, long opt); in nGFlopsTest() 104 long b = mTI.nInit(0); in run() local 191 float testPowerManagement(long b) { in testPowerManagement() 222 float testCPUHeatSoak(long b) { in testCPUHeatSoak() 275 void testCPUMemoryBandwidth(long b) { in testCPUMemoryBandwidth() 327 void testCPUMemoryLatency(long b) { in testCPUMemoryLatency() [all …]
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestLinkerUnrelatedBSM.java | 41 private static float addf(float a, float b) { in addf() 46 public static float _addf(float a, float b) { in _addf() 67 private static float subf(float a, float b) { in subf() 72 private static float _subf(float a, float b) { in _subf()
|