HomeSort by relevance Sort by last modified time
    Searched full:bad_cast (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
typeinfo 7 class bad_cast;
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
typeinfo 7 class bad_cast;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
typeinfo 7 class bad_cast;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
typeinfo 7 class bad_cast;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
typeinfo 7 class bad_cast;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
typeinfo 7 class bad_cast;
  /bionic/libstdc++/include/
typeinfo 8 class bad_cast;
  /external/stlport/stlport/stl/
_typeinfo.h 41 class bad_cast : public exception {}; class in inherits:exception
57 using ::bad_cast;
59 using _STLP_VENDOR_EXCEPT_STD::bad_cast;
74 struct bad_cast : exception {};
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 41 class bad_cast : public exception {}; class in inherits:exception
57 using ::bad_cast;
59 using _STLP_VENDOR_EXCEPT_STD::bad_cast;
74 struct bad_cast : exception {};
  /ndk/sources/cxx-stl/system/include/
typeinfo 8 class bad_cast;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 41 class bad_cast : public exception {}; class in inherits:exception
57 using ::bad_cast;
59 using _STLP_VENDOR_EXCEPT_STD::bad_cast;
74 struct bad_cast : exception {};
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
typeinfo 8 class bad_cast;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 41 class bad_cast : public exception {}; class in inherits:exception
57 using ::bad_cast;
59 using _STLP_VENDOR_EXCEPT_STD::bad_cast;
74 struct bad_cast : exception {};
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
typeinfo 8 class bad_cast;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 41 class bad_cast : public exception {}; class in inherits:exception
57 using ::bad_cast;
59 using _STLP_VENDOR_EXCEPT_STD::bad_cast;
74 struct bad_cast : exception {};
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
typeinfo 8 class bad_cast;
  /external/libxml2/
xlink.c 42 #define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xlink/namespace/")
43 #define XHTML_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xhtml/")
149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
151 if (xmlStrEqual(type, BAD_CAST "simple")) {
153 } if (xmlStrEqual(type, BAD_CAST "extended")) {
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
xmlcatalog.c 220 ret = xmlCatalogAdd(BAD_CAST argv[0], NULL,
221 BAD_CAST argv[1]);
223 ret = xmlCatalogAdd(BAD_CAST argv[0], BAD_CAST argv[1],
224 BAD_CAST argv[2]);
233 ret = xmlCatalogAdd(BAD_CAST argv[0], NULL,
234 BAD_CAST argv[1]);
236 ret = xmlCatalogAdd(BAD_CAST argv[0], BAD_CAST argv[1],
237 BAD_CAST argv[2])
    [all...]
HTMLtree.c 62 if (xmlStrEqual(cur->name, BAD_CAST"html"))
64 if (xmlStrEqual(cur->name, BAD_CAST"head"))
66 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
80 if (xmlStrEqual(cur->name, BAD_CAST"head"))
82 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
98 if (xmlStrEqual(cur->name, BAD_CAST"meta")) {
110 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
111 && (!xmlStrcasecmp(value, BAD_CAST"Content-Type")))
114 && (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
128 encoding = xmlStrstr(content, BAD_CAST"charset=")
    [all...]
entities.c 30 NULL, XML_ENTITY_DECL, BAD_CAST "lt",
32 BAD_CAST "<", BAD_CAST "<", 1,
37 NULL, XML_ENTITY_DECL, BAD_CAST "gt",
39 BAD_CAST ">", BAD_CAST ">", 1,
44 NULL, XML_ENTITY_DECL, BAD_CAST "amp",
46 BAD_CAST "&", BAD_CAST "&", 1,
51 NULL, XML_ENTITY_DECL, BAD_CAST "quot"
    [all...]
xmlschemas.c     [all...]
xmlsave.c 27 #define XHTML_STRICT_PUBLIC_ID BAD_CAST \
29 #define XHTML_STRICT_SYSTEM_ID BAD_CAST \
31 #define XHTML_FRAME_PUBLIC_ID BAD_CAST \
33 #define XHTML_FRAME_SYSTEM_ID BAD_CAST \
35 #define XHTML_TRANS_PUBLIC_ID BAD_CAST \
37 #define XHTML_TRANS_SYSTEM_ID BAD_CAST \
40 #define XHTML_NS_NAME BAD_CAST "http://www.w3.org/1999/xhtml"
443 xmlBufferAdd(buf->buffer, BAD_CAST "&", 1);
446 xmlBufferAdd(buf->buffer, BAD_CAST ";", 1);
541 if (xmlStrEqual(cur->prefix, BAD_CAST "xml")
    [all...]
catalog.c 556 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
557 xmlSetProp(node, BAD_CAST "catalog", cur->value);
563 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL);
564 xmlSetProp(node, BAD_CAST "id", cur->name);
569 xmlSetNsProp(node, xns, BAD_CAST "base",
576 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public");
579 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system");
586 node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL)
    [all...]
  /external/llvm/test/CodeGen/X86/
2012-1-10-buildvector.ll 6 ;CHECK: bad_cast
7 define void @bad_cast() {
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 44 static const xmlChar* const archiveTag = BAD_CAST "Archive";
45 static const xmlChar* const archiveResourceTag = BAD_CAST "ArchiveResource";
46 static const xmlChar* const mainResourceTag = BAD_CAST "mainResource";
47 static const xmlChar* const subresourcesTag = BAD_CAST "subresources";
48 static const xmlChar* const subframesTag = BAD_CAST "subframes";
49 static const xmlChar* const urlFieldTag = BAD_CAST "url";
50 static const xmlChar* const mimeFieldTag = BAD_CAST "mimeType";
51 static const xmlChar* const encodingFieldTag = BAD_CAST "textEncoding";
52 static const xmlChar* const frameFieldTag = BAD_CAST "frameName";
53 static const xmlChar* const dataFieldTag = BAD_CAST "data"
    [all...]

Completed in 1514 milliseconds

1 2 3 4 5