HomeSort by relevance Sort by last modified time
    Searched defs:bool (Results 26 - 50 of 424) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /prebuilts/sdk/renderscript/clang-include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 50 if (expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:And
72 return (m_left.bool(xctxt) && m_right.bool(xctxt));
Bool.java 19 * $Id: Bool.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Bool extends UnaryOperation
50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
62 public boolean bool(XPathContext xctxt) method in class:Bool
65 return m_right.bool(xctxt);
Or.java 50 if (!expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:Or
72 return (m_left.bool(xctxt) || m_right.bool(xctxt));
  /external/chromium_org/third_party/npapi/bindings/
nptypes.h 43 * Header file for ensuring that C99 types ([u]int32_t, [u]int64_t and bool) and
49 * Win32 and OS/2 don't know C99, so define [u]int_16/32/64 here. The bool
61 * but not bool for C.
66 typedef int bool; typedef
78 * BSD/OS ships no header that defines uint32_t, nor bool (for C)
85 typedef int bool; typedef
91 * FreeBSD and OpenBSD define uint32_t and bool.
111 * GCC 2.91 can't deal with a typedef for bool, but a #define
114 #define bool int macro
  /external/clang/test/CXX/dcl.dcl/
p4-0x.cpp 4 constexpr S(bool b) : b(b) {}
5 constexpr explicit operator bool() const { return b; }
6 bool b;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
bool.hpp 13 // $Id: bool.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
23 template< bool C_ > struct bool_
25 BOOST_STATIC_CONSTANT(bool, value = C_);
28 typedef bool value_type;
29 operator bool() const { return this->value; }
33 template< bool C_ >
34 bool const bool_<C_>::value;

Completed in 574 milliseconds

12 3 4 5 6 7 8 91011>>