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

1 2

  /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...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_test_interface.h 27 Standard = 0,
voe_standard_test.cc 242 assert(test_type != Standard);
292 printf(" (1) Standard test\n");
307 test_type = Standard;
324 if (test_type == Standard) {
325 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!)
  /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 37 Standard, // Only allow fusion of 'blessed' ops (currently just fmuladd).
68 AllowFPOpFusion(FPOpFusion::Standard), JTType(JumpTable::Single) {}
207 /// 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
  /external/clang/include/clang/Format/
Format.h 119 /// \brief Format compatible with this standard, e.g. use
121 LanguageStandard Standard;
406 Standard == R.Standard && TabWidth == R.TabWidth &&
492 /// \param Standard determines lexing mode: LC_Cpp11 and LS_Auto turn on C++11
495 FormatStyle::LanguageStandard Standard = FormatStyle::LS_Cpp11);
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 142 cl::init(FPOpFusion::Standard),
146 clEnumValN(FPOpFusion::Standard, "on",
  /external/clang/lib/Sema/
SemaOverload.cpp 204 /// StandardConversionSequence - Set the standard conversion
222 /// getRank - Retrieve the rank of this standard conversion sequence
238 /// used as part of the ranking of standard conversion sequences
258 /// used as part of the ranking of standard conversion sequences (C++
302 /// Check if this standard conversion sequence represents a narrowing
306 /// \param Converted The result of applying this standard conversion sequence.
454 /// dump - Print this standard conversion sequence to standard
493 /// dump - Print this user-defined conversion sequence to standard
511 /// dump - Print this implicit conversion sequence to standard
    [all...]
SemaInit.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 118 /// standard conversion sequence according to C++11 [dcl.init.list]p7.
134 /// StandardConversionSequence - represents a standard conversion
135 /// sequence (C++ 13.3.3.1.1). A standard conversion sequence
140 /// we can keep the size of a standard conversion sequence to a
251 /// \brief Represents the standard conversion that occurs before
256 /// (12.3.1), the initial standard conversion sequence converts
259 /// a conversion function (12.3.2), the initial standard
266 /// a standard conversion. In this case, 'Before' field must be ignored.
277 /// After - Represents the standard conversion that occurs after
384 /// sequence, which may be a standard conversion sequenc
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 135 enum DeadStoreKind { Standard, Enclosing, DeadIncrement, DeadInit };
192 case Standard:
295 : (isIncrement(VD,B) ? DeadIncrement : Standard);
  /external/chromium_org/v8/test/intl/date-format/
timezone-name.js 52 assertTrue(dfl.format(winter).indexOf('Pacific Standard Time') !== -1);
  /external/clang/lib/Format/
Format.cpp 218 IO.mapOptional("Standard", Style.Standard);
343 LLVMStyle.Standard = FormatStyle::LS_Cpp11;
383 GoogleStyle.Standard = FormatStyle::LS_Auto;
408 ChromiumStyle.Standard = FormatStyle::LS_Cpp03;
423 MozillaStyle.Standard = FormatStyle::LS_Cpp03;
440 Style.Standard = FormatStyle::LS_Cpp03;
452 Style.Standard = FormatStyle::LS_Cpp03;
    [all...]
  /external/llvm/lib/Support/
Dwarf.cpp     [all...]
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_apitest.cc 185 #define MAYBE_Standard Standard
190 const char kExtensionPath[] = "content_settings/standard";
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 104 Standard = 0,
383 // Run auto standard test
398 tType = Standard;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_apitest.cc 105 #define MAYBE_Standard Standard
122 const char kExtensionPath[] = "preference/standard";
  /external/clang/tools/clang-format/
ClangFormat.cpp 229 getFormattingLangOpts(FormatStyle.Standard));
285 "If no arguments are specified, it formats the code from standard input\n"
286 "and writes the result to the standard output.\n"
289 "result is written to the standard output.\n");
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 186 // Make Standard Deviation
189 // Compute Standard Errors Mean
537 // Compute Standard Errors Mean
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 492 ((Standard, 2))

Completed in 1759 milliseconds

1 2