Searched refs:eq (Results 1 - 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ctraits_fns.h39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
H A D_complex.c120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
H A Dchar_traits.h141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) function in class:__char_traits_base
148 if (!eq(__s1[__i], __s2[__i]))
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
162 if (eq(*__s, __c))
H A D_streambuf.h242 return ((_M_gbegin < _M_gnext) && _Traits::eq(__c, *(_M_gnext - 1)))
H A D_string_io.c153 if (!_Traits::eq(__c, __delim))
H A D_fstream.c168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
H A D_sstream.c120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
H A D_istream.c72 return _Traits::eq(__c, argument_type()) ||
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Ddepcomp117 if test $stat -eq 0; then :
140 if test $stat -eq 0; then :
182 if test $stat -eq 0; then :
241 if test $stat -eq 0; then :
287 if test $stat -eq 0; then :
325 if test $stat -eq 0; then :
388 if test $stat -eq 0; then :
/ndk/sources/host-tools/make-3.81/config/
H A Ddepcomp96 if test $stat -eq 0; then :
119 if test $stat -eq 0; then :
161 if test $stat -eq 0; then :
219 if test $stat -eq 0; then :
261 if test $stat -eq 0; then :
317 if test $stat -eq 0; then :
/ndk/tests/standalone/
H A Drun.sh406 if [ "$FAILURES" -eq 0 ]; then
/ndk/build/tools/
H A Dbuild-mingw64-toolchain.sh266 if [ "$VERBOSE" -eq 1 ]; then
/ndk/sources/host-tools/make-3.81/
H A Dconfigure358 as_val=`expr "$@" || test $? -eq 1`
370 as_status=$?; test $as_status -eq 0 && as_status=1
9597 as_status=$?; test $as_status -eq 0 && as_status=1
9664 as_val=`expr "$@" || test $? -eq 1`

Completed in 165 milliseconds