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

12

/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/chromium_org/third_party/libxslt/libexslt/
H A Dsets.c104 int boolval = 0; local
113 boolval = ctxt->value->boolval;
115 ctxt->value->boolval = 0;
130 obj->boolval = boolval;
H A Dmath.c80 if ((ctxt->value != NULL) && (ctxt->value->boolval != 0)) {
82 ctxt->value->boolval = 0;
148 if ((ctxt->value != NULL) && (ctxt->value->boolval != 0)) {
150 ctxt->value->boolval = 0;
228 if ((ctxt->value != NULL) && ctxt->value->boolval != 0) {
230 ctxt->value->boolval = 0;
309 if ((ctxt->value != NULL) && (ctxt->value->boolval != 0)) {
311 ctxt->value->boolval = 0;
H A Ddynamic.c192 boolval ? "true" : ""));
H A Dfunctions.c737 ret->boolval = 0; /* Freeing is not handled there anymore */
H A Ddate.c2814 if ((ctxt->value != NULL) && ctxt->value->boolval != 0) {
2816 ctxt->value->boolval = 0;
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/libxml/src/include/libxml/
H A DdebugXML.h86 xmlBoolToText (int boolval);
H A Dxpath.h115 int boolval; member in struct:_xmlXPathObject
/external/libxml2/include/libxml/
H A DdebugXML.h86 xmlBoolToText (int boolval);
H A Dxpath.h116 int boolval; member in struct:_xmlXPathObject
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c1031 if (cur->boolval) fprintf(output, "true\n");
2025 ret->boolval = 0;
2052 ret->boolval = 0;
2190 ret->boolval = (val != 0);
2204 ret->boolval = (val != 0);
2294 res = xmlXPathCastBooleanToString(val->boolval);
2336 return(xmlXPathCacheNewBoolean(ctxt, val->boolval));
2477 ret = obj->boolval;
2563 if (obj->boolval && obj->user != NULL)
4233 ret->boolval
[all...]
H A DdebugXML.c1783 * @boolval: a bool to turn into text
1790 xmlBoolToText(int boolval) argument
1792 if (boolval)
1957 xmlBoolToText(list->boolval));
H A Dschematron.c1621 failed = !ret->boolval;
H A Dxmllint.c2094 if (cur->boolval) printf("true");
H A Dtestapi.c6927 int boolval; /* a bool to turn into text */ local
6932 boolval = gen_int(n_boolval, 0);
6934 ret_val = xmlBoolToText(boolval);
6937 des_int(n_boolval, boolval, 0);
[all...]
/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/chromium_org/third_party/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/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;

Completed in 605 milliseconds

12