| /external/clang/unittests/AST/ |
| D | CommentLexer.cpp | 61 void CommentLexerTest::lexString(const char *Source, in lexString() 82 const char *Source = ""; in TEST_F() local 204 const char *Source = in TEST_F() local 333 const char *Source = "/// \\^ \\0"; in TEST_F() local 359 const char *Source = "/// \\brief Aaa."; in TEST_F() local 379 const char *Source = "/// \\em\\em \\em\t\\em\n"; in TEST_F() local 411 const char *Source = "/// @em@em @em\t@em\n"; in TEST_F() local 443 const char *Source = "/// \\aaa\\bbb \\ccc\t\\ddd\n"; in TEST_F() local 475 const char *Source = "// \\c\n"; in TEST_F() local 492 const char *Source = in TEST_F() local [all …]
|
| D | ExternalASTSourceTest.cpp | 28 TestFrontendAction(ExternalASTSource *Source) : Source(Source) {} in TestFrontendAction() 43 IntrusiveRefCntPtr<ExternalASTSource> Source; member in TestFrontendAction 46 bool testExternalASTSource(ExternalASTSource *Source, in testExternalASTSource()
|
| D | CommentParser.cpp | 56 FullComment *CommentParserTest::parseString(const char *Source) { in parseString() 598 const char *Source = "//"; in TEST_F() local 605 const char *Source = "// Meow"; in TEST_F() local 614 const char *Source = in TEST_F() local 679 const char *Source = in TEST_F() local 699 const char *Source = "// \\brief \\author"; in TEST_F() local 723 const char *Source = in TEST_F() local 752 const char *Source = "// \\param aaa"; in TEST_F() local 771 const char *Source = "// \\param\\brief"; in TEST_F() local 916 const char *Source = in TEST_F() local [all …]
|
| /external/libchrome/base/containers/ |
| D | stack_container.h | 47 struct Source { struct 48 Source() : used_stack_buffer_(false) { in Source() argument 52 T* stack_buffer() { return stack_buffer_.template data_as<T>(); } in stack_buffer() 53 const T* stack_buffer() const { in stack_buffer() 60 base::AlignedMemory<sizeof(T[stack_capacity]), ALIGNOF(T)> stack_buffer_; 86 // no guarantee that the Source buffer of Ts is large enough argument
|
| /external/boringssl/src/tool/ |
| D | digest.cc | 62 struct Source { struct 67 Source() : is_stdin_(false) {} in Source() argument 68 explicit Source(Type) : is_stdin_(true) {} in Source() function 69 explicit Source(const std::string &name) in Source() function 72 bool is_stdin() const { return is_stdin_; } in is_stdin() 73 const std::string &filename() const { return filename_; } in filename() 76 bool is_stdin_; 77 std::string filename_;
|
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| D | multiple.inl | 58 genType const & Source, 69 float const & Source, 85 double const & Source, 122 float const & Source, 138 double const & Source,
|
| D | extend.inl | 16 genType const & Source, 27 detail::tvec2<T, P> const & Source, 38 detail::tvec3<T, P> const & Source, 49 detail::tvec4<T, P> const & Source,
|
| /external/llvm/unittests/AsmParser/ |
| D | AsmParserTest.cpp | 25 StringRef Source = "; Empty module \n"; in TEST() local 38 StringRef Source = "; Empty module \n\1\2"; in TEST() local 51 StringRef Source = "@0 = global i32 0\n !0 = !{}\n !42 = !{i32 42}"; in TEST() local 71 StringRef Source = "define void @test() {\n entry:\n ret void\n}"; in TEST() local 122 StringRef Source = in TEST() local 158 StringRef Source = in TEST() local 282 StringRef Source = in TEST() local
|
| /external/llvm/lib/Support/ |
| D | ConvertUTFWrapper.cpp | 20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() 66 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8() 186 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal() 202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() 206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() 214 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
|
| D | StringExtras.cpp | 37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken() 50 void llvm::SplitString(StringRef Source, in SplitString()
|
| /external/clang/unittests/Lex/ |
| D | PPCallbacksTest.cpp | 242 const char* Source = in TEST_F() local 252 const char* Source = in TEST_F() local 262 const char* Source = in TEST_F() local 273 const char* Source = in TEST_F() local 284 const char* Source = in TEST_F() local 295 const char* Source = in TEST_F() local 307 const char* Source = in TEST_F() local 317 const char* Source = in TEST_F() local 328 const char* Source = in TEST_F() local 340 const char* Source = in TEST_F() local
|
| /external/swiftshader/third_party/LLVM/lib/Object/ |
| D | Binary.cpp | 31 Binary::Binary(unsigned int Type, MemoryBuffer *Source) in Binary() 43 error_code object::createBinary(MemoryBuffer *Source, in createBinary()
|
| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
| D | Source.java | 31 public class Source { class 60 public Source(final Reader reader) throws IOException { in Source() method in Source
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| D | StringExtras.cpp | 38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken() 51 void llvm::SplitString(StringRef Source, in SplitString()
|
| /external/okhttp/okio/okio/src/main/java/okio/ |
| D | Source.java | 62 public interface Source extends Closeable { interface
|
| /external/hamcrest/ |
| D | README.md | 33 Source section in Java Hamcrest
|
| /external/clang/test/Modules/ |
| D | objc-categories.m | 15 @interface Foo(Source) category
|
| /external/vboot_reference/utility/ |
| D | efidecompress.c | 678 IN VOID *Source, in GetInfo() 718 IN VOID *Source, in Decompress() 845 IN VOID *Source, in EfiGetInfo() 882 IN VOID *Source, in EfiDecompress() 929 IN VOID *Source, in TianoGetInfo() 966 IN VOID *Source, in TianoDecompress()
|
| /external/llvm/lib/Object/ |
| D | MachOUniversal.cpp | 105 MachOUniversalBinary::create(MemoryBufferRef Source) { in create() 114 MachOUniversalBinary::MachOUniversalBinary(MemoryBufferRef Source, Error &Err) in MachOUniversalBinary()
|
| D | SymbolicFile.cpp | 24 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
|
| D | ELFObjectFile.cpp | 20 ELFObjectFileBase::ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source) in ELFObjectFileBase()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SymbolRewriter.cpp | 81 const std::string &Source, in rewriteComdat() 99 const std::string Source; member in __anon03db33b90111::ExplicitRewriteDescriptor 308 std::string Source; in parseRewriteFunctionDescriptor() local 375 std::string Source; in parseRewriteGlobalVariableDescriptor() local 437 std::string Source; in parseRewriteGlobalAliasDescriptor() local
|
| /external/clang/include/clang/Tooling/ |
| D | FixIt.h | 62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
|
| /external/llvm/include/llvm/Object/ |
| D | COFFImportFile.h | 31 COFFImportFile(MemoryBufferRef Source) in COFFImportFile()
|
| /external/zlib/src/contrib/ada/ |
| D | buffer_demo.adb | 32 Source : Stream_Element_Array (1 .. Text'Length); variable
|