Home
last modified time | relevance | path

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

12345

/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java95 Spanned s = Html.fromHtml("<font color=\"#00FF00\">something</font>"); in testColor() local
114 SpannableString s = new SpannableString("Hello world"); in testParagraphs() local
132 SpannableString s = new SpannableString("Hello world"); in testBlockquote() local
145 SpannableString s = new SpannableString("Hello <&> world"); in testEntities() local
158 SpannableString s = new SpannableString("Hello bold world"); in testMarkup() local
202 Spanned s = Html.fromHtml("yes<img src=\"http://example.com/foo.gif\">no"); in testImg() local
208 Spanned s = Html.fromHtml("<p>\u0124\u00eb\u0142\u0142o, world!</p>"); in testUtf8() local
213 Spanned s = Html.fromHtml("\ud83d\udc31"); in testSurrogates() local
218 Spanned s = Html.fromHtml("\udc31\ud83d"); in testBadSurrogates() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DGpsTestActivity.java36 public void log(String s); in log()
38 public void fail(String s); in fail()
127 public void log(String s) { in log()
140 private void log(String s, int color) { in log()
150 public void fail(String s) { in fail()
/cts/tests/tests/text/src/android/text/style/cts/
DAlignmentSpan_StandardTest.java68 Standard s = new Standard(Alignment.ALIGN_NORMAL); in testWriteToParcel() local
79 Standard s = new Standard(Alignment.ALIGN_OPPOSITE); in testWriteToParcel() local
90 Standard s = new Standard(Alignment.ALIGN_CENTER); in testWriteToParcel() local
DLeadingMarginSpan_StandardTest.java75 Standard s = new Standard(10, 20); in testWriteToParcel() local
87 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/tests/tests/telephony/src/android/telephony/cts/
DServiceStateTest.java76 private void checkOffStatus(ServiceState s) { in checkOffStatus()
86 protected void copyFrom(ServiceState s) { in copyFrom()
/cts/libs/vogar-expect/src/vogar/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/tests/tests/renderscript/src/android/renderscript/cts/
DComputeTest.java205 private boolean initializeGlobals(ScriptC_primitives s) { in initializeGlobals()
323 private void checkInit(ScriptC_array_init s) { in checkInit()
394 private boolean initializeVector(ScriptC_vector s) { in initializeVector()
669 ScriptC_vector s = new ScriptC_vector(mRS); in testVector() local
681 ScriptC_MatrixTest s = new ScriptC_MatrixTest(mRS); in testMatrix() local
688 private boolean initializeStructObject(ScriptC_struct_object s) { in initializeStructObject()
697 ScriptC_struct_object s = in testStructObject() local
745 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.java462 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local
483 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
DForEachTest.java462 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local
483 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
DVLoadTest.java96 private void verify(byte[] a1, byte[] a2, String s) { in verify()
107 private void verify(short[] a1, short[] a2, String s) { in verify()
118 private void verify(int[] a1, int[] a2, String s) { in verify()
129 private void verify(long[] a1, long[] a2, String s) { in verify()
140 private void verify(float[] a1, float[] a2, String s) { in verify()
151 private void verify(double[] a1, double[] a2, String s) { in verify()
/cts/tools/dasm/src/dasm/
DDasmError.java27 public DasmError(String s) { in DasmError()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DEventRecurrence.java25 InvalidFormatException(String s) { in InvalidFormatException()
/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/tools/vm-tests-tf/src/dot/junit/opcodes/const_string_jumbo/
DTest_const_string_jumbo.java29 String s = t.run(); in testN1() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/
DTest_const_string.java29 String s = t.run(); in testN1() local
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java407 public MockTextWatcher(final String s) { in MockTextWatcher()
411 public void beforeTextChanged(final CharSequence s, final int start, final int count, in beforeTextChanged()
416 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged()
422 public void afterTextChanged(final Editable s) { in afterTextChanged()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DFlashlightTest.java348 Integer s = mStatusQueue.poll(STATUS_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitOnStatusChange() local
360 Integer s = new Integer(STATUS_UNAVAILABLE); in onTorchModeUnavailable() local
372 Integer s; in onTorchModeChanged() local
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DMonkeyTest.java43 Scanner s = new Scanner(logs); in assertIsUserAMonkey() local
/cts/tests/tests/jni/src/android/jni/cts/
DClassLoaderStaticNonce.java36 public static void log(String s) { in log()
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java234 public void afterTextChanged(Editable s) { in afterTextChanged()
240 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
253 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/cts/tests/tests/content/src/android/content/cts/
DSearchRecentSuggestionsProviderTest.java47 final MockSRSProvider s = new MockSRSProvider(); in testSearchRecentSuggestionsProvider() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
DTSuper.java47 public void testString(String s) { in testString()

12345