HomeSort by relevance Sort by last modified time
    Searched defs:bool (Results 126 - 150 of 355) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.h 50 bool _M_init_skip(basic_istream<_CharT, _Traits>& __istr);
52 bool _M_init_noskip(basic_istream<_CharT, _Traits>& __istr);
117 _Self& operator>> (bool& __val);
170 void _M_skip_whitespace(bool __set_failbit);
192 const bool _M_ok;
199 bool __noskipws = false) :
211 operator bool() const { return _M_ok; }
294 inline bool _M_init_skip(basic_istream<_CharT, _Traits>& __istr) {
310 inline bool _M_init_noskip(basic_istream<_CharT, _Traits>& __istr) {
_ostream.h 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
83 bool _M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from,
85 bool _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from,
93 bool _M_put_widen_aux(const char* __s, streamsize __n);
130 _Self& operator<<(bool __x);
178 bool _M_ok;
192 operator bool() const { return _M_ok; }
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 227 explicit operator bool() const
360 explicit operator bool() const
433 inline bool
439 inline bool
444 inline bool
450 inline bool
456 inline bool
461 inline bool
467 inline bool
474 inline bool
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 40 static bool _handlesDecl(const Decl *D) {
92 static bool _handlesStmt(const Stmt *S) {
111 static bool _handlesStmt(const Stmt *S) {
186 const SVal &location, bool isLoad, const Stmt *S,
304 static bool _wantsRegionChangeUpdate(void *checker,
328 bool IsConst) {
354 bool IsConst) {
396 bool assumption) {
410 static bool _evalCall(void *checker, const CallExpr *CE, CheckerContext &C) {
499 bool IsLoad
    [all...]
  /development/host/windows/usb/api/
adb_api.h 30 typedef int bool; typedef
228 bool exclude_not_present,
229 bool exclude_removed,
230 bool active_only);
250 ADBWIN_API bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
262 ADBWIN_API bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle);
308 ADBWIN_API bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
311 bool ansi);
329 ADBWIN_API bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface,
332 bool ansi);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 183 public boolean bool(XPathContext xctxt) method in class:Expression
186 return execute(xctxt).bool();
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 263 public boolean bool() throws javax.xml.transform.TransformerException method in class:XObject
280 return bool();
507 result = new Boolean(bool());
  /external/checkpolicy/test/
dispol.c 204 p->p_bool_val_to_name[cur->bool - 1]);
290 cond_bool_datum_t *bool; local
292 bool = hashtab_search(p->p_bools.table, name);
293 if (bool == NULL) {
294 fprintf(fp, "Could not find bool %s\n", name);
297 bool->state = state;
  /external/chromium_org/cc/resources/
picture_layer_tiling.h 57 void SetCanUseLCDText(bool can_use_lcd_text);
108 operator bool() const { return tile_j_ <= bottom_; }
159 bool NeedsUpdateForFrameAtTime(double frame_time_in_seconds) {
171 bool has_ever_been_updated() const {
picture_layer_tiling_set.cc 15 bool operator() (PictureLayerTiling* left, PictureLayerTiling* right) {
95 void PictureLayerTilingSet::SetCanUseLCDText(bool can_use_lcd_text) {
232 bool first_time = current_tiling_ < 0;
290 PictureLayerTilingSet::CoverageIterator::operator bool() const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 130 bool Template, const Type *T);
185 bool isDependent() const;
189 bool isInstantiationDependent() const;
193 bool containsUnexpandedParameterPack() const;
234 LLVM_EXPLICIT operator bool() const { return Qualifier; }
238 bool hasQualifier() const { return Qualifier; }
310 friend bool operator==(NestedNameSpecifierLoc X,
315 friend bool operator!=(NestedNameSpecifierLoc X,
  /external/clang/include/clang/Sema/
Ownership.h 68 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
109 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; };
121 static const bool value = false;
130 bool CompressInvalid = IsResultPtrLowBitFree<PtrTy>::value>
133 bool Invalid;
136 ActionResult(bool Invalid = false)
141 // These two overloads prevent void* -> bool conversions.
145 bool isInvalid() const { return Invalid; }
146 bool isUsable() const { return !Invalid && Val; }
172 ActionResult(bool Invalid = false
    [all...]
TypoCorrection.h 85 void WillReplaceSpecifier(bool ForceReplacement) {
89 bool WillReplaceSpecifier() const {
113 unsigned getEditDistance(bool Normalized = true) const {
154 LLVM_EXPLICIT operator bool() const { return bool(CorrectionName); }
168 bool isKeyword() const {
175 bool isKeyword(const char (&Str)[StrLen]) const {
180 bool isResolved() const { return !CorrectionDecls.empty(); }
182 bool isOverloaded() const {
210 bool hasCorrectionDecl() const
    [all...]
  /external/clang/test/Analysis/
stack-addr-ps.cpp 106 operator bool() const { return this; }
124 bool returnAsBool() {
134 bool returnAsBoolViaPointer() {
  /external/clang/test/Parser/
cxx-decl.cpp 13 typedef char bool; // expected-error {{redeclaration of C++ built-in type 'bool'}} typedef
  /external/compiler-rt/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/e2fsprogs/e2fsck/
problem.c 1732 int bool; local
    [all...]
  /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/
MappedSparseMatrix.h 136 inline operator bool() const { return (m_id < m_end) && (m_id>=m_start); }
167 inline operator bool() const { return (m_id <= m_end) && (m_id>m_start); }
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 84 Boolean bool = spatial.getUserData(UserData.JME_PHYSICSIGNORE); local
85 if (bool != null && bool.booleanValue()) {
96 Boolean bool = spatial.getUserData(UserData.JME_PHYSICSIGNORE); local
97 if (bool != null && bool.booleanValue()) {
106 Boolean bool = spatial.getUserData(UserData.JME_PHYSICSIGNORE); local
107 if (bool != null && bool.booleanValue()) {
  /external/llvm/include/llvm/ADT/
BitVector.h 55 *this = bool(t);
59 reference& operator=(bool t) {
67 operator bool() const {
80 explicit BitVector(unsigned s, bool t = false) : Size(s) {
113 bool empty() const { return Size == 0; }
132 bool any() const {
140 bool all() const {
153 bool none() const {
210 void resize(unsigned N, bool t = false) {
331 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;
136 static inline bool startLess(const T &x, const T &a) {
142 static inline bool stopLess(const T &b, const T &x) {
148 static inline bool adjacent(const T &a, const T &b) {
158 static inline bool startLess(const T &x, const T &a) {
163 static inline bool stopLess(const T &b, const T &x) {
168 static inline bool adjacent(const T &a, const T &b)
    [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 48 PointerIntPair<InstrTy*, 1, bool> I;
73 bool isCall() const { return I.getInt(); }
77 bool isInvoke() const { return getInstruction() && !I.getInt(); }
81 LLVM_EXPLICIT operator bool() const { return I.getPointer(); }
107 bool isCallee(value_use_iterator<UserTy> UI) const {
144 bool arg_empty() const { return arg_end() == arg_begin(); }
187 bool hasFnAttr(Attribute::AttrKind A) const {
192 bool paramHasAttr(unsigned i, Attribute::AttrKind A) const {
203 bool isNoBuiltin() const {
208 bool isNoInline() const
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 50 operator bool() const { return Def || Use; }
54 bool Def;
55 bool Use;
59 bool IndirectDef;
60 bool IndirectUse;
73 bool processBlock(MachineBasicBlock *MBB);
74 bool runOnMachineFunction(MachineFunction &F);
78 bool convertToBRCT(MachineInstr *MI, MachineInstr *Compare,
80 bool convertToLoadAndTest(MachineInstr *MI);
81 bool adjustCCMasksForInstr(MachineInstr *MI, MachineInstr *Compare
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 67 cl::opt<bool> TraceExecution("x",
71 cl::opt<bool> NoUser32("no-user32",
101 operator bool() const {
122 static bool isValid(handle_type Handle) {
138 static bool isValid(handle_type Handle) {
154 static bool isValid(handle_type Handle) {
175 bool Success = false;
348 BOOL success = ::CreateProcessA(ProgramToRun.c_str(),

Completed in 2351 milliseconds

1 2 3 4 56 7 8 91011>>