Home
last modified time | relevance | path

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

12345678910>>...26

/external/bcc/
DINSTALL.md319 # Source chapter
332 ### sid
373 ### Install build dependencies
417 ### Install and compile BCC
435 ### Install build dependencies
444 ### Install and Compile bcc
463 ### let path take effect
484 ### Install build dependencies
496 ### Install binary clang
511 ### Install and compile BCC
[all …]
/external/pytorch/torch/csrc/jit/frontend/
Dsource_range.h185 struct TORCH_API Source { struct
189 explicit Source( argument
209 explicit Source( argument
214 : text_view_(std::move(str)), in text_view_()
222 size_t offset_for_line(size_t line) const { in offset_for_line()
227 size_t num_lines() const { in num_lines()
232 size_t lineno_for_offset(size_t offset) const { in lineno_for_offset()
240 size_t lineno_to_source_lineno(size_t lineno) const { in lineno_to_source_lineno()
248 StringCordView get_line(size_t lineno) const { in get_line()
278 ~Source() = default; argument
[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()
/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/cronet/stable/third_party/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/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/
Ddigest.cc50 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() 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/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/cronet/tot/third_party/boringssl/src/tool/
Ddigest.cc50 struct Source { struct
55 Source() : is_stdin_(false) {} in Source() function
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/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/webrtc/modules/desktop_capture/
Ddesktop_capturer.h77 struct Source { struct
79 SourceId id; argument
95 typedef std::vector<Source> SourceList; argument
/external/swiftshader/third_party/subzero/src/
DIceInstX8664.h766 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 …]
DIceInstX8632.h827 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/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/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()
/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/stg/
DREADME.md38 ### Dependencies
58 ### Local Build
74 ### Docker Build
/external/rust/android-crates-io/crates/rustix/src/mount/
Dmount_unmount.rs15 pub fn mount<Source: path::Arg, Target: path::Arg, Fs: path::Arg, Data: path::Arg>( in mount()
75 pub fn mount_bind<Source: path::Arg, Target: path::Arg>( in mount_bind()
101 pub fn mount_recursive_bind<Source: path::Arg, Target: path::Arg>( in mount_recursive_bind()
148 pub fn mount_move<Source: path::Arg, Target: path::Arg>( in mount_move()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
65 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
243 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
259 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
263 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
271 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
/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/python/bumble/rust/src/wrapper/
Dtransport.rs50 pub fn source(&self) -> PyResult<Source> { in source()
70 pub struct Source(pub(crate) PyObject); struct
72 impl From<Controller> for Source { implementation
/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dunix.rs37 enum Source { enum
42 impl Source { impl
43 fn new(env_tz: Option<&str>) -> Source { in new()
/external/okio/okio/src/commonMain/kotlin/okio/
DSource.kt53 interface Source : Closeable { interface
/external/pytorch/
DREADME.md161 #### Prerequisites
222 #### Get the PyTorch Source
231 #### Install Dependencies
274 #### Install PyTorch

12345678910>>...26