/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/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/chromium_org/tools/gyp/test/mac/clang-cxx-language-standard/ |
c++98.cc | 6 #error wrong c++ standard version
|
/development/ndk/samples/test-libstdc++/jni/ |
Android.mk | 1 # A simple test for the minimal standard C++ library
|
/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/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 \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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 \
|
/prebuilts/ndk/9/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/9/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 \
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
c++0x_warning.h | 33 ISO C++ 2011 standard. This support is currently experimental, and must be \
|
/packages/apps/Camera2/src/com/android/camera/app/ |
OrientationManager.java | 99 boolean standard = displayRotation < 180; 102 return standard 111 standard = !standard; 113 return standard
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
OrientationManager.java | 94 boolean standard = displayRotation < 180; 97 return standard 106 standard = !standard; 108 return standard
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
MediaSizeUtils.java | 57 String standard = sMediaSizeToStandardMap.get(mediaSize); local 58 return (standard != null) ? standard : context.getString( 63 * Comparator for ordering standard media sizes. The ones for the current 64 * standard go to the top and the ones for the other standards follow grouped 65 * by standard. Media sizes of the same standard are ordered alphabetically. 80 // The current standard always wins. 90 // Different standards - use the standard ordering. 93 // Same standard - sort alphabetically by label [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdfseg.asm | 4 ;; [2] should produce standard relocation
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toy.ml | 6 (* Install standard binary operators.
|