Searched refs:toBool (Results 1 - 25 of 52) sorted by relevance

123

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationProviderQt.h46 bool hasAlpha() const { return m_rotation.property("hasZ").toBool(); }
H A DInspectorClientQt.cpp155 retVal = qvariant.toBool() ? "true" : "false";
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp381 QVERIFY(engine.evaluate("o1.__proto__ = o2; o1.__proto__ === o2").toBool());
382 QVERIFY(engine.evaluate("o2.foo = 22; o1.foo == 22").toBool());
385 QVERIFY(engine.evaluate("o1.foo == 456").toBool());
905 QVERIFY(tmp.toBool());
916 QVERIFY(tmp.toBool());
1028 QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(o, '4').writable").toBool());
1033 QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(o, '5').writable").toBool());
1038 QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(o, '6').writable").toBool());
1043 QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(p, '7').writable").toBool());
1044 QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(p, '8').writable").toBool());
[all...]
H A Dtst_qscriptvalue.h110 void toBool();
H A Dtst_qscriptvalue_generated_totype.cpp669 void tst_QScriptValue::toBool() function in class:tst_QScriptValue
673 QCOMPARE(value.toBool(), expected);
674 QCOMPARE(value.toBool(), expected);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp241 \sa toBool()
408 bool QScriptValue::toBool() const function in class:QScriptValue
410 return d_ptr->toBool();
416 Use toBool() instead.
420 return d_ptr->toBool();
H A Dqscriptvalue.h120 bool toBool() const;
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp76 void toBool();
324 void tst_QScriptValue::toBool() function in class:tst_QScriptValue
328 value.toBool();
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1299 needR = toBool(prot & VKI_PROT_READ);
1300 needW = toBool(prot & VKI_PROT_WRITE);
1301 needX = toBool(prot & VKI_PROT_EXEC);
1561 seg.hasR = toBool(prot & VKI_PROT_READ);
1562 seg.hasW = toBool(prot & VKI_PROT_WRITE);
1563 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2029 seg.hasR = toBool(prot & VKI_PROT_READ);
2030 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2031 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2071 seg.hasR = toBool(pro
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.h134 return toBool(((UInt)r) & (1<<24));
H A Dir_opt.c255 return toBool( isIRAtom(e->Iex.Binop.arg1)
598 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE)
891 return toBool( e1->tag == Iex_RdTmp
898 return toBool( e1->tag == Iex_Const
923 return toBool( e->tag == Iex_Const
931 return toBool( e->tag == Iex_Const
965 return IRExpr_Const(IRConst_U1(toBool(1)));
1097 e2 = IRExpr_Const(IRConst_U1(toBool(
1102 e2 = IRExpr_Const(IRConst_U1(toBool(
1188 e2 = IRExpr_Const(IRConst_U1(toBool(
[all...]
H A Dmain_util.c433 Bool hexcaps = toBool(*format == 'P');
478 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
H A Dir_defs.c2775 return toBool( isIRAtom(st->Ist.PutI.ix)
2787 case Iex_Qop: return toBool(
2792 case Iex_Triop: return toBool(
2796 case Iex_Binop: return toBool(
2806 case Iex_Mux0X: return toBool (
2815 return toBool( isIRAtom(st->Ist.Store.addr)
2819 return toBool( isIRAtom(cas->addr)
2825 return toBool( isIRAtom(st->Ist.LLSC.addr)
2911 return toBool( con->Ico.U1 == True || con->Ico.U1 == False );
3573 case Ico_U1: return toBool( (
[all...]
H A Dguest_generic_x87.c121 = toBool(
274 isInf = toBool(
H A Dhost_ppc_isel.c1290 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS32) || (e->Iex.Binop.op == Iop_DivS32E));
1308 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS64) ||(e->Iex.Binop.op == Iop_DivS64E));
1346 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32);
1365 Bool syned = toBool(e->Iex.Binop.op == Iop_CmpORD32S);
1379 Bool syned = toBool(e->Iex.Binop.op == Iop_CmpORD64S);
2012 return toBool(u == (UInt)i);
2021 return toBool(u == (ULong)i);
2026 return toBool((u & 3ULL) == 0);
2036 return toBool( hregClass(am->Pam.IR.base) == HRcGPR(mode64) &&
2040 return toBool( hregClas
[all...]
H A Dguest_generic_bb_to_IR.c178 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
239 = toBool(
302 need_to_put_IP = toBool(n_instrs > 0);
308 toBool(n_cond_resteers_allowed > 0),
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h87 static inline Bool toBool ( Int x ) { function
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp614 settings->setAttribute(QWebSettings::JavascriptEnabled, value.toBool());
616 settings->setAttribute(QWebSettings::LinksIncludedInFocusChain, value.toBool());
618 settings->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, value.toBool());
624 setCaretBrowsingEnabled(value.toBool());
626 settings->setAttribute(QWebSettings::PluginsEnabled, value.toBool());
628 settings->setAttribute(QWebSettings::WebGLEnabled, value.toBool());
630 settings->setAttribute(QWebSettings::HyperlinkAuditingEnabled, value.toBool());
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp425 QVERIFY(wv->property("renderingEnabled").toBool());
429 QVERIFY(!wv->property("renderingEnabled").toBool());
489 QCOMPARE(s->property(name.toAscii().data()).toBool(), value);
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c119 = toBool(
272 isInf = toBool(
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c129 static Bool toBool ( Int x ) { function
470 caps = toBool(format[i] == 'X');
/external/valgrind/main/coregrind/m_debuginfo/
H A Dmisc.c72 return toBool(*p == 0x10);
/external/skia/tests/
H A DSk64Test.cpp13 int8_t zero, pos, neg, toBool, sign; member in struct:BoolTable
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp271 if (newPage->mainFrame()->evaluateJavaScript(QLatin1String("!navigator.geolocation")).toBool()) {
454 QVERIFY(empty.type() == QVariant::Bool && empty.toBool());
457 QVERIFY(minimized.type() == QVariant::Bool && minimized.toBool());
460 QVERIFY(maximized.type() == QVariant::Bool && !maximized.toBool());
972 return mainFrame()->evaluateJavaScript("window.getSelection().getRangeAt(0).collapsed").toBool();
2256 return webPage.mainFrame()->evaluateJavaScript(QString("(window.%1 != undefined)").arg(jsObjectName)).toBool();
2601 "retval=='' && retval.length == 0;").toBool();
2607 "retval=='text' && retval.length == 4;").toBool();
2613 "retval===null;").toBool();
2619 "retval===null;").toBool();
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c173 rr = toBool(prot & VKI_PROT_READ);
174 ww = toBool(prot & VKI_PROT_WRITE);
175 xx = toBool(prot & VKI_PROT_EXEC);
231 Bool rr = toBool(prot & VKI_PROT_READ);
232 Bool ww = toBool(prot & VKI_PROT_WRITE);
233 Bool xx = toBool(prot & VKI_PROT_EXEC);
261 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED);
262 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE);

Completed in 442 milliseconds

123