Home
last modified time | relevance | path

Searched defs:positive (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dunary.h15 struct positive : public unary_function<int, bool> { struct
16 bool operator()(int n_) const { return n_ >= 0; } in operator()
/ndk/tests/device/test-gnustl-full/unit/
Dunary.h15 struct positive : public unary_function<int, bool> { struct
16 bool operator()(int n_) const { return n_ >= 0; } in operator()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc484 std::string positive; in FilterMatchesTest() local