HomeSort by relevance Sort by last modified time
    Searched defs:standard (Results 1 - 11 of 11) sorted by null

  /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...]
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...]
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...]
  /external/iptables/extensions/
libip6t_standard.c 1 /* Shared library add-on to iptables for standard target support. */
15 "Standard v%s options:\n"
50 static struct ip6tables_target standard = { variable in typeref:struct:ip6tables_target
51 .name = "standard",
65 register_target6(&standard);
libipt_standard.c 1 /* Shared library add-on to iptables for standard target support. */
15 "Standard v%s options:\n"
51 struct iptables_target standard = { variable in typeref:struct:iptables_target
53 .name = "standard",
68 register_target(&standard);
  /external/chromium/third_party/icu/source/test/cintltst/
stdnmtst.c 38 static int dotestname(const char *name, const char *standard, const char *expected) {
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
    [all...]
  /external/icu4c/test/cintltst/
stdnmtst.c 38 static int dotestname(const char *name, const char *standard, const char *expected) {
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
    [all...]
  /libcore/luni/src/test/java/tests/xml/
DomTest.java 85 + " <name a:standard=\"strawberry\" deluxe=\"&sp;\">Waffles</name>\n"
108 private Attr standard; field in class:DomTest
151 standard = name.getAttributeNode("a:standard");
179 itemXmlnsA, name, standard, deluxe, waffles, description,
217 assertEquals("http://addons", standard.lookupNamespaceURI("a"));
249 assertEquals("http://food", standard.lookupNamespaceURI(null));
287 assertEquals("a", standard.lookupPrefix("http://addons"));
331 assertEquals(null, standard.lookupPrefix("http://usda"));
363 assertTrue(standard.isDefaultNamespace("http://food"))
    [all...]
  /bionic/libc/kernel/common/linux/
msm_q6venc.h 135 unsigned int standard; member in struct:venc_common_config
  /external/freetype/include/freetype/internal/
psaux.h 778 FT_CMap_Class standard; member in struct:T1_CMap_ClassesRec_
    [all...]
  /external/kernel-headers/original/linux/
msm_q6venc.h 152 unsigned int standard; member in struct:venc_common_config

Completed in 165 milliseconds