Searched refs:boolval (Results 1 - 25 of 25) 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/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/boringssl/src/crypto/asn1/
H A Dtasn_prn.c450 static int asn1_print_boolean_ctx(BIO *out, int boolval, argument
454 switch (boolval)
589 int boolval = *(int *)fld; local
590 if (boolval == -1)
591 boolval = it->size;
592 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.h117 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.c1112 if (cur->boolval) fprintf(output, "true\n");
2106 ret->boolval = 0;
2133 ret->boolval = 0;
2276 ret->boolval = (val != 0);
2290 ret->boolval = (val != 0);
2380 res = xmlXPathCastBooleanToString(val->boolval);
2422 return(xmlXPathCacheNewBoolean(ctxt, val->boolval));
2611 ret = obj->boolval;
2697 if (obj->boolval && obj->user != NULL)
4337 ret->boolval
[all...]
H A DdebugXML.c1786 * @boolval: a bool to turn into text
1793 xmlBoolToText(int boolval) argument
1795 if (boolval)
1960 xmlBoolToText(list->boolval));
H A Dschematron.c1621 failed = !ret->boolval;
H A Dxmllint.c2102 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/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 1745 milliseconds