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

  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 22 import android.text.style.AlignmentSpan.Standard;
27 * Test {@link Standard}.
31 new Standard(Alignment.ALIGN_CENTER);
33 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
36 standard.writeToParcel(p, 0);
38 new Standard(p);
45 Standard standard = new Standard(Alignment.ALIGN_NORMAL) local
56 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
61 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
71 Standard standard = new Standard(p); local
82 Standard standard = new Standard(p); local
93 Standard standard = new Standard(p); local
    [all...]
LeadingMarginSpan_StandardTest.java 22 import android.text.style.LeadingMarginSpan.Standard;
28 new Standard(1, 2);
29 new Standard(3);
30 new Standard(-1, -2);
31 new Standard(-3);
33 Standard standard = new Standard(10, 20); local
36 standard.writeToParcel(p, 0);
38 new Standard(p)
48 Standard standard = new LeadingMarginSpan.Standard(first, rest); local
58 Standard standard = new LeadingMarginSpan.Standard(10); local
63 Standard standard = new Standard(1); local
68 Standard standard = new Standard(1); local
78 Standard standard = new Standard(p); local
90 Standard standard = new Standard(p); local
    [all...]
TabStopSpan_StandardTest.java 21 import android.text.style.TabStopSpan.Standard;
25 new TabStopSpan.Standard(3);
27 new TabStopSpan.Standard(-3);
31 Standard standard = new Standard(3); local
32 assertEquals(3, standard.getTabStop());
34 standard = new Standard(-4);
35 assertEquals(-4, standard.getTabStop())
    [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/libcore/xml/
DomTest.java 84 + " <name a:standard=\"strawberry\" deluxe=\"&sp;\">Waffles</name>\n"
107 private Attr standard; field in class:DomTest
150 standard = name.getAttributeNode("a:standard");
178 itemXmlnsA, name, standard, deluxe, waffles, description,
214 assertEquals("http://addons", standard.lookupNamespaceURI("a"));
246 assertEquals("http://food", standard.lookupNamespaceURI(null));
284 assertEquals("a", standard.lookupPrefix("http://addons"));
328 assertEquals(null, standard.lookupPrefix("http://usda"));
360 assertTrue(standard.isDefaultNamespace("http://food"))
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 1228 android_native_rect_t standard = {10, 20, 330, 200}; local
    [all...]
  /bionic/libc/kernel/common/linux/
msm_q6venc.h 152 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
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 148 milliseconds