Home
last modified time | relevance | path

Searched +defs:s +defs:c (Results 1 – 25 of 33) sorted by relevance

12

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DIccUtils.java54 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/
DSearchRecentSuggestionsProviderTest.java46 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/
DSearchView_CursorTest.java74 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/
DParcelTest.java215 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 …]
DBundleTest.java218 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/
Dandroid_hardware_cts_SensorNativeTest.cpp58 for (auto s : sensorTypes) { in test() local
59 for (auto c : channelTypes) { in test() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java476 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 …]
DSensorManagerStaticTest.java217 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/
DCookieManagerTest.java170 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/
DJsonReader.java663 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/
DSurfaceControlTest.java110 Surface s = new Surface(sc); in fillWithColor() local
112 Canvas c = s.lockHardwareCanvas(); in fillWithColor() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java417 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
DTarget.java121 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/
DVrListenerVerifierActivity.java145 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/
DPaintTest.java243 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/
Dmd5_utils.cpp150 #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/
DPrecomputedTextTest.java198 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/
DExtendedCameraCharacteristicsTest.java152 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/
DDatabaseCursorTest.java118 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/
DJvmtiTaggingTest.java145 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/
DBatteryStatsIncidentTest.java109 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/
DVpnTest.java307 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/
DUriTest.java186 Uri c = new Uri.Builder() in testEqualsAndHashCode() local
219 private static void assertEncodeDecodeRoundtripExact(String s) { in assertEncodeDecodeRoundtripExact()
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp256 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/
DAdaptiveIconDrawableTest.java51 public static void L(String s, Object... parts) { in L()
80 Canvas c = new Canvas(); in testDraw() local

12