Home
last modified time | relevance | path

Searched refs:SubType (Results 1 – 21 of 21) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj94 SubType = "Code"
99 SubType = "Code"
104 SubType = "Code"
109 SubType = "Code"
114 SubType = "Code"
119 SubType = "Code"
124 SubType = "Code"
129 SubType = "Code"
134 SubType = "Code"
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc177 const GUID *SubType = pMediaType->Subtype(); in CheckMediaType() local
178 if (SubType == NULL) in CheckMediaType()
196 if(*SubType == MEDIASUBTYPE_RGB24 in CheckMediaType()
211 if(*SubType == MEDIASUBTYPE_MJPG in CheckMediaType()
217 if(*SubType == MEDIASUBTYPE_I420 in CheckMediaType()
223 if(*SubType == MEDIASUBTYPE_YUY2 in CheckMediaType()
230 if(*SubType == MEDIASUBTYPE_UYVY in CheckMediaType()
237 if(*SubType == MEDIASUBTYPE_HDYC) in CheckMediaType()
242 if(*SubType == MEDIASUBTYPE_RGB24 in CheckMediaType()
268 if(*SubType == MEDIASUBTYPE_RGB24 in CheckMediaType()
[all …]
/external/v8/src/
Dassembler.h575 template <typename SubType, int kAfterLastRegister>
585 static constexpr SubType no_reg() { return SubType{kCode_no_reg}; } in no_reg()
588 static constexpr SubType from_code() { in from_code()
590 return SubType{code}; in from_code()
610 static SubType from_code(int code) { in from_code()
613 return SubType{code}; in from_code()
637 inline constexpr bool operator==(SubType other) const {
640 inline constexpr bool operator!=(SubType other) const {
649 template <typename SubType, int kAfterLastRegister>
651 RegisterBase<SubType, kAfterLastRegister> reg) {
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj73 <SubType>Code</SubType>
76 <SubType>Code</SubType>
/external/mksh/src/
Deval.c203 typedef struct SubType { struct
205 struct SubType *prev; /* old type */ argument
206 struct SubType *next; /* poped type (to avoid re-allocating) */ argument
212 } SubType; argument
243 SubType st_head, *st; in expand()
413 SubType *newst; in expand()
415 newst = alloc(sizeof(SubType), ATEMP); in expand()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp718 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
719 error(consume(Data, SubType)); in initializeFileAndStringTables()
723 switch (ModuleSubstreamKind(SubType)) { in initializeFileAndStringTables()
765 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
766 error(consume(Data, SubType)); in printCodeViewSymbolSection()
770 W.printEnum("SubSectionType", SubType, makeArrayRef(SubSectionTypes)); in printCodeViewSymbolSection()
793 switch (ModuleSubstreamKind(SubType)) { in printCodeViewSymbolSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp923 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
924 error(Reader.readInteger(SubType)); in initializeFileAndStringTables()
931 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables()
973 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
974 error(consume(Data, SubType)); in printCodeViewSymbolSection()
978 W.printEnum("SubSectionType", SubType, makeArrayRef(SubSectionTypes)); in printCodeViewSymbolSection()
1001 switch (DebugSubsectionKind(SubType)) { in printCodeViewSymbolSection()
/external/webrtc/webrtc/test/
Drtcp_packet_parser.h208 uint8_t SubType() const { return app_.SubType; } in SubType() function
/external/ImageMagick/coders/
Dcut.c87 char SubType; member
475 PalHeader.SubType=(char) ReadBlobByte(palette); in ReadCUTImage()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_utility.h212 uint8_t SubType; member
Drtcp_packet_unittest.cc132 EXPECT_EQ(30U, parser.app()->SubType()); in TEST()
154 EXPECT_EQ(30U, parser.app()->SubType()); in TEST()
Drtcp_sender_unittest.cc383 EXPECT_EQ(kSubType, parser()->app()->SubType()); in TEST_F()
402 EXPECT_EQ(kSubType, parser()->app()->SubType()); in TEST_F()
Drtcp_utility.cc1630 _packet.APP.SubType = header.count_or_format; in ParseAPP()
Drtcp_receiver.cc1244 rtcpPacketInformation.applicationSubType = rtcpPacket.APP.SubType; in HandleAPP()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp615 RecTy *SubType = ParseType(); in ParseType() local
616 if (SubType == 0) return 0; in ParseType()
623 return ListRecTy::get(SubType); in ParseType()
/external/llvm/lib/TableGen/
DTGParser.cpp693 RecTy *SubType = ParseType(); in ParseType() local
694 if (!SubType) return nullptr; in ParseType()
701 return ListRecTy::get(SubType); in ParseType()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp111 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp815 RecTy *SubType = ParseType(); in ParseType() local
816 if (!SubType) return nullptr; in ParseType()
823 return ListRecTy::get(SubType); in ParseType()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6184 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument
6188 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl(); in checkTrivialSubobjectCall()
6193 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(), in checkTrivialSubobjectCall()
6199 SubType.addConst(); in checkTrivialSubobjectCall()
6203 << Kind << SubType.getUnqualifiedType(); in checkTrivialSubobjectCall()
6208 << Kind << SubType.getUnqualifiedType() << CSM << SubType; in checkTrivialSubobjectCall()
6212 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
6215 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
6221 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
/external/python/cpython3/Lib/test/
Dtest_descr.py1025 class SubType(types.ModuleType): class
1032 m.__class__ = SubType
1033 self.assertTrue(m.__class__ is SubType)
/external/clang/lib/AST/
DASTContext.cpp7406 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument
7414 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()