/external/bcc/ |
D | INSTALL.md | 273 # Source chapter 286 ### sid 326 ### Install build dependencies 355 ### Install and compile BCC 373 ### Install build dependencies 382 ### Install and Compile bcc 401 ### let path take effect 422 ### Install build dependencies 434 ### Install binary clang 449 ### Install and compile BCC [all …]
|
/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/libwebsockets/contrib/abi/ |
D | libwebsockets.json | 10 "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/boringssl/src/tool/ |
D | digest.cc | 50 struct Source { struct 55 Source() : is_stdin_(false) {} in Source() function 56 explicit Source(Type) : is_stdin_(true) {} in Source() argument 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/ |
D | digest.cc | 50 struct Source { struct 55 Source() : is_stdin_(false) {} in Source() function 56 explicit Source(Type) : is_stdin_(true) {} in Source() argument 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/libchrome/base/containers/ |
D | stack_container.h | 44 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/swiftshader/third_party/subzero/src/ |
D | IceInstX8664.h | 766 InstX86BaseBinopGPRShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPRShift() 809 InstX86BaseBinopGPR(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPR() 954 InstX86BaseBinopXmmShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopXmmShift() 1101 InstX86BaseMovlike(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseMovlike() 1248 static InstX86Movmsk *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1279 static InstX86Mov *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1290 InstX86Mov(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Mov() 1298 static InstX86Movp *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1306 InstX86Movp(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movp() 1313 static InstX86Movq *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() [all …]
|
D | IceInstX8632.h | 827 InstX86BaseBinopGPRShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPRShift() 870 InstX86BaseBinopGPR(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPR() 1015 InstX86BaseBinopXmmShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopXmmShift() 1162 InstX86BaseMovlike(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseMovlike() 1307 static InstX86Movmsk *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1338 static InstX86Mov *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1349 InstX86Mov(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Mov() 1357 static InstX86Movp *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1365 InstX86Movp(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movp() 1372 static InstX86Movq *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() [all …]
|
/external/crosvm/base/src/unix/ |
D | rand.rs | 21 pub enum Source { enum 28 impl Default for Source { implementation 34 impl Source { impl
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | extend.inl | 10 genType const & Source, 21 tvec2<T, P> const & Source, 32 tvec3<T, P> const & Source, 43 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/crosvm/common/sys_util/src/ |
D | rand.rs | 20 pub enum Source { enum 27 impl Default for Source { implementation 33 impl Source { implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ConvertUTFWrapper.cpp | 19 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/swiftshader/third_party/llvm-subzero/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()
|
/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()
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_capturer.h | 67 struct Source { struct 69 SourceId id; argument 76 typedef std::vector<Source> SourceList; argument
|
/external/crosvm/base/src/windows/ |
D | rand.rs | 21 pub enum Source { enum 28 impl Default for Source { implementation 34 impl Source { implementation
|
/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/okio/okio/src/commonMain/kotlin/okio/ |
D | Source.kt | 53 interface Source : Closeable { interface
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | TapiUniversal.cpp | 23 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) in TapiUniversal() 48 TapiUniversal::create(MemoryBufferRef Source) { in create()
|
/external/ComputeLibrary/support/ |
D | Cast.h | 87 std::unique_ptr<Target, Deleter> polymorphic_cast_unique_ptr(std::unique_ptr<Source, Deleter> &&v) in polymorphic_cast_unique_ptr() 110 std::unique_ptr<Target, Deleter> polymorphic_downcast_unique_ptr(std::unique_ptr<Source, Deleter> &… in polymorphic_downcast_unique_ptr()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | round.inl | 304 GLM_FUNC_QUALIFIER genType ceilMultiple(genType Source, genType Multiple) 310 …GLM_FUNC_QUALIFIER vecType<T, P> ceilMultiple(vecType<T, P> const & Source, vecType<T, P> const & … 319 GLM_FUNC_QUALIFIER genType floorMultiple(genType Source, genType Multiple) 325 …GLM_FUNC_QUALIFIER vecType<T, P> floorMultiple(vecType<T, P> const & Source, vecType<T, P> const &… 334 GLM_FUNC_QUALIFIER genType roundMultiple(genType Source, genType Multiple) 340 …GLM_FUNC_QUALIFIER vecType<T, P> roundMultiple(vecType<T, P> const & Source, vecType<T, P> const &…
|
/external/webrtc/test/scenario/ |
D | scenario_config.h | 72 struct Source { struct 73 enum Capture { 79 } capture = Capture::kGenerator; 80 struct Slides { 101 } slides; 102 struct Generator { 107 } generator; 108 struct VideoFile { 113 } video_file; 114 int framerate = 30; [all …]
|