Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 215) sorted by relevance

123456789

/cts/tests/tests/slice/src/android/slice/cts/
DSliceBuilderTest.java52 Slice s = new Slice.Builder(BASE_URI, SPEC) in testInt() local
70 Slice s = new Slice.Builder(BASE_URI, SPEC) in testIcon() local
88 Slice s = new Slice.Builder(BASE_URI, SPEC) in testText() local
106 Slice s = new Slice.Builder(BASE_URI, SPEC) in testLong() local
124 Slice s = new Slice.Builder(BASE_URI, SPEC) in testRemoteInput() local
142 Slice s = new Slice.Builder(BASE_URI, SPEC) in testBundle() local
163 Slice s = new Slice.Builder(BASE_URI, SPEC) in testActionSubtype() local
182 Slice s = new Slice.Builder(BASE_URI, SPEC) in testSubsliceSubtype() local
198 Slice s = new Slice.Builder(BASE_URI, new SliceSpec("spec", 3)) in testSpec() local
209 Slice s = new Slice.Builder(BASE_URI, SPEC) in testCallerNeeded() local
[all …]
DSliceBindingTest.java79 Slice s = mSliceManager.bindSlice(BASE_URI, in testSliceUri() local
88 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testSubSlice() local
104 Slice s = mSliceManager.bindSlice(uri, in testText() local
119 Slice s = mSliceManager.bindSlice(uri, in testIcon() local
145 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testAction() local
169 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testInt() local
182 Slice s = mSliceManager.bindSlice(uri, in testTimestamp() local
198 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testHints() local
211 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testHasHints() local
221 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testBundle() local
[all …]
/cts/tests/tests/os/src/android/os/cts/
DPerformanceHintManagerTest.java76 Session s = createSession(); in testUpdateTargetWorkDuration() local
83 Session s = createSession(); in testUpdateTargetWorkDurationWithNegativeDuration() local
92 Session s = createSession(); in testReportActualWorkDuration() local
102 Session s = createSession(); in testReportActualWorkDurationWithIllegalArgument() local
112 Session s = createSession(); in testCloseHintSession() local
/cts/hostsidetests/media/app/MediaMetricsTest/src/android/media/metrics/cts/
DMediaMetricsAtomHostSideTests.java90 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackStateEvent_default() local
103 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackStateEvent() local
119 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackErrorEvent_default() local
133 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackErrorEvent() local
151 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_default() local
163 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_text() local
185 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_audio() local
209 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_video() local
235 PlaybackSession s = manager.createPlaybackSession(); in testNetworkEvent_default() local
247 PlaybackSession s = manager.createPlaybackSession(); in testNetworkEvent() local
[all …]
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java167 Spanned s = Html.fromHtml(html); in testColor() local
202 Spanned s = Html.fromHtml(html); in testColorInvalid() local
216 Spanned s = Html.fromHtml("<font color=\"green\">GREEN</font>", flags); in testUseCssColor() local
247 Spanned s = Html.fromHtml("<span style=\"color:#FF0000; background-color:#00FF00; " in testStylesFromHtml() local
264 SpannableString s = new SpannableString("Hello world"); in testParagraphs() local
293 SpannableString s = new SpannableString("LTR Text"); in testBidi() local
309 SpannableString s = new SpannableString("Hello world"); in testParagraphStyles() local
337 SpannableString s = new SpannableString("Bullet1\nBullet2\nNormal paragraph"); in testBulletSpan() local
353 SpannableString s = new SpannableString("Hello world"); in testBlockquote() local
368 SpannableString s = new SpannableString("Hello <&> world"); in testEntities() local
[all …]
DGetCharsTest.java39 private static GetChars[] makeGetChars(String s) { in makeGetChars()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAntiTrimmerTextWatcher.java42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
48 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
52 public void afterTextChanged(Editable s) { in afterTextChanged()
DMultipleTimesTextWatcher.java53 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
57 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
63 public void afterTextChanged(Editable s) { in afterTextChanged()
/cts/tests/tests/text/src/android/text/style/cts/
DAlignmentSpan_StandardTest.java80 Standard s = new Standard(Alignment.ALIGN_NORMAL); in testWriteToParcel() local
91 Standard s = new Standard(Alignment.ALIGN_OPPOSITE); in testWriteToParcel() local
102 Standard s = new Standard(Alignment.ALIGN_CENTER); in testWriteToParcel() local
DLeadingMarginSpan_StandardTest.java88 Standard s = new Standard(10, 20); in testWriteToParcel() local
100 Standard s = new Standard(3); in testWriteToParcel() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractBaseTest.java81 void showToastAndLog(String s) { in showToastAndLog()
82 Log.d(getTag(), s); in showToastAndLog() local
86 void showToastAndLog(String s, Exception e) { in showToastAndLog()
87 Log.d(getTag(), s, e); in showToastAndLog() local
/cts/hostsidetests/jvmti/attaching/app/src/android/jvmti/
DJvmtiActivity.java56 void returnResult(final String s) { in returnResult()
88 private static native boolean didSeeLoadOf(String s); in didSeeLoadOf()
/cts/tests/location/common/src/android/location/cts/common/
DTestLocationListener.java59 public void onStatusChanged(String s, int i, Bundle bundle) { in onStatusChanged()
63 public void onProviderEnabled(String s) { in onProviderEnabled()
70 public void onProviderDisabled(String s) { in onProviderDisabled()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DComputeTest.java205 private boolean initializeGlobals(ScriptC_primitives s) { in initializeGlobals()
324 private void checkInit(ScriptC_array_init s) { in checkInit()
396 private boolean initializeVector(ScriptC_vector s) { in initializeVector()
671 ScriptC_vector s = new ScriptC_vector(mRS); in testVector() local
684 ScriptC_MatrixTest s = new ScriptC_MatrixTest(mRS); in testMatrix() local
692 private boolean initializeStructObject(ScriptC_struct_object s) { in initializeStructObject()
701 ScriptC_struct_object s = in testStructObject() local
751 ScriptC_negate s = new ScriptC_negate(mRS); in testForEach() local
DRsAllocationCopyTest.java45 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy1D_Byte() local
92 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy1D_Short() local
139 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy1D_Int() local
186 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy1D_Float() local
234 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy1D_Long() local
283 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy2D_Byte() local
339 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy2D_Short() local
395 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy2D_Int() local
451 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy2D_Float() local
507 ScriptC_rsallocationcopy s = new ScriptC_rsallocationcopy(mRS); in test_RsAllocationCopy2D_Long() local
DForEachTest.java523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local
547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
DKernelTest.java523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local
547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
DVLoadTest.java110 private void verify(byte[] a1, byte[] a2, String s) { in verify()
121 private void verify(short[] a1, short[] a2, String s) { in verify()
132 private void verify(int[] a1, int[] a2, String s) { in verify()
143 private void verify(long[] a1, long[] a2, String s) { in verify()
154 private void verify(float[] a1, float[] a2, String s) { in verify()
165 private void verify(double[] a1, double[] a2, String s) { in verify()
/cts/libs/vogar-expect/src/vogar/expect/util/
DLogOutput.java23 void verbose(String s); in verbose()
32 void info(String s); in info()
DLog.java29 public static void verbose(String s) { in verbose()
50 public static void info(String s) { in info()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/
Dpoc.c30 int s; in udp_send() local
47 int s; in udp_recv() local
/cts/tests/sensor/sensorratepermission/ReturnedRateInfo/src/android/sensorratepermission/cts/returnedrateinfo/
DReturnedRateInfoTest.java68 Sensor s = mSensorManager.getDefaultSensor(sensorType); in testGetMinDelayMethod() local
95 Sensor s = mSensorManager.getDefaultSensor(sensorType); in testGetHighestDirectReportRateLevelMethod() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java99 Stats s = evaluateLightBarBitmap(bitmap, LIGHT_BG_COLOR, 0); in testLightStatusBarIcons() local
126 Stats s = evaluateDarkBarBitmap(bitmap, LIGHT_BG_COLOR, 0); in testAppearanceCanOverwriteLegacyFlags() local
153 Stats s = evaluateDarkBarBitmap(bitmap, LIGHT_BG_COLOR, 0); in testLegacyFlagsCannotOverwriteAppearance() local
173 Stats s = evaluateLightBarBitmap(bitmap, LIGHT_BG_COLOR, activity.getBottom()); in testLightNavigationBar() local
216 Stats s = evaluateDarkBarBitmap(bitmap, Color.BLACK, 0); in testLightBarIsNotAllowed_fitStatusBar() local
241 Stats s = evaluateDarkBarBitmap(bitmap, Color.BLACK, 0); in testLightBarIsNotAllowed_fitDisplayCutout() local
288 private void assertStats(Bitmap bitmap, Stats s, boolean light) { in assertStats()
378 Stats s = new Stats(); in evaluateBarBitmap() local
/cts/tests/tests/animation/src/android/animation/cts/
DShapeHolder.java94 Shape s = mShape.getShape(); in setWidth() local
103 Shape s = mShape.getShape(); in setHeight() local
107 public ShapeHolder(ShapeDrawable s) { in ShapeHolder()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DEventRecurrence.java25 InvalidFormatException(String s) { in InvalidFormatException()

123456789