HomeSort by relevance Sort by last modified time
    Searched defs:bool (Results 476 - 500 of 1477) sorted by null

<<11121314151617181920>>

  /external/clang/test/Parser/
cxx-decl.cpp 15 typedef char bool; // expected-error {{redeclaration of C++ built-in type 'bool'}} typedef
  /external/compiler-rt/lib/BlocksRuntime/
Block_private.h 40 typedef char bool; typedef
41 #define true (bool)1
42 #define false (bool)0
138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
139 void (*setHasRefcount)(const void *, const bool),
145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
146 void (*setHasRefcount)(const void *, const bool),
  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 137 operator bool (void) const throw() { return !!m_ptr; }
428 inline bool operator== (const SharedPtr<T>& a, const SharedPtr<U>& b) throw()
440 inline bool operator!= (const SharedPtr<T>& a, const SharedPtr<U>& b) throw()
  /external/drm_hwcomposer/
drmhwcomposer.h 36 bool hwc_import_bo_release(int fd, struct hwc_import_context *ctx,
65 operator bool() const {
163 bool protected_usage() const {
  /external/e2fsprogs/intl/
relocatable.c 63 /* Faked cheap 'bool'. */
64 #undef bool macro
67 #define bool int macro
223 bool same = false;
287 BOOL WINAPI
371 static bool tried_find_shared_library_fullname;
  /external/eigen/Eigen/src/SparseCore/
SparseCompressedBase.h 107 inline bool isCompressed() const { return innerNonZeroPtr()==0; }
197 inline operator bool() const { return (m_id < m_end); }
257 inline operator bool() const { return (m_id > m_start); }
SparseDenseProduct.h 23 bool ColPerCol = ((DenseRhsType::Flags&RowMajorBit)==0) || DenseRhsType::ColsAtCompileTime==1>
203 template<typename LhsT, typename RhsT, bool NeedToTranspose>
244 EIGEN_STRONG_INLINE operator bool() const { return LhsIterator::operator bool() && (!m_empty); }
262 bool m_empty;
SparseView.h 117 while((bool(*this)) && internal::isMuchSmallerThan(value(), m_view.reference(), m_view.epsilon()))
175 EIGEN_STRONG_INLINE operator bool() const { return m_inner < m_end && m_inner>=0; }
186 while((bool(*this)) && internal::isMuchSmallerThan(value(), m_sve.m_view.reference(), m_sve.m_view.epsilon()))
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 211 inline operator bool() const
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 71 inline operator bool() const { return m_isvalid;}
167 bool hasRhs() {return m_hasRhs; }
168 bool hasrefX() {return m_hasrefX; }
169 bool isFolderValid() { return bool(m_folder_id); }
173 inline bool Fileexists(std::string file)
202 bool isvector,iscomplex=false;
235 bool m_isvalid;
236 bool m_matIsLoaded; // Determine if the matrix has already been loaded from the file
237 bool m_hasRhs; // The right hand side exist
    [all...]
  /external/honggfuzz/third_party/android/libBlocksRuntime/
Block_private.h 40 typedef char bool; typedef
41 #define true (bool)1
42 #define false (bool)0
138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
139 void (*setHasRefcount)(const void *, const bool),
145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
146 void (*setHasRefcount)(const void *, const bool),
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
XMLRecordReader.java 70 public boolean bool(String name) { method in class:XMLRecordReader
XMLRecordWriter.java 60 public void bool(String name, boolean value) { method in class:XMLRecordWriter
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
XMLRecordReader.java 66 public boolean bool(String name) { method in class:XMLRecordReader
XMLRecordWriter.java 56 public void bool(String name, boolean value) { method in class:XMLRecordWriter
  /external/jcommander/src/test/java/com/beust/jcommander/
ParametersDelegateTest.java 73 @Parameter(names = "--bool")
74 public boolean bool; field in class:ParametersDelegateTest.LeafDelegate
115 Assert.assertFalse(p.nestedDelegate2.nestedDelegate1.leafDelegate.bool);
  /external/libchrome/base/memory/
ref_counted.h 39 bool HasOneRef() const { return ref_count_ == 1; }
81 bool Release() const {
115 bool CalledOnValidSequence() const;
121 mutable bool needs_adopt_ref_ = false;
122 mutable bool in_dtor_ = false;
133 bool HasOneRef() const;
148 bool Release() const;
163 mutable bool needs_adopt_ref_ = false;
164 mutable bool in_dtor_ = false;
525 explicit operator bool() const { return ptr_ != nullptr;
    [all...]
  /external/libcxx/include/support/win32/
locale_win32.h 41 friend bool operator==(const locale_t& __left, const locale_t& __right) {
45 friend bool operator==(const locale_t& __left, int __right) {
49 friend bool operator==(const locale_t& __left, std::nullptr_t) {
53 friend bool operator==(int __left, const locale_t& __right) {
57 friend bool operator==(std::nullptr_t, const locale_t& __right) {
61 friend bool operator!=(const locale_t& __left, const locale_t& __right) {
65 friend bool operator!=(const locale_t& __left, int __right) {
69 friend bool operator!=(const locale_t& __left, std::nullptr_t __right) {
73 friend bool operator!=(int __left, const locale_t& __right) {
77 friend bool operator!=(std::nullptr_t __left, const locale_t& __right)
    [all...]
  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 27 bool returns_true() { return true; }
29 template <class Ret = bool>
39 explicit MoveOnlyCallable(bool x) : value(x) {}
43 template <class Ret = bool>
54 explicit CopyCallable(bool x) : value(x) {}
59 template <class Ret = bool>
70 explicit ConstCallable(bool x) : value(x) {}
76 template <class Ret = bool>
87 explicit NoExceptCallable(bool x) : value(x) {}
98 bool operator()(Args&&...) { return value;
    [all...]
  /external/libcxx/test/support/
min_allocator.h 41 friend bool operator==(bare_allocator, bare_allocator) {return true;}
42 friend bool operator!=(bare_allocator x, bare_allocator y) {return !(x == y);}
79 friend bool operator==(no_default_allocator, no_default_allocator) {return true;}
80 friend bool operator!=(no_default_allocator x, no_default_allocator y) {return !(x == y);}
86 static bool disable_default_constructor;
104 bool malloc_allocator_base::disable_default_constructor = false;
130 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}
131 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}
155 explicit operator bool() const {return ptr_ != nullptr;}
157 friend bool operator==(min_pointer x, min_pointer y) {return x.ptr_ == y.ptr_;
    [all...]
  /external/llvm/include/llvm/ADT/
BitVector.h 59 *this = bool(t);
63 reference& operator=(bool t) {
71 operator bool() const {
84 explicit BitVector(unsigned s, bool t = false) : Size(s) {
116 bool empty() const { return Size == 0; }
130 bool any() const {
138 bool all() const {
151 bool none() const {
193 void resize(unsigned N, bool t = false) {
317 bool operator[](unsigned Idx) const
    [all...]
IntervalMap.h 50 // bool empty() const;
70 // bool operator==(const const_iterator &) const;
71 // bool operator!=(const const_iterator &) const;
72 // bool valid() const;
137 static inline bool startLess(const T &x, const T &a) {
143 static inline bool stopLess(const T &b, const T &x) {
149 static inline bool adjacent(const T &a, const T &b) {
159 static inline bool startLess(const T &x, const T &a) {
164 static inline bool stopLess(const T &b, const T &x) {
169 static inline bool adjacent(const T &a, const T &b)
    [all...]
PointerUnion.h 85 typedef PointerIntPair<void *, 1, bool, PointerUnionUIntTraits<PT1, PT2>>
111 bool isNull() const {
116 explicit operator bool() const { return !isNull(); }
189 static bool operator==(PointerUnion<PT1, PT2> lhs, PointerUnion<PT1, PT2> rhs) {
194 static bool operator!=(PointerUnion<PT1, PT2> lhs, PointerUnion<PT1, PT2> rhs) {
199 static bool operator<(PointerUnion<PT1, PT2> lhs, PointerUnion<PT1, PT2> rhs) {
260 bool isNull() const { return Val.isNull(); }
261 explicit operator bool() const { return !isNull(); }
364 bool isNull() const { return Val.isNull(); }
365 explicit operator bool() const { return !isNull();
    [all...]
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 53 inline bool RunningWindows8OrGreater() {
71 inline bool MakeErrMsg(std::string *ErrMsg, const std::string &prefix) {
123 explicit operator bool() const {
143 static bool IsValid(handle_type h) {
165 static bool IsValid(handle_type h) {
181 static bool IsValid(handle_type h) {
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 45 void trace(bool On = false) { Trace = On; }
46 bool has(unsigned Reg) const;
51 bool reached(const MachineBasicBlock *B) const;
68 bool Trace; // Enable tracing for debugging.
80 bool operator== (const BitRef &BR) const {
145 BitValue(bool B) : Type(B ? One : Zero) {}
148 bool operator== (const BitValue &V) const {
155 bool operator!= (const BitValue &V) const {
158 bool is(unsigned T) const {
178 bool meet(const BitValue &V, const BitRef &Self)
    [all...]

Completed in 615 milliseconds

<<11121314151617181920>>