Home
last modified time | relevance | path

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

12345678910>>...18

/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/llvm-project/clang/unittests/AST/
DCommentLexer.cpp60 void CommentLexerTest::lexString(const char *Source, in lexString()
81 const char *Source = ""; in TEST_F() local
203 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()
/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()
/external/libwebsockets/contrib/abi/
Dlibwebsockets.json10 "Source": "src/libwebsockets/current", string
20 "Source": "src/libwebsockets/3.0.0/libwebsockets-3.0.0.tar.gz", string
30 "Source": "src/libwebsockets/2.4.2/libwebsockets-2.4.2.tar.gz", string
40 "Source": "src/libwebsockets/2.4.1/libwebsockets-2.4.1.tar.gz", string
50 "Source": "src/libwebsockets/2.4.0/libwebsockets-2.4.0.tar.gz", string
60 "Source": "src/libwebsockets/2.3.0/libwebsockets-2.3.0.tar.gz", string
70 "Source": "src/libwebsockets/2.2.2/libwebsockets-2.2.2.tar.gz", string
80 "Source": "src/libwebsockets/2.2.1/libwebsockets-2.2.1.tar.gz", string
90 "Source": "src/libwebsockets/2.2.0/libwebsockets-2.2.0.tar.gz", string
100 "Source": "src/libwebsockets/2.1.1/libwebsockets-2.1.1.tar.gz", string
[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.cc50 struct Source { struct
55 Source() : is_stdin_(false) {} in Source() argument
56 explicit Source(Type) : is_stdin_(true) {} in Source() function
57 explicit Source(const std::string &name) in Source() argument
60 bool is_stdin() const { return is_stdin_; } in is_stdin()
61 const std::string &filename() const { return filename_; } in filename()
64 bool is_stdin_;
65 std::string filename_;
/external/rust/crates/quiche/deps/boringssl/src/tool/
Ddigest.cc50 struct Source { struct
55 Source() : is_stdin_(false) {} in Source() argument
56 explicit Source(Type) : is_stdin_(true) {} in Source() function
57 explicit Source(const std::string &name) in Source() function
60 bool is_stdin() const { return is_stdin_; } in is_stdin()
61 const std::string &filename() const { return filename_; } in filename()
64 bool is_stdin_;
65 std::string filename_;
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTypeHierarchyTests.cpp56 Annotations Source(R"cpp( in TEST() local
79 Annotations Source(R"cpp( in TEST() local
101 Annotations Source(R"cpp( in TEST() local
125 Annotations Source(R"cpp( in TEST() local
155 Annotations Source(R"cpp( in TEST() local
191 Annotations Source(R"cpp( in TEST() local
234 Annotations Source(R"cpp( in TEST() local
263 Annotations Source(R"cpp( in TEST() local
288 Annotations Source(R"cpp( in TEST() local
323 Annotations Source(R"cpp( in TEST() local
[all …]
/external/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/
Ddynamic-value.m33 @interface Source : SourceBase interface
41 @implementation Source implementation
81 + (Observer *) observerWithSource: (Source *) source;
82 - (Observer *) initWithASource: (Source *) source;
91 + (Observer *) observerWithSource: (Source *) inSource;
100 {
/external/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
Dmain.mm33 @interface Source : SourceBase interface
41 @implementation Source implementation
81 + (Observer *) observerWithSource: (Source *) source;
82 - (Observer *) initWithASource: (Source *) source;
91 + (Observer *) observerWithSource: (Source *) inSource;
100 {
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextend.inl10 genType const & Source,
21 tvec2<T, P> const & Source,
32 tvec3<T, P> const & Source,
43 tvec4<T, P> const & Source,
/external/llvm-project/lldb/test/API/lang/objc/objc-stepping/
Dstepping-tests.m39 @interface Source : SourceBase interface
48 @implementation Source implementation
72 + (Observer *) observerWithSource: (Source *) source;
73 - (Observer *) initWithASource: (Source *) source;
82 + (Observer *) observerWithSource: (Source *) inSource;
91 {
/external/crosvm/sys_util/src/
Drand.rs24 pub enum Source { enum
31 impl Default for Source { implementation
37 impl Source { impl
/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-project/llvm/unittests/AsmParser/
DAsmParserTest.cpp24 StringRef Source = "; Empty module \n"; in TEST() local
37 StringRef Source = "; Empty module \n\1\2"; in TEST() local
50 StringRef Source = "@0 = global i32 0\n !0 = !{}\n !42 = !{i32 42}"; in TEST() local
70 StringRef Source = "define void @test() {\n entry:\n ret void\n}"; in TEST() local
121 StringRef Source = in TEST() local
157 StringRef Source = in TEST() local
281 StringRef Source = in TEST() local
/external/webrtc/modules/desktop_capture/
Ddesktop_capturer.h67 struct Source { struct
69 SourceId id; argument
76 typedef std::vector<Source> SourceList; argument
/external/llvm-project/llvm/lib/Support/
DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
65 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
187 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
203 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
207 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
215 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()
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
65 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
185 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
201 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
205 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
213 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
/external/tensorflow/tensorflow/tools/android/test/
DREADME.md110 ### Bazel
200 ### Android Studio with Bazel
213 ### 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/llvm-project/clang/unittests/Lex/
DPPCallbacksTest.cpp309 const char *Source = "#include \"quoted.h\"\n"; in TEST_F() local
318 const char* Source = in TEST_F() local
328 const char* Source = in TEST_F() local
338 const char* Source = in TEST_F() local
349 const char* Source = in TEST_F() local
360 const char* Source = in TEST_F() local
371 const char* Source = in TEST_F() local
383 const char* Source = in TEST_F() local
393 const char* Source = in TEST_F() local
404 const char* Source = in TEST_F() local
[all …]

12345678910>>...18