HomeSort by relevance Sort by last modified time
    Searched defs:toBool (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
Sk64Test.cpp 13 int8_t zero, pos, neg, toBool, sign;
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 90 static inline Bool toBool ( Int x ) {
  /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_p.h 110 inline bool toBool() const;
548 bool QScriptValuePrivate::toBool() const
568 Q_ASSERT_X(false, "toBool()", "Not all states are included in the previous switch statement.");
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
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/benchmarks/qscriptvalue/
tst_qscriptvalue.cpp 76 void toBool();
324 void tst_QScriptValue::toBool()
328 value.toBool();
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 129 static Bool toBool ( Int x ) {
470 caps = toBool(format[i] == 'X');

Completed in 520 milliseconds