Home
last modified time | relevance | path

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

123456

/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/cts/
DHtmlTest.java101 Spanned s = Html.fromHtml("<font color=\"#00FF00\">something</font>"); in testColor() local
147 Spanned s = Html.fromHtml("<font color=\"green\">GREEN</font>", flags); in testUseCssColor() local
177 Spanned s = Html.fromHtml("<span style=\"color:#FF0000; background-color:#00FF00; " in testStylesFromHtml() local
193 SpannableString s = new SpannableString("Hello world"); in testParagraphs() local
221 SpannableString s = new SpannableString("Hello world"); in testParagraphStyles() local
248 SpannableString s = new SpannableString("Bullet1\nBullet2\nNormal paragraph"); in testBulletSpan() local
263 SpannableString s = new SpannableString("Hello world"); in testBlockquote() local
277 SpannableString s = new SpannableString("Hello <&> world"); in testEntities() local
293 SpannableString s = new SpannableString("Hello bold world"); in testMarkup() local
513 Spanned s = Html.fromHtml("yes<img src=\"http://example.com/foo.gif\">no"); in testImg() local
[all …]
/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/location/src/android/location/cts/
DTestLocationListener.java47 public void onStatusChanged(String s, int i, Bundle bundle) { in onStatusChanged()
51 public void onProviderEnabled(String s) { in onProviderEnabled()
58 public void onProviderDisabled(String s) { in onProviderDisabled()
/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/calendarcommon/src/com/android/calendarcommon2/
DEventRecurrence.java25 InvalidFormatException(String s) { in InvalidFormatException()
/cts/tools/dasm/src/dasm/
DDasmError.java27 public DasmError(String s) { in DasmError()
/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/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/multiuser/src/android/multiuser/cts/
DSplitSystemUserTest.java46 private static String trim(String s) { in trim()
/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/camera/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/hardware/src/android/hardware/cts/
DSensorAdditionalInfoTest.java81 private void runSensorAdditionalInfoTest(Sensor s) throws AssertionError { in runSensorAdditionalInfoTest()
118 public AdditionalInfoVerifier(Sensor s) { in AdditionalInfoVerifier()
/cts/tests/tests/jni/src/android/jni/cts/
DClassLoaderStaticNonce.java36 public static void log(String s) { in log()

123456