Home
last modified time | relevance | path

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

12345678910

/external/bcc/
DINSTALL.md157 # Source chapter
160 ### Jessie
251 ### Install build dependencies
269 ### Install and compile BCC
280 ### Install build dependencies
292 ### Install binary clang
307 ### Install and compile BCC
318 ### Install build dependencies
328 ### Install and compile BCC
348 ### 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() function
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() function
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/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/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/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()
/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/tensorflow/tensorflow/examples/android/
DREADME.md108 ### Bazel
196 ### Android Studio with Bazel
209 ### 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/skia/resources/particles/
Dswirl.json7 "Source": "Age", string
32 "Source": "Random", string
47 "Source": "Age", string
65 "Source": "Age", string
91 "Source": "Age", string
108 "Source": "Age", string
132 "Source": "Age", string
154 "Source": "Age", string
Dpenguin_cannon.json7 "Source": "Age", string
36 "Source": "Age", string
54 "Source": "Age", string
80 "Source": "Age", string
97 "Source": "Age", string
119 "Source": "Age", string
Dsnowfall.json7 "Source": "Age", string
34 "Source": "Age", string
52 "Source": "Age", string
73 "Source": "Random", string
88 "Source": "Age", string
Dexplosion.json7 "Source": "Age", string
36 "Source": "Age", string
53 "Source": "Age", string
70 "Source": "Age", string
100 "Source": "Age", string
Dwarp.json7 "Source": "Age", string
33 "Source": "Age", string
50 "Source": "Age", string
67 "Source": "Age", string
97 "Source": "Age", string
Ddefault.json7 "Source": "Age", string
35 "Source": "Age", string
53 "Source": "Age", string
74 "Source": "Random", string
90 "Source": "Age", string
Dspiral.json7 "Source": "Age", string
35 "Source": "Age", string
53 "Source": "Age", string
77 "Source": "Age", string
99 "Source": "Age", string
/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/swiftshader/third_party/LLVM/lib/Object/
DBinary.cpp31 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/
DSource.java32 public class Source { class
63 public Source(final Reader reader) throws IOException { in Source() method in Source

12345678910