HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 126 - 150 of 1239) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
data.pass.cpp 28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
  /external/bzip2/
bzmore 27 if test $? -eq 0 -a -n "$oldtty"; then
43 if test $FIRST -eq 0; then
  /external/ceres-solver/jni/
assert_ndk_version.sh 91 elif [[ ${actual_version[0]} -eq ${expected_version[0]} ]]; then
  /external/icu/icu4c/source/test/compat/
tzone.pl 7 if ($ARGV[0] eq '-h' || $ARGV[0] eq '--help') {
  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 45 [ $found -eq 0 ] && infiles="$infiles $f"
53 [ $verbose -eq 1 ] && echo $cmd
rtcd.pl 125 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
137 next if $link && $link eq "false";
140 if ($n eq "x") {
160 if (eval "\$${fn}_indirect" eq "false") {
176 if (eval "\$${fn}_indirect" eq "true") {
181 next if "$ofn" eq "$dfn";
183 next if $link && $link eq "false";
277 if ($opt eq 'neon_asm') { $opt_uc = 'NEON' }
360 if ($opts{arch} eq 'x86') {
363 } elsif ($opts{arch} eq 'x86_64')
    [all...]
  /external/llvm/test/MC/ARM/
arm-it-block.s 7 it eq
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
armlink_adapter.sh 45 [ $found -eq 0 ] && infiles="$infiles $f"
53 [ $verbose -eq 1 ] && echo $cmd
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 52 } elsif ( lc $ARGV[0] eq "add" ) {
55 } elsif ( lc $ARGV[0] eq "del" ) {
60 if ( lc substr($resp,0,1) eq "y" ) {
63 } elsif ( lc $ARGV[0] eq "listusers" or lc $ARGV[0] eq "writehostsfile" ) {
66 if ( lc $ARGV[0] eq "writehostsfile" ) {
74 if ( lc $ARGV[0] eq "listusers" ) {
82 if ( lc $ARGV[0] eq "writehostsfile" ) {
89 } elsif ( lc $ARGV[0] eq "listen" ) {
109 last if $_ eq "";
    [all...]
  /external/elfutils/src/config/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/google-breakpad/autotools/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/libedit/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/libpng/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/llvm/autoconf/
AutoRegen.sh 32 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
34 test $? -eq 0 || die "Your aclocal was not detected as being $want_aclocal_version_clean"
36 test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean"
  /external/openssh/contrib/redhat/
sshd.init 52 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sshd
61 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
90 if [ $RETVAL -eq 0 ] ; then
  /external/pcre/dist/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/protobuf/gtest/build-aux/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/protobuf/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 27 eq = self.assertEqual
29 eq(self._fp.read(10), self._line[:10])
30 eq(self._fp.read(0), '')
31 eq(self._fp.readline(0), '')
32 eq(self._fp.readline(), self._line[10:] + '\n')
33 eq(len(self._fp.readlines(60)), 2)
35 eq(self._fp.readline(-1), self._line + '\n')
60 eq = self.assertEqual
65 eq(f.getvalue(), 'abcdefghij')
67 eq(f.getvalue(), 'abcde'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 27 eq = self.assertEqual
29 eq(self._fp.read(10), self._line[:10])
30 eq(self._fp.read(0), '')
31 eq(self._fp.readline(0), '')
32 eq(self._fp.readline(), self._line[10:] + '\n')
33 eq(len(self._fp.readlines(60)), 2)
35 eq(self._fp.readline(-1), self._line + '\n')
60 eq = self.assertEqual
65 eq(f.getvalue(), 'abcdefghij')
67 eq(f.getvalue(), 'abcde'
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
bcs_char_traits.hpp 60 static bool eq( CharT c1, CharT c2 ) function in struct:boost::unit_test::ut_detail::bcs_char_traits_impl
72 if( !eq( *cstr1, *cstr2 ) )
87 while( !eq( *ptr, null_char ) )
96 if( eq( *s, c ) )
112 if( eq( *s, c ) )
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 166 foreach $i (values %label) { return $i if ($i eq $_[0]); }
250 if (($type eq "elf"))
252 elsif (($type eq "elf-1"))
254 elsif (($type eq "a\.out"))
256 elsif (($type eq "coff" or $type eq "gaswin"))
258 elsif (($type eq "win32n"))
260 elsif (($type eq "nw-nasm"))
262 #elsif (($type eq "nw-mwasm"))
264 elsif (($type eq "win32")
    [all...]
  /system/extras/tests/workloads/
systemapps.sh 67 if [ $user != "root" -a $totaltimetest -eq 0 ]; then
146 if [ $iterations -gt 1 -o $cur -eq 1 ]; then
147 if [ $totaltimetest -eq 0 ]; then
160 if [ $totaltimetest -eq 0 ]; then
165 if [ $appnum -eq 0 ]; then
169 if [ $forcecoldstart -eq 0 ]; then
198 if [ $frames -eq 0 ]; then
218 if [ $etime -eq 0 -o $stime -eq 0 ]; then
229 if [ $savetmpfiles -eq 0 ]; the
    [all...]
  /developers/samples/android/security/FingerprintDialog/Application/src/test/java/com/example/android/fingerprintdialog/
FingerprintUiHelperTest.java 20 import static org.mockito.Matchers.eq;
63 verify(mockFingerprintManager).authenticate(eq(mockCryptoObject),
64 isA(CancellationSignal.class), eq(0), eq(mFingerprintUiHelper),
76 any(FingerprintManager.CryptoObject.class), any(CancellationSignal.class), eq(0),
91 eq(FingerprintUiHelper.ERROR_TIMEOUT_MILLIS)); method
105 eq(FingerprintUiHelper.SUCCESS_DELAY_MILLIS)); method

Completed in 1113 milliseconds

1 2 3 4 56 7 8 91011>>