HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 151 - 175 of 1259) sorted by null

1 2 3 4 5 67 8 91011>>

  /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
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";
357 if ($opts{arch} eq 'x86') {
360 } elsif ($opts{arch} eq 'x86_64') {
365 } elsif ($opts{arch} eq 'mips32')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
find-extra-includes 43 if ($file eq "icu") {
53 my $include = ($2 eq "sys/" ? $2 : "") . $4;
87 next if $i1 eq $i2;
svn-create-patch 190 if ($fileStat eq "A" || $fileStat eq "R") {
192 return $additionWithHistory eq "+" ? "additionWithHistory" : "addition";
194 return "modification" if ($fileStat eq "M" || $propertyStat eq "M");
195 return "deletion" if ($fileStat eq "D");
223 if ($ignoreChangelogs && basename($file) eq "ChangeLog") {
228 if ($fileData->{modificationType} eq "additionWithHistory") {
239 if (basename($file) eq "ChangeLog") {
276 if ($modificationType eq "additionWithHistory")
    [all...]
  /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/libcxxabi/test/
testit 83 if [ $fail -eq 0 ]
88 if [ $fail -eq 0 -a $pass -eq 0 ]
  /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/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
memset.S 42 p0 = cmp.eq(r2, #0)
72 p1 = cmp.eq(r2, #1)
85 p1 = cmp.eq(r2, #2)
98 p1 = cmp.eq(r2, #4)
111 p1 = cmp.eq(r3, #1)
127 p1 = cmp.eq(r2, #8)
138 p1 = cmp.eq(r2, #4)
149 p1 = cmp.eq(r2, #2)
193 p1 = cmp.eq(r2, #1)
209 p0 = cmp.eq(r2, #2
    [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/build/make/
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...]
  /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...]
test_pow.py 107 eq = self.assertEqual
112 eq(pow(a, 1.23e167), 1.0)
113 eq(pow(a, -1.23e167), 1.0)
115 eq(pow(a, float(b)), b & 1 and -1.0 or 1.0)
121 eq(pow(a, fiveto), expected)
122 eq(pow(a, -fiveto), expected)
123 eq(expected, 1.0) # else we didn't push fiveto to evenness
  /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...]
test_pow.py 107 eq = self.assertEqual
112 eq(pow(a, 1.23e167), 1.0)
113 eq(pow(a, -1.23e167), 1.0)
115 eq(pow(a, float(b)), b & 1 and -1.0 or 1.0)
121 eq(pow(a, fiveto), expected)
122 eq(pow(a, -fiveto), expected)
123 eq(expected, 1.0) # else we didn't push fiveto to evenness
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86asm.pl 140 foreach $i (values %label) { return $i if ($i eq $_[0]); }
222 if (($type eq "elf"))
224 elsif (($type eq "a\.out"))
226 elsif (($type eq "coff" or $type eq "gaswin"))
228 elsif (($type eq "win32n"))
230 elsif (($type eq "nw-nasm"))
232 #elsif (($type eq "nw-mwasm"))
234 elsif (($type eq "win32"))
236 elsif (($type eq "macosx")
    [all...]
  /external/chromium_org/tools/emacs/
trybot.el 89 (cond ((eq type-hint 'win) (trybot-fixup-win))
90 ((eq type-hint 'mac) (trybot-fixup-maclin))
91 ((eq type-hint 'linux) (trybot-fixup-maclin))
117 ((eq type-hint 'win)
120 ((eq type-hint 'mac)
  /external/openssl/crypto/perlasm/
x86asm.pl 140 foreach $i (values %label) { return $i if ($i eq $_[0]); }
222 if (($type eq "elf"))
224 elsif (($type eq "a\.out"))
226 elsif (($type eq "coff" or $type eq "gaswin"))
228 elsif (($type eq "win32n"))
230 elsif (($type eq "nw-nasm"))
232 #elsif (($type eq "nw-mwasm"))
234 elsif (($type eq "win32"))
236 elsif (($type eq "macosx")
    [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 ) )
  /frameworks/base/tools/obbtool/
mkobb.sh 131 if [ ${use_crypto} -eq 1 ]; then \
194 if [ ${use_crypto} -eq 1 -a "${key}x" = "x" -a 0${prompt_key} -eq 0 ]; then \
199 if [ 0${prompt_key} -eq 1 ]; then \
230 if [ ${use_crypto} -eq 1 ]; then \
261 if [ ${use_crypto} -eq 1 ]; then \
271 if [ ${use_crypto} -eq 1 ]; then \
  /external/chromium_org/third_party/codesighs/
readelf_wrap.pl 114 $sym[$SYM_NDX] eq 'UND' || $sym[$SYM_NDX] eq 'UNDEF'
115 || $sym[$SYM_SIZE] eq '0') {
143 if ($sym->[$SYM_TYPE] eq 'FUNC') {
150 if ($sym->[$SYM_BIND] eq 'LOCAL') {
  /external/iproute2/ip/
ifcfg 25 if [ "$1" = "" -o $class -eq 0 -o $class -ge 224 ]; then return 0
60 if [ $fwd -eq 0 ]; then RestartRDISC; fi
106 if [ $fwd -eq 0 ]; then RestartRDISC; fi
138 if [ $fwd -eq 0 ]; then
139 if [ $noarp -eq 0 ]; then
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 42 (if (eq type :constant)
53 (when (or (and (eq lastcase :upper) (eq newcase :lower))
54 (and (eq lastcase :lower) (eq newcase :upper)))
70 (if (eq type :constant)
73 (if (eq type :operator)
75 (if (eq type :constant-function)
  /external/libvpx/libvpx/build/make/
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";
357 if ($opts{arch} eq 'x86') {
360 } elsif ($opts{arch} eq 'x86_64') {
365 } elsif ($opts{arch} eq 'mips32')
    [all...]

Completed in 560 milliseconds

1 2 3 4 5 67 8 91011>>