Home
last modified time | relevance | path

Searched defs:Style (Results 1 – 25 of 97) sorted by relevance

1234

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
90 IntegerStyle Style) { in write_signed()
105 IntegerStyle Style) { in write_integer()
110 IntegerStyle Style) { in write_integer()
115 IntegerStyle Style) { in write_integer()
120 IntegerStyle Style) { in write_integer()
125 IntegerStyle Style) { in write_integer()
130 IntegerStyle Style) { in write_integer()
134 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DNativeFormatting.cpp53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
90 IntegerStyle Style) { in write_signed()
105 IntegerStyle Style) { in write_integer()
110 IntegerStyle Style) { in write_integer()
115 IntegerStyle Style) { in write_integer()
120 IntegerStyle Style) { in write_integer()
125 IntegerStyle Style) { in write_integer()
130 IntegerStyle Style) { in write_integer()
134 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
/external/opencensus-java/
DCONTRIBUTING.md27 ## Style section in How to contribute
35 ### OS X or Linux
39 ### Windows
45 ### Javadoc
63 ### AutoValue
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md153 ## Style section in XML Generator
157 ### Rules
164 ### Enum Parameters
175 ### String Parameters
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DStyle.java19 final class Style { class
20 private Style() {} in Style() method in Style
/external/skqp/gm/
Dinversepaths.cpp41 struct Style { struct
42 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() argument
45 SkPaint::Style fPaintStyle;
46 sk_sp<SkPathEffect> fPathEffect;
/external/skia/gm/
Dinversepaths.cpp41 struct Style { struct
42 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() function
45 SkPaint::Style fPaintStyle;
46 sk_sp<SkPathEffect> fPathEffect;
/external/clang/lib/Format/
DFormat.cpp439 static FormatStyle expandPresets(const FormatStyle &Style) { in expandPresets()
671 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local
691 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local
712 FormatStyle *Style) { in getPredefinedStyle()
735 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration()
781 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText()
796 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter()
986 Cleaner(const Environment &Env, const FormatStyle &Style) in Cleaner()
1216 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes()
1270 IncludeCategoryManager(const FormatStyle &Style, StringRef FileName) in IncludeCategoryManager()
[all …]
DUnwrappedLineFormatter.h35 const FormatStyle &Style, in UnwrappedLineFormatter()
66 const FormatStyle &Style; variable
DUnwrappedLineFormatter.cpp39 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
112 const FormatStyle &Style; member in clang::format::__anonf162ad6f0111::LevelIndentTracker
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
446 const FormatStyle &Style; member in clang::format::__anonf162ad6f0111::LineJoiner
476 const FormatStyle &Style, in LineFormatter()
567 const FormatStyle &Style; member in clang::format::__anonf162ad6f0111::LineFormatter
576 const FormatStyle &Style, in NoColumnLimitLineFormatter()
603 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
625 const FormatStyle &Style, in OptimizingLineFormatter()
DBreakableToken.h77 const FormatStyle &Style) in BreakableToken()
85 const FormatStyle &Style; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatAdapters.h39 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
53 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
68 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
81 void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; } in format()
DFormatProviders.h78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle()
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DNativeFormatTests.cpp21 template <typename T> std::string format_number(T N, IntegerStyle Style) { in format_number()
29 std::string format_number(uint64_t N, HexPrintStyle Style, in format_number()
38 std::string format_number(double D, FloatStyle Style, in format_number()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle()
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
/external/clang/unittests/Format/
DFormatTestJava.cpp23 unsigned Length, const FormatStyle &Style) { in format()
36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in format()
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java); in getStyleWithColumns() local
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in verifyFormat()
62 FormatStyle Style = getStyleWithColumns(50); in TEST_F() local
236 FormatStyle Style = getStyleWithColumns(65); in TEST_F() local
DFormatTest.cpp37 const FormatStyle &Style = getLLVMStyle(), in format()
57 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns() local
63 FormatStyle Style = getGoogleStyle(); in getGoogleStyleWithColumns() local
69 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat()
74 const FormatStyle &Style = getLLVMStyle()) { in verifyIncompleteFormat()
90 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
764 FormatStyle Style = getLLVMStyle(); in TEST_F() local
1238 FormatStyle Style = getLLVMStyleWithColumns(20); in TEST_F() local
2256 FormatStyle Style = getLLVMStyle(); in TEST_F() local
2395 FormatStyle Style = getLLVMStyle(); in TEST_F() local
[all …]
DFormatTestJS.cpp23 unsigned Length, const FormatStyle &Style) { in format()
39 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format()
44 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns() local
51 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
59 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
104 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F() local
516 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F() local
1102 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F() local
DFormatTestProto.cpp23 unsigned Length, const FormatStyle &Style) { in format()
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DStyle.java3 public interface Style { interface
/external/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp176 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument
181 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument
192 CharacteristicStyle Style) { in formatSectionCharacteristics()
/external/tensorflow/tensorflow/python/autograph/
DCONTRIBUTING.md39 ## Style section in How to contribute
/external/skqp/include/effects/
DSk1DPathEffect.h40 enum Style { enum
/external/skia/include/effects/
DSk1DPathEffect.h40 enum Style { enum

1234