HomeSort by relevance Sort by last modified time
    Searched defs:XmlEncode (Results 1 - 7 of 7) sorted by null

  /system/update_engine/
omaha_request_action.cc 199 if (!XmlEncode(cohort_value, &escaped_xml_value)) {
574 bool XmlEncode(const string& input, string* output) {
611 if (XmlEncode(input, &output))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 32 #define XmlEncode XmlUtf16Encode
40 #define XmlEncode XmlUtf8Encode
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 33 #define XmlEncode XmlUtf16Encode
42 #define XmlEncode XmlUtf8Encode
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 32 #define XmlEncode XmlUtf16Encode
40 #define XmlEncode XmlUtf8Encode
    [all...]
  /external/expat/lib/
xmlparse.c 119 #define XmlEncode XmlUtf16Encode
128 #define XmlEncode XmlUtf8Encode
    [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c 33 #define XmlEncode XmlUtf16Encode
42 #define XmlEncode XmlUtf8Encode
    [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c 33 #define XmlEncode XmlUtf16Encode
42 #define XmlEncode XmlUtf8Encode
    [all...]

Completed in 571 milliseconds