/external/llvm-project/clang/unittests/AST/ |
D | CommentTextTest.cpp | 60 auto Formatted = formatComment( in TEST_F() local 67 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F() 70 Formatted = formatComment( in TEST_F() 77 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F() 80 Formatted = formatComment( in TEST_F() 87 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F() 90 Formatted = formatComment( in TEST_F() 97 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F() 100 Formatted = formatComment( in TEST_F() 107 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F() [all …]
|
/external/clang/unittests/Format/ |
D | SortImportsTestJS.cpp | 31 auto Formatted = applyAllReplacements( in sort() local 33 EXPECT_TRUE(static_cast<bool>(Formatted)); in sort() 34 return *Formatted; in sort()
|
/external/llvm-project/clang/unittests/Format/ |
D | SortImportsTestJS.cpp | 30 auto Formatted = applyAllReplacements( in sort() local 32 EXPECT_TRUE(static_cast<bool>(Formatted)); in sort() 33 return *Formatted; in sort()
|
/external/ruy/ruy/profiler/ |
D | treeview.cc | 120 printf("%s\n\n", node.label.Formatted().c_str()); in PrintTreeBelow() 126 node.label.Formatted().c_str()); in PrintTreeBelow() 179 return label.Formatted() == formatted; in WeightBelowNodeMatchingFormatted() 244 return label.Formatted() == formatted; in CollapseNodesMatchingFormatted()
|
D | instrumentation.h | 55 std::string Formatted() const;
|
D | instrumentation.cc | 48 std::string Label::Formatted() const { in Formatted() function in ruy::profiler::Label
|
/external/llvm-project/flang/include/flang/Common/ |
D | Fortran.h | 51 Delim, Direct, Encoding, End, Eor, Err, Exist, File, Fmt, Form, Formatted,
|
/external/llvm-project/clang/unittests/Tooling/ |
D | TransformerTest.cpp | 70 auto Formatted = applyAllReplacements(Code, Replacements); in format() local 71 if (!Formatted) { in format() 73 << llvm::toString(Formatted.takeError()); in format() 76 return *Formatted; in format()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 49 std::string Formatted = in formatClassOptions() local 51 PUSH_FLAG(ClassOptions, ForwardReference, Options, std::move(Formatted)); in formatClassOptions()
|
/external/icu/icu4c/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 14 # Formatted into ICU .ucm format by Markus Scherer on 2006-nov-02.
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-io.cpp | 341 case ParseKind::Formatted: in Enter() 342 specKind = IoSpecKind::Formatted; in Enter()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Hover.cpp | 876 if (auto Formatted = in getHover() local 878 HI->Definition = *Formatted; in getHover()
|
/external/libcxx/include/ |
D | ostream | 42 // 27.7.2.6 Formatted output: 193 // 27.7.2.6 Formatted output:
|
D | istream | 41 // 27.7.1.2 Formatted input: 219 // 27.7.1.2 Formatted input:
|
/external/python/cpython3/Doc/tutorial/ |
D | inputoutput.rst | 99 Formatted String Literals 102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
|
/external/llvm-project/libcxx/include/ |
D | ostream | 41 // 27.7.2.6 Formatted output: 192 // 27.7.2.6 Formatted output:
|
D | istream | 40 // 27.7.1.2 Formatted input: 218 // 27.7.1.2 Formatted input:
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 647 Formatted string literals 723 Formatted string literals may be concatenated, but replacement fields 777 Formatted string literals cannot be used as docstrings, even if they do not
|
/external/llvm-project/flang/lib/Parser/ |
D | io-parsers.cpp | 413 pure(InquireSpec::CharVar::Kind::Formatted),
|
/external/llvm-project/clang/docs/ |
D | ClangFormattedStatus.rst | 16 Clang Formatted Status 29 - Formatted Files
|
/external/python/cpython3/Doc/library/ |
D | enum.rst | 751 5. :ref:`Formatted string literals <f-strings>`, :meth:`str.format`,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 180 PEP 498: Formatted string literals 186 Formatted string literals are prefixed with ``'f'`` and are similar to
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 2777 Direct, Encoding, Form, Formatted, Iomsg, Name, Pad, Position, Read,
|
/external/python/cpython2/Lib/idlelib/ |
D | ChangeLog | 1374 * help.txt, extend.txt, README.txt: Formatted some paragraphs
|
/external/python/cpython3/Lib/idlelib/ |
D | ChangeLog | 1374 * help.txt, extend.txt, README.txt: Formatted some paragraphs
|