/cts/tests/tests/text/src/android/text/cts/ |
D | HtmlTest.java | 95 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/ |
D | GpsTestActivity.java | 36 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/ |
D | AlignmentSpan_StandardTest.java | 68 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
|
D | LeadingMarginSpan_StandardTest.java | 75 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/ |
D | PingTest.java | 90 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/ |
D | ServiceStateTest.java | 76 private void checkOffStatus(ServiceState s) { in checkOffStatus() 86 protected void copyFrom(ServiceState s) { in copyFrom()
|
/cts/libs/vogar-expect/src/vogar/util/ |
D | LogOutput.java | 23 void verbose(String s); in verbose() 32 void info(String s); in info()
|
D | Log.java | 29 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/ |
D | ComputeTest.java | 205 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
|
D | rsAllocationCopyTest.java | 45 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
|
D | KernelTest.java | 462 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local 483 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
|
D | ForEachTest.java | 462 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local 483 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
|
D | VLoadTest.java | 96 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/ |
D | DasmError.java | 27 public DasmError(String s) { in DasmError()
|
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 25 InvalidFormatException(String s) { in InvalidFormatException()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ShapeHolder.java | 94 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/ |
D | Test_const_string_jumbo.java | 29 String s = t.run(); in testN1() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/ |
D | Test_const_string.java | 29 String s = t.run(); in testN1() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | DialerFilterTest.java | 407 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/ |
D | FlashlightTest.java | 348 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/ |
D | MonkeyTest.java | 43 Scanner s = new Scanner(logs); in assertIsUserAMonkey() local
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | ClassLoaderStaticNonce.java | 36 public static void log(String s) { in log()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | PasswordTransformationMethodTest.java | 234 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/ |
D | SearchRecentSuggestionsProviderTest.java | 47 final MockSRSProvider s = new MockSRSProvider(); in testSearchRecentSuggestionsProvider() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
D | TSuper.java | 47 public void testString(String s) { in testString()
|