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 255 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)));
    [all...]
main_util.c 433 Bool hexcaps = toBool(*format == 'P');
478 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
ir_defs.c     [all...]
guest_generic_x87.c 121 = toBool(
274 isInf = toBool(
host_ppc_isel.c     [all...]
guest_amd64_toIR.c 513 return toBool(0xC0 == (mod_reg_rm & 0xC0));
684 return toBool((pfx & 0xFFFF0000) == PFX_EMPTY);
688 return toBool(pfx & PFX_REX);
709 return toBool((pfx & (PFX_F2|PFX_F3)) > 0);
712 return toBool((pfx & PFX_F2) > 0);
715 return toBool((pfx & PFX_F3) > 0);
719 return toBool((pfx & PFX_66) > 0);
722 return toBool((pfx & PFX_ASO) > 0);
729 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_66);
736 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_F2)
    [all...]
guest_generic_bb_to_IR.c 178 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),
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 87 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...]

Completed in 573 milliseconds

1 2 3