Searched defs:Boolean (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-900966.js48 Boolean.prototype[12] = 'z';
47 Boolean.prototype[12] = 'z'; class
/external/chromium_org/v8/test/mjsunit/
H A Dconstant-folding.js189 Boolean.prototype.toString = function() { return "foo"; }
188 Boolean.prototype.toString = function() { return "foo"; } class
H A Dindexed-value-properties.js28 // Test that the Number, String and Boolean prototypes are searched
53 Boolean.prototype[0] = 0;
54 Boolean.prototype[1] = return_one;
51 Boolean.prototype[0] = 0; class
H A Dvalue-wrapper.js95 assertEquals('[object Boolean]', true.ObjectToString());
96 assertEquals('[object Boolean]', false.ObjectToString());
106 Boolean.prototype.TypeOfThis = TypeOfThis;
108 Boolean.prototype[7] = TypeOfThis;
112 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf;
116 Boolean.prototype.ObjectToString = Object.prototype.toString;
123 Boolean.prototype.TypeOfThis = 'x';
125 Boolean.prototype[7] = 'x';
129 Boolean.prototype.TypeOfThis = TypeOfThis;
131 Boolean
105 Boolean.prototype.TypeOfThis = TypeOfThis; class
[all...]
H A Dvalue-callic-prototype-change.js76 Boolean.prototype.toString = function() { return 0; };
87 Boolean.prototype.toString = function() { return 42; };
75 Boolean.prototype.toString = function() { return 0; }; class
H A Dkeyed-call-generic.js54 Boolean.prototype.type = TypeOfThis;
53 Boolean.prototype.type = TypeOfThis; class
/external/chromium_org/v8/test/webkit/
H A Dprimitive-method-this.js33 Boolean.prototype.thisType = function() { return typeof this; };
32 Boolean.prototype.thisType = function() { return typeof this; }; class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-tagcloud.js72 Boolean.prototype.toJSONString = function () {
69 Boolean.prototype.toJSONString = function () { class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-tagcloud.js72 Boolean.prototype.toJSONString = function () {
69 Boolean.prototype.toJSONString = function () { class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dstring-tagcloud.js72 Boolean.prototype.toJSONString = function () {
69 Boolean.prototype.toJSONString = function () { class
/external/clang/test/Analysis/
H A Dbool-assignment.c40 BOOL constant = 2; // expected-warning {{Assignment of a non-Boolean value}}
42 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}}
46 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}}
55 x = y; // expected-warning {{Assignment of a non-Boolean value}}
59 x = y; // expected-warning {{Assignment of a non-Boolean value}}
66 // Test MacTypes.h's Boolean
68 typedef unsigned char Boolean; typedef
71 Boolean constant = 2; // expected-warning {{Assignment of a non-Boolean value}}
73 Boolean
[all...]
H A Dcfref_PR2519.c4 typedef unsigned char Boolean; typedef
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
H A Dcfref_rdar6080742.c11 typedef unsigned char Boolean; typedef
35 Boolean DebugDisplayOSStatusMsg(OSStatus status, const char *statusStr, const char *fileName, unsigned long lineNumber);
H A Duninit-vals-ps.c67 typedef unsigned char Boolean; typedef
74 extern Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
/external/clang/test/Sema/
H A Dimplicit-decl.c4 typedef unsigned char Boolean; typedef
21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}}
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h60 bool Boolean() const { return m_value.value.uval != 0; } function in class:DWARFFormValue
/external/llvm/include/llvm/Support/
H A DConvertUTF.h104 typedef unsigned char Boolean; /* 0 or 1 */ typedef
171 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
173 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp73 struct Boolean struct in namespace:deqp::gles2::Functional::LimitQuery
76 Boolean (GLboolean value_) : value(value_) {} function in struct:deqp::gles2::Functional::LimitQuery::Boolean
79 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); }
105 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param)
109 return Boolean(val);
122 bool compare<Boolean> (const Boolean& min, const Boolean& reported)
204 LIMIT_CASE(shader_compiler, GL_SHADER_COMPILER, Boolean, GL_FALS
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvgabios.h8 typedef unsigned short Boolean; typedef
/external/chromium_org/v8/src/
H A Druntime.js26 var $Boolean = global.Boolean;
550 if (IS_BOOLEAN(x)) return new $Boolean(x);
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp48 Type *Boolean; member in class:__anon26120::SIAnnotateControlFlow
118 Boolean = Type::getInt1Ty(Context);
120 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr);
124 BoolUndef = UndefValue::get(Boolean);
128 IfIntrinsic, ReturnStruct, Boolean, (Type *)nullptr);
137 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)nullptr);
143 LoopIntrinsic, Boolean, Int64, (Type *)nullptr);
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp90 struct Boolean struct in namespace:deqp::gles3::Functional::LimitQuery
93 Boolean (GLboolean value_) : value(value_) {} function in struct:deqp::gles3::Functional::LimitQuery::Boolean
96 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); }
138 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param)
142 return Boolean(val);
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported)
219 template <> struct QueryTypeTraits<Boolean> { enu
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef in typeref:enum:__anon33547
/external/wpa_supplicant_8/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef in typeref:enum:__anon33800
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef in typeref:enum:__anon34051

Completed in 535 milliseconds

12