HomeSort by relevance Sort by last modified time
    Searched refs:standard (Results 1 - 25 of 906) 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 
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18331.go 6 // for code that resides in the standard library.
9 //go:unknown // ERROR "//go:unknown is not allowed in the standard library"
12 //go:nowritebarrierc // ERROR "//go:nowritebarrierc is not allowed in the standard library"
15 //go:noesape // ERROR "//go:noesape is not allowed in the standard library"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18331.go 6 // for code that resides in the standard library.
9 //go:unknown // ERROR "//go:unknown is not allowed in the standard library"
12 //go:nowritebarrierc // ERROR "//go:nowritebarrierc is not allowed in the standard library"
15 //go:noesape // ERROR "//go:noesape is not allowed in the standard library"
  /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.27/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.
section11.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.27/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.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 \
  /external/skia/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp 80 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); local
82 if (kGLES_GrGLStandard == standard) {
84 } else if (kGL_GrGLStandard == standard) {

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>