/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | IccUtils.java | 54 public static byte[] hexStringToBytes(String s) { in hexStringToBytes() 82 public static int hexCharToInt(char c) { in hexCharToInt()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | SearchRecentSuggestionsProviderTest.java | 46 final MockSRSProvider s = new MockSRSProvider(); in testSearchRecentSuggestionsProvider() local 59 Cursor c = s.query(contentUri, null, null, selArgs, null); in testSearchRecentSuggestionsProvider() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SearchView_CursorTest.java | 74 public boolean onQueryTextSubmit(String s) { in onQueryTextSubmit() 79 public boolean onQueryTextChange(String s) { in onQueryTextChange() 86 final MatrixCursor c = new MatrixCursor( in onQueryTextChange() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 215 String s = "IBinder interface token"; in testEnforceInterface() local 319 Signature s = new Signature(signatureString); in testReadValue() local 834 …char[] c = {'a', Character.MAX_VALUE, Character.MIN_VALUE, Character.MAX_SURROGATE, Character.MIN_… in testReadCharArray() local 902 …char[] c = {'a', Character.MAX_VALUE, Character.MIN_VALUE, Character.MAX_SURROGATE, Character.MIN_… in testCreateCharArray() local 1008 int[] c = {Integer.MAX_VALUE, 111, 11, 1, 0, -1, -11, -111, Integer.MIN_VALUE}; in testReadIntArray() local 1074 int[] c = {Integer.MAX_VALUE, 111, 11, 1, 0, -1, -11, -111, Integer.MIN_VALUE}; in testCreateIntArray() local 1166 long[] c = {Long.MAX_VALUE, 111L, 11L, 1L, 0L, -1L, -11L, -111L, Long.MIN_VALUE}; in testReadLongArray() local 1232 long[] c = {Long.MAX_VALUE, 111L, 11L, 1L, 0L, -1L, -11L, -111L, Long.MIN_VALUE}; in testCreateLongArray() local 1336 … float[] c = {Float.MAX_VALUE, 11.1f, 1.1f, 0.1f, .0f, -0.1f, -1.1f, -11.1f, Float.MIN_VALUE}; in testReadFloatArray() local 1402 … float[] c = {Float.MAX_VALUE, 11.1f, 1.1f, 0.1f, .0f, -0.1f, -1.1f, -11.1f, Float.MIN_VALUE}; in testCreateFloatArray() local [all …]
|
D | BundleTest.java | 218 final char c = 'l'; in testGetChar1() local 523 String s = "android"; in testGetSerializableWithString() local 555 final short s = 1007; in testGetShort1() local 850 Spannable s = (Spannable) observed; in assertSpannableEquals() local
|
/cts/tests/sensor/jni/ |
D | android_hardware_cts_SensorNativeTest.cpp | 58 for (auto s : sensorTypes) { in test() local 59 for (auto c : channelTypes) { in test() local
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 476 TestResultCollector c = new TestResultCollector("testReconfigure", TAG); in testReconfigure() local 490 Sensor s = mSensorManager.getDefaultSensor(type); in testCloseWithoutConfigStop() local 526 TestResultCollector c = in runSingleChannelRateIndependencyTestGroup() local 548 TestResultCollector c = new TestResultCollector( in runMultiChannelRateIndependencyTestGroup() local 573 TestResultCollector c = new TestResultCollector( in runMultiModeRateIndependencyTestGroup() local 593 TestResultCollector c = in runTimestampTestGroup() local 610 Sensor s = mSensorManager.getDefaultSensor(sensorType); in runSensorDirectReportTest() local 694 Sensor s = mSensorManager.getDefaultSensor(type); in runMultiChannelRateIndependencyTest() local 751 final Sensor s = mSensorManager.getDefaultSensor(type); in runMultiModeRateIndependencyTest() local 798 Sensor s = mSensorManager.getDefaultSensor(type); in runTimestampTest() local [all …]
|
D | SensorManagerStaticTest.java | 217 float c, s; in testGetQuaternionFromVector() local 368 float c, s; in testGetRotationMatrixFromVector() local 409 float c, s; in testGetRotationMatrixFromVector() local 742 String s; in vecToStr() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | CookieManagerTest.java | 170 String c = mCookieManager.getCookie(url); in testSetCookieNullCallback() local 181 final Semaphore s = new Semaphore(0); in testSetCookieCallback() local 253 String c = mCookieManager.getCookie(url); in testRemoveCookiesNullCallback() local 275 final Semaphore s = new Semaphore(0); in testRemoveCookiesCallback() local
|
/cts/libs/json/src/com/android/json/stream/ |
D | JsonReader.java | 663 int c = nextNonWhitespace(); in nextValue() local 711 int c = buffer[pos++]; in nextNonWhitespace() local 777 char c = buffer[pos++]; in skipToEndOfLine() local 813 int c = buffer[pos++]; in nextString() local 1038 int c = chars[i]; in decodeNumber() local 1102 private JsonSyntaxException(String s) { in JsonSyntaxException()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | SurfaceControlTest.java | 110 Surface s = new Surface(sc); in fillWithColor() local 112 Canvas c = s.lockHardwareCanvas(); in fillWithColor() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ScriptGroupTest.java | 417 ScriptC_reduction s = new ScriptC_reduction(mRS); in testBuilder2GatherScatterAcrossKernelsViaGlobals() local 435 ScriptGroup.Closure c = null; in testBuilder2GatherScatterAcrossKernelsViaGlobals() local 476 ScriptC_reduction s = new ScriptC_reduction(mRS); in testBuilder2KernelOutputToGlobal() local 495 ScriptGroup.Closure c = null; in testBuilder2KernelOutputToGlobal() local 538 ScriptC_matrix s = new ScriptC_matrix(mRS); in testBuilder2InvokeToKernelDependency() local
|
D | Target.java | 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() 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() 171 Floaty new64(double a, double b, double c) { in new64() 175 Floaty new64(double a, double b, double c, double d) { in new64() 179 Floaty new64(double a, double b, double c, double d, double e) { in new64() 632 String s = String.format("[f%d: ", mNumberOfBits); in toString() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
D | VrListenerVerifierActivity.java | 145 ScheduledExecutorService s = Executors.newSingleThreadScheduledExecutor(); in waitForPreviousRunningTest() local 316 void setStatus(Status s) { in setStatus() 407 private static <E> void assertIn(String message, E elem, E[] c) { in assertIn() 414 MockVrListenerService.EventType[] c) { in assertEventIn() 485 ComponentName c = new ComponentName(VrListenerVerifierActivity.this, in test() local 671 ComponentName c = new ComponentName(VrListenerVerifierActivity.this, in test() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PaintTest.java | 243 ColorFilter c = new ColorFilter(); in testSet() local 246 Shader s = new Shader(); in testSet() local 331 Shader s = new Shader(); in testAccessShader() local 349 Shader s = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT); in testShaderLocalMatrix() local 521 ColorFilter c = new ColorFilter(); in testAccessColorFilter() local 1129 ColorFilter c = new ColorFilter(); in testReset() local 1132 Shader s = new Shader(); in testReset() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | md5_utils.cpp | 150 #define MD5STEP(f,w,x,y,z,in,s) \ argument 160 /*register*/ UWORD32 a, b, c, d; in MD5Transform() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | PrecomputedTextTest.java | 198 final CharSequence s = PrecomputedText.create(STRING, param); in testCharSequenceInteface() local 219 final Spanned s = PrecomputedText.create(SPANNED, param); in testSpannedInterface_Spanned() local 237 final Spannable s = PrecomputedText.create(STRING, param); in testSpannedInterface_Spannable() local 258 final Spannable s = PrecomputedText.create(SPANNED, param); in testSpannedInterface_Spannable_setSpan_MetricsAffectingSpan() local 265 final Spannable s = PrecomputedText.create(SPANNED, param); in testSpannedInterface_Spannable_removeSpan_MetricsAffectingSpan() local 272 final Spanned s = PrecomputedText.create(STRING, param); in testSpannedInterface_String() local 650 final Canvas c = new Canvas(bmp); in drawToBitmap() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 152 CameraCharacteristics c = mCharacteristics.get(i); in testAvailableStreamConfigs() local 388 private void verifyCommonRecommendedConfiguration(String id, CameraCharacteristics c, in verifyCommonRecommendedConfiguration() 497 private void verifyRecommendedPreviewConfiguration(String cameraId, CameraCharacteristics c, in verifyRecommendedPreviewConfiguration() 510 private void verifyRecommendedVideoConfiguration(String cameraId, CameraCharacteristics c, in verifyRecommendedVideoConfiguration() 587 private void verifyRecommendedSnapshotConfiguration(String cameraId, CameraCharacteristics c, in verifyRecommendedSnapshotConfiguration() 607 CameraCharacteristics c, in verifyRecommendedVideoSnapshotConfiguration() 632 CameraCharacteristics c, RecommendedStreamConfigurationMap rawConfig) { in verifyRecommendedRawConfiguration() 654 private void verifyRecommendedZSLConfiguration(String cameraId, CameraCharacteristics c, in verifyRecommendedZSLConfiguration() 753 private void verifyRecommendedLowLatencyConfiguration(String cameraId, CameraCharacteristics c, in verifyRecommendedLowLatencyConfiguration() 774 CameraCharacteristics c = mCharacteristics.get(i); in testRecommendedStreamConfigurations() local [all …]
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseCursorTest.java | 118 String s = new String("text"); in testBlob() local 188 String s = testCursor.getString(dataColumn); in testCursor1() local 287 SQLiteCursor c; field in DatabaseCursorTest.TestObserver
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
D | JvmtiTaggingTest.java | 145 public GetTaggedObjectsExpectation(int c) { in GetTaggedObjectsExpectation() 172 String s = "Not equal: " + p1 + "[" + System.identityHashCode(p1.obj) + in check() local
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | BatteryStatsIncidentTest.java | 109 private static void testSystemProto(SystemProto s) throws Exception { in testSystemProto() 354 UidProto.Cpu c = u.getCpu(); in testUidProto() local
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 307 private static void closeQuietly(Closeable c) { in closeQuietly() 318 FileDescriptor s; in checkPing() local 457 private void checkConnectionOwnerUidUdp(DatagramSocket s, boolean expectSuccess) { in checkConnectionOwnerUidUdp() 465 private void checkConnectionOwnerUidTcp(Socket s) { in checkConnectionOwnerUidTcp() 474 DatagramSocket s; in checkUdpEcho() local 530 Socket s = new Socket(host, port); in openSocketFd() local
|
/cts/tests/tests/net/src/android/net/cts/ |
D | UriTest.java | 186 Uri c = new Uri.Builder() in testEqualsAndHashCode() local 219 private static void assertEncodeDecodeRoundtripExact(String s) { in assertEncodeDecodeRoundtripExact()
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 256 float s = (float) sinf(radians); in newRotate() local 257 float c = (float) cosf(radians); in newRotate() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AdaptiveIconDrawableTest.java | 51 public static void L(String s, Object... parts) { in L() 80 Canvas c = new Canvas(); in testDraw() local
|