/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...] |
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_abbrs_windows.go | 16 "Egypt Standard Time": {"EET", "EET"}, // Africa/Cairo 17 "Morocco Standard Time": {"WET", "WEST"}, // Africa/Casablanca 18 "South Africa Standard Time": {"SAST", "SAST"}, // Africa/Johannesburg 19 "W. Central Africa Standard Time": {"WAT", "WAT"}, // Africa/Lagos 20 "E. Africa Standard Time": {"EAT", "EAT"}, // Africa/Nairobi 21 "Libya Standard Time": {"EET", "EET"}, // Africa/Tripoli 22 "Namibia Standard Time": {"WAT", "WAST"}, // Africa/Windhoek 23 "Alaskan Standard Time": {"AKST", "AKDT"}, // America/Anchorage 24 "Paraguay Standard Time": {"PYT", "PYST"}, // America/Asuncion 25 "Bahia Standard Time": {"BRT", "BRST"}, // America/Bahi [all...] |
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_abbrs_windows.go | 16 "Egypt Standard Time": {"EET", "EET"}, // Africa/Cairo 17 "Morocco Standard Time": {"WET", "WEST"}, // Africa/Casablanca 18 "South Africa Standard Time": {"SAST", "SAST"}, // Africa/Johannesburg 19 "W. Central Africa Standard Time": {"WAT", "WAT"}, // Africa/Lagos 20 "E. Africa Standard Time": {"EAT", "EAT"}, // Africa/Nairobi 21 "Libya Standard Time": {"EET", "EET"}, // Africa/Tripoli 22 "Namibia Standard Time": {"WAT", "WAST"}, // Africa/Windhoek 23 "Alaskan Standard Time": {"AKST", "AKDT"}, // America/Anchorage 24 "Paraguay Standard Time": {"PYT", "PYST"}, // America/Asuncion 25 "Bahia Standard Time": {"BRT", "BRST"}, // America/Bahi [all...] |
/external/e2fsprogs/tests/m_std/ |
script | 1 DESCRIPTION="standard filesystem options"
|
/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
|
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/ |
pch.h | 3 // Header for standard system include files.
|
pch.cpp | 3 // Include the standard header and generate the precompiled header.
|
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/ |
pch.cpp | 3 // Include the standard header and generate the precompiled header.
|
pch.h | 3 // Header for standard system include files.
|
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
pch.cpp | 3 // Include the standard header and generate the precompiled header.
|
pch.h | 3 // Header for standard system include files.
|
/external/opencv3/samples/winrt_universal/PhoneTutorial/ |
pch.cpp | 3 // Include the standard header and generate the precompiled header.
|
pch.h | 3 // Header for standard system include files.
|
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/ |
pch.cpp | 3 // Include the standard header and generate the precompiled header.
|
pch.h | 3 // Header for standard system include files.
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
std_ios.i | 6 AUTODOC(cerr, "Standard C++ error stream"); 7 AUTODOC(cout, "Standard C++ output stream"); 8 AUTODOC(cin, "Standard C++ input stream"); 9 AUTODOC(clog, "Standard C++ logging stream");
|
/external/clang/test/Lexer/ |
string_concat.cpp | 12 const char* a = u8"abc" u"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 13 const char* b = u8"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 14 const char* c = u8"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 16 const char* d = u8"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}} 17 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}} 18 const char* f = u8"abc" LR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}} 21 const char16_t* g = u"abc" u8"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 22 const char16_t* h = u"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 23 const char16_t* i = u"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 25 const char16_t* j = u"abc" u8R"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals} [all...] |
/external/iptables/extensions/ |
libxt_standard.c | 1 /* Shared library add-on to iptables for standard target support. */ 8 "standard match options:\n" 14 .name = "standard",
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
.coveragerc | 5 # Re-enable the standard pragma
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
.coveragerc | 4 # Re-enable the standard pragma
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
requirements-optional-cpython.txt | 4 # uses the standard ElementTree support
|