/third_party/unity/extras/fixture/ |
D | rakefile_helper.rb | 18 def load_configuration(config_file) argument 21 $cfg_file = "#{__dir__}/../../test/targets/#{config_file}" unless config_file =~ /[\\|\/]/ 24 $configured = true if config_file != DEFAULT_CONFIG_FILE 31 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE) argument 32 config_file += '.yml' unless config_file =~ /\.yml$/ 33 config_file = config_file unless config_file =~ /[\\|\/]/ 34 load_configuration(config_file)
|
/third_party/cJSON/tests/unity/extras/fixture/ |
D | rakefile_helper.rb | 16 def load_configuration(config_file) argument 19 $cfg_file = HERE + "../../test/targets/#{config_file}" unless config_file =~ /[\\|\/]/ 22 $configured = true if config_file != DEFAULT_CONFIG_FILE 29 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE) argument 30 config_file += '.yml' unless config_file =~ /\.yml$/ 31 config_file = config_file unless config_file =~ /[\\|\/]/ 32 load_configuration(config_file)
|
/third_party/unity/extras/memory/ |
D | rakefile_helper.rb | 18 def load_configuration(config_file) argument 21 $cfg_file = "#{__dir__}/../../test/targets/#{config_file}" unless config_file =~ /[\\|\/]/ 24 $configured = true if config_file != DEFAULT_CONFIG_FILE 31 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE) argument 32 config_file += '.yml' unless config_file =~ /\.yml$/ 33 config_file = config_file unless config_file =~ /[\\|\/]/ 34 load_configuration(config_file)
|
/third_party/cJSON/tests/unity/test/ |
D | rakefile_helper.rb | 15 def load_configuration(config_file) argument 18 $cfg_file = "targets/#{config_file}" unless config_file =~ /[\\|\/]/ 21 $configured = true if config_file != DEFAULT_CONFIG_FILE 28 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE) argument 29 config_file += '.yml' unless config_file =~ /\.yml$/ 30 config_file = config_file unless config_file =~ /[\\|\/]/ 31 load_configuration(config_file)
|
/third_party/unity/test/ |
D | rakefile_helper.rb | 15 def load_configuration(config_file) argument 18 $cfg_file = "targets/#{config_file}" unless config_file =~ /[\\|\/]/ 21 $configured = true if config_file != DEFAULT_CONFIG_FILE 28 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE) argument 29 config_file += '.yml' unless config_file =~ /\.yml$/ 30 config_file = config_file unless config_file =~ /[\\|\/]/ 31 load_configuration(config_file)
|
/third_party/alsa-utils/alsamixer/ |
D | cli.c | 34 static const char* config_file = CONFIG_DEFAULT; variable 102 config_file = optarg; in parse_options() 105 config_file = NULL; in parse_options() 155 if (config_file == CONFIG_DEFAULT) in main() 157 else if (config_file) in main() 158 parse_config_file(config_file); in main()
|
/third_party/mbedtls/scripts/ |
D | generate_query_config.pl | 82 for my $config_file ($mbedtls_config_file, $psa_crypto_config_file) { 84 next unless defined($config_file); # we might not have been given a PSA crypto config file 86 open(CONFIG_FILE, "<", $config_file) or die "Opening config file '$config_file': $!";
|
/third_party/cef/tools/ |
D | patcher.py | 52 config_file = os.path.join(cef_patch_dir, 'patch.cfg') 53 if not os.path.isfile(config_file): 54 raise Exception('Patch config file %s does not exist.' % config_file) 58 exec (compile(open(config_file, "rb").read(), config_file, 'exec'), scope)
|
/third_party/cJSON/tests/unity/examples/example_3/ |
D | rakefile_helper.rb | 10 def load_configuration(config_file) argument 11 $cfg_file = config_file 19 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE) argument 20 config_file += '.yml' unless config_file =~ /\.yml$/ 21 load_configuration(config_file)
|
/third_party/unity/examples/example_3/ |
D | rakefile_helper.rb | 9 def load_configuration(config_file) argument 10 $cfg_file = config_file 18 def configure_toolchain(config_file = DEFAULT_CONFIG_FILE) argument 19 config_file += '.yml' unless config_file =~ /\.yml$/ 20 load_configuration(config_file)
|
/third_party/openssl/test/ |
D | fips_version_test.c | 46 char *config_file = NULL; in setup_tests() local 53 config_file = opt_arg(); in setup_tests() 63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL)) in setup_tests()
|
/third_party/node/deps/v8/third_party/inspector_protocol/ |
D | inspector_protocol.gni | 10 # config_file (required) 23 assert(defined(invoker.config_file)) 33 invoker.config_file, 61 rebase_path(invoker.config_file, root_build_dir),
|
/third_party/unity/auto/ |
D | generate_module.rb | 116 def self.grab_config(config_file) argument 118 unless config_file.nil? || config_file.empty? 120 yaml_guts = YAML.load_file(config_file) 122 raise "No :unity or :cmock section found in #{config_file}" unless options
|
D | generate_test_runner.rb | 51 def self.grab_config(config_file) argument 53 unless config_file.nil? || config_file.empty? 55 yaml_guts = YAML.load_file(config_file) 57 raise "No :unity or :cmock section found in #{config_file}" unless options
|
/third_party/cJSON/tests/unity/auto/ |
D | generate_module.rb | 113 def self.grab_config(config_file) argument 115 unless config_file.nil? || config_file.empty? 117 yaml_guts = YAML.load_file(config_file) 119 raise "No :unity or :cmock section found in #{config_file}" unless options
|
D | generate_test_runner.rb | 38 def self.grab_config(config_file) argument 40 unless config_file.nil? || config_file.empty? 42 yaml_guts = YAML.load_file(config_file) 44 raise "No :unity or :cmock section found in #{config_file}" unless options
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | file_resources.py | 54 config_file = os.path.join(dirname, style.SETUP_CONFIG) 55 if os.path.exists(config_file): 56 with open(config_file) as fd: 60 return config_file
|
/third_party/node/tools/inspector_protocol/ |
D | inspector_protocol.gni | 10 # config_file (required) 23 assert(defined(invoker.config_file)) 33 invoker.config_file, 70 rebase_path(invoker.config_file, root_build_dir),
|
/third_party/skia/tools/android/ |
D | upload_to_android.py | 177 config_file = os.path.join('include', 'config', 'SkUserConfigManual.h') 179 with open(config_file) as f: 190 with open(config_file, 'w') as f: 194 subprocess.check_call('git add %s' % config_file, shell=True)
|
/third_party/vixl/tools/test_generator/ |
D | parser.py | 448 (GetTestNameFromFileName(config_file), GetISAsFromFileName(config_file), 449 LoadJSON(config_file)) 450 for config_file in config_files
|
/third_party/openssl/test/testutil/ |
D | provider.c | 17 const char *config_file, in test_get_libctx() argument 35 if (config_file != NULL in test_get_libctx() 36 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) { in test_get_libctx() 37 opt_printf_stderr("Error loading config from file %s\n", config_file); in test_get_libctx()
|
/third_party/skia/tools/rebaseline/ |
D | toggle_legacy_flag.py | 68 config_file = os.path.join('skia', 'config', 'SkUserConfig.h') 69 with open(config_file) as f: 87 with open(config_file, 'w') as f:
|
/third_party/toybox/toys/pending/ |
D | syslogd.c | 58 char *config_file; 186 if (!(fp = fopen(TT.config_file, "r")) && (toys.optflags & FLAG_f)) in parse_config_file() 187 perror_exit("can't open '%s'", TT.config_file); in parse_config_file() 200 error_msg("error in '%s' at line %d", TT.config_file, lineno); in parse_config_file() 215 error_msg("error in '%s' at line %d", TT.config_file, lineno); in parse_config_file() 416 TT.config_file = (toys.optflags & FLAG_f) ? in syslogd_main() 417 TT.config_file : "/etc/syslog.conf"; //DEFCONFFILE in syslogd_main()
|
/third_party/pulseaudio/src/daemon/ |
D | daemon-conf.c | 91 .config_file = NULL, 186 pa_xfree(c->config_file); in pa_daemon_conf_free() 665 pa_xfree(c->config_file); in pa_daemon_conf_load() 666 c->config_file = NULL; in pa_daemon_conf_load() 681 pa_fopen_cloexec(c->config_file = pa_xstrdup(filename), "r") : in pa_daemon_conf_load() 682 …_open_config_file(default_config_file, DEFAULT_CONFIG_FILE_USER, ENV_CONFIG_FILE, &c->config_file); in pa_daemon_conf_load() 692 r = f ? pa_config_parse(c->config_file, f, table, NULL, true, NULL) : 0; in pa_daemon_conf_load() 787 if (c->config_file) in pa_daemon_conf_dump() 788 pa_strbuf_printf(s, _("### Read from configuration file: %s ###\n"), c->config_file); in pa_daemon_conf_dump()
|
D | ohos_daemon-conf.c | 91 .config_file = NULL, 186 pa_xfree(c->config_file); in pa_daemon_conf_free() 665 pa_xfree(c->config_file); in pa_daemon_conf_load() 666 c->config_file = NULL; in pa_daemon_conf_load() 681 pa_fopen_cloexec(c->config_file = pa_xstrdup(filename), "r") : in pa_daemon_conf_load() 682 …_open_config_file(default_config_file, DEFAULT_CONFIG_FILE_USER, ENV_CONFIG_FILE, &c->config_file); in pa_daemon_conf_load() 692 r = f ? pa_config_parse(c->config_file, f, table, NULL, true, NULL) : 0; in pa_daemon_conf_load() 787 if (c->config_file) in pa_daemon_conf_dump() 788 pa_strbuf_printf(s, _("### Read from configuration file: %s ###\n"), c->config_file); in pa_daemon_conf_dump()
|