HomeSort by relevance Sort by last modified time
    Searched refs:boolval (Results 1 - 25 of 28) sorted by null

1 2

  /external/oprofile/libutil++/tests/
cached_value_tests.cpp 22 bool check_throw(cached_value<bool> const & boolval)
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/
sets.c 104 int boolval = 0; local
113 boolval = ctxt->value->boolval;
115 ctxt->value->boolval = 0;
130 obj->boolval = boolval;
math.c 80 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;
dynamic.c 192 boolval ? "true" : ""));
functions.c 737 ret->boolval = 0; /* Freeing is not handled there anymore */
date.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_prn.c 449 static int asn1_print_boolean_ctx(BIO *out, int boolval,
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/
tasn_prn.c 449 static int asn1_print_boolean_ctx(BIO *out, int boolval,
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/
debugXML.h 86 xmlBoolToText (int boolval);
xpath.h 115 int boolval; member in struct:_xmlXPathObject
  /external/libxml2/include/libxml/
debugXML.h 86 xmlBoolToText (int boolval);
xpath.h 116 int boolval; member in struct:_xmlXPathObject
  /external/chromium_org/third_party/libxml/src/
xpath.c 1031 if (cur->boolval) fprintf(output, "true\n");
    [all...]
debugXML.c     [all...]
schematron.c     [all...]
xmllint.c     [all...]
testapi.c 6927 int boolval; \/* a bool to turn into text *\/ local
    [all...]
  /external/libxml2/
xpath.c 1032 if (cur->boolval) fprintf(output, "true\n");
    [all...]
debugXML.c     [all...]
schematron.c     [all...]
xmllint.c     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 988 result->boolval = 0;
1195 result->boolval = 0; /* Freeing is not handled there anymore */
    [all...]
transform.c     [all...]
  /external/libxslt/libxslt/
variables.c 988 result->boolval = 0;
1195 result->boolval = 0; /* Freeing is not handled there anymore */
    [all...]
transform.c     [all...]

Completed in 1269 milliseconds

1 2