Home
last modified time | relevance | path

Searched refs:residueType (Results 1 – 9 of 9) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/topology/
H A Dresiduetypes.cpp64 residueType(rType) in ResidueTypeEntry()
70 std::string residueType; member
129 void ResidueType::addResidue(const std::string& residueName, const std::string& residueType) in addResidue() argument
133 if (!gmx::equalCaseInsensitive((*foundIt)->residueType, residueType)) in addResidue()
138 residueName.c_str(), (*foundIt)->residueType.c_str(), residueType.c_str()); in addResidue()
143 impl_->entry.emplace_back(residueName, residueType); in addResidue()
147 …ol ResidueType::namedResidueHasType(const std::string& residueName, const std::string& residueType) in namedResidueHasType() argument
150 return foundIt ? gmx::equalCaseInsensitive(residueType, (*foundIt)->residueType) : false; in namedResidueHasType()
180 return foundIt ? (*foundIt)->residueType : c_undefinedResidueType; in typeOfNamedDatabaseResidue()
186 return foundIt ? std::make_optional((*foundIt)->residueType) : std::nullopt; in optionalTypeOfNamedDatabaseResidue()
H A Dresiduetypes.h72 void addResidue(const std::string& residueName, const std::string& residueType);
80 bool namedResidueHasType(const std::string& residueName, const std::string& residueType);
/dports/cad/magic/magic-8.3.245/database/
H A DDBtcontact.c521 TileType residueType, imageType; local
534 if ((residueType = DBTechNoisyNameType(*argv)) < 0)
537 if (IsContact(residueType))
540 DBTypeLongName(residueType));
548 residuePlane = DBPlane(residueType);
552 DBTypeLongName(residueType));
560 DBTypeLongName(residueType));
567 TTMaskSetType(&rmask, residueType);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/extractor/ogg/
H A DVorbisUtil.java262 int residueType = bitArray.readBits(16); in readResidues() local
263 if (residueType > 2) { in readResidues()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/ogg/
H A DVorbisUtil.java262 int residueType = bitArray.readBits(16); in readResidues() local
263 if (residueType > 2) { in readResidues()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/
H A DVorbisUtil.java352 int residueType = bitArray.readBits(16); in readResidues() local
353 if (residueType > 2) { in readResidues()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/
H A DVorbisUtil.java352 int residueType = bitArray.readBits(16); in readResidues() local
353 if (residueType > 2) { in readResidues()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/
H A DVorbisUtil.java352 int residueType = bitArray.readBits(16); in readResidues() local
353 if (residueType > 2) { in readResidues()
/dports/science/cdk/cdk-cdk-2.3/storage/io/src/main/resources/org/openscience/cdk/io/cml/data/
H A Dcml1_0_1.xsd175 <xs:enumeration value="residueType" />