/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 53 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/ |
D | NativeFormatting.cpp | 53 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/ |
D | CONTRIBUTING.md | 27 ## Style section in How to contribute 35 ### OS X or Linux 39 ### Windows 45 ### Javadoc 63 ### AutoValue
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | README.md | 153 ## 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/ |
D | Style.java | 19 final class Style { class 20 private Style() {} in Style() method in Style
|
/external/skqp/gm/ |
D | inversepaths.cpp | 41 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/ |
D | inversepaths.cpp | 41 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/ |
D | Format.cpp | 439 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 …]
|
D | UnwrappedLineFormatter.h | 35 const FormatStyle &Style, in UnwrappedLineFormatter() 66 const FormatStyle &Style; variable
|
D | UnwrappedLineFormatter.cpp | 39 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()
|
D | BreakableToken.h | 77 const FormatStyle &Style) in BreakableToken() 85 const FormatStyle &Style; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatAdapters.h | 39 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()
|
D | FormatProviders.h | 78 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/ |
D | NativeFormatTests.cpp | 21 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/ |
D | FormatProviders.h | 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle() 93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
|
/external/clang/unittests/Format/ |
D | FormatTestJava.cpp | 23 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
|
D | FormatTest.cpp | 37 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 …]
|
D | FormatTestJS.cpp | 23 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
|
D | FormatTestProto.cpp | 23 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/ |
D | Style.java | 3 public interface Style { interface
|
/external/clang/tools/clang-format/fuzzer/ |
D | ClangFormatFuzzer.cpp | 21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 176 #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/ |
D | CONTRIBUTING.md | 39 ## Style section in How to contribute
|
/external/skqp/include/effects/ |
D | Sk1DPathEffect.h | 40 enum Style { enum
|
/external/skia/include/effects/ |
D | Sk1DPathEffect.h | 40 enum Style { enum
|