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

  /external/chromium_org/third_party/libxml/src/
check-xinclude-test-suite.py 13 CONF="testdescr.xml"
188 conf = libxml2.parseFile(CONF) variable
189 if conf == None:
190 print "Unable to load %s" % CONF
193 testsuite = conf.getRootElement()
217 conf.freeDoc()
check-relaxng-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml")
362 # Parse the conf file
365 testsuite = libxml2.parseFile(CONF)
369 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-relaxng-test-suite2.py 18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
375 # Parse the conf file
378 testsuite = libxml2.parseFile(CONF)
392 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-xml-test-suite.py 17 CONF="xml-test-suite/xmlconf/xmlconf.xml"
376 conf = loadNoentDoc(CONF) variable
377 if conf == None:
378 print "Unable to load %s" % CONF
381 testsuite = conf.getRootElement()
405 conf.freeDoc()
check-xsddata-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml")
380 # Parse the conf file
383 testsuite = libxml2.parseFile(CONF)
397 print "%s doesn't start with a testSuite element, aborting" % (CONF)
  /external/chromium_org/third_party/boringssl/src/include/openssl/
base.h 173 typedef struct conf_st CONF;
  /external/openssl/crypto/
ossl_typ.h 165 typedef struct conf_st CONF;
  /external/openssl/include/openssl/
ossl_typ.h 165 typedef struct conf_st CONF;

Completed in 810 milliseconds