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

1 2 3 4 5 6 7 8 91011>>

  /external/libpng/tests/
pngvalid-progressive-standard 2 exec ./pngvalid --strict --standard --progressive-read
pngvalid-standard 2 exec ./pngvalid --strict --standard
pngvalid-progressive-interlace-standard 2 exec ./pngvalid --strict --standard --progressive-read --interlace
  /cts/tests/tests/text/src/android/text/style/cts/
LeadingMarginSpan_StandardTest.java 25 import android.text.style.LeadingMarginSpan.Standard;
35 new Standard(1, 2);
36 new Standard(3);
37 new Standard(-1, -2);
38 new Standard(-3);
40 Standard standard = new Standard(10, 20); local
43 standard.writeToParcel(p, 0);
45 new Standard(p)
56 Standard standard = new LeadingMarginSpan.Standard(first, rest); local
67 Standard standard = new LeadingMarginSpan.Standard(10); local
73 Standard standard = new Standard(1); local
79 Standard standard = new Standard(1); local
90 Standard standard = new Standard(p); local
102 Standard standard = new Standard(p); local
    [all...]
AlignmentSpan_StandardTest.java 25 import android.text.style.AlignmentSpan.Standard;
31 * Test {@link Standard}.
38 new Standard(Alignment.ALIGN_CENTER);
40 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
43 standard.writeToParcel(p, 0);
45 new Standard(p);
53 Standard standard = new Standard(Alignment.ALIGN_NORMAL) local
65 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
71 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
82 Standard standard = new Standard(p); local
93 Standard standard = new Standard(p); local
104 Standard standard = new Standard(p); local
    [all...]
TabStopSpan_StandardTest.java 24 import android.text.style.TabStopSpan.Standard;
34 new TabStopSpan.Standard(3);
36 new TabStopSpan.Standard(-3);
41 Standard standard = new Standard(3); local
42 assertEquals(3, standard.getTabStop());
44 standard = new Standard(-4);
45 assertEquals(-4, standard.getTabStop())
    [all...]
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 39 static int dotestname(const char *name, const char *standard, const char *expected) {
46 tag = ucnv_getStandardName(name, standard, &error);
48 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
51 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
67 const char *standard; local
70 standard = ucnv_getStandard(i, &err);
74 } else if (!standard || !*standard) {
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
ArabicShapingRegTest.java 60 public static final int STANDARD = 0;
64 public static TestData standard(String source, int flags, String result) { method in class:ArabicShapingRegTest.TestData
65 return new TestData(STANDARD, source, flags, result, 0, null);
85 private static final String[] typenames = { "standard", "preflight", "error" };
204 TestData.standard(lamAlefSpecialVLTR,
213 TestData.standard(lamAlefSpecialVLTR,
222 TestData.standard(lamAlefSpecialVLTR,
231 TestData.standard(lamAlefSpecialVLTR,
241 TestData.standard(lamAlefSpecialVLTR,
250 TestData.standard(lamAlefSpecialVLTR
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingRegTest.java 59 public static final int STANDARD = 0;
63 public static TestData standard(String source, int flags, String result) { method in class:ArabicShapingRegTest.TestData
64 return new TestData(STANDARD, source, flags, result, 0, null);
84 private static final String[] typenames = { "standard", "preflight", "error" };
203 TestData.standard(lamAlefSpecialVLTR,
212 TestData.standard(lamAlefSpecialVLTR,
221 TestData.standard(lamAlefSpecialVLTR,
230 TestData.standard(lamAlefSpecialVLTR,
240 TestData.standard(lamAlefSpecialVLTR,
249 TestData.standard(lamAlefSpecialVLTR
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
FlexibleScalarStylesInJavaBeanTest.java 82 Set<Property> standard = super.getProperties(type); local
84 sorted.addAll(standard);
121 NodeTuple standard = super.representJavaBeanProperty(javaBean, property, local
126 SequenceNode n = (SequenceNode) standard.getValueNode();
127 return new NodeTuple(standard.getKeyNode(), new SequenceNode(n.getTag(),
135 ScalarNode n = (ScalarNode) standard.getValueNode();
136 return new NodeTuple(standard.getKeyNode(), new ScalarNode(n.getTag(),
140 return standard;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
group1a.d 4 # The RX port uses non-standard section names.
group2.d 4 # The RX port uses non-standard section names.
groupautoa.d 4 # The RX port uses non-standard section names.
section4.d 3 # The RX port uses non-standard section names.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group2.d 5 # cr16 and crx use non-standard scripts with memory regions, which don't play
7 # xstormy also uses a non-standard script, putting .data before .text.
group4.d 5 # cr16 and crx use non-standard scripts with memory regions, which don't play
7 # xstormy also uses a non-standard script, putting .data before .text.
group5.d 5 # cr16 and crx use non-standard scripts with memory regions, which don't play
7 # xstormy also uses a non-standard script, putting .data before .text.
group6.d 5 # cr16 and crx use non-standard scripts with memory regions, which don't play
7 # xstormy also uses a non-standard script, putting .data before .text.
init-fini-arrays.d 6 # cr16 and crx use non-standard scripts with memory regions, which don't play
orphan2.d 5 # xstormy uses a non-standard script, resulting is unexpected section order
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
c++0x_warning.h 33 ISO C++ 2011 standard. This support is currently experimental, and must be \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
c++0x_warning.h 33 ISO C++ 2011 standard. This support is currently experimental, and must be \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
c++0x_warning.h 33 ISO C++ 2011 standard. This support is currently experimental, and must be \
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
c++0x_warning.h 33 ISO C++ 2011 standard. This support is currently experimental, and must be \

Completed in 1755 milliseconds

1 2 3 4 5 6 7 8 91011>>