Searched defs:toBool (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DSk64Test.cpp6 int8_t zero, pos, neg, toBool, sign; member in struct:BoolTable
/external/webkit/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp220 \sa toBool()
365 bool QScriptValue::toBool() const function in class:QScriptValue
367 return d_ptr->toBool();
373 Use toBool() instead.
377 return d_ptr->toBool();
H A Dqscriptvalue_p.h101 inline bool toBool() const;
503 bool QScriptValuePrivate::toBool() const function in class:QScriptValuePrivate
522 Q_ASSERT_X(false, "toBool()", "Not all states are included in the previous switch statement.");
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated.cpp701 static QHash<QString, bool> toBool; local
702 if (toBool.isEmpty()) {
703 toBool.insert("QScriptValue()", false);
704 toBool.insert("QScriptValue(QScriptValue::UndefinedValue)", false);
705 toBool.insert("QScriptValue(QScriptValue::NullValue)", false);
706 toBool.insert("QScriptValue(true)", true);
707 toBool.insert("QScriptValue(false)", false);
708 toBool.insert("QScriptValue(int(122))", true);
709 toBool.insert("QScriptValue(uint(124))", true);
710 toBool
[all...]
/external/libxml2/
H A Dxpath.c11891 int toBool)
12119 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12379 if (toBool)
12474 if (toBool)
14060 xmlXPathObjectPtr *resultSeq, int toBool)
14088 if (! toBool) {
14102 if (toBool)
14108 if (toBool)
14168 if (toBool)
14196 if (toBool)
11888 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodePtr * first, xmlNodePtr * last, int toBool) argument
14059 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14288 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) argument
14680 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 61 milliseconds