OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONF
(Results
1 - 9
of
9
) 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/openssl/openssl/crypto/
ossl_typ.h
161
typedef struct conf_st
CONF
;
/external/chromium_org/third_party/openssl/openssl/include/openssl/
ossl_typ.h
161
typedef struct conf_st
CONF
;
/external/openssl/crypto/
ossl_typ.h
161
typedef struct conf_st
CONF
;
/external/openssl/include/openssl/
ossl_typ.h
161
typedef struct conf_st
CONF
;
Completed in 88 milliseconds