Searched refs:isBoolean (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnet_interface.c1636 { "XAuthEnabled" , NULL, isBoolean , &kSCPropNetIPSecXAuthEnabled , NULL , NULL },
1642 { "OnDemandEnabled" , NULL, isBoolean , &kSCPropNetIPSecOnDemandEnabled , NULL , NULL },
1731 { "CallWaiting" , NULL , isBoolean , &kSCPropNetModemHoldEnabled , NULL, NULL },
1732 { "CallWaitingAlert" , NULL , isBoolean , &kSCPropNetModemHoldCallWaitingAudibleAlert, NULL, NULL },
1733 { "CallWaitingDisconnectOnAnswer", NULL , isBoolean , &kSCPropNetModemHoldDisconnectOnAnswer , NULL, NULL },
1734 { "DataCompression" , NULL , isBoolean , &kSCPropNetModemDataCompression , NULL, NULL },
1735 { "ErrorCorrection" , NULL , isBoolean , &kSCPropNetModemErrorCorrection , NULL, NULL },
1736 { "HoldReminder" , NULL , isBoolean , &kSCPropNetModemHoldReminder , NULL, NULL },
1738 { "PulseDial" , NULL , isBoolean , &kSCPropNetModemPulseDial , NULL, NULL },
1739 { "Speaker" , NULL , isBoolean ,
[all...]
H A Dnet.h52 isBoolean, enumerator in enum:__anon6942
H A Dnet_protocol.c953 { "ExcludeSimpleHostnames", NULL , isBoolean , &kSCPropNetProxiesExcludeSimpleHostnames, NULL , NULL },
973 { "FTPPassive" , NULL , isBoolean , &kSCPropNetProxiesFTPPassive , __doProxyFTPPassive, NULL },
974 { "passive" , NULL , isBoolean , &kSCPropNetProxiesFTPPassive , __doProxyFTPPassive, NULL },
H A Dnet.c244 case isBoolean :
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DBooleanPrototype.cpp96 if (thisValue.isBoolean())
H A DOperations.cpp62 if (v.isBoolean())
H A DJSCJSValueInlines.h328 inline bool JSValue::isBoolean() const function in class:JSC::JSValue
335 ASSERT(isBoolean());
405 ASSERT(isBoolean());
446 inline bool JSValue::isBoolean() const function in class:JSC::JSValue
811 if (v1.isBoolean()) {
814 } else if (v2.isBoolean()) {
850 if (isBoolean())
H A DJSCJSValue.cpp108 if (isBoolean())
H A DJSCJSValue.h214 bool isBoolean() const;
H A DJSONObject.cpp382 if (value.isBoolean()) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSValue.h395 - (BOOL)isBoolean;
H A DJSValueRef.cpp82 if (jsValue.isBoolean())
128 return jsValue.isBoolean();
H A DJSValue.mm339 - (BOOL)isBoolean
/macosx-10.10.1/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.cpp115 if (value.isBoolean())
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSInjectedScriptHost.cpp119 if (value.isBoolean())
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp162 if (value.isBoolean()) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSpeculatedType.cpp361 if (value.isBoolean())
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DVMInspector.cpp41 if (value.isBoolean())
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.mm533 checkResult(@"is_ham is true", [isHam isBoolean] && [isHam toBool]);
778 checkResult(@"@YES is boolean", [context[@"foo"] isBoolean]);
833 checkResult(@"testObjectA == testObjectB", [result isBoolean] && [result toBool]);
1321 checkResult(@"makeObject() instanceof UnexportedObject", [result isBoolean] && [result toBool]);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.h880 if (!immediateValue.isNumber() && !immediateValue.isBoolean())
886 if (immediateValue.isInt32() || immediateValue.isBoolean())
H A DDFGAbstractInterpreterInlines.h272 if (concreteValue.isBoolean())
314 if (child.isBoolean()) {
834 setConstant(node, jsBoolean(child.isBoolean()));
H A DDFGNode.h597 return isConstant() && valueOfJSConstant(codeBlock).isBoolean();
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecDbQuery.c423 if (isBoolean(value)) {
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecCFWrappers.h749 static inline bool isBoolean(CFTypeRef cfType) { function
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecCFWrappers.h749 static inline bool isBoolean(CFTypeRef cfType) { function

Completed in 186 milliseconds

12