HomeSort by relevance Sort by last modified time
    Searched refs:toBool (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationProviderQt.h 46 bool hasAlpha() const { return m_rotation.property("hasZ").toBool(); }
InspectorClientQt.cpp 155 retVal = qvariant.toBool() ? "true" : "false";
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 381 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());
    [all...]
tst_qscriptvalue.h 110 void toBool();
tst_qscriptvalue_generated_totype.cpp 669 void tst_QScriptValue::toBool()
673 QCOMPARE(value.toBool(), expected);
674 QCOMPARE(value.toBool(), expected);
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 241 \sa toBool()
408 bool QScriptValue::toBool() const
410 return d_ptr->toBool();
416 Use toBool() instead.
420 return d_ptr->toBool();
qscriptvalue.h 120 bool toBool() const;
  /external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
tst_qscriptvalue.cpp 76 void toBool();
324 void tst_QScriptValue::toBool()
328 value.toBool();
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/valgrind/main/VEX/priv/
host_generic_regs.h 134 return toBool(((UInt)r) & (1<<24));
ir_opt.c 267 return toBool( isIRAtom(e->Iex.Binop.arg1)
616 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE)
    [all...]
main_util.c 442 Bool hexcaps = toBool(*format == 'P');
487 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
ir_defs.c     [all...]
host_mips_isel.c 546 return toBool(u == (UInt) i);
553 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) &&
557 return toBool(hregClass(am->Mam.RR.base) == HRcGPR(mode64) &&
884 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32);
885 Bool size = toBool(e->Iex.Binop.op == Iop_MullS32)
886 || toBool(e->Iex.Binop.op == Iop_MullU32);
    [all...]
guest_amd64_toIR.c 501 return toBool(0xC0 == (mod_reg_rm & 0xC0));
682 return toBool((pfx & 0xFF000000) == PFX_EMPTY);
686 return toBool(pfx & PFX_REX);
705 return toBool((pfx & (PFX_F2|PFX_F3)) > 0);
708 return toBool((pfx & PFX_F2) > 0);
711 return toBool((pfx & PFX_F3) > 0);
715 return toBool((pfx & PFX_66) > 0);
718 return toBool((pfx & PFX_ASO) > 0);
725 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_66);
732 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_F2)
    [all...]
guest_generic_x87.c 121 = toBool(
274 isInf = toBool(
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 90 static inline Bool toBool ( Int x ) {
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 614 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/
tst_qdeclarativewebview.cpp 425 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/
fp_80_64.c 119 = toBool(
272 isInf = toBool(
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 129 static Bool toBool ( Int x ) {
470 caps = toBool(format[i] == 'X');
  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 72 return toBool(*p == 0x10);
  /external/skia/tests/
Sk64Test.cpp 13 int8_t zero, pos, neg, toBool, sign;
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 271 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());
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 171 rr = toBool(prot & VKI_PROT_READ);
172 ww = toBool(prot & VKI_PROT_WRITE);
173 xx = toBool(prot & VKI_PROT_EXEC);
223 Bool rr = toBool(prot & VKI_PROT_READ);
224 Bool ww = toBool(prot & VKI_PROT_WRITE);
225 Bool xx = toBool(prot & VKI_PROT_EXEC);
253 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED);
254 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE);
    [all...]

Completed in 922 milliseconds

1 2 3