Home
last modified time | relevance | path

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

12345678910

/cts/tests/tests/graphics/jni/
DVulkanProfiles.cpp175 …VkPhysicalDeviceFeatures2KHR* s = static_cast<VkPhysicalDeviceFeatures2KHR*>(static_cast<void*>(p)… in __anond1c19fd70102() local
196 …VkPhysicalDeviceFeatures2KHR* s = static_cast<VkPhysicalDeviceFeatures2KHR*>(static_cast<void*>(p)… in __anond1c19fd70202() local
221 …VkPhysicalDeviceProperties2KHR* s = static_cast<VkPhysicalDeviceProperties2KHR*>(static_cast<void*… in __anond1c19fd70302() local
311 …VkPhysicalDeviceProperties2KHR* s = static_cast<VkPhysicalDeviceProperties2KHR*>(static_cast<void*… in __anond1c19fd70402() local
412 … VkFormatProperties2KHR* s = static_cast<VkFormatProperties2KHR*>(static_cast<void*>(p)); in __anond1c19fd70502() local
423 … VkFormatProperties2KHR* s = static_cast<VkFormatProperties2KHR*>(static_cast<void*>(p)); in __anond1c19fd70602() local
437 … VkFormatProperties2KHR* s = static_cast<VkFormatProperties2KHR*>(static_cast<void*>(p)); in __anond1c19fd70702() local
449 … VkFormatProperties2KHR* s = static_cast<VkFormatProperties2KHR*>(static_cast<void*>(p)); in __anond1c19fd70802() local
464 … VkFormatProperties2KHR* s = static_cast<VkFormatProperties2KHR*>(static_cast<void*>(p)); in __anond1c19fd70902() local
476 … VkFormatProperties2KHR* s = static_cast<VkFormatProperties2KHR*>(static_cast<void*>(p)); in __anond1c19fd70a02() local
[all …]
/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
146 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testAction() local
170 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testInt() local
183 Slice s = mSliceManager.bindSlice(uri, in testTimestamp() local
199 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testHints() local
212 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testHasHints() local
222 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testBundle() local
[all …]
/cts/hostsidetests/media/app/MediaMetricsTest/src/android/media/metrics/cts/
DMediaMetricsAtomHostSideTests.java100 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackStateEvent_default() local
113 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackStateEvent() local
129 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackErrorEvent_default() local
143 PlaybackSession s = manager.createPlaybackSession(); in testPlaybackErrorEvent() local
161 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_default() local
173 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_text() local
195 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_audio() local
219 PlaybackSession s = manager.createPlaybackSession(); in testTrackChangeEvent_video() local
245 PlaybackSession s = manager.createPlaybackSession(); in testNetworkEvent_default() local
257 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 …]
/cts/tests/tests/os/src/android/os/cts/
DPerformanceHintManagerTest.java108 Session s = createSession(); in testUpdateTargetWorkDuration() local
123 Session s = createSession(); in testUpdateTargetWorkDurationWithNegativeDuration() local
140 Session s = createSession(); in testReportActualWorkDuration() local
158 Session s = createSession(); in testReportActualWorkDurationWithIllegalArgument() local
177 Session s = createSession(); in testSendHint() local
186 Session s = createSession(); in testSendHintWithNegativeHint() local
195 Session s = createSession(); in testCloseHintSession() local
239 Session s = createSession(); in testSetThreads() local
260 Session s = createSession(); in testSetThreadsWithEmptyList() local
/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
DKernelTest.java523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local
547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
DForEachTest.java523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local
547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
/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/ndef/src/android/ndef/cts/
DNdefTest.java436 String s = new String("Hello"); in testCreateTextRecord() local
574 String s = new String("testFormatException"); in testFormatException() local
601 StringBuilder s = new StringBuilder(); in bytesToString() 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/nfc/src/android/nfc/cts/
DTagLostExceptionTest.java16 String s = new String("testTagLostException"); in testTagLostException() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java135 Stats s = evaluateLightBarBitmap(bitmap, LIGHT_BG_COLOR, 0); in testLightStatusBarIcons() local
163 Stats s = evaluateDarkBarBitmap(bitmap, LIGHT_BG_COLOR, 0); in testAppearanceCanOverwriteLegacyFlags() local
191 Stats s = evaluateDarkBarBitmap(bitmap, LIGHT_BG_COLOR, 0); in testLegacyFlagsCannotOverwriteAppearance() local
211 Stats s = evaluateLightBarBitmap(bitmap, LIGHT_BG_COLOR, activity.getBottom()); in testLightNavigationBar() local
254 Stats s = evaluateDarkBarBitmap(bitmap, Color.TRANSPARENT, 0); in testLightBarIsNotAllowed_fitStatusBar() local
280 Stats s = evaluateDarkBarBitmap(bitmap, Color.BLACK, 0); in testLightBarIsNotAllowed_fitDisplayCutout() local
338 private void assertStats(Bitmap bitmap, Stats s, boolean light) { in assertStats()
428 Stats s = new Stats(); in evaluateBarBitmap() local

12345678910