Home
last modified time | relevance | path

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

12345678

/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
162 Slice s = new Slice.Builder(BASE_URI, SPEC) in testActionSubtype() local
181 Slice s = new Slice.Builder(BASE_URI, SPEC) in testSubsliceSubtype() local
197 Slice s = new Slice.Builder(BASE_URI, new SliceSpec("spec", 3)) in testSpec() local
208 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/text/src/android/text/cts/
DHtmlTest.java111 Spanned s = Html.fromHtml("<font color=\"#00FF00\">something</font>"); in testColor() local
158 Spanned s = Html.fromHtml("<font color=\"green\">GREEN</font>", flags); in testUseCssColor() local
189 Spanned s = Html.fromHtml("<span style=\"color:#FF0000; background-color:#00FF00; " in testStylesFromHtml() local
206 SpannableString s = new SpannableString("Hello world"); in testParagraphs() local
235 SpannableString s = new SpannableString("LTR Text"); in testBidi() local
251 SpannableString s = new SpannableString("Hello world"); in testParagraphStyles() local
279 SpannableString s = new SpannableString("Bullet1\nBullet2\nNormal paragraph"); in testBulletSpan() local
295 SpannableString s = new SpannableString("Hello world"); in testBlockquote() local
310 SpannableString s = new SpannableString("Hello <&> world"); in testEntities() local
327 SpannableString s = new SpannableString("Hello bold world"); in testMarkup() local
[all …]
DGetCharsTest.java39 private static GetChars[] makeGetChars(String s) { in makeGetChars()
/cts/tests/autofillservice/src/android/autofillservice/cts/
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/tests/tests/net/src/android/net/ipv6/cts/
DPingTest.java90 FileDescriptor s = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6); in createPingSocket() local
98 private void sendPing(FileDescriptor s, in sendPing()
111 private void checkResponse(FileDescriptor s, InetAddress dest, in checkResponse()
162 FileDescriptor s = createPingSocket(); in testLoopbackPing() 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/tests/location/src/android/location/cts/
DTestLocationListener.java53 public void onStatusChanged(String s, int i, Bundle bundle) { in onStatusChanged()
57 public void onProviderEnabled(String s) { in onProviderEnabled()
64 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
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/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()
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DSplitSystemUserTest.java39 private static String trim(String s) { in trim()
/cts/tests/camera/src/android/hardware/camera2/cts/
DFlashlightTest.java360 Integer s = mStatusQueue.poll(STATUS_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitOnStatusChange() local
372 Integer s = new Integer(STATUS_UNAVAILABLE); in onTorchModeUnavailable() local
384 Integer s; in onTorchModeChanged() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/
DTest_const_string.java29 String s = t.run(); in testN1() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string_jumbo/
DTest_const_string_jumbo.java29 String s = t.run(); in testN1() local

12345678