/aosp_15_r20/external/bcc/ |
H A D | INSTALL.md | 319 # 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 …]
|
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
H A D | NuPlayerSource.h | 34 struct NuPlayer::Source : public AHandler { struct 35 enum Flags { 66 explicit Source(const sp<AMessage> ¬ify) in Source() function 77 virtual void stop() {} in stop() 78 virtual void pause() {} in pause() 79 virtual void resume() {} in resume() 82 virtual void disconnect() {} in disconnect() 93 virtual sp<MetaData> getFormatMeta(bool /* audio */) { return NULL; } in getFormatMeta() 94 virtual sp<MetaData> getFileFormatMeta() const { return NULL; } in getFileFormatMeta() 99 virtual status_t getDuration(int64_t * /* durationUs */) { in getDuration() [all …]
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/libwebsockets/contrib/abi/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | Source.h | 30 struct Source { struct 35 Source() = default; argument 37 inline Source(android::StringPiece path) : path(path) { // NOLINT(implicit) in Source() function 40 inline Source(android::StringPiece path, android::StringPiece archive) in Source() function 44 inline Source(android::StringPiece path, size_t line) : path(path), line(line) { in Source() argument 47 inline Source WithLine(size_t line) const { in WithLine() argument 67 inline ::std::ostream& operator<<(::std::ostream& out, const Source& source) { argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | source_range.h | 185 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 …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/tool/ |
H A D | digest.cc | 50 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_;
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/ |
D | digest.cc | 50 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_;
|
/aosp_15_r20/external/boringssl/src/tool/ |
H A D | digest.cc | 50 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_;
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | digest.cc | 50 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_;
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/ |
D | stack_container.h | 47 struct Source { struct 48 Source() : used_stack_buffer_(false) { in Source() argument 52 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer() 53 const T* stack_buffer() const { in stack_buffer() 60 alignas(T) char stack_buffer_[sizeof(T[stack_capacity])]; 86 // no guarantee that the Source buffer of Ts is large enough argument
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/ |
D | stack_container.h | 47 struct Source { struct 48 Source() : used_stack_buffer_(false) { in Source() argument 52 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer() 53 const T* stack_buffer() const { in stack_buffer() 60 alignas(T) char stack_buffer_[sizeof(T[stack_capacity])]; 86 // no guarantee that the Source buffer of Ts is large enough argument
|
/aosp_15_r20/external/clang/unittests/Lex/ |
H A 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
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | scenario_config.h | 73 struct Source { struct 74 enum Capture { 80 } capture = Capture::kGenerator; 81 struct Slides { 102 } slides; 103 struct Generator { 108 } generator; 109 struct VideoFile { 114 } video_file; 115 int framerate = 30; [all …]
|
/aosp_15_r20/external/llvm/unittests/AsmParser/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A 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()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_capturer.h | 77 struct Source { struct 79 SourceId id; argument 95 typedef std::vector<Source> SourceList; argument
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | side_effects.py | 37 def __init__(self, source: Source, is_modified: bool = False): 48 def __init__(self, typ: MutableLocalSource, source: Optional[Source]): 54 def __init__(self, source: Source): 60 def __init__(self, source: Optional[Source], cls_source: Optional[Source]): 253 cls_source: Source, 311 def track_cell_existing(self, source: Source, item: Any): 319 def track_global_existing(self, source: Source, item: Any):
|
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticache/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 1039 "Source": "user" string 1053 "Source": "system" string 1064 "Source": "system" string 1075 "Source": "system" string 1086 "Source": "system" string 1097 "Source": "system" string 1108 "Source": "system" string 1119 "Source": "system" string 1130 "Source": "system" string 1141 "Source": "system" string [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 19 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()
|