Home
last modified time | relevance | path

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

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp33 bool IsTypeValid(const std::vector<std::string>& type_strings) { in IsTypeValid() function
85 if (!type_strings.empty() && !IsTypeValid(type_strings)) { in ParsePropertyInfoLine()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp33 bool IsTypeValid(const std::vector<std::string>& type_strings) { in IsTypeValid() function
85 if (!type_strings.empty() && !IsTypeValid(type_strings)) { in ParsePropertyInfoLine()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mp4/
H A DMP4Decoder.cpp42 static bool IsTypeValid(const MediaContainerType& aType) { in IsTypeValid() function
58 if (!IsTypeValid(aType)) { in GetTracksInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mp4/
H A DMP4Decoder.cpp47 static bool IsTypeValid(const MediaContainerType& aType) { in IsTypeValid() function
63 if (!IsTypeValid(aType)) { in GetTracksInfo()
/dports/www/firefox/firefox-99.0/dom/media/mp4/
H A DMP4Decoder.cpp42 static bool IsTypeValid(const MediaContainerType& aType) { in IsTypeValid() function
58 if (!IsTypeValid(aType)) { in GetTracksInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mp4/
H A DMP4Decoder.cpp42 static bool IsTypeValid(const MediaContainerType& aType) { in IsTypeValid() function
58 if (!IsTypeValid(aType)) { in GetTracksInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libpref/
H A Dprefapi.h68 bool IsTypeValid() const { return !IsPrefType(PrefType::Invalid); } in IsTypeValid() function
/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccProfile.h192 bool IsTypeValid(icTagSignature tagSig, icTagTypeSignature typeSig) const;
H A DIccProfile.cpp1362 if (!IsTypeValid(tagsig, typesig)) { in CheckTagTypes()
1385 bool CIccProfile::IsTypeValid(icTagSignature tagSig, icTagTypeSignature typeSig) const in IsTypeValid() function in sampleICC::CIccProfile