Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageArgs.java51 public static String getPackageName(Bundle b) { in getPackageName()
55 public static Bundle setPackageName(Bundle b, String packageName) { in setPackageName()
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()
[all …]
/frameworks/av/media/codecs/mp3dec/src/
Dpv_mp3dec_fxd_op_msc_evc.h57 __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
Dpv_mp3dec_fxd_op_c_equivalent.h56 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()
Dpv_mp3dec_fxd_op_arm_gcc.h58 static inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30()
75 static inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30()
97 static inline int32 fxp_mul32_Q32(const int32 a, const int32 b) in fxp_mul32_Q32()
114 static inline int32 fxp_mul32_Q29(const int32 a, const int32 b) in fxp_mul32_Q29()
131 static inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28()
150 static inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27()
168 static inline int32 fxp_mul32_Q26(const int32 a, const int32 b) in fxp_mul32_Q26()
187 static inline int32 fxp_mac32_Q32(int32 L_add, const int32 a, const int32 b) in fxp_mac32_Q32()
207 static inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
DTestInterface.java31 native long nDestroy(long b); in nDestroy()
32 native float nGetData(long b, float[] data); in nGetData()
33 native boolean nRunPowerManagementTest(long b, long options); in nRunPowerManagementTest()
34 native boolean nRunCPUHeatSoakTest(long b, long options); in nRunCPUHeatSoakTest()
36 native boolean nMemTestStart(long b); in nMemTestStart()
37 native float nMemTestBandwidth(long b, long size); in nMemTestBandwidth()
38 native float nMemTestLatency(long b, long size); in nMemTestLatency()
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
[all …]
/frameworks/base/rs/java/android/renderscript/
DLong2.java68 public static Long2 add(Long2 a, Long2 b) { in add()
93 public static Long2 add(Long2 a, long b) { in add()
118 public static Long2 sub(Long2 a, Long2 b) { in sub()
143 public static Long2 sub(Long2 a, long b) { in sub()
168 public static Long2 mul(Long2 a, Long2 b) { in mul()
193 public static Long2 mul(Long2 a, long b) { in mul()
218 public static Long2 div(Long2 a, Long2 b) { in div()
243 public static Long2 div(Long2 a, long b) { in div()
268 public static Long2 mod(Long2 a, Long2 b) { in mod()
293 public static Long2 mod(Long2 a, long b) { in mod()
[all …]
DLong3.java72 public static Long3 add(Long3 a, Long3 b) { in add()
99 public static Long3 add(Long3 a, long b) { in add()
126 public static Long3 sub(Long3 a, Long3 b) { in sub()
153 public static Long3 sub(Long3 a, long b) { in sub()
180 public static Long3 mul(Long3 a, Long3 b) { in mul()
207 public static Long3 mul(Long3 a, long b) { in mul()
234 public static Long3 div(Long3 a, Long3 b) { in div()
261 public static Long3 div(Long3 a, long b) { in div()
288 public static Long3 mod(Long3 a, Long3 b) { in mod()
315 public static Long3 mod(Long3 a, long b) { in mod()
[all …]
DShort2.java71 public static Short2 add(Short2 a, Short2 b) { in add()
96 public static Short2 add(Short2 a, short b) { in add()
121 public static Short2 sub(Short2 a, Short2 b) { in sub()
146 public static Short2 sub(Short2 a, short b) { in sub()
171 public static Short2 mul(Short2 a, Short2 b) { in mul()
196 public static Short2 mul(Short2 a, short b) { in mul()
221 public static Short2 div(Short2 a, Short2 b) { in div()
246 public static Short2 div(Short2 a, short b) { in div()
271 public static Short2 mod(Short2 a, Short2 b) { in mod()
296 public static Short2 mod(Short2 a, short b) { in mod()
[all …]
DShort3.java72 public static Short3 add(Short3 a, Short3 b) { in add()
99 public static Short3 add(Short3 a, short b) { in add()
126 public static Short3 sub(Short3 a, Short3 b) { in sub()
153 public static Short3 sub(Short3 a, short b) { in sub()
180 public static Short3 mul(Short3 a, Short3 b) { in mul()
207 public static Short3 mul(Short3 a, short b) { in mul()
234 public static Short3 div(Short3 a, Short3 b) { in div()
261 public static Short3 div(Short3 a, short b) { in div()
288 public static Short3 mod(Short3 a, Short3 b) { in mod()
315 public static Short3 mod(Short3 a, short b) { in mod()
[all …]
DInt3.java72 public static Int3 add(Int3 a, Int3 b) { in add()
99 public static Int3 add(Int3 a, int b) { in add()
126 public static Int3 sub(Int3 a, Int3 b) { in sub()
153 public static Int3 sub(Int3 a, int b) { in sub()
180 public static Int3 mul(Int3 a, Int3 b) { in mul()
207 public static Int3 mul(Int3 a, int b) { in mul()
234 public static Int3 div(Int3 a, Int3 b) { in div()
261 public static Int3 div(Int3 a, int b) { in div()
288 public static Int3 mod(Int3 a, Int3 b) { in mod()
315 public static Int3 mod(Int3 a, int b) { in mod()
[all …]
DInt2.java68 public static Int2 add(Int2 a, Int2 b) { in add()
93 public static Int2 add(Int2 a, int b) { in add()
118 public static Int2 sub(Int2 a, Int2 b) { in sub()
143 public static Int2 sub(Int2 a, int b) { in sub()
168 public static Int2 mul(Int2 a, Int2 b) { in mul()
193 public static Int2 mul(Int2 a, int b) { in mul()
218 public static Int2 div(Int2 a, Int2 b) { in div()
243 public static Int2 div(Int2 a, int b) { in div()
268 public static Int2 mod(Int2 a, Int2 b) { in mod()
293 public static Int2 mod(Int2 a, int b) { in mod()
[all …]
DShort4.java76 public static Short4 add(Short4 a, Short4 b) { in add()
105 public static Short4 add(Short4 a, short b) { in add()
134 public static Short4 sub(Short4 a, Short4 b) { in sub()
163 public static Short4 sub(Short4 a, short b) { in sub()
192 public static Short4 mul(Short4 a, Short4 b) { in mul()
221 public static Short4 mul(Short4 a, short b) { in mul()
250 public static Short4 div(Short4 a, Short4 b) { in div()
279 public static Short4 div(Short4 a, short b) { in div()
308 public static Short4 mod(Short4 a, Short4 b) { in mod()
337 public static Short4 mod(Short4 a, short b) { in mod()
[all …]
DLong4.java76 public static Long4 add(Long4 a, Long4 b) { in add()
105 public static Long4 add(Long4 a, long b) { in add()
134 public static Long4 sub(Long4 a, Long4 b) { in sub()
163 public static Long4 sub(Long4 a, long b) { in sub()
192 public static Long4 mul(Long4 a, Long4 b) { in mul()
221 public static Long4 mul(Long4 a, long b) { in mul()
250 public static Long4 div(Long4 a, Long4 b) { in div()
279 public static Long4 div(Long4 a, long b) { in div()
308 public static Long4 mod(Long4 a, Long4 b) { in mod()
337 public static Long4 mod(Long4 a, long b) { in mod()
[all …]
DInt4.java76 public static Int4 add(Int4 a, Int4 b) { in add()
105 public static Int4 add(Int4 a, int b) { in add()
134 public static Int4 sub(Int4 a, Int4 b) { in sub()
163 public static Int4 sub(Int4 a, int b) { in sub()
192 public static Int4 mul(Int4 a, Int4 b) { in mul()
221 public static Int4 mul(Int4 a, int b) { in mul()
250 public static Int4 div(Int4 a, Int4 b) { in div()
279 public static Int4 div(Int4 a, int b) { in div()
308 public static Int4 mod(Int4 a, Int4 b) { in mod()
337 public static Int4 mod(Int4 a, int b) { in mod()
[all …]
DByte2.java63 public static Byte2 add(Byte2 a, Byte2 b) { in add()
88 public static Byte2 add(Byte2 a, byte b) { in add()
113 public static Byte2 sub(Byte2 a, Byte2 b) { in sub()
138 public static Byte2 sub(Byte2 a, byte b) { in sub()
163 public static Byte2 mul(Byte2 a, Byte2 b) { in mul()
188 public static Byte2 mul(Byte2 a, byte b) { in mul()
213 public static Byte2 div(Byte2 a, Byte2 b) { in div()
238 public static Byte2 div(Byte2 a, byte b) { in div()
280 public static byte dotProduct(Byte2 a, Byte2 b) { in dotProduct()
311 public void setValues(byte a, byte b) { in setValues()
DSampler.java109 Builder b = new Builder(rs); in CLAMP_NEAREST() local
133 Builder b = new Builder(rs); in CLAMP_LINEAR() local
157 Builder b = new Builder(rs); in CLAMP_LINEAR_MIP_LINEAR() local
181 Builder b = new Builder(rs); in WRAP_NEAREST() local
205 Builder b = new Builder(rs); in WRAP_LINEAR() local
229 Builder b = new Builder(rs); in WRAP_LINEAR_MIP_LINEAR() local
253 Builder b = new Builder(rs); in MIRRORED_REPEAT_NEAREST() local
277 Builder b = new Builder(rs); in MIRRORED_REPEAT_LINEAR() local
301 Builder b = new Builder(rs); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR() local
DByte3.java67 public static Byte3 add(Byte3 a, Byte3 b) { in add()
94 public static Byte3 add(Byte3 a, byte b) { in add()
121 public static Byte3 sub(Byte3 a, Byte3 b) { in sub()
148 public static Byte3 sub(Byte3 a, byte b) { in sub()
175 public static Byte3 mul(Byte3 a, Byte3 b) { in mul()
202 public static Byte3 mul(Byte3 a, byte b) { in mul()
229 public static Byte3 div(Byte3 a, Byte3 b) { in div()
256 public static Byte3 div(Byte3 a, byte b) { in div()
300 public static byte dotProduct(Byte3 a, Byte3 b) { in dotProduct()
334 public void setValues(byte a, byte b, byte c) { in setValues()
DByte4.java70 public static Byte4 add(Byte4 a, Byte4 b) { in add()
99 public static Byte4 add(Byte4 a, byte b) { in add()
128 public static Byte4 sub(Byte4 a, Byte4 b) { in sub()
157 public static Byte4 sub(Byte4 a, byte b) { in sub()
186 public static Byte4 mul(Byte4 a, Byte4 b) { in mul()
215 public static Byte4 mul(Byte4 a, byte b) { in mul()
244 public static Byte4 div(Byte4 a, Byte4 b) { in div()
273 public static Byte4 div(Byte4 a, byte b) { in div()
319 public static byte dotProduct(Byte4 a, Byte4 b) { in dotProduct()
356 public void setValues(byte a, byte b, byte c, byte d) { in setValues()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DVectorUtil.java23 public static void sub(double[] a, double[] b, double[] out) { in sub()
29 public static void mult(double[] a, double b, double[] out) { in mult()
35 public static double dot(double[] a, double[] b) { in dot()
43 public static void cross(double[] a, double[] b, double[] out) { in cross()
59 public static void add(double[] a, double[] b, in add()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerPropertyTests.java56 final Bundle b = in testBooleanPropertyToBundle() local
81 final Bundle b = in testFloatPropertyToBundle() local
106 final Bundle b = in testIntegerPropertyToBundle() local
131 final Bundle b = in testResourcePropertyToBundle() local
156 final Bundle b = in testStringPropertyToBundle() local
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java287 public AccountManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
318 public AlarmManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
348 public HdmiControlManager createService() throws ServiceNotFoundException { in registerService()
363 public FontManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
384 public PacProxyManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
408 public VpnManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
417 public VcnManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
426 public IpSecManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
435 public CountryDetector createService() throws ServiceNotFoundException { in registerService()
443 public DevicePolicyManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
[all …]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
141 public R apply(A a, B b, C c) { in apply()
146 public void accept(A a, B b, C c) { in accept()
151 public R apply(A a, B b, C c, D d) { in apply()
156 public R apply(A a, B b, C c, D d, E e) { in apply()
161 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
166 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
[all …]
/frameworks/base/tests/JankBench/app/src/main/jni/
Dtest.cpp40 Bench *b = new Bench(); in Java_com_android_benchmark_synthetic_TestInterface_nInit() local
52 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nDestroy() local
59 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nRunPowerManagementTest() local
65 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nRunCPUHeatSoakTest() local
71 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nGetData() local
85 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nMemTestStart() local
91 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nMemTestBandwidth() local
97 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nGFlopsTest() local
103 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nMemTestLatency() local
109 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nMemTestEnd() local
/frameworks/base/core/java/android/util/
DMathUtils.java61 public static float pow(float a, float b) { in pow()
69 public static float max(float a, float b) { in max()
74 public static float max(int a, int b) { in max()
78 public static float max(float a, float b, float c) { in max()
82 public static float max(int a, int b, int c) { in max()
86 public static float min(float a, float b) { in min()
90 public static float min(int a, int b) { in min()
94 public static float min(float a, float b, float c) { in min()
98 public static float min(int a, int b, int c) { in min()
115 public static float mag(float a, float b) { in mag()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DSampler.java119 Builder b = new Builder(rs); in CLAMP_NEAREST() local
139 Builder b = new Builder(rs); in CLAMP_LINEAR() local
159 Builder b = new Builder(rs); in CLAMP_LINEAR_MIP_LINEAR() local
179 Builder b = new Builder(rs); in WRAP_NEAREST() local
199 Builder b = new Builder(rs); in WRAP_LINEAR() local
219 Builder b = new Builder(rs); in WRAP_LINEAR_MIP_LINEAR() local
239 Builder b = new Builder(rs); in MIRRORED_REPEAT_NEAREST() local
259 Builder b = new Builder(rs); in MIRRORED_REPEAT_LINEAR() local

12345678910>>...43