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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffect_StyleTest.java 21 import android.graphics.PathDashPathEffect.Style;
33 assertEquals(Style.TRANSLATE, Style.valueOf("TRANSLATE"));
34 assertEquals(Style.ROTATE, Style.valueOf("ROTATE"));
35 assertEquals(Style.MORPH, Style.valueOf("MORPH"));
36 // Every Style element will be tested somewhere else.
42 Style[] expected = {
43 Style.TRANSLATE
    [all...]
Paint_StyleTest.java 22 import android.graphics.Paint.Style;
34 assertEquals(Style.FILL, Style.valueOf("FILL"));
35 assertEquals(Style.STROKE, Style.valueOf("STROKE"));
36 assertEquals(Style.FILL_AND_STROKE, Style.valueOf("FILL_AND_STROKE"));
42 Style[] actual = Style.values();
45 assertEquals(Style.FILL, actual[0])
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native };
56 Style S; ///< The path style to use.
59 friend const_iterator begin(StringRef path, Style style);
83 Style S; ///< The path style to use.
85 friend reverse_iterator rbegin(StringRef path, Style style);
102 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
FormatProviders.h 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) {
83 Style = HexPrintStyle::Lower;
85 Style = HexPrintStyle::Upper;
87 Style = HexPrintStyle::PrefixLower;
89 Style = HexPrintStyle::PrefixUpper;
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style,
96 if (isPrefixedHexStyle(Style))
107 /// integer_options :: [style][digits]
108 /// style :: <see table below>
112 /// | style | Meaning | Example | Digits Meaning
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native };
56 Style S; ///< The path style to use.
59 friend const_iterator begin(StringRef path, Style style);
83 Style S; ///< The path style to use.
85 friend reverse_iterator rbegin(StringRef path, Style style);
102 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
FormatProviders.h 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) {
83 Style = HexPrintStyle::Lower;
85 Style = HexPrintStyle::Upper;
87 Style = HexPrintStyle::PrefixLower;
89 Style = HexPrintStyle::PrefixUpper;
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style,
96 if (isPrefixedHexStyle(Style))
107 /// integer_options :: [style][digits]
108 /// style :: <see table below>
112 /// | style | Meaning | Example | Digits Meaning
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native };
56 Style S; ///< The path style to use.
59 friend const_iterator begin(StringRef path, Style style);
83 Style S; ///< The path style to use.
85 friend reverse_iterator rbegin(StringRef path, Style style);
102 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
FormatProviders.h 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) {
83 Style = HexPrintStyle::Lower;
85 Style = HexPrintStyle::Upper;
87 Style = HexPrintStyle::PrefixLower;
89 Style = HexPrintStyle::PrefixUpper;
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style,
96 if (isPrefixedHexStyle(Style))
107 /// integer_options :: [style][digits]
108 /// style :: <see table below>
112 /// | style | Meaning | Example | Digits Meaning
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
FormatProviders.h 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) {
83 Style = HexPrintStyle::Lower;
85 Style = HexPrintStyle::Upper;
87 Style = HexPrintStyle::PrefixLower;
89 Style = HexPrintStyle::PrefixUpper;
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style,
96 if (isPrefixedHexStyle(Style))
107 /// integer_options :: [style][digits]
108 /// style :: <see table below>
112 /// | style | Meaning | Example | Digits Meaning
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
FormatProviders.h 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) {
83 Style = HexPrintStyle::Lower;
85 Style = HexPrintStyle::Upper;
87 Style = HexPrintStyle::PrefixLower;
89 Style = HexPrintStyle::PrefixUpper;
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style,
96 if (isPrefixedHexStyle(Style))
107 /// integer_options :: [style][digits]
108 /// style :: <see table below>
112 /// | style | Meaning | Example | Digits Meaning
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
FormatProviders.h 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) {
83 Style = HexPrintStyle::Lower;
85 Style = HexPrintStyle::Upper;
87 Style = HexPrintStyle::PrefixLower;
89 Style = HexPrintStyle::PrefixUpper;
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style,
96 if (isPrefixedHexStyle(Style))
107 /// integer_options :: [style][digits]
108 /// style :: <see table below>
112 /// | style | Meaning | Example | Digits Meaning
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
FormatProviders.h 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) {
83 Style = HexPrintStyle::Lower;
85 Style = HexPrintStyle::Upper;
87 Style = HexPrintStyle::PrefixLower;
89 Style = HexPrintStyle::PrefixUpper;
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style,
96 if (isPrefixedHexStyle(Style))
107 /// integer_options :: [style][digits]
108 /// style :: <see table below>
112 /// | style | Meaning | Example | Digits Meaning
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native };
56 Style S; ///< The path style to use.
59 friend const_iterator begin(StringRef path, Style style);
83 Style S; ///< The path style to use.
85 friend reverse_iterator rbegin(StringRef path, Style style);
102 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native };
56 Style S; ///< The path style to use.
59 friend const_iterator begin(StringRef path, Style style);
83 Style S; ///< The path style to use.
85 friend reverse_iterator rbegin(StringRef path, Style style);
102 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native };
56 Style S; ///< The path style to use.
59 friend const_iterator begin(StringRef path, Style style);
83 Style S; ///< The path style to use.
85 friend reverse_iterator rbegin(StringRef path, Style style);
102 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native };
58 Style S; ///< The path style to use.
61 friend const_iterator begin(StringRef path, Style style);
84 Style S; ///< The path style to use.
86 friend reverse_iterator rbegin(StringRef path, Style style);
101 const_iterator begin(StringRef path, Style style = Style::native)
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
Style.java 3 public interface Style {
  /external/clang/tools/clang-format/fuzzer/
ClangFormatFuzzer.cpp 19 // FIXME: fuzz more things: different styles, different style features.
21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp);
22 Style.ColumnLimit = 60;
24 Style, s, {clang::tooling::Range(0, s.size())}));

Completed in 375 milliseconds

1 2 3 4 5 6 7 8 91011>>