Searched defs:bool (Results 176 - 200 of 203) sorted by relevance

123456789

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h379 inline operator bool() const { return bits ? true : false; }
396 inline bool exists() const { return value != NULL; }
406 inline bool isIndirect(int dim) const { return indirect[dim] >= 0; }
413 bool getImmediate(ImmediateValue&) const;
420 bool usedAsPtr; // for printing
434 inline bool exists() const { return value != NULL; }
439 bool mayReplace(const ValueRef &);
440 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
467 virtual bool equals(const Value *, bool stric
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp63 bool alwaysAdd(CFGBuilder &builder,
68 AddStmtChoice withAlwaysAdd(bool alwaysAdd) const {
152 bool operator==(const const_iterator &rhs) const {
155 bool operator!=(const const_iterator &rhs) const {
159 LLVM_EXPLICIT operator bool() const {
225 TryResult(bool b) : X(b ? 1 : 0) {}
228 bool isTrue() const { return X == 1; }
229 bool isFalse() const { return X == 0; }
230 bool isKnown() const { return X >= 0; }
320 bool badCF
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
174 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
764 static bool IsPositive(int n) { return n > 0; }
847 static bool VectorIsCorrupt(const TestingVector& vector) {
852 bool found_in_vector[kVectorSize] = { false };
866 static bool VectorIsNotCorrupt(const TestingVector& vector) {
870 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
879 static bool RangeIsUnshuffled(
884 static bool VectorIsShuffled(const TestingVector& vector) {
888 static bool VectorIsUnshuffle
4000 EXPECT_THROW(ThrowNothing(), bool); local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h55 static bool isBinOpWithFlags(unsigned Opcode) {
72 bool force = false);
88 bool isBuildVectorAllOnes(const SDNode *N);
92 bool isBuildVectorAllZeros(const SDNode *N);
96 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
101 bool isScalarToVector(const SDNode *N);
105 bool allOperandsUndef(const SDNode *N);
137 bool operator==(const SDValue &O) const {
140 bool operator!=(const SDValue &O) const {
143 bool operato
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h379 inline operator bool() const { return bits ? true : false; }
396 inline bool exists() const { return value != NULL; }
406 inline bool isIndirect(int dim) const { return indirect[dim] >= 0; }
413 bool getImmediate(ImmediateValue&) const;
420 bool usedAsPtr; // for printing
434 inline bool exists() const { return value != NULL; }
439 bool mayReplace(const ValueRef &);
440 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
467 virtual bool equals(const Value *, bool stric
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
84 bool ShouldUseColor(bool stdout_is_tty);
86 bool ParseInt32Flag(const char* str, const char* flag, Int32* value);
105 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
896 static bool VectorIsCorrupt(const TestingVector& vector) {
901 bool found_in_vector[kVectorSize] = { false };
915 static bool VectorIsNotCorrupt(const TestingVector& vector) {
919 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
928 static bool RangeIsUnshuffle
4199 EXPECT_THROW(ThrowNothing(), bool); local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h838 #pragma mark == bool ==
845 // C++ defines bool, true, and false. Metrowerks allows this to be controlled by the "bool" option though.
846 // C99 defines __bool_true_false_are_defined when bool, true, and false are defined.
850 // short-circuit and gets confused by the option( bool ) portion of the conditional.
856 #if( !__bool_true_false_are_defined && ( !defined( __cplusplus ) || !__option( bool ) ) )
868 // Workaround when building with CodeWarrior for C++ with bool disabled and using the Apple stdbool.h header,
871 #if( __bool_true_false_are_defined && defined( __cplusplus ) && !__option( bool ) )
881 typedef int bool; typedef
883 #define bool boo macro
[all...]
/external/clang/include/clang/AST/
H A DType.h68 struct isPodLike<clang::QualType> { static const bool value = true; };
225 bool hasConst() const { return Mask & Const; }
226 void setConst(bool flag) {
232 bool hasVolatile() const { return Mask & Volatile; }
233 void setVolatile(bool flag) {
239 bool hasRestrict() const { return Mask & Restrict; }
240 void setRestrict(bool flag) {
246 bool hasCVRQualifiers() const { return getCVRQualifiers(); }
264 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
285 bool hasObjCLifetim
[all...]
/external/mksh/src/
H A Dsh.h205 #undef bool macro
210 #define bool mksh_bool macro
214 /* make any-type into bool or short */
853 EXTERN bool shl_stdout_ok;
919 EXTERN bool really_exit;
1629 int x_bind(const char *, const char *, bool, bool);
1631 int x_bind(const char *, const char *, bool);
1639 void x_mkraw(int, mksh_ttyst *, bool);
1647 int glob_str(char *, XPtrV *, bool);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h288 // BoolFromGTestEnv() - parses a bool environment variable.
782 template <bool kIndexValid, int kIndex, class Tuple>
1590 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
1598 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
1607 inline bool operator==(const GTEST_10_TUPLE_(T)& t,
1615 inline bool operator!=(const GTEST_10_TUPLE_(T)& t,
1918 template <bool>
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1924 msg[static_cast<bool>(expr) ? 1 : -1] GTEST_ATTRIBUTE_UNUSED_
1944 // - By using the type CompileAssert<(bool(exp
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h288 // BoolFromGTestEnv() - parses a bool environment variable.
782 template <bool kIndexValid, int kIndex, class Tuple>
1590 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
1598 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
1607 inline bool operator==(const GTEST_10_TUPLE_(T)& t,
1615 inline bool operator!=(const GTEST_10_TUPLE_(T)& t,
1918 template <bool>
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1924 msg[static_cast<bool>(expr) ? 1 : -1] GTEST_ATTRIBUTE_UNUSED_
1944 // - By using the type CompileAssert<(bool(exp
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar ... IPath, java.lang.Object) void setImmutable (boolean) boolean bool void setRootNode (org.eclipse.core.internal. ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 167 milliseconds

123456789