/external/antlr/runtime/Cpp/include/ |
D | antlr3recognizersharedstate.inl | 3 template<class ImplTraits, class StreamType> 4 RecognizerSharedState<ImplTraits, StreamType>::RecognizerSharedState() 24 template<class ImplTraits, class StreamType> 25 …ename RecognizerSharedState<ImplTraits, StreamType>::FollowingType& RecognizerSharedState<ImplTrai… 29 template<class ImplTraits, class StreamType> 30 ANTLR_INLINE ANTLR_UINT32 RecognizerSharedState<ImplTraits, StreamType>::get_sizeHint() const 34 template<class ImplTraits, class StreamType> 35 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_error() const 39 template<class ImplTraits, class StreamType> 40 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::ExceptionBaseType* [all …]
|
D | antlr3exception.inl | 3 template<class ImplTraits, class StreamType> 4 ANTLR_ExceptionBase<ImplTraits, StreamType>::ANTLR_ExceptionBase(const StringType& message) 21 template<class ImplTraits, class StreamType> 22 …E typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<ImplTraits… 26 template<class ImplTraits, class StreamType> 27 …E typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<ImplTraits… 31 template<class ImplTraits, class StreamType> 32 ANTLR_INLINE ANTLR_MARKER ANTLR_ExceptionBase<ImplTraits, StreamType>::get_index() const 36 template<class ImplTraits, class StreamType> 37 …t typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<ImplTraits,… [all …]
|
D | antlr3traits.hpp | 26 template<class StreamType> 43 template<class StreamType> 50 template<class StreamType> 60 template<class StreamType> 74 template<class StreamType> 203 template<class StreamType> 206 typename UserTraits<TraitsType>::template RecognizerSharedStateType<StreamType>, 207 RecognizerSharedState<TraitsType, StreamType>, 208 typename UserTraits<TraitsType>::template RecognizerSharedStateType<StreamType>::BaseType 212 template<class StreamType> [all …]
|
D | antlr3baserecognizer.inl | 3 template< class ImplTraits, class StreamType > 4 BaseRecognizer<ImplTraits, StreamType>::BaseRecognizer(ANTLR_UINT32 sizeHint, 27 template< class ImplTraits, class StreamType > 28 …LR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::SuperType* BaseRecognizer<ImplTraits, S… 33 template< class ImplTraits, class StreamType > 34 …E typename BaseRecognizer<ImplTraits, StreamType>::RecognizerSharedStateType* BaseRecognizer<ImplT… 38 template< class ImplTraits, class StreamType > 39 …NE typename BaseRecognizer<ImplTraits, StreamType>::DebugEventListenerType* BaseRecognizer<ImplTra… 43 template< class ImplTraits, class StreamType > 44 ANTLR_INLINE void BaseRecognizer<ImplTraits, StreamType>::set_state( RecognizerSharedStateType* sta… [all …]
|
D | antlr3rewritestreams.hpp | 64 …typedef typename ImplTraits::template RecognizerType< typename SuperType::StreamType > RecognizerT… 177 typedef typename ComponentType::StreamType StreamType; typedef in RewriteRuleTokenStream 181 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType; 204 typedef typename ComponentType::StreamType StreamType; typedef in RewriteRuleSubtreeStream 207 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType; 232 typedef typename ComponentType::StreamType StreamType; typedef in RewriteRuleNodeStream 235 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType;
|
D | antlr3exception.hpp | 53 template<class ImplTraits, class StreamType> 57 typedef typename StreamType::UnitType TokenType; 58 typedef typename StreamType::IntStreamType IntStreamType; 64 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType; 185 template<class ImplTraits, ExceptionType Ex, class StreamType> 186 class ANTLR_Exception : public ImplTraits::template ExceptionBaseType<StreamType> 192 typedef typename ImplTraits::template ExceptionBaseType<StreamType> BaseType;
|
D | antlr3cyclicdfa.hpp | 52 typedef typename CtxType::StreamType StreamType; typedef in CyclicDFA 54 typedef typename ImplTraits::template RecognizerType<StreamType> RecognizerType; 55 typedef typename StreamType::IntStreamType IntStreamType; 56 typedef typename StreamType::TokenType TokenType;
|
D | antlr3baserecognizer.hpp | 46 template< class ImplTraits, class StreamType > 51 typedef typename StreamType::IntStreamType IntStreamType; 52 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType SuperType; 53 typedef typename StreamType::UnitType UnitType; 54 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType; 58 …typedef typename ImplTraits::template RecognizerSharedStateType<StreamType> RecognizerSharedState…
|
D | antlr3recognizersharedstate.hpp | 54 template<class ImplTraits, class StreamType> 59 typedef typename StreamType::UnitType TokenType; 62 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType ComponentType; 66 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType;
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 39 Stream(StreamKind Kind, minidump::StreamType Type) : Kind(Kind), Type(Type) {} in Stream() 43 const minidump::StreamType Type; 46 static StreamKind getKind(minidump::StreamType Type); 49 static std::unique_ptr<Stream> create(minidump::StreamType Type); 75 static constexpr minidump::StreamType Type = minidump::StreamType::ModuleList; 86 static constexpr minidump::StreamType Type = minidump::StreamType::ThreadList; 96 static constexpr minidump::StreamType Type = minidump::StreamType::MemoryList; 113 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream() 118 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream() 133 minidump::StreamType::MemoryInfoList) {} in MemoryInfoListStream() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 39 Stream(StreamKind Kind, minidump::StreamType Type) : Kind(Kind), Type(Type) {} in Stream() 43 const minidump::StreamType Type; 46 static StreamKind getKind(minidump::StreamType Type); 49 static std::unique_ptr<Stream> create(minidump::StreamType Type); 75 static constexpr minidump::StreamType Type = minidump::StreamType::ModuleList; 86 static constexpr minidump::StreamType Type = minidump::StreamType::ThreadList; 96 static constexpr minidump::StreamType Type = minidump::StreamType::MemoryList; 113 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream() 118 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream() 133 minidump::StreamType::MemoryInfoList) {} in MemoryInfoListStream() [all …]
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 383 template <typename Self, typename StreamType> 395 static void print(const SExpr *E, StreamType &SS) { in print() 403 void newline(StreamType &SS) { in newline() 460 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { in printBlockLabel() 474 void printSExpr(const SExpr *E, StreamType &SS, unsigned P, bool Sub=true) { 501 void printNull(StreamType &SS) { in printNull() 505 void printFuture(const Future *E, StreamType &SS) { in printFuture() 509 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined() 513 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard() 518 void printLiteralT(const LiteralT<T> *E, StreamType &SS) { in printLiteralT() [all …]
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 404 template <typename Self, typename StreamType> 420 static void print(const SExpr *E, StreamType &SS) { in print() 428 void newline(StreamType &SS) { in newline() 485 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { in printBlockLabel() 498 void printSExpr(const SExpr *E, StreamType &SS, unsigned P, bool Sub=true) { 525 void printNull(StreamType &SS) { in printNull() 529 void printFuture(const Future *E, StreamType &SS) { in printFuture() 533 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined() 537 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard() 542 void printLiteralT(const LiteralT<T> *E, StreamType &SS) { in printLiteralT() [all …]
|
/external/llvm-project/llvm/lib/Object/ |
D | Minidump.cpp | 18 MinidumpFile::getRawStream(minidump::StreamType Type) const { in getRawStream() 58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList() 75 Expected<ArrayRef<T>> MinidumpFile::getListStream(StreamType Type) const { in getListStream() 95 MinidumpFile::getListStream(StreamType) const; 97 MinidumpFile::getListStream(StreamType) const; 99 MinidumpFile::getListStream(StreamType) const; 128 DenseMap<StreamType, std::size_t> StreamMap; in create() 130 StreamType Type = StreamDescriptor.value().Type; in create() 138 if (Type == StreamType::Unused && Loc.DataSize == 0) { in create() 144 if (Type == DenseMapInfo<StreamType>::getEmptyKey() || in create() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Minidump.cpp | 18 MinidumpFile::getRawStream(minidump::StreamType Type) const { in getRawStream() 58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList() 75 Expected<ArrayRef<T>> MinidumpFile::getListStream(StreamType Type) const { in getListStream() 95 MinidumpFile::getListStream(StreamType) const; 97 MinidumpFile::getListStream(StreamType) const; 99 MinidumpFile::getListStream(StreamType) const; 128 DenseMap<StreamType, std::size_t> StreamMap; in create() 130 StreamType Type = StreamDescriptor.value().Type; in create() 138 if (Type == StreamType::Unused && Loc.DataSize == 0) { in create() 144 if (Type == DenseMapInfo<StreamType>::getEmptyKey() || in create() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Minidump.h | 45 Optional<ArrayRef<uint8_t>> getRawStream(minidump::StreamType Type) const; 63 return getStream<minidump::SystemInfo>(minidump::StreamType::SystemInfo); in getSystemInfo() 72 return getListStream<minidump::Module>(minidump::StreamType::ModuleList); in getModuleList() 81 return getListStream<minidump::Thread>(minidump::StreamType::ThreadList); in getThreadList() 90 minidump::StreamType::Exception); in getExceptionStream() 102 minidump::StreamType::MemoryList); in getMemoryList() 166 DenseMap<minidump::StreamType, std::size_t> StreamMap) in MinidumpFile() argument 177 Expected<const T &> getStream(minidump::StreamType Stream) const; 182 Expected<ArrayRef<T>> getListStream(minidump::StreamType Stream) const; 186 DenseMap<minidump::StreamType, std::size_t> StreamMap; [all …]
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Minidump.h | 45 Optional<ArrayRef<uint8_t>> getRawStream(minidump::StreamType Type) const; 63 return getStream<minidump::SystemInfo>(minidump::StreamType::SystemInfo); in getSystemInfo() 72 return getListStream<minidump::Module>(minidump::StreamType::ModuleList); in getModuleList() 81 return getListStream<minidump::Thread>(minidump::StreamType::ThreadList); in getThreadList() 90 minidump::StreamType::Exception); in getExceptionStream() 102 minidump::StreamType::MemoryList); in getMemoryList() 166 DenseMap<minidump::StreamType, std::size_t> StreamMap) in MinidumpFile() argument 177 Expected<const T &> getStream(minidump::StreamType Stream) const; 182 Expected<ArrayRef<T>> getListStream(minidump::StreamType Stream) const; 186 DenseMap<minidump::StreamType, std::size_t> StreamMap; [all …]
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 50 enum class StreamType : uint32_t { enum 121 support::little_t<StreamType> Type; 253 template <> struct DenseMapInfo<minidump::StreamType> { 254 static minidump::StreamType getEmptyKey() { return minidump::StreamType(-1); } 256 static minidump::StreamType getTombstoneKey() { 257 return minidump::StreamType(-2); 260 static unsigned getHashValue(minidump::StreamType Val) { 264 static bool isEqual(minidump::StreamType LHS, minidump::StreamType RHS) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 50 enum class StreamType : uint32_t { enum 121 support::little_t<StreamType> Type; 253 template <> struct DenseMapInfo<minidump::StreamType> { 254 static minidump::StreamType getEmptyKey() { return minidump::StreamType(-1); } 256 static minidump::StreamType getTombstoneKey() { 257 return minidump::StreamType(-2); 260 static unsigned getHashValue(minidump::StreamType Val) { 264 static bool isEqual(minidump::StreamType LHS, minidump::StreamType RHS) {
|
/external/swiftshader/src/Renderer/ |
D | Stream.hpp | 24 enum StreamType ENUM_UNDERLYING_TYPE_UNSIGNED_INT 61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define() 70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define() 99 StreamType type;
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 900 (unsigned)(StreamType)stream_desc.Type, in DoExecute() 904 auto DumpTextStream = [&](StreamType stream_type, in DoExecute() 913 auto DumpBinaryStream = [&](StreamType stream_type, in DoExecute() 929 DumpTextStream(StreamType::LinuxCPUInfo, "/proc/cpuinfo"); in DoExecute() 931 DumpTextStream(StreamType::LinuxProcStatus, "/proc/PID/status"); in DoExecute() 933 DumpTextStream(StreamType::LinuxLSBRelease, "/etc/lsb-release"); in DoExecute() 935 DumpTextStream(StreamType::LinuxCMDLine, "/proc/PID/cmdline"); in DoExecute() 937 DumpTextStream(StreamType::LinuxEnviron, "/proc/PID/environ"); in DoExecute() 939 DumpBinaryStream(StreamType::LinuxAuxv, "/proc/PID/auxv"); in DoExecute() 941 DumpTextStream(StreamType::LinuxMaps, "/proc/PID/maps"); in DoExecute() [all …]
|
/external/webrtc/call/ |
D | video_send_stream.cc | 22 const char* StreamTypeToString(VideoSendStream::StreamStats::StreamType type) { in StreamTypeToString() 24 case VideoSendStream::StreamStats::StreamType::kMedia: in StreamTypeToString() 26 case VideoSendStream::StreamStats::StreamType::kRtx: in StreamTypeToString() 28 case VideoSendStream::StreamStats::StreamType::kFlexfec: in StreamTypeToString() 87 VideoSendStream::StreamStats::StreamType::kMedia) { in ToString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 70 Stream::StreamKind Stream::getKind(StreamType Type) { in getKind() 72 case StreamType::Exception: in getKind() 74 case StreamType::MemoryInfoList: in getKind() 76 case StreamType::MemoryList: in getKind() 78 case StreamType::ModuleList: in getKind() 80 case StreamType::SystemInfo: in getKind() 82 case StreamType::LinuxCPUInfo: in getKind() 83 case StreamType::LinuxProcStatus: in getKind() 84 case StreamType::LinuxLSBRelease: in getKind() 85 case StreamType::LinuxCMDLine: in getKind() [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 70 Stream::StreamKind Stream::getKind(StreamType Type) { in getKind() 72 case StreamType::Exception: in getKind() 74 case StreamType::MemoryInfoList: in getKind() 76 case StreamType::MemoryList: in getKind() 78 case StreamType::ModuleList: in getKind() 80 case StreamType::SystemInfo: in getKind() 82 case StreamType::LinuxCPUInfo: in getKind() 83 case StreamType::LinuxProcStatus: in getKind() 84 case StreamType::LinuxLSBRelease: in getKind() 85 case StreamType::LinuxCMDLine: in getKind() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | StreamVolumeManager.java | 34 void onStreamTypeChanged(@C.StreamType int streamType); in onStreamTypeChanged() 53 @C.StreamType private int streamType; 77 public void setStreamType(@C.StreamType int streamType) { in setStreamType() 179 private static int getVolumeFromManager(AudioManager audioManager, @C.StreamType int streamType) { in getVolumeFromManager() 184 AudioManager audioManager, @C.StreamType int streamType) { in getMutedFromManager()
|