Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 215) sorted by relevance

123456789

/external/bcc/
DINSTALL.md167 # Source chapter
170 ### Jessie
261 ### Install build dependencies
283 ### Install and compile BCC
294 ### Install build dependencies
306 ### Install binary clang
321 ### Install and compile BCC
332 ### Install build dependencies
342 ### Install and compile BCC
362 ### Install packages required for building
[all …]
/external/clang/unittests/AST/
DCommentLexer.cpp61 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 …]
DExternalASTSourceTest.cpp28 TestFrontendAction(ExternalASTSource *Source) : Source(Source) {} in TestFrontendAction()
43 IntrusiveRefCntPtr<ExternalASTSource> Source; member in TestFrontendAction
46 bool testExternalASTSource(ExternalASTSource *Source, in testExternalASTSource()
DCommentParser.cpp56 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/
Dstack_container.h44 struct Source { struct
45 Source() : used_stack_buffer_(false) { in Source() argument
49 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer()
50 const T* stack_buffer() const { in stack_buffer()
57 alignas(T) char stack_buffer_[sizeof(T[stack_capacity])];
83 // no guarantee that the Source buffer of Ts is large enough argument
/external/boringssl/src/tool/
Ddigest.cc62 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() argument
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/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/
DAsmParserTest.cpp25 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/unittests/AsmParser/
DAsmParserTest.cpp25 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/
DConvertUTFWrapper.cpp20 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()
DStringExtras.cpp37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken()
50 void llvm::SplitString(StringRef Source, in SplitString()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTFWrapper.cpp20 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()
DStringExtras.cpp37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken()
50 void llvm::SplitString(StringRef Source, in SplitString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DConvertUTFWrapper.cpp20 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()
DStringExtras.cpp38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken()
51 void llvm::SplitString(StringRef Source, in SplitString()
/external/tensorflow/tensorflow/examples/android/
DREADME.md108 ### Bazel
198 ### Android Studio with Bazel
211 ### CMake
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp242 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/protobuf/java/
DREADME.md74 ### Build from Source - With Maven
116 ### Build from Source - Without Maven
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DStrategiesTest.cpp67 void IterateOnSource(StringRef Source, IRMutator &Mutator) { in IterateOnSource()
96 StringRef Source = "" in TEST() local
117 StringRef Source = "\n\ in TEST() local
/external/vboot_reference/utility/
Defidecompress.c678 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/javapoet/src/test/java/com/squareup/javapoet/
DTestFiler.java36 class Source extends SimpleJavaFileObject { class in TestFiler
38 protected Source(Path path) { in Source() method in TestFiler.Source
/external/mesa3d/
DREADME.rst5 Source chapter
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp81 const std::string &Source, in rewriteComdat()
99 const std::string Source; member in __anond30b89450111::ExplicitRewriteDescriptor
308 std::string Source; in parseRewriteFunctionDescriptor() local
375 std::string Source; in parseRewriteGlobalVariableDescriptor() local
437 std::string Source; in parseRewriteGlobalAliasDescriptor() local
/external/llvm/lib/Object/
DMachOUniversal.cpp105 MachOUniversalBinary::create(MemoryBufferRef Source) { in create()
114 MachOUniversalBinary::MachOUniversalBinary(MemoryBufferRef Source, Error &Err) in MachOUniversalBinary()
/external/okhttp/okio/okio/src/main/java/okio/
DSource.java62 public interface Source extends Closeable { interface
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSource.java64 public interface Source extends Closeable { interface

123456789