HomeSort by relevance Sort by last modified time
    Searched defs:Style (Results 26 - 50 of 267) sorted by null

12 3 4 5 6 7 8 91011

  /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/clang/lib/Format/
FormatTokenLexer.h 32 const FormatStyle &Style, encoding::Encoding Encoding);
74 const FormatStyle &Style;
TokenAnalyzer.h 82 TokenAnalyzer(const Environment &Env, const FormatStyle &Style);
96 FormatStyle Style;
97 // Stores Style, FileID and SourceManager etc.
  /external/clang/unittests/Format/
CleanupTest.cpp 25 const FormatStyle &Style = getLLVMStyle()) {
26 tooling::Replacements Replaces = format::cleanup(Style, Code, Ranges);
111 FormatStyle Style = getLLVMStyle();
112 Style.BraceWrapping.AfterNamespace = true;
113 std::string Result = cleanup(Code, Ranges, Style);
257 auto CleanReplaces = cleanupAroundReplacements(Code, Replaces, Style);
268 auto CleanReplaces = cleanupAroundReplacements(Code, Replaces, Style);
271 auto FormattedReplaces = formatReplacements(Code, *CleanReplaces, Style);
288 FormatStyle Style = getLLVMStyle();
373 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
    [all...]
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 30 enum Style {
54 /// Which style to use for printing hexadecimal values.
55 HexStyle::Style PrintHexStyle;
92 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
93 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /external/skia/gm/
inversepaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
41 struct Style {
42 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>())
45 SkPaint::Style fPaintStyle;
54 Style styles[] {
  /external/skia/include/core/
SkStrokeRec.h 4 * Use of this source code is governed by a BSD-style license that can be
22 SkStrokeRec(InitStyle style);
23 SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
26 enum Style {
36 Style getStyle() const;
55 * strokeAndFill==true -> new style will be Fill
56 * strokeAndFill==false -> new style will be Hairline
80 Style style = this->getStyle(); local
81 return (kStroke_Style == style) || (kStrokeAndFill_Style == style)
    [all...]
  /external/skqp/gm/
inversepaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
41 struct Style {
42 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>())
45 SkPaint::Style fPaintStyle;
54 Style styles[] {
  /external/skqp/include/core/
SkStrokeRec.h 4 * Use of this source code is governed by a BSD-style license that can be
22 SkStrokeRec(InitStyle style);
23 SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
26 enum Style {
36 Style getStyle() const;
55 * strokeAndFill==true -> new style will be Fill
56 * strokeAndFill==false -> new style will be Hairline
80 Style style = this->getStyle(); local
81 return (kStroke_Style == style) || (kStrokeAndFill_Style == style)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
AtomicChange.h 150 format::FormatStyle Style = format::getNoStyle();
155 // kViolations: Format lines exceeding the `ColumnLimit` in `Style`.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
AtomicChange.h 150 format::FormatStyle Style = format::getNoStyle();
155 // kViolations: Format lines exceeding the `ColumnLimit` in `Style`.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
AtomicChange.h 150 format::FormatStyle Style = format::getNoStyle();
155 // kViolations: Format lines exceeding the `ColumnLimit` in `Style`.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
AtomicChange.h 150 format::FormatStyle Style = format::getNoStyle();
155 // kViolations: Format lines exceeding the `ColumnLimit` in `Style`.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 32 enum Style {
57 /// Which style to use for printing hexadecimal values.
58 HexStyle::Style PrintHexStyle = HexStyle::C;
93 HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
94 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }

Completed in 726 milliseconds

12 3 4 5 6 7 8 91011