/cts/tests/tests/text/src/android/text/style/cts/ |
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...] |
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...] |
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...] |
/frameworks/base/core/java/android/text/style/ |
TabStopSpan.java | 35 public static class Standard 44 public Standard(int where) {
|
AlignmentSpan.java | 27 class Standard implements AlignmentSpan, ParcelableSpan { 28 public Standard(Layout.Alignment align) { 32 public Standard(Parcel src) {
|
LeadingMarginSpan.java | 96 * The standard implementation of LeadingMarginSpan, which adjusts the 99 public static class Standard implements LeadingMarginSpan, ParcelableSpan { 109 public Standard(int first, int rest) { 118 public Standard(int every) { 122 public Standard(Parcel src) {
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_test_interface.h | 27 Standard = 0,
|
voe_standard_test.cc | 229 assert(test_type != Standard); 279 printf(" (1) Standard test\n"); 294 test_type = Standard; 311 if (test_type == Standard) { 312 TEST_LOG("\n\n+++ Running standard tests +++\n\n");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
messages.properties | 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_mwerks.h | 90 // *** Metrowerks Standard Library Bug *** 124 # define _STLP_NATIVE_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include 125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes 126 # define _STLP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header> 127 # define _STLP_NATIVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header> 128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header> 129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/ |
_mwerks.h | 90 // *** Metrowerks Standard Library Bug *** 124 # define _STLP_NATIVE_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include 125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes 126 # define _STLP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header> 127 # define _STLP_NATIVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header> 128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header> 129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
float.s | 3 ;; Standard GAS syntax 12 ;; Standard TI syntax
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSLabel.java | 17 * Standard label [RFC 1035] 19 Standard("standard label", 0x00),
|
/external/llvm/include/llvm/Target/ |
TargetOptions.h | 38 Standard, // Only allow fusion of 'blessed' ops (currently just fmuladd). 105 AllowFPOpFusion(FPOpFusion::Standard), Reciprocals(TargetRecip()), 222 /// Standard mode - allow fusion only for 'blessed' FP ops. At present the
|
/external/llvm/utils/buildit/ |
GNUmakefile | 12 # Include the set of standard Apple makefile definitions. 16 include $(CoreOSMakefiles)/Standard/Standard.make
|
/system/connectivity/shill/ |
provider_db_unittest.bfd | 22 name:,Internet Everywhere - Standard
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/ |
registers.s | 7 # Standard register names
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/ |
layer1.py | 319 * "WebServer" and "Standard" (the default) 324 "Standard" if ``tier_name`` is "WebServer" and "SQS/HTTP" 325 if ``tier_name`` is "Worker". Defaults to "Standard". [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
malis.d | 3 #name: Motorola Assembly Language Input Standard
|
/external/clang/include/clang/Format/ |
Format.h | 568 /// \brief Format compatible with this standard, e.g. use 570 LanguageStandard Standard; 663 Standard == R.Standard && TabWidth == R.TabWidth &&
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 50 ; * Standard OMXResult result. See enumeration for possible result codes.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 50 ; * Standard OMXResult result. See enumeration for possible result codes.
|
/external/clang/lib/Sema/ |
SemaOverload.cpp | 177 /// StandardConversionSequence - Set the standard conversion 195 /// getRank - Retrieve the rank of this standard conversion sequence 211 /// used as part of the ranking of standard conversion sequences 231 /// used as part of the ranking of standard conversion sequences (C++ 275 /// Check if this standard conversion sequence represents a narrowing 279 /// \param Converted The result of applying this standard conversion sequence. 433 /// dump - Print this standard conversion sequence to standard 472 /// dump - Print this user-defined conversion sequence to standard 490 /// dump - Print this implicit conversion sequence to standard [all...] |
/frameworks/native/include/media/hardware/ |
VideoAPI.h | 164 // this is in sync with the standard values in graphics.h 165 enum Standard : uint32_t { 323 inline static const char *asString(ColorAspects::Standard i, const char *def = "??") {
|
/external/clang/include/clang/Sema/ |
Overload.h | 100 ICR_C_Conversion ///< Conversion only allowed in the C standard. 107 /// standard conversion sequence according to C++11 [dcl.init.list]p7. 123 /// StandardConversionSequence - represents a standard conversion 124 /// sequence (C++ 13.3.3.1.1). A standard conversion sequence 129 /// we can keep the size of a standard conversion sequence to a 240 /// \brief Represents the standard conversion that occurs before 245 /// (12.3.1), the initial standard conversion sequence converts 248 /// a conversion function (12.3.2), the initial standard 255 /// a standard conversion. In this case, 'Before' field must be ignored. 266 /// After - Represents the standard conversion that occurs afte [all...] |