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

1 2 3 4 5 6 7 8 91011

  /external/libpng/tests/
pngvalid-progressive-interlace-standard 2 exec ./pngvalid --standard --progressive-read --interlace
pngvalid-progressive-standard 2 exec ./pngvalid --standard --progressive-read
pngvalid-standard 2 exec ./pngvalid --standard --progressive-read
  /cts/tests/tests/text/src/android/text/style/cts/
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...]
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...]
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/chromium_org/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/icu/icu4c/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/chromium_org/tools/gyp/test/mac/clang-cxx-language-standard/
c++98.cc 6 #error wrong c++ standard version
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL.cpp 37 SkFAIL("Unknown GL Standard");
45 if (kGLES_GrGLStandard == info.standard()) {
50 SkASSERT(kGL_GrGLStandard == info.standard());
54 SkASSERT(kGL_GrGLStandard == info.standard());
57 SkASSERT(kGL_GrGLStandard == info.standard());
60 SkASSERT(kGL_GrGLStandard == info.standard());
GrGLCaps.cpp 100 GrGLStandard standard = ctxInfo.standard(); local
107 if (kGLES_GrGLStandard == standard) {
111 SkASSERT(kGL_GrGLStandard == standard);
129 if (kGL_GrGLStandard == standard) {
137 if (kGL_GrGLStandard == standard) {
144 if (kGL_GrGLStandard == standard) {
159 fTextureUsageSupport = (kGLES_GrGLStandard == standard) &&
162 if (kGL_GrGLStandard == standard) {
176 if (kGL_GrGLStandard == standard) {
379 GrGLStandard standard = ctxInfo.standard(); local
438 GrGLStandard standard = ctxInfo.standard(); local
    [all...]
  /external/skia/src/gpu/gl/
GrGLSL.cpp 37 SkFAIL("Unknown GL Standard");
45 if (kGLES_GrGLStandard == info.standard()) {
50 SkASSERT(kGL_GrGLStandard == info.standard());
54 SkASSERT(kGL_GrGLStandard == info.standard());
57 SkASSERT(kGL_GrGLStandard == info.standard());
60 SkASSERT(kGL_GrGLStandard == info.standard());
GrGLCaps.cpp 100 GrGLStandard standard = ctxInfo.standard(); local
107 if (kGLES_GrGLStandard == standard) {
111 SkASSERT(kGL_GrGLStandard == standard);
129 if (kGL_GrGLStandard == standard) {
137 if (kGL_GrGLStandard == standard) {
144 if (kGL_GrGLStandard == standard) {
159 fTextureUsageSupport = (kGLES_GrGLStandard == standard) &&
162 if (kGL_GrGLStandard == standard) {
176 if (kGL_GrGLStandard == standard) {
379 GrGLStandard standard = ctxInfo.standard(); local
438 GrGLStandard standard = ctxInfo.standard(); local
    [all...]
  /development/ndk/samples/test-libstdc++/jni/
Android.mk 1 # A simple test for the minimal standard C++ library
  /external/qemu/
Android.mk 3 # standard QEMU Makefile
  /ndk/tests/build/cpp-extensions/jni/
Android.mk 1 # Basic test to check that ndk-build recognizes all standard GCC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.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-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/5/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 \
  /prebuilts/ndk/6/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 \
  /prebuilts/ndk/7/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 \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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 \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
c++0x_warning.h 33 ISO C++ 2011 standard. This support is currently experimental, and must be \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
c++0x_warning.h 33 ISO C++ 2011 standard. This support is currently experimental, and must be \

Completed in 684 milliseconds

1 2 3 4 5 6 7 8 91011