/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 94 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/ |
D | sink_filter_ds.cc | 177 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/ |
D | assembler.h | 575 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/ |
D | LzmaAlone.csproj | 73 <SubType>Code</SubType> 76 <SubType>Code</SubType>
|
/external/mksh/src/ |
D | eval.c | 203 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/ |
D | COFFDumper.cpp | 718 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/ |
D | COFFDumper.cpp | 923 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/ |
D | rtcp_packet_parser.h | 208 uint8_t SubType() const { return app_.SubType; } in SubType() function
|
/external/ImageMagick/coders/ |
D | cut.c | 87 char SubType; member 475 PalHeader.SubType=(char) ReadBlobByte(palette); in ReadCUTImage()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility.h | 212 uint8_t SubType; member
|
D | rtcp_packet_unittest.cc | 132 EXPECT_EQ(30U, parser.app()->SubType()); in TEST() 154 EXPECT_EQ(30U, parser.app()->SubType()); in TEST()
|
D | rtcp_sender_unittest.cc | 383 EXPECT_EQ(kSubType, parser()->app()->SubType()); in TEST_F() 402 EXPECT_EQ(kSubType, parser()->app()->SubType()); in TEST_F()
|
D | rtcp_utility.cc | 1630 _packet.APP.SubType = header.count_or_format; in ParseAPP()
|
D | rtcp_receiver.cc | 1244 rtcpPacketInformation.applicationSubType = rtcpPacket.APP.SubType; in HandleAPP()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | TGParser.cpp | 615 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/ |
D | TGParser.cpp | 693 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/ |
D | RISCVCompressInstEmitter.cpp | 111 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 815 RecTy *SubType = ParseType(); in ParseType() local 816 if (!SubType) return nullptr; in ParseType() 823 return ListRecTy::get(SubType); in ParseType()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6184 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/ |
D | test_descr.py | 1025 class SubType(types.ModuleType): class 1032 m.__class__ = SubType 1033 self.assertTrue(m.__class__ is SubType)
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 7406 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument 7414 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()
|