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

1 2 3 4 5 67 8 91011>>

  /external/iproute2/
configure 19 if [ $? -eq 0 ]
91 if [ $? -eq 0 ]
131 if [ $? -eq 0 ]
  /external/llvm/autoconf/
depcomp 96 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 :
307 if test $stat -eq 0; then :
  /external/openssl/apps/
CA.sh 39 if [ $flag -eq 1 ]; then
41 if [ $? -eq 0 ] ; then
50 if [ $? -eq 0 ]; then
  /external/stlport/stlport/stl/
_complex.c 120 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
  /external/strace/
depcomp 103 if test $stat -eq 0; then :
126 if test $stat -eq 0; then :
168 if test $stat -eq 0; then :
226 if test $stat -eq 0; then :
268 if test $stat -eq 0; then :
307 if test $stat -eq 0; then :
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 120 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
  /ndk/sources/host-tools/make-3.81/config/
depcomp 96 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 :
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 120 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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 120 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
  /cts/tests/tests/media/src/android/media/cts/
BassBoostTest.java 76 BassBoost eq = null; local
78 eq = new BassBoost(0, 0);
79 assertNotNull("could not create BassBoost", eq);
81 assertTrue("invalid effect ID", (eq.getId() != 0));
91 if (eq != null) {
92 eq.release();
VirtualizerTest.java 76 Virtualizer eq = null; local
78 eq = new Virtualizer(0, 0);
79 assertNotNull(" could not create Virtualizer", eq);
81 assertTrue(" invalid effect ID", (eq.getId() != 0));
90 if (eq != null) {
91 eq.release();
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist.sh 39 if [ $RES -eq 0 ]; then
41 if [ $VALRES -eq 0 ]; then
49 if [ $VALRES -eq 0 ]; then
54 if [ $? -eq 0 ]; then
56 if [ $REASONNUM -eq $RES ]; then
68 if [ $OK -eq 1 ]; then
test_x509v3_nist2.sh 35 if [ $RES -eq 0 ]; then
37 if [ $VALRES -eq 0 ]; then
45 if [ $VALRES -eq 0 ]; then
50 if [ $? -eq 0 ]; then
52 if [ $REASONNUM -eq $RES ]; then
64 if [ $OK -eq 1 ]; then
  /external/bzip2/
bzgrep 51 if test $# -eq 0; then
59 if test $list -eq 1; then
62 elif test $# -eq 1 -o $silent -eq 1; then
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 30 if [ $? -eq 0 ] ; then
  /external/e2fsprogs/tests/
test_script.in 79 test "$num_failed" -eq 0 || exit 1
  /external/valgrind/main/massif/
ms_print.in 437 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/webkit/Tools/Scripts/
detect-mismatched-virtual-const 111 my $const = $2 eq " const";
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm 276 push(@contents, " ${functionCall};\n\n") if $function->signature->type eq "void";
351 return if $idlType eq "boolean";
352 return if $idlType eq "object";
395 return "bool" if $idlType eq "boolean";
396 return "JSValueRef" if $idlType eq "object";
408 return "JSValueToBoolean(context, $argumentName)" if $idlType eq "boolean";
409 return "$argumentName" if $idlType eq "object";
434 return "$platformType $variableName = $condition && $constructor;" if $condition && $platformType eq "bool";
445 return "JSValueMakeUndefined(context)" if $returnIDLType eq "void";
446 return "JSValueMakeBoolean(context, ${expression})" if $returnIDLType eq "boolean"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 103 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
168 while (!eq(__p[__i], char_type()))
179 if (eq(__s[__i], __a))
250 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
321 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
397 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
419 while (!eq(__s[__i], char_type()))
428 if (eq(__s[__i], __a))
490 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
512 while (!eq(__s[__i], char_type())
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 103 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
168 while (!eq(__p[__i], char_type()))
179 if (eq(__s[__i], __a))
250 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
321 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
397 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
419 while (!eq(__s[__i], char_type()))
428 if (eq(__s[__i], __a))
490 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
512 while (!eq(__s[__i], char_type())
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 103 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
168 while (!eq(__p[__i], char_type()))
179 if (eq(__s[__i], __a))
250 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
321 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
397 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
419 while (!eq(__s[__i], char_type()))
428 if (eq(__s[__i], __a))
490 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits
512 while (!eq(__s[__i], char_type())
    [all...]
  /external/libffi/src/sh/
sysv.S 90 cmp/eq r2,r9
112 cmp/eq #FFI_TYPE_DOUBLE,r0
168 cmp/eq #FFI_TYPE_FLOAT,r0
225 cmp/eq #FFI_TYPE_INT,r0
265 cmp/eq r2,r9
283 cmp/eq r2,r9
286 cmp/eq r2,r9
297 cmp/eq r2,r9
306 cmp/eq r2,r9
343 cmp/eq r2,r
    [all...]
  /cts/tools/dx-tests/etc/
starttests 115 if [ ! $? -eq 0 ]
223 if [ $? -eq 0 ]; then
299 if [ ${jcolumns} -eq 40 ]; then
328 if [[ jallcnt -eq jpassedcnt ]]; then
  /external/astl/include/
char_traits.h 60 static bool eq(const char& lhs, const char& rhs) { return lhs == rhs; } function in struct:std::char_traits

Completed in 894 milliseconds

1 2 3 4 5 67 8 91011>>