Home
last modified time | relevance | path

Searched refs:config_map (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/utils/llvm-lit/
Dllvm-lit.in7 config_map = {}
10 global config_map
14 config_map[source_dir] = site_config
22 builtin_parameters['config_map'] = config_map
/external/llvm-project/llvm/utils/lit/tests/Inputs/config-map-discovery/
Ddriver.py9 config_map = {main_config : sys.argv[2]} variable
10 builtin_parameters = {'config_map' : config_map}
/external/bcc/tests/python/
Dtest_clang_complex.c23 BPF_TABLE("array", struct ConfigKey, struct ConfigLeaf, config_map, 1);
53 struct ConfigLeaf *cfg_leaf = config_map.lookup(&cfg_key); in handle_packet()
136 struct ConfigLeaf *cfg_leaf = config_map.lookup(&cfg_key); in handle_packet()
/external/llvm-project/llvm/utils/gn/secondary/llvm/utils/llvm-lit/
DBUILD.gn80 config_map = lit_path_function + "\n"
83 config_map += "\nmap_config(\n path(r'" + rebase_path(entry[0], dir) +
91 "LLVM_LIT_CONFIG_MAP=" + config_map,
/external/llvm-project/llvm/utils/lit/lit/
Ddiscovery.py53 config_map = litConfig.params.get('config_map')
54 if config_map:
57 target = config_map.get(cfgpath)
/external/libaom/libaom/examples/
Dinspect.c261 const map_entry config_map[] = { ENUM(MI_SIZE), LAST_ENUM }; variable
730 buf += put_map(buf, config_map); in inspect()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc2275 std::map<ConfigType, Combined> config_map( in GetIceEvents() local
2289 config_map[conf.type]}); in GetIceEvents()