Searched defs:Boolean (Results 1 - 25 of 47) 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/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.js94 assertEquals('[object Boolean]', true.ObjectToString());
95 assertEquals('[object Boolean]', false.ObjectToString());
105 Boolean.prototype.TypeOfThis = TypeOfThis;
107 Boolean.prototype[7] = TypeOfThis;
111 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf;
115 Boolean.prototype.ObjectToString = Object.prototype.toString;
122 Boolean.prototype.TypeOfThis = 'x';
124 Boolean.prototype[7] = 'x';
128 Boolean.prototype.TypeOfThis = TypeOfThis;
130 Boolean
104 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/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.js94 assertEquals('[object Boolean]', true.ObjectToString());
95 assertEquals('[object Boolean]', false.ObjectToString());
105 Boolean.prototype.TypeOfThis = TypeOfThis;
107 Boolean.prototype[7] = TypeOfThis;
111 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf;
115 Boolean.prototype.ObjectToString = Object.prototype.toString;
122 Boolean.prototype.TypeOfThis = 'x';
124 Boolean.prototype[7] = 'x';
128 Boolean.prototype.TypeOfThis = TypeOfThis;
130 Boolean
104 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/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);
/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/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm249 JSON::Boolean::_overrride_overload($Module_XS);
250 JSON::Boolean::_overrride_overload($Module_PP);
283 JSON::Boolean::_overrride_overload($Module_XS);
284 JSON::Boolean::_overrride_overload($backend);
298 JSON::Boolean::_overrride_overload($backend);
324 push @{"$module\::Boolean::ISA"}, qw(JSON::Boolean);
341 # JSON Boolean
344 package JSON::Boolean;
351 my $boolean = $_[0] . '::Boolean';
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm249 JSON::Boolean::_overrride_overload($Module_XS);
250 JSON::Boolean::_overrride_overload($Module_PP);
283 JSON::Boolean::_overrride_overload($Module_XS);
284 JSON::Boolean::_overrride_overload($backend);
298 JSON::Boolean::_overrride_overload($backend);
324 push @{"$module\::Boolean::ISA"}, qw(JSON::Boolean);
341 # JSON Boolean
344 package JSON::Boolean;
351 my $boolean = $_[0] . '::Boolean';
[all...]
/external/chromium_org/third_party/JSON/out/lib/perl5/
H A DJSON.pm249 JSON::Boolean::_overrride_overload($Module_XS);
250 JSON::Boolean::_overrride_overload($Module_PP);
283 JSON::Boolean::_overrride_overload($Module_XS);
284 JSON::Boolean::_overrride_overload($backend);
298 JSON::Boolean::_overrride_overload($backend);
324 push @{"$module\::Boolean::ISA"}, qw(JSON::Boolean);
341 # JSON Boolean
344 package JSON::Boolean;
351 my $boolean = $_[0] . '::Boolean';
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DVarType.java47 Boolean, enum constant in enum:VarType
/external/llvm/include/llvm/Support/
H A DConvertUTF.h104 typedef unsigned char Boolean; /* 0 or 1 */ typedef
159 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
161 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
/external/qemu-pc-bios/vgabios/
H A Dvgabios.h8 typedef unsigned short Boolean; typedef

Completed in 577 milliseconds

12