HomeSort by relevance Sort by last modified time
    Searched refs:xml2 (Results 1 - 13 of 13) sorted by null

  /external/libxml2/
Makefile.tests 6 CFLAGS=`xml2-config --cflags`
7 LIBS=`xml2-config --libs`
xml2-config.in 11 Usage: xml2-config [OPTION]
Makefile.am 20 bin_SCRIPTS=xml2-config
64 man_MANS = xml2-config.1 libxml.3
    [all...]
  /external/wpa_supplicant_8/hs20/server/
Makefile 32 CFLAGS += $(shell xml2-config --cflags)
33 LIBS += $(shell xml2-config --libs)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile 49 DBUS_INCLUDE += $(shell xml2-config --cflags)
50 DBUS_LIBS += $(shell xml2-config --libs)
  /external/libxml2/VxWorks/
build.sh 71 rm -fR xml2*
82 cp xml2.out ../../bin/.
Makefile 11 NAME = xml2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyexpat.py 470 xml2 = 'a'*512 + '</s>'
487 parser.Parse(xml2)
493 xml2 = ('b' * 1024)
512 parser.Parse(xml2, 0)
542 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
553 parser.Parse(xml2, 1)
558 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
569 parser.Parse(xml2, 1)
  /external/wpa_supplicant_8/hs20/client/
Makefile 68 CFLAGS += $(shell xml2-config --cflags)
69 LIBS += $(shell xml2-config --libs)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyexpat.py 470 xml2 = 'a'*512 + '</s>'
487 parser.Parse(xml2)
493 xml2 = ('b' * 1024)
512 parser.Parse(xml2, 0)
542 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
553 parser.Parse(xml2, 1)
558 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
569 parser.Parse(xml2, 1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyexpat.py 470 xml2 = 'a'*512 + '</s>'
487 parser.Parse(xml2)
493 xml2 = ('b' * 1024)
512 parser.Parse(xml2, 0)
542 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
553 parser.Parse(xml2, 1)
558 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
569 parser.Parse(xml2, 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 470 xml2 = 'a'*512 + '</s>'
487 parser.Parse(xml2)
493 xml2 = ('b' * 1024)
512 parser.Parse(xml2, 0)
542 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
553 parser.Parse(xml2, 1)
558 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
569 parser.Parse(xml2, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 470 xml2 = 'a'*512 + '</s>'
487 parser.Parse(xml2)
493 xml2 = ('b' * 1024)
512 parser.Parse(xml2, 0)
542 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
553 parser.Parse(xml2, 1)
558 xml2 = "aaa</s><s>%s</s></a>" % ('a' * 1025)
569 parser.Parse(xml2, 1)

Completed in 2865 milliseconds