Home
last modified time | relevance | path

Searched refs:CONFIG_NAME (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/test/asan/
DCMakeLists.txt55 set(CONFIG_NAME ${ARCH_UPPER_CASE}${OS_NAME}Config) variable
58 ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}/lit.site.cfg
60 list(APPEND ASAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
65 set(CONFIG_NAME ${ARCH_UPPER_CASE}${OS_NAME}DynamicConfig) variable
68 ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}/lit.site.cfg)
70 ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
/external/compiler-rt/test/ubsan/
DCMakeLists.txt8 set(CONFIG_NAME ${UBSAN_LIT_TEST_MODE}-${arch}) variable
11 ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}/lit.site.cfg)
12 list(APPEND UBSAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
/external/compiler-rt/test/sanitizer_common/
DCMakeLists.txt38 set(CONFIG_NAME ${tool}-${arch}-${OS_NAME}) variable
41 ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}/lit.site.cfg)
43 ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
/external/dnsmasq/src/
Ddhcp.c697 if ((config->flags & CONFIG_NAME) && in find_config()
746 if (config->flags & CONFIG_NAME) in dhcp_read_ethers()
806 flags = CONFIG_NAME; in dhcp_read_ethers()
809 if ((config->flags & CONFIG_NAME) && hostname_isequal(config->hostname, host)) in dhcp_read_ethers()
846 if (flags & CONFIG_NAME) in dhcp_read_ethers()
906 if ((configs->flags & CONFIG_NAME) && (domain = strip_hostname(configs->hostname))) in check_dhcp_hosts()
932 (config->flags & CONFIG_NAME) && in dhcp_update_configs()
Dlease.c156 (config->flags & CONFIG_NAME) && in lease_update_from_configs()
Ddnsmasq.h461 #define CONFIG_NAME 16 macro
Doption.c1901 new->flags |= CONFIG_NAME; in one_opt()
2715 if (configs->flags & CONFIG_NAME) in reread_dhcp()
Drfc2131.c388 if (have_config(config, CONFIG_NAME)) in dhcp_reply()
560 if (have_config(config, CONFIG_NAME)) in dhcp_reply()
/external/mesa3d/configs/
Dcurrent.in7 CONFIG_NAME = autoconf
Ddefault8 CONFIG_NAME = default
/external/clang/unittests/Format/
DFormatTest.cpp9685 #define CHECK_PARSE_BOOL_FIELD(FIELD, CONFIG_NAME) \ argument
9687 EXPECT_EQ(0, parseConfiguration(CONFIG_NAME ": true", &Style).value()); \
9689 EXPECT_EQ(0, parseConfiguration(CONFIG_NAME ": false", &Style).value()); \
9694 #define CHECK_PARSE_NESTED_BOOL_FIELD(STRUCT, FIELD, CONFIG_NAME) \ argument
9697 parseConfiguration(#STRUCT ":\n " CONFIG_NAME ": true", &Style) \
9701 parseConfiguration(#STRUCT ":\n " CONFIG_NAME ": false", &Style) \