Home
last modified time | relevance | path

Searched refs:DEFAULT_CONFIG_FILE (Results 1 – 16 of 16) sorted by relevance

/third_party/unity/extras/fixture/
Drakefile.rb24 DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'.freeze constant
25 configure_toolchain(DEFAULT_CONFIG_FILE)
Drakefile_helper.rb24 $configured = true if config_file != DEFAULT_CONFIG_FILE
31 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
/third_party/unity/extras/memory/
Drakefile.rb24 DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'.freeze constant
25 configure_toolchain(DEFAULT_CONFIG_FILE)
Drakefile_helper.rb24 $configured = true if config_file != DEFAULT_CONFIG_FILE
31 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
/third_party/unity/examples/example_3/
Drakefile.rb17 DEFAULT_CONFIG_FILE = 'target_gcc_32.yml'.freeze constant
18 configure_toolchain(DEFAULT_CONFIG_FILE)
Drakefile_helper.rb18 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
/third_party/cJSON/tests/unity/extras/fixture/
Drakefile.rb28 DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'.freeze constant
29 configure_toolchain(DEFAULT_CONFIG_FILE)
Drakefile_helper.rb22 $configured = true if config_file != DEFAULT_CONFIG_FILE
29 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
/third_party/cJSON/tests/unity/examples/example_3/
Drakefile.rb22 DEFAULT_CONFIG_FILE = 'target_gcc_32.yml'.freeze constant
23 configure_toolchain(DEFAULT_CONFIG_FILE)
Drakefile_helper.rb19 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
/third_party/cJSON/tests/unity/test/
Drakefile_helper.rb21 $configured = true if config_file != DEFAULT_CONFIG_FILE
28 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
Drakefile30 DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'
31 configure_toolchain(DEFAULT_CONFIG_FILE)
/third_party/unity/test/
Drakefile_helper.rb21 $configured = true if config_file != DEFAULT_CONFIG_FILE
28 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
Drakefile30 DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'
31 configure_toolchain(DEFAULT_CONFIG_FILE)
/third_party/pulseaudio/src/daemon/
Dohos_daemon-conf.c54 #define DEFAULT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "daemon.conf" macro
670 …pa_open_config_file(DEFAULT_CONFIG_FILE, DEFAULT_CONFIG_FILE_USER, ENV_CONFIG_FILE, &c->config_fil… in pa_daemon_conf_load()
Ddaemon-conf.c54 #define DEFAULT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "daemon.conf" macro
670 …pa_open_config_file(DEFAULT_CONFIG_FILE, DEFAULT_CONFIG_FILE_USER, ENV_CONFIG_FILE, &c->config_fil… in pa_daemon_conf_load()