Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctraits_fns.h39 { return _Traits::eq(__x, __y); } in operator()
48 { return _Traits::eq(__x, __val); } in operator()
58 { return !_Traits::eq(__x, __val); } in operator()
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
Dchar_traits.h141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) in eq() function
148 if (!eq(__s1[__i], __s2[__i])) in compare()
156 for (; !eq(__s[__i], _NullChar); ++__i) {} in length()
162 if (eq(*__s, __c)) in find()
D_string_io.c153 if (!_Traits::eq(__c, __delim)) in getline()
D_streambuf.h242 return ((_M_gbegin < _M_gnext) && _Traits::eq(__c, *(_M_gnext - 1))) in sputbackc()
D_fstream.c168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) || in pbackfail()
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr())) in pbackfail()
D_sstream.c120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) { in pbackfail()
D_istream.c72 return _Traits::eq(__c, argument_type()) || in operator()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Ddefault_names16 if ($port_type eq 'UNIX') {
33 if ($port_type eq 'UNIX') {
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks13 if ($port_type eq 'W32' || !( eval { symlink("",""); 1 })) {
/ndk/build/gmsl/
Dgmsl-tests587 $(call start_test,eq)
588 $(call test_assert,$(call eq,2,3),)
589 $(call test_assert,$(call eq,3,2),)
590 $(call test_assert,$(call eq,2,2),$(true))
D__gmsl654 # Function: gt, gte, lt, lte, eq, ne
662 # eq First argument is numerically equal to the second argument
669 eq = $(__gmsl_tr2)$(call __gmsl_int_wrap2,int_eq,$1,$2)
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.0358 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`