Home
last modified time | relevance | path

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

12345678910>>...20

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTypeTest.java24 void testBuilderSizes(Type.Builder b, int min, int max) { in testBuilderSizes()
34 Type.Builder b = new Type.Builder(mRS, e); in testTypeBuilderHelper() local
85 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetCount() local
127 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetElement() local
133 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetX() local
139 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetY() local
147 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetYuv() local
155 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetZ() local
161 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testHasFaces() local
169 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetMipmaps() local
DTarget.java117 Floaty newFloaty(double a, double b) { in newFloaty()
121 Floaty newFloaty(double a, double b, double c) { in newFloaty()
125 Floaty newFloaty(double a, double b, double c, double d) { in newFloaty()
129 Floaty newFloaty(double a, double b, double c, double d, double e) { in newFloaty()
142 Floaty new32(float a, float b) { in new32()
146 Floaty new32(float a, float b, float c) { in new32()
150 Floaty new32(float a, float b, float c, float d) { in new32()
154 Floaty new32(float a, float b, float c, float d, float e) { in new32()
167 Floaty new64(double a, double b) { in new64()
171 Floaty new64(double a, double b, double c) { in new64()
[all …]
Dfloat16_gen.c153 unsigned short b = (a | 1); in getErrorBar() local
187 unsigned short add(unsigned short a, unsigned short b) { in add()
193 unsigned short subtract(unsigned short a, unsigned short b) { in subtract()
199 unsigned short multiply(unsigned short a, unsigned short b) { in multiply()
205 unsigned short divide(unsigned short a, unsigned short b) { in divide()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/
DT_rsub_int_lit8_1.java22 int b = 4; in run() local
27 int b = 60; in run1() local
32 int b = 20; in run2() local
37 int b = -25; in run3() local
42 int b = -70; in run4() local
47 int b = -50; in run5() local
DT_rsub_int_lit8_2.java22 int b = 123; in run() local
27 int b = -123; in run1() local
32 int b = 0; in run2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
DT_rsub_int_1.java22 int b = 4; in run() local
27 int b = 60; in run1() local
32 int b = 20; in run2() local
37 int b = -25; in run3() local
42 int b = -70; in run4() local
47 int b = -50; in run5() local
DT_rsub_int_2.java22 int b = 255; in run() local
27 int b = -32768; in run1() local
32 int b = 0; in run2() local
/cts/tests/tests/uirendering/jni/
DNativeTestHelpers.h34 #define ASSERT_EQ(a, b) \ argument
36 #define ASSERT_NE(a, b) \ argument
38 #define ASSERT_GT(a, b) \ argument
40 #define ASSERT_GE(a, b) \ argument
42 #define ASSERT_LT(a, b) \ argument
44 #define ASSERT_LE(a, b) \ argument
/cts/tests/tests/graphics/jni/
DNativeTestHelpers.h32 #define ASSERT_EQ(a, b) \ argument
34 #define ASSERT_NE(a, b) \ argument
36 #define ASSERT_GT(a, b) \ argument
38 #define ASSERT_GE(a, b) \ argument
40 #define ASSERT_LT(a, b) \ argument
42 #define ASSERT_LE(a, b) \ argument
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceCustomFallbackBuilderTest.java51 FontFamily.Builder b = null; in createFullFamilyTypeface() local
136 FontFamily.Builder b = null; in testFamily_selectStyleByBuilder() local
161 final FontFamily.Builder b = new FontFamily.Builder( in testFamily_closestDefault() local
203 final Typeface.CustomFallbackBuilder b = new Typeface.CustomFallbackBuilder( in testMaxCustomFallback() local
216 final Typeface.CustomFallbackBuilder b = new Typeface.CustomFallbackBuilder( in testMaxCustomFallback_exceed_limits() local
262 final Typeface.CustomFallbackBuilder b = new Typeface.CustomFallbackBuilder( in testSystemFallback_SansSerif() local
273 final Typeface.CustomFallbackBuilder b = new Typeface.CustomFallbackBuilder( in testSystemFallback_Serif() local
284 final Typeface.CustomFallbackBuilder b = new Typeface.CustomFallbackBuilder( in testSystemFallback_anyString() local
295 final Typeface.CustomFallbackBuilder b = new Typeface.CustomFallbackBuilder( in testSystemFallback_emptyString() local
305 final Typeface.CustomFallbackBuilder b = new Typeface.CustomFallbackBuilder( in testSystemFallback_null() local
DBitmapColorSpaceTest.java94 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace() local
107 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace() local
123 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace() local
222 Bitmap b = BitmapFactory.decodeResource(mResources, R.drawable.robot); in sRGB() local
241 Bitmap b = BitmapFactory.decodeStream(in); in p3() local
263 Bitmap b = BitmapFactory.decodeStream(in); in extendedSRGB() local
286 Bitmap b = BitmapFactory.decodeStream(in); in linearSRGB() local
297 Bitmap b = BitmapFactory.decodeStream(in, null, options); in linearSRGB() local
331 Bitmap b = BitmapFactory.decodeStream(in, null, opts); in reconfigure() local
388 Bitmap b = BitmapFactory.decodeStream(in); in verifyGetPixel() local
[all …]
/cts/tests/sensor/jni/
DnativeTestHelper.h35 #define ASSERT_EQ(a, b) \ argument
37 #define ASSERT_NE(a, b) \ argument
39 #define ASSERT_GT(a, b) \ argument
41 #define ASSERT_GE(a, b) \ argument
43 #define ASSERT_LT(a, b) \ argument
45 #define ASSERT_LE(a, b) \ argument
/cts/tests/tests/opengl/src/android/opengl/cts/
DColorBufferTest.java47 float b = 0.0f; in test_RGBA_1001() local
65 float b = 0.0f; in test_RGBA_1101() local
83 float b = 1.0f; in test_RGBA_1111() local
102 float b = 0.0f; in test_RGBA_0101() local
121 float b = 1.0f; in test_RGBA_0011() local
140 float b = 0.0f; in test_RGBA_0000() local
159 float b = 0.25f; in test_RGBA_rand_val_one() local
175 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors()
190 float b = expectedColor[2]; in compare() local
DNativeColorBufferTest.java42 float b = 0.0f; in test_RGBA_1001() local
60 float b = 0.0f; in test_RGBA_1101() local
78 float b = 1.0f; in test_RGBA_1111() local
97 float b = 0.0f; in test_RGBA_0101() local
116 float b = 1.0f; in test_RGBA_0011() local
135 float b = 0.0f; in test_RGBA_0000() local
154 float b = 0.25f; in test_RGBA_rand_val_one() local
170 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors()
184 float b = expectedColor[2]; in compare() local
/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DTransferDeviceOwnerOutgoingTest.java53 PersistableBundle b = new PersistableBundle(); in testTransferWithPoliciesOutgoing() local
59 PersistableBundle b = new PersistableBundle(); in testTransferOwnership() local
DDeviceAndProfileOwnerTransferOutgoingTest.java93 PersistableBundle b = new PersistableBundle(); in testTransferSameAdmin() local
104 PersistableBundle b = new PersistableBundle(); in testTransferInvalidTarget() local
119 PersistableBundle b = new PersistableBundle(); in testTransferOwnershipChangedBroadcast() local
139 PersistableBundle b = new PersistableBundle(); in testTransferOwnershipNoMetadata() local
155 PersistableBundle b = new PersistableBundle(); in testTransferOwnershipBundleSaved() local
162 PersistableBundle b = new PersistableBundle(); in testGetTransferOwnershipBundleOnlyCalledFromAdmin() local
DTransferProfileOwnerOutgoingTest.java53 PersistableBundle b = new PersistableBundle(); in testTransferWithPoliciesOutgoing() local
59 PersistableBundle b = new PersistableBundle(); in testTransferOwnership() local
/cts/tests/tests/text/src/android/text/style/cts/
DBackgroundColorSpanTest.java37 BackgroundColorSpan b = new BackgroundColorSpan(Color.GREEN); in testConstructor() local
97 BackgroundColorSpan b = new BackgroundColorSpan(p); in testWriteToParcel() local
108 BackgroundColorSpan b = new BackgroundColorSpan(p); in testWriteToParcel() local
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DDatasetFilteringTest.java78 final String b = "Only B"; in testFilter() local
134 final String b = "Only B"; in testFilter_injectingEvents() local
195 final String b = "Only B"; in testFilter_usingKeyboard() local
264 final String b = "Only B"; in testFilter_nullValuesAlwaysMatched() local
317 final String b = "bra"; in testFilter_differentPrefixes() local
364 final String b = "Only B"; in testFilter_usingRegex() local
616 final String b = "Only B"; in resetFilterTest() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_const/
DTest_opc_const.java31 float b = 0.04f; in testN1() local
42 int b = 10000000; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/
DTest_const_wide.java31 double b = 1d; in testN1() local
41 long b = 10000000000l; in testN2() local
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DNative.java24 public static native int add(int a, int b); in add()
26 public static native int sub(int a, int b); in sub()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DListsHelper.java20 static public boolean isMatch(int[] a, int[] b) { in isMatch()
50 static public boolean isSubset(int[] a, int[] b) { in isSubset()
/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java27 int b = argb & 0xFF; in brightness() local
37 int b = argb & 0xFF; in hue() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java32 static private<T extends DspBufferBase> int estimateOperandsType(T a, T b) { in estimateOperandsType()
54 static public <T extends DspBufferBase> int add(T r, T a, T b) { in add()
126 static public <T extends DspBufferBase> int mult(T r, T a, T b) { in mult()
307 double b = 0; in set() local
335 static public <T extends DspBufferDouble> int crossCorrelation(T r, T a, T b) { in crossCorrelation()

12345678910>>...20