HomeSort by relevance Sort by last modified time
    Searched refs:StreamType (Results 26 - 50 of 74) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
26 BinaryStreamRefBase(StreamType &Stream, uint32_t Offset, uint32_t Length)
32 const StreamType *getStream() const { return Stream; }
76 StreamType *Stream;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
26 BinaryStreamRefBase(StreamType &Stream, uint32_t Offset, uint32_t Length)
32 const StreamType *getStream() const { return Stream; }
76 StreamType *Stream;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStreamRef.h 24 template <class RefType, class StreamType> class BinaryStreamRefBase {
27 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
31 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
115 std::shared_ptr<StreamType> SharedImpl;
116 StreamType *BorrowedImpl = nullptr;
  /external/swiftshader/third_party/subzero/src/
IceTypes.h 149 template <typename StreamType>
150 inline StreamType &operator<<(StreamType &Str, const Type &Ty) {
IceGlobalInits.h 506 template <class StreamType>
507 inline StreamType &operator<<(StreamType &Stream,
513 template <class StreamType>
514 inline StreamType &operator<<(StreamType &Stream,
  /external/swiftshader/src/OpenGL/libGL/
VertexDataManager.h 34 sw::StreamType type;
  /external/swiftshader/src/OpenGL/libGLES_CM/
VertexDataManager.h 31 sw::StreamType type;
  /external/swiftshader/src/OpenGL/libGLESv2/
VertexDataManager.h 31 sw::StreamType type;
  /hardware/interfaces/camera/device/3.2/
types.hal 26 * StreamType:
32 enum StreamType : uint32_t {
215 StreamType streamType;
246 * streamType INPUT, the value of this field is always 0. For all streams
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
HTTPLiveSource2.h 92 LiveSession::StreamType fetchType, int32_t pushWhat);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 92 LiveSession::StreamType fetchType, int32_t pushWhat);
  /external/webrtc/webrtc/video/
vie_channel.h 54 enum StreamType {
120 const StreamType usage,
198 int32_t SetRemoteSSRCType(const StreamType usage, const uint32_t SSRC);
  /external/ImageMagick/MagickCore/
blob-private.h 56 } StreamType;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 114 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/swiftshader/tests/fuzzers/
VertexRoutineFuzzer.cpp 165 sw::StreamType type = (sw::StreamType)data[1 + 2 * i + 0];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dmusicks.h 221 IN DMUS_STREAM_TYPE StreamType,
249 IN DMUS_STREAM_TYPE StreamType, \
  /system/core/adb/
bugreport_test.cpp 60 enum StreamType {
70 explicit OnStandardStreamsCallbackAction(StreamType type, const std::string& output)
83 StreamType type_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 92 [in] STREAM_TYPE StreamType,
133 [in] const STREAM_TYPE StreamType);

Completed in 2362 milliseconds

12 3