HomeSort by relevance Sort by last modified time
    Searched full:standard (Results 1 - 25 of 5364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/testsuite/config/
default.exp 1 load_lib "standard.exp"
  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 27 import android.text.style.AlignmentSpan.Standard;
32 * Test {@link Standard}.
34 @TestTargetClass(Standard.class)
39 notes = "Test constructor(s) of Standard.",
40 method = "AlignmentSpan.Standard",
45 notes = "Test constructor(s) of Standard.",
46 method = "AlignmentSpan.Standard",
52 new Standard(Alignment.ALIGN_CENTER);
54 Standard standard = new Standard(Alignment.ALIGN_NORMAL) local
70 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
88 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
100 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
116 Standard standard = new Standard(p); local
    [all...]
TabStopSpan_StandardTest.java 21 import android.text.style.TabStopSpan.Standard;
27 @TestTargetClass(Standard.class)
31 notes = "Test constructor(s) of Standard.",
32 method = "TabStopSpan.Standard",
36 new TabStopSpan.Standard(3);
38 new TabStopSpan.Standard(-3);
48 Standard standard = new Standard(3); local
49 assertEquals(3, standard.getTabStop())
    [all...]
LeadingMarginSpan_StandardTest.java 27 import android.text.style.LeadingMarginSpan.Standard;
31 @TestTargetClass(Standard.class)
36 notes = "Test constructor(s) of Standard.",
37 method = "LeadingMarginSpan.Standard",
42 notes = "Test constructor(s) of Standard.",
43 method = "LeadingMarginSpan.Standard",
48 notes = "Test constructor(s) of Standard.",
49 method = "LeadingMarginSpan.Standard",
55 new Standard(1, 2);
56 new Standard(3)
60 Standard standard = new Standard(10, 20); local
79 Standard standard = new LeadingMarginSpan.Standard(first, rest); local
100 Standard standard = new LeadingMarginSpan.Standard(10); local
112 Standard standard = new Standard(1); local
124 Standard standard = new Standard(1); local
139 Standard standard = new Standard(p); local
    [all...]
  /external/e2fsprogs/tests/m_std/
script 1 DESCRIPTION="standard filesystem options"
  /external/qemu/android/utils/
timezone.c 427 { "AUS Central Standard Time" , "Australia/Darwin" },
428 { "AUS Eastern Standard Time" , "Australia/Sydney" },
429 { "Acre Standard Time" , "America/Rio_Branco" },
430 { "Afghanistan Standard Time" , "Asia/Kabul" },
431 { "Africa_Central Standard Time" , "Africa/Kigali" },
432 { "Africa_Eastern Standard Time" , "Africa/Kampala" },
433 { "Africa_FarWestern Standard Time" , "Africa/El_Aaiun" },
434 { "Africa_Southern Standard Time" , "Africa/Johannesburg" },
435 { "Africa_Western Standard Time" , "Africa/Niamey" },
436 { "Aktyubinsk Standard Time" , "Asia/Aqtobe" }
    [all...]
  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT_EMPTY.S 3 * invoke-direct-empty is a no-op in a "standard" interpreter.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
socketvar.h 2 already defined in the standard header. */
  /external/stlport/test/unit/
algorithm_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
assert_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
bitset_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
c_limits_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
c_locale_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
cassert_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
cctype_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
cerrno_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
cfloat_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
ciso646_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
climits_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
clocale_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
cmath_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
complex_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
csetjmp_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
csignal_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
cstdarg_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
4 * Additionnaly, for C Standard headers that STLport expose, it can also be

Completed in 237 milliseconds

1 2 3 4 5 6 7 8 91011>>