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

1 2 3 4

  /cts/tests/tests/text/src/android/text/style/cts/
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
82 Standard standard = new LeadingMarginSpan.Standard(first, rest); local
103 Standard standard = new LeadingMarginSpan.Standard(10); local
115 Standard standard = new Standard(1); local
127 Standard standard = new Standard(1); local
143 Standard standard = new Standard(p); local
155 Standard standard = new Standard(p); local
    [all...]
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
73 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
91 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
103 Standard standard = new Standard(Alignment.ALIGN_NORMAL); local
120 Standard standard = new Standard(p); local
131 Standard standard = new Standard(p); local
142 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/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...]
  /external/skia/bench/
BenchSysTimer_c.h 6 #warning standard clocks
  /development/ndk/samples/test-libstdc++/jni/
Android.mk 1 # A simple test for the minimal standard C++ library
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
c++0x_warning.h 24 * This is a Standard C++ Library header.
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 24 * This is a Standard C++ Library header.
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 24 * This is a Standard C++ Library header.
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 24 * This is a Standard C++ Library header.
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
  /bionic/libc/arch-arm/bionic/
crtbegin_so.S 34 # standard.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 6 (* Install standard binary operators.
  /external/qemu/
Android.mk 3 # standard QEMU Makefile
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 8 (* Install standard binary operators.
  /external/stlport/etc/
STLport-4.5.1.spec 3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
29 C++ standard library, including <complex> and SGI STL iostreams. If you
STLport-4.5.3.spec 3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
29 C++ standard library, including <complex> and SGI STL iostreams. If you
STLport-4.6.spec 3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
29 C++ standard library, including <complex> and SGI STL iostreams. If you
  /ndk/tests/build/stdint-c++/jni/
Android.mk 2 # follow the standard with regards to limit- and constant- related macros
  /external/llvm/lib/CodeGen/
Spiller.cpp 32 enum SpillerName { trivial, standard, inline_ }; enumerator in enum:__anon8168::SpillerName
37 cl::desc("Spiller to use: (default: standard)"),
40 clEnumVal(standard, "default spiller"),
43 cl::init(standard));
238 case standard: return new StandardSpiller(pass, mf, vrm);
  /external/dhcpcd/mk/
cc.mk 6 # Default to using the C99 standard
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 13 (* Install standard binary operators.
  /external/icu4c/tools/gencnval/
gencnval.c 60 /* The maximum number of aliases that a standard tag/converter combination can have.
135 /* Were the standard tags declared before the aliases. */
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
642 @param standard When standard is 0, then it's the "empty" tag.
645 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) {
651 if(standard>=MAX_TAG_COUNT) {
652 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
659 aliasList = &tags[standard].aliasList[converter]
    [all...]

Completed in 422 milliseconds

1 2 3 4