Searched refs:booleanValue (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/WebCore/bridge/
H A Dtest.js7 myInterface.logMessage ("myInterface.booleanValue = " + myInterface.booleanValue);
H A DtestC.js7 myInterface.logMessage (" myInterface.booleanValue = " + myInterface.booleanValue);
/external/webkit/WebCore/bridge/objc/
H A Dobjc_utility.h46 bool booleanValue; member in union:JSC::Bindings::__anon6577
H A Dobjc_instance.h61 JSValue booleanValue() const;
H A Dobjc_instance.mm423 JSValue ObjcInstance::booleanValue() const
/external/webkit/WebCore/xml/
H A DXPathResult.idl41 readonly attribute boolean booleanValue
H A DXPathResult.h67 bool booleanValue(ExceptionCode&) const;
H A DXPathResult.cpp139 bool XPathResult::booleanValue(ExceptionCode& ec) const function in class:WebCore::XPathResult
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultHttpRequestRetryHandler.java110 boolean sent = (b != null && b.booleanValue());
/external/apache-http/src/org/apache/http/params/
H A DAbstractHttpParams.java100 return ((Boolean)param).booleanValue();
/external/webkit/WebCore/bridge/c/
H A Dc_instance.h73 JSValue booleanValue() const;
H A Dc_instance.cpp242 JSValue CInstance::booleanValue() const function in class:JSC::Bindings::CInstance
/external/webkit/WebCore/bridge/jni/jsc/
H A DJavaInstanceJSC.h91 JSValue booleanValue() const;
H A DJavaInstanceJSC.cpp116 JSValue JavaInstance::booleanValue() const function in class:JavaInstance
118 jboolean booleanValue = callJNIMethod<jboolean>(m_instance->m_instance, "booleanValue", "()Z"); local
119 return jsBoolean(booleanValue);
319 return booleanValue();
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXParserImpl.java50 parser.setFeature((String) entry.getKey(), ((Boolean) entry.getValue()).booleanValue());
/external/webkit/WebCore/bridge/qt/
H A Dqt_instance.h59 JSValue booleanValue() const;
H A Dqt_instance.cpp302 JSValue QtInstance::booleanValue() const function in class:JSC::Bindings::QtInstance
/external/webkit/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.h79 JSC::JSValue booleanValue() const;
H A DProxyInstance.mm235 JSValue ProxyInstance::booleanValue() const
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DParametersHeader.java446 return ((Boolean) val).booleanValue();
448 return Boolean.valueOf((String) val).booleanValue();
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java204 return EMMAProperties.DEFAULT_COVERAGE_DATA_OUT_MERGE.booleanValue ();
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java406 useTCCL = Boolean.valueOf(value.toString()).booleanValue();
736 return Boolean.valueOf(val).booleanValue();
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java943 "false")).booleanValue());
948 .booleanValue();
/external/emma/ant/ant14/com/vladium/emma/
H A DemmajavaTask.java116 super.createArg ().setValue (m_outFileMerge.booleanValue () ? "y" : "n");
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java753 DataFactory.persist (m_mdata, mdataOutFile, mdataOutMerge.booleanValue ());
758 log.info ("metadata " + (mdataOutMerge.booleanValue () ? "merged into" : "written to") + " [" + mdataOutFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");

Completed in 1621 milliseconds

12