Searched defs:Boolean (Results 1 - 25 of 27) sorted by last modified time

12

/external/wpa_supplicant_8/hostapd/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef in typeref:enum:__anon16441
/external/wpa_supplicant_8/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef in typeref:enum:__anon16668
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef in typeref:enum:__anon16897
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h180 Boolean enumerator in enum:WebKit::NetscapePluginInstanceProxy::Reply::Type
222 static const Reply::Type ReplyType = Boolean;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-tagcloud.js72 Boolean.prototype.toJSONString = function () {
69 Boolean.prototype.toJSONString = function () { class
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-tagcloud.js72 Boolean.prototype.toJSONString = function () {
69 Boolean.prototype.toJSONString = function () { class
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp98 Boolean, enumerator in enum:JSC::Bindings::__anon15764
113 const char *map[] = { "Variant", "Number", "Boolean", "String", "Date",
160 return Boolean;
216 case Boolean:
270 if (type == Boolean)
323 if (type == Number || type == Boolean) {
325 if (type == Boolean)
/external/v8/include/
H A Dv8.h94 class Boolean;
935 * Returns true if this value is a Boolean object.
959 V8EXPORT Local<Boolean> ToBoolean() const;
1000 class Boolean : public Primitive { class in namespace:v8
1003 static inline Handle<Boolean> New(bool value);
1825 * A Boolean object (ECMA-262, 4.3.15).
1832 * Returns the Boolean held by the object.
2036 typedef Handle<Boolean> (*NamedPropertyDeleter)(Local<String> property,
2075 typedef Handle<Boolean> (*IndexedPropertyDeleter)(uint32_t index,
2552 Handle<Boolean> V8EXPOR
[all...]
/external/v8/src/
H A Dhydrogen-instructions.h345 static HType Boolean() { return HType(kBoolean); } function in class:v8::internal::HType
4694 return HType::Boolean();
H A Druntime.js49 var $Boolean = global.Boolean;
570 if (IS_BOOLEAN(x)) return new $Boolean(x);
/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 Dkeyed-call-generic.js54 Boolean.prototype.type = TypeOfThis;
53 Boolean.prototype.type = TypeOfThis; class
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 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...]
/external/v8/test/mjsunit/regress/
H A Dregress-900966.js48 Boolean.prototype[12] = 'z';
47 Boolean.prototype[12] = 'z'; class
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DRegisterType.java97 Boolean, enum constant in enum:RegisterType.Category
125 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer, Float, LongLo LongHi DoubleLo DoubleHi UninitRef UninitThis Reference Conflicted*/
126 /*Unknown*/ {Unknown, Uninit, Null, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, LongLo, LongHi, DoubleLo, DoubleHi, UninitRef, UninitThis, Reference, Conflicted},
128 /*Null*/ {Null, Conflicted, Null, Boolean, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Reference, Conflicted},
129 /*One*/ {One, Conflicted, Boolean, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
130 /*Boolean*/ {Boolean, Conflicted, Boolean, Boolea
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvgabios.h8 typedef unsigned short Boolean; typedef
/external/llvm/include/llvm/Support/
H A DConvertUTF.h104 typedef unsigned char Boolean; /* 0 or 1 */ typedef
156 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
158 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
/external/llvm/lib/Target/R600/
H A DAMDGPUStructurizeCFG.cpp169 Type *Boolean; member in class:__anon9770::AMDGPUStructurizeCFG
272 Boolean = Type::getInt1Ty(Context);
275 BoolUndef = UndefValue::get(Boolean);
468 PhiInserter.Initialize(Boolean, "");
H A DSIAnnotateControlFlow.cpp44 Type *Boolean; member in class:__anon9783::SIAnnotateControlFlow
115 Boolean = Type::getInt1Ty(Context);
117 ReturnStruct = StructType::get(Boolean, Int64, (Type *)0);
121 BoolUndef = UndefValue::get(Boolean);
125 IfIntrinsic, ReturnStruct, Boolean, (Type *)0);
134 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)0);
140 LoopIntrinsic, Boolean, Int64, (Type *)0);
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DVarType.java47 Boolean, enum constant in enum:VarType
/external/clang/test/Analysis/
H A Dbool-assignment.cpp7 bool x = y; // expected-warning {{Assignment of a non-Boolean value}}
11 bool x = y; // expected-warning {{Assignment of a non-Boolean value}}
20 x = y; // expected-warning {{Assignment of a non-Boolean value}}
24 x = y; // expected-warning {{Assignment of a non-Boolean value}}
36 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}}
40 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}}
49 x = y; // expected-warning {{Assignment of a non-Boolean value}}
53 x = y; // expected-warning {{Assignment of a non-Boolean value}}
60 // Test MacTypes.h's Boolean
62 typedef unsigned char Boolean; typedef
[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);

Completed in 475 milliseconds

12