Home
last modified time | relevance | path

Searched refs:StreamType (Results 1 – 20 of 20) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h383 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/swiftshader/src/Renderer/
DStream.hpp24 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;
DVertexProcessor.hpp103 StreamType type : BITS(STREAMTYPE_LAST);
/external/gemmlowp/meta/
Dbase.h91 template <typename InType, typename StreamType>
94 static const InType* Offset(const StreamType& params, const InType* source,
97 static int Scratch(const StreamType& params, int lanes);
/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.h55 template <class StreamType>
56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream()
/external/swiftshader/third_party/subzero/src/
DIceTypes.h149 template <typename StreamType>
150 inline StreamType &operator<<(StreamType &Str, const Type &Ty) {
DIceGlobalInits.h506 template <class StreamType>
507 inline StreamType &operator<<(StreamType &Stream,
513 template <class StreamType>
514 inline StreamType &operator<<(StreamType &Stream,
DIceOperand.h122 template <class StreamType>
123 inline StreamType &operator<<(StreamType &Str, const Operand &Op) {
DIceInstARM32.h529 template <typename StreamType>
530 inline StreamType &operator<<(StreamType &Stream, CondARM32::Cond Predicate) {
/external/skia/tools/
Dok.cpp175 struct StreamType { struct
179 static std::vector<StreamType> stream_types; argument
341 stream_types.push_back(StreamType{name, help, factory}); in Register()
/external/webrtc/webrtc/video/
Dvie_channel.h54 enum StreamType { enum
120 const StreamType usage,
198 int32_t SetRemoteSSRCType(const StreamType usage, const uint32_t SSRC);
Dvie_channel.cc666 const StreamType usage, in SetSSRC()
677 int32_t ViEChannel::SetRemoteSSRCType(const StreamType usage, in SetRemoteSSRCType()
/external/swiftshader/src/OpenGL/libGL/
DVertexDataManager.h34 sw::StreamType type;
/external/swiftshader/src/OpenGL/libGLES_CM/
DVertexDataManager.h31 sw::StreamType type;
/external/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.h31 sw::StreamType type;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg114 template\<typename StreamType, typename TokenType, typename TokenBuilder>
115 class <name> : public antlr3::Lexer\<StreamType,TokenType,TokenBuilder> {
117 typedef typename StreamType::position_type position_type;
118 typedef typename StreamType::char_type char_type;
138 <name>(StreamType* input)
139 : antlr3::Lexer\<StreamType,TokenType,TokenBuilder>(input)
284 <name>(StreamType* input)
285 : <superClass>\<StreamType,TokenType>(input)
524 StreamType& input(this->getInput());
553 StreamType& input(this->getInput());
[all …]
/external/ImageMagick/MagickCore/
Dblob-private.h56 } StreamType; typedef
Dblob.c137 StreamType
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp160 static sw::StreamType streamType(int type);
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h941 ULONG32 StreamType; member