Searched refs:eq (Results 26 - 50 of 578) sorted by last modified time

1234567891011>>

/external/valgrind/main/gdbserver_tests/
H A Dmake_local_links47 -o \( \( $GDBMAJ -eq $NEEDEDMAJ \) \
/external/valgrind/main/massif/
H A Dms_print437 push(@is_detaileds, ( $heap_tree eq "empty" ? 0 : 1 ));
443 if ($heap_tree eq "empty") {
447 if ($heap_tree eq "peak") {
574 (($char eq $peak_char)
576 ($char eq $detailed_char and
580 ($char eq $normal_char and
601 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
602 elsif ($time_unit eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }
603 elsif ($time_unit eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }
H A Dms_print.in437 push(@is_detaileds, ( $heap_tree eq "empty" ? 0 : 1 ));
443 if ($heap_tree eq "empty") {
447 if ($heap_tree eq "peak") {
574 (($char eq $peak_char)
576 ($char eq $detailed_char and
580 ($char eq $normal_char and
601 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
602 elsif ($time_unit eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }
603 elsif ($time_unit eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }
/external/valgrind/main/none/tests/arm64/
H A Dinteger.c262 TESTINST3("cmp x4, x5 ; cset x3, eq", 12345, 6789, x3, x4, x5, 0);
267 TESTINST3("cmp w4, w5 ; cset x3, eq",
9137 TESTINST3("cmp x17,x18 ; csel x16,x17,x18,eq",
9154 TESTINST3("cmp x17,x18 ; csinc x16,x17,x18,eq",
9171 TESTINST3("cmp x17,x18 ; csinv x16,x17,x18,eq",
9188 TESTINST3("cmp x17,x18 ; csneg x16,x17,x18,eq",
9209 TESTINST3("cmp w17,w18 ; csel w16,w17,w18,eq",
9226 TESTINST3("cmp w17,w18 ; csinc w16,w17,w18,eq",
9243 TESTINST3("cmp w17,w18 ; csinv w16,w17,w18,eq",
9260 TESTINST3("cmp w17,w18 ; csneg w16,w17,w18,eq",
[all...]
/external/valgrind/main/none/tests/mips32/
H A Dfpu_branches.stdout.exp2 bc1f, c.eq.s out=0.000000, fs=0.000000, ft=-4578.500000
3 bc1f, c.eq.d out=0.000000, fs=0.000000, ft=-45786.500000
4 bc1f, c.eq.s out=912.500000, fs=456.250000, ft=456.250000
5 bc1f, c.eq.d out=912.500000, fs=456.250000, ft=456.250000
6 bc1f, c.eq.s out=3.000000, fs=3.000000, ft=34.031250
7 bc1f, c.eq.d out=3.000000, fs=3.000000, ft=34.031250
8 bc1f, c.eq.s out=-1.000000, fs=-1.000000, ft=4578.750000
9 bc1f, c.eq.d out=-1.000000, fs=-1.000000, ft=45786.750000
10 bc1f, c.eq.s out=1384.500000, fs=1384.500000, ft=175.000000
11 bc1f, c.eq
[all...]
H A Dmips32_dspr2.stdout.exp421 cmpgdu.eq.qb $t0, $t1, $t2 :: rs 0x00000000 rt 0x00000000 out 0x0000000f DSPCtrl 0x0f000000
422 cmpgdu.eq.qb $t2, $t3, $t4 :: rs 0x00045fb2 rt 0x00000286 out 0x00000008 DSPCtrl 0x08000000
423 cmpgdu.eq.qb $t4, $t1, $t5 :: rs 0x00002435 rt 0xffff3421 out 0x00000000 DSPCtrl 0x00000000
424 cmpgdu.eq.qb $t6, $t7, $t3 :: rs 0x07654cb8 rt 0x734680bc out 0x00000000 DSPCtrl 0x00000000
425 cmpgdu.eq.qb $t5, $t3, $t2 :: rs 0xf973437b rt 0x80000000 out 0x00000000 DSPCtrl 0x00000000
426 cmpgdu.eq.qb $t2, $t4, $t8 :: rs 0x00010001 rt 0xffffffff out 0x00000000 DSPCtrl 0x00000000
427 cmpgdu.eq.qb $t0, $t8, $t0 :: rs 0x7fff7fff rt 0x7fff7fff out 0x0000000f DSPCtrl 0x0f000000
428 cmpgdu.eq.qb $t4, $t6, $t1 :: rs 0x0000c420 rt 0x00000555 out 0x0000000c DSPCtrl 0x0c000000
429 cmpgdu.eq.qb $t2, $t3, $t4 :: rs 0x00000004 rt 0x40000000 out 0x00000006 DSPCtrl 0x06000000
430 cmpgdu.eq
[all...]
/external/tcpdump/
H A Dconfigure398 as_val=`expr "$@" || test $? -eq 1`
410 as_status=$1; test $as_status -eq 0 && as_status=1
8439 as_status=$1; test $as_status -eq 0 && as_status=1
8506 as_val=`expr "$@" || test $? -eq 1`
/external/stlport/stlport/stl/
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 D_ctraits_fns.h39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
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_istream.c72 return _Traits::eq(__c, argument_type()) ||
H A D_sstream.c120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
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 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))
/external/stressapptest/
H A Dconfigure357 as_val=`expr "$@" || test $? -eq 1`
369 as_status=$?; test $as_status -eq 0 && as_status=1
6204 as_status=$?; test $as_status -eq 0 && as_status=1
6271 as_val=`expr "$@" || test $? -eq 1`
H A Ddepcomp110 if test $stat -eq 0; then :
133 if test $stat -eq 0; then :
175 if test $stat -eq 0; then :
234 if test $stat -eq 0; then :
280 if test $stat -eq 0; then :
318 if test $stat -eq 0; then :
376 if test $stat -eq 0; then :
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp24 virtual bool eq(const GrKey& rh) const;
64 bool SkGrDescKey::eq(const GrKey& rh) const { function in class:SkGrDescKey
/external/skia/tests/
H A DAAClipTest.cpp112 bool eq = (mask0 == mask1); local
116 return eq;
/external/smali/
H A Dgradlew95 if [ $? -eq 0 ] ; then
136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
/external/sepolicy/
H A Dmls23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
40 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
60 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
94 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
111 # (l1 eq l
[all...]
/external/skia/include/gpu/
H A DGrKey.h25 return fHash == rh.fHash && this->eq(rh);
30 virtual bool eq(const GrKey& rh) const = 0;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jar ... public static byte not (byte) byte first public static double eq (double, double) double value double delta public static float eq ...
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslatorUnitTest.java11 import static org.mockito.Matchers.eq;

Completed in 2588 milliseconds

1234567891011>>