Searched refs:load_config (Results 1 - 25 of 54) sorted by relevance

123

/external/compiler-rt/test/profile/
H A Dlit.site.cfg.in8 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
11 lit_config.load_config(config, "@PROFILE_LIT_SOURCE_DIR@/lit.cfg")
/external/compiler-rt/test/tsan/
H A Dlit.site.cfg.in7 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
10 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
/external/compiler-rt/test/asan/
H A Dlit.site.cfg.in16 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
19 lit_config.load_config(config, "@ASAN_LIT_SOURCE_DIR@/lit.cfg")
/external/compiler-rt/test/msan/Unit/
H A Dlit.site.cfg.in5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
/external/compiler-rt/test/sanitizer_common/Unit/
H A Dlit.site.cfg.in5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
/external/compiler-rt/test/tsan/Unit/
H A Dlit.site.cfg.in5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
/external/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.in7 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
/external/compiler-rt/test/
H A Dlit.common.configured.in38 lit_config.load_config(config, "@COMPILER_RT_SOURCE_DIR@/test/lit.common.cfg")
/external/compiler-rt/unittests/
H A Dlit.common.unit.configured.in25 lit_config.load_config(config, "@COMPILER_RT_SOURCE_DIR@/unittests/lit.common.unit.cfg")
/external/openssl/apps/
H A Dpkeyparam.c84 if (!load_config(bio_err, NULL))
H A Dciphers.c112 if (!load_config(bio_err, NULL))
H A Dgendh.c109 if (!load_config(bio_err, NULL))
H A Dpkey.c89 if (!load_config(bio_err, NULL))
H A Drand.c98 if (!load_config(bio_err, NULL))
H A Dapps.h270 int load_config(BIO *err, CONF *cnf);
H A Ddh.c106 if (!load_config(bio_err, NULL))
H A Ddsa.c123 if (!load_config(bio_err, NULL))
H A Dec.c110 if (!load_config(bio_err, NULL))
H A Dgendsa.c98 if (!load_config(bio_err, NULL))
H A Dgenpkey.c96 if (!load_config(bio_err, NULL))
H A Dgenrsa.c119 if (!load_config(bio_err, NULL))
H A Dpkcs7.c102 if (!load_config(bio_err, NULL))
H A Dpkcs8.c95 if (!load_config(bio_err, NULL))
/external/llvm/utils/lit/lit/
H A DLitConfig.py61 def load_config(self, config, path): member in class:LitConfig
62 """load_config(config, path) - Load a config object from an alternate
65 self.note('load_config from %r' % path)
/external/ltrace/
H A Dprototype.c383 load_config(struct protolib_cache *cache, function
562 && load_config(cache, key, 1, retp) < 0)
564 && load_config(cache, key, 0, retp) < 0))

Completed in 178 milliseconds

123