Searched refs:load_config (Results 1 - 25 of 50) sorted by relevance
12
/external/compiler-rt/lib/asan/lit_tests/Unit/ |
H A D | lit.site.cfg.in | 10 lit.load_config(config, "@ASAN_SOURCE_DIR@/lit_tests/Unit/lit.cfg")
|
/external/clang/test/ |
H A D | lit.site.cfg.in | 21 lit.load_config(config, "@CLANG_SOURCE_DIR@/test/lit.cfg")
|
/external/compiler-rt/lib/asan/lit_tests/ |
H A D | lit.site.cfg.in | 19 lit.load_config(config, "@ASAN_SOURCE_DIR@/lit_tests/lit.cfg")
|
/external/clang/test/Unit/ |
H A D | lit.site.cfg.in | 26 lit.load_config(config, "@CLANG_SOURCE_DIR@/test/Unit/lit.cfg")
|
/external/llvm/test/Unit/ |
H A D | lit.site.cfg.in | 21 lit.load_config(config, "@LLVM_SOURCE_DIR@/test/Unit/lit.cfg")
|
/external/llvm/test/ |
H A D | lit.site.cfg.in | 28 lit.load_config(config, "@LLVM_SOURCE_DIR@/test/lit.cfg")
|
/external/openssl/apps/ |
H A D | pkeyparam.c | 84 if (!load_config(bio_err, NULL))
|
H A D | ciphers.c | 118 if (!load_config(bio_err, NULL))
|
H A D | gendh.c | 109 if (!load_config(bio_err, NULL))
|
H A D | pkey.c | 89 if (!load_config(bio_err, NULL))
|
H A D | rand.c | 98 if (!load_config(bio_err, NULL))
|
H A D | apps.h | 268 int load_config(BIO *err, CONF *cnf);
|
H A D | dh.c | 106 if (!load_config(bio_err, NULL))
|
H A D | dsa.c | 123 if (!load_config(bio_err, NULL))
|
H A D | ec.c | 110 if (!load_config(bio_err, NULL))
|
H A D | gendsa.c | 98 if (!load_config(bio_err, NULL))
|
H A D | genpkey.c | 96 if (!load_config(bio_err, NULL))
|
H A D | genrsa.c | 119 if (!load_config(bio_err, NULL))
|
H A D | pkcs7.c | 102 if (!load_config(bio_err, NULL))
|
H A D | pkcs8.c | 95 if (!load_config(bio_err, NULL))
|
H A D | rsautl.c | 113 if (!load_config(bio_err, NULL))
|
H A D | spkac.c | 104 if (!load_config(bio_err, NULL))
|
H A D | verify.c | 107 if (!load_config(bio_err, NULL))
|
/external/llvm/utils/lit/lit/ |
H A D | LitConfig.py | 60 def load_config(self, config, path): member in class:LitConfig 61 """load_config(config, path) - Load a config object from an alternate 65 self.note('load_config from %r' % path)
|
/external/clang/tools/scan-view/ |
H A D | ScanView.py | 123 self.load_config() 125 def load_config(self): member in class:ScanViewServer
|
Completed in 622 milliseconds
12