Home
last modified time | relevance | path

Searched refs:Predicate (Results 1 – 25 of 20656) sorted by path

12345678910>>...827

/dports/archivers/draco/googletest/docs/
H A Dadvanced.md26 ### Predicate Assertions for Better Error Messages
135 #### Using a Predicate-Formatter
151 #### Floating-Point Predicate-Format Functions
/dports/archivers/draco/googletest/docs/reference/
H A Dassertions.md332 ## Predicate Assertions {#predicates}
/dports/archivers/draco/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1500 template <typename Predicate>
1503 explicit TrulyMatcher(Predicate pred) : predicate_(pred) {}
1533 Predicate predicate_;
4648 template <typename Predicate>
4649 inline PolymorphicMatcher<internal::TrulyMatcher<Predicate> >
4650 Truly(Predicate pred) {
4651 return MakePolymorphicMatcher(internal::TrulyMatcher<Predicate>(pred));
/dports/archivers/draco/googletest/googletest/src/
H A Dgtest-internal-inl.h271 template <class Container, typename Predicate>
272 inline int CountIf(const Container& c, Predicate predicate) { in CountIf()
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/docs/
H A Dadvanced.md84 ### Predicate Assertions for Better Error Messages
244 #### Using a Predicate-Formatter
355 #### Floating-Point Predicate-Format Functions
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/src/
H A Dgtest-internal-inl.h279 template <class Container, typename Predicate>
280 inline int CountIf(const Container& c, Predicate predicate) { in CountIf()
/dports/archivers/vbz-compression/vbz_compression-1.0.1/third_party/catch2/
H A Dcatch.hpp2850 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate() function
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileDirProc/
H A DFileFilter.hpp198 template <class Predicate>
199 FileFilter& filter(Predicate up) in filter()
277 template <class Predicate>
278 std::list<FileData> findAll(Predicate p) const in findAll()
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/builder/
H A Dattr.hpp98 template <template <typename> class Predicate, typename... Ts>
99 … struct static_none_of : std::is_same<std::tuple<std::false_type, typename Predicate<Ts>::type...>,
100 … std::tuple<typename Predicate<Ts>::type..., std::false_type>>
104 template <template <typename> class Predicate, typename... Ts>
105 … struct static_all_of : std::is_same<std::tuple<std::true_type, typename Predicate<Ts>::type...>,
106 … std::tuple<typename Predicate<Ts>::type..., std::true_type>>
/dports/astro/libosmium/libosmium-2.17.2/test/catch/
H A Dcatch.hpp3519 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate() function
4153 template <typename T, typename Predicate>
4156 Predicate m_predicate;
4158 template <typename P = Predicate>
4187 template <typename T, typename Predicate>
4188 GeneratorWrapper<T> filter(Predicate&& pred, GeneratorWrapper<T>&& generator) { in filter()
4189 …ique_ptr<IGenerator<T>>(pf::make_unique<FilterGenerator<T, Predicate>>(std::forward<Predicate>(pre… in filter()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dpugixml.hpp562 template <typename Predicate> xml_attribute find_attribute(Predicate pred) const in find_attribute()
574 template <typename Predicate> xml_node find_child(Predicate pred) const in find_child()
586 template <typename Predicate> xml_node find_node(Predicate pred) const in find_node()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/
H A Dpugixml.hpp562 template <typename Predicate> xml_attribute find_attribute(Predicate pred) const in find_attribute()
574 template <typename Predicate> xml_node find_child(Predicate pred) const in find_child()
586 template <typename Predicate> xml_node find_node(Predicate pred) const in find_node()
/dports/astro/oskar/OSKAR-2.8.0/extern/gtest-1.7.0/src/
H A Dgtest-internal-inl.h281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) { in CountIf()
/dports/astro/py-spacetrack/spacetrack-0.16.0/docs/
H A Dchangelog.rst244 - ``Predicate`` class now has a ``default`` attribute.
H A Dusage.rst45 [Predicate(name='publish_epoch', type_='datetime', nullable=False),
46 Predicate(name='tle_line1', type_='str', nullable=False),
47 Predicate(name='tle_line2', type_='str', nullable=False)]
/dports/astro/py-spacetrack/spacetrack-0.16.0/spacetrack/
H A Dbase.py44 class Predicate(ReprHelperMixin): class
187 Predicate('predicates', 'str'),
188 Predicate('metadata', 'enum', values=('true', 'false')),
189 Predicate('limit', 'str'),
190 Predicate('orderby', 'str'),
191 Predicate('distinct', 'enum', values=('true', 'false')),
192 Predicate(
195 Predicate('emptyresult', 'enum', values=('show',)),
196 Predicate('favorites', 'str'),
631 predicate = Predicate(
/dports/astro/py-spacetrack/spacetrack-0.16.0/tests/
H A Dtest_spacetrack.py13 Predicate, _iter_content_generator, _iter_lines_generator,
583 predicate = Predicate(name='a', type_='int', nullable=True, default=None)
587 predicate = Predicate(
649 (Predicate('a', 'float'), '0.5', 0.5),
650 (Predicate('a', 'int'), '5', 5),
651 (Predicate('a', 'datetime'), '2017-01-01 01:02:03',
653 (Predicate('a', 'date'), '2017-01-01',
655 (Predicate('a', 'enum', values=('a', 'b')), 'a', 'a'),
656 (Predicate('a', 'int'), None, None),
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/
H A Damarok-play-audiocd.desktop2 X-KDE-Solid-Predicate=OpticalDisc.availableContent & 'Audio'
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/
H A DMountPointManager.cpp123 Solid::Predicate predicate = Solid::Predicate( Solid::DeviceInterface::StorageAccess ); in createDeviceFactories()
341 Solid::Predicate predicate = Solid::Predicate( Solid::DeviceInterface::StorageAccess ); in slotDeviceAdded()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/ipodcollection/
H A DIpodCollection.cpp565 Solid::Predicate query( Solid::DeviceInterface::StorageAccess, QString( "filePath" ), in slotPerformTeardownAndRemove()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/actions/
H A DRepairAlbumNamesAction.java36 import com.google.common.base.Predicate;
47 private final class FilesWithEmptyAlbumFilter implements Predicate<ILocalAudioObject> {
H A DRepairGenresAction.java36 import com.google.common.base.Predicate;
46 private final class FilesWithEmptyGenre implements Predicate<ILocalAudioObject> {
H A DRepairTrackNumbersAction.java39 import com.google.common.base.Predicate;
49 private static final class FilesWithEmptyTracksFilter implements Predicate<ILocalAudioObject> {
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/plugins/eg-amp.lv2/
H A Dmanifest.ttl.in33 # | Subject | Predicate | Object
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-registries/
H A DAttachedVirtualFunction.h267 using Predicate = std::function< bool( This* ) >; variable
272 Predicate predicate;

12345678910>>...827