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

  /external/libxml2/
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-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-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)
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()
  /external/toolchain-utils/bestflags/
example_algorithms.py 43 CONF = 'CONF'
44 DEFAULT_CONF = 'conf'
76 if CONF not in meta_data:
79 conf_file = meta_data[CONF]
  /external/selinux/policycoreutils/sestatus/
sestatus.c 23 #define CONF "/etc/sestatus.conf"
25 /* conf file sections */
91 FILE *fp = fopen(CONF, "r");
98 printf("\nUnable to open %s.\n", CONF);
  /external/boringssl/src/include/openssl/
base.h 287 typedef struct conf_st CONF;
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 101 milliseconds