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

/external/skia/tests/
H A DSk64Test.cpp13 int8_t zero, pos, neg, toBool, sign; member in struct:BoolTable
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h87 static inline Bool toBool ( Int x ) { function
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
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_p.h110 inline bool toBool() const;
548 bool QScriptValuePrivate::toBool() const function in class:QScriptValuePrivate
568 Q_ASSERT_X(false, "toBool()", "Not all states are included in the previous switch statement.");
/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/exp-sgcheck/tests/
H A Dbad_percentify.c129 static Bool toBool ( Int x ) { function
470 caps = toBool(format[i] == 'X');
/external/libxml2/
H A Dxpath.c11974 int toBool)
12201 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12461 if (toBool)
12556 if (toBool)
14152 xmlXPathObjectPtr *resultSeq, int toBool)
14180 if (! toBool) {
14194 if (toBool)
14200 if (toBool)
14260 if (toBool)
14288 if (toBool)
11971 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodePtr * first, xmlNodePtr * last, int toBool) argument
14151 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14380 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) argument
14773 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 189 milliseconds