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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 9 #define XML_COMBINED_VERSION (10000*XML_MAJOR_VERSION+100*XML_MINOR_VERSION+XML_MICRO_VERSION)
54 #if XML_COMBINED_VERSION >= 19504
777 #if XML_COMBINED_VERSION >= 19504
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 9 #define XML_COMBINED_VERSION (10000*XML_MAJOR_VERSION+100*XML_MINOR_VERSION+XML_MICRO_VERSION)
54 #if XML_COMBINED_VERSION >= 19504
777 #if XML_COMBINED_VERSION >= 19504
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 9 #define XML_COMBINED_VERSION (10000*XML_MAJOR_VERSION+100*XML_MINOR_VERSION+XML_MICRO_VERSION)
54 #if XML_COMBINED_VERSION >= 19504
777 #if XML_COMBINED_VERSION >= 19504
    [all...]
  /external/python/cpython3/Modules/
pyexpat.c 16 #define XML_COMBINED_VERSION (10000*XML_MAJOR_VERSION+100*XML_MINOR_VERSION+XML_MICRO_VERSION)
43 #if XML_COMBINED_VERSION >= 19504
602 #if XML_COMBINED_VERSION >= 19504
1009 #if XML_COMBINED_VERSION >= 19505
1097 #if XML_COMBINED_VERSION >= 19505
    [all...]

Completed in 361 milliseconds