Home
last modified time | relevance | path

Searched refs:load_configuration (Results 1 – 14 of 14) sorted by relevance

/third_party/unity/examples/example_3/
Drakefile_helper.rb9 def load_configuration(config_file) method
20 load_configuration(config_file)
167 load_configuration($cfg_file)
227 load_configuration($cfg_file)
/third_party/cJSON/tests/unity/examples/example_3/
Drakefile_helper.rb10 def load_configuration(config_file) method
21 load_configuration(config_file)
165 load_configuration($cfg_file)
225 load_configuration($cfg_file)
/third_party/cJSON/tests/unity/extras/fixture/
Drakefile_helper.rb16 def load_configuration(config_file) method
32 load_configuration(config_file)
143 load_configuration($cfg_file)
/third_party/unity/extras/fixture/
Drakefile_helper.rb18 def load_configuration(config_file) method
34 load_configuration(config_file)
148 load_configuration($cfg_file)
/third_party/unity/extras/memory/
Drakefile_helper.rb18 def load_configuration(config_file) method
34 load_configuration(config_file)
153 load_configuration($cfg_file)
/third_party/cJSON/tests/unity/test/
Drakefile_helper.rb15 def load_configuration(config_file) method
31 load_configuration(config_file)
194 load_configuration($cfg_file)
/third_party/unity/test/
Drakefile_helper.rb15 def load_configuration(config_file) method
31 load_configuration(config_file)
/third_party/alsa-utils/alsactl/
Dalsactl.h49 int load_configuration(const char *file, snd_config_t **top, int *open_failed);
Dutils.c196 int load_configuration(const char *file, snd_config_t **top, int *open_failed) in load_configuration() function
Dalsactl.c184 err = load_configuration(file, &top, NULL); in dump_state()
Dstate.c1684 err = load_configuration(file, &config, &open_failed); in load_state()
/third_party/cJSON/tests/unity/test/tests/
Dtest_generate_test_runner.rb1156 load_configuration($cfg_file)
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1164 load_configuration($cfg_file)
/third_party/weston/compositor/
Dmain.c1166 load_configuration(struct weston_config **config, int32_t noconfig, in load_configuration() function
3359 if (load_configuration(&config, noconfig, config_file) < 0) in wet_main()