Searched refs:boolval (Results 1 - 12 of 12) sorted by relevance

/external/oprofile/libutil++/tests/
H A Dcached_value_tests.cpp22 bool check_throw(cached_value<bool> const & boolval) argument
25 bool foo = boolval.get();
36 cached_value<bool> boolval; local
39 if (!check_throw(boolval)) {
44 if (boolval.reset(false) != false || boolval.get() != false) {
49 if (boolval.reset(true) != true || boolval.get() != true) {
/external/openssl/crypto/asn1/
H A Dtasn_prn.c449 static int asn1_print_boolean_ctx(BIO *out, int boolval, argument
453 switch (boolval)
577 int boolval = *(int *)fld; local
578 if (boolval == -1)
579 boolval = it->size;
580 ret = asn1_print_boolean_ctx(out, boolval, pctx);
/external/libxml2/include/libxml/
H A DdebugXML.h86 xmlBoolToText (int boolval);
H A Dxpath.h116 int boolval; member in struct:_xmlXPathObject
/external/libxml2/
H A Dxpath.c1032 if (cur->boolval) fprintf(output, "true\n");
2026 ret->boolval = 0;
2053 ret->boolval = 0;
2191 ret->boolval = (val != 0);
2205 ret->boolval = (val != 0);
2295 res = xmlXPathCastBooleanToString(val->boolval);
2337 return(xmlXPathCacheNewBoolean(ctxt, val->boolval));
2521 ret = obj->boolval;
2607 if (obj->boolval && obj->user != NULL)
4277 ret->boolval
[all...]
H A DdebugXML.c1784 * @boolval: a bool to turn into text
1791 xmlBoolToText(int boolval) argument
1793 if (boolval)
1958 xmlBoolToText(list->boolval));
H A Dschematron.c1621 failed = !ret->boolval;
H A Dxmllint.c2098 if (cur->boolval) printf("true");
/external/libxslt/libxslt/
H A Dvariables.c988 result->boolval = 0;
1195 result->boolval = 0; /* Freeing is not handled there anymore */
H A Dtransform.c5181 testRes = res->boolval;
5409 res = xpobj->boolval;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3079 milliseconds