Home
last modified time | relevance | path

Searched refs:config_file (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dconfig.py708 def _WriteConfigLineMaybeCommented(self, config_file, name, value, desc): argument
724 config_file.write('%s = %s\n' % (name, value))
726 def _WriteProxyConfigFileSection(self, config_file): argument
734 config_file.write(
745 config_file, 'proxy', config.get_value('Boto', 'proxy', None),
748 config_file, 'proxy_port', config.get_value('Boto', 'proxy_port', None),
751 config_file, 'proxy_user', config.get_value('Boto', 'proxy_user', None),
754 config_file, 'proxy_pass', config.get_value('Boto', 'proxy_pass', None),
757 config_file, 'proxy_rdns',
762 def _WriteBotoConfigFile(self, config_file, launch_browser=True, argument
[all …]
/external/dbus/bus/
Dmain.c169 check_two_config_files (const DBusString *config_file, in check_two_config_files() argument
172 if (_dbus_string_get_length (config_file) > 0) in check_two_config_files()
175 extra_arg, _dbus_string_get_const_data (config_file)); in check_two_config_files()
348 DBusString config_file; in main() local
360 if (!_dbus_string_init (&config_file)) in main()
417 check_two_config_files (&config_file, "system"); in main()
419 if (!_dbus_append_system_config_file (&config_file)) in main()
424 check_two_config_files (&config_file, "session"); in main()
426 if (!_dbus_append_session_config_file (&config_file)) in main()
433 check_two_config_files (&config_file, "config-file"); in main()
[all …]
Dtest-launch-helper.c102 DBusString config_file; in main() local
117 if (!_dbus_string_init (&config_file)) in main()
119 if (!_dbus_string_append (&config_file, dir)) in main()
121 if (!_dbus_string_append (&config_file, "/valid-config-files-system/debug-allow-all-pass.conf")) in main()
126 _dbus_string_get_const_data (&config_file)); in main()
128 _dbus_string_free (&config_file); in main()
Dtest.c267 DBusString config_file; in bus_context_new_test() local
271 if (!_dbus_string_init (&config_file)) in bus_context_new_test()
278 &config_file, 0)) in bus_context_new_test()
281 _dbus_string_free (&config_file); in bus_context_new_test()
287 if (!_dbus_concat_dir_and_file (&config_file, &relative)) in bus_context_new_test()
290 _dbus_string_free (&config_file); in bus_context_new_test()
295 context = bus_context_new (&config_file, BUS_CONTEXT_FLAG_NONE, NULL, NULL, NULL, &error); in bus_context_new_test()
305 _dbus_string_free (&config_file); in bus_context_new_test()
310 _dbus_string_free (&config_file); in bus_context_new_test()
Dactivation-helper.c386 DBusString config_file; in get_correct_parser() local
414 if (!_dbus_string_init (&config_file)) in get_correct_parser()
420 if (!_dbus_string_append (&config_file, DBUS_SYSTEM_CONFIG_FILE)) in get_correct_parser()
426 if (!_dbus_string_append (&config_file, test_config_file)) in get_correct_parser()
435 _dbus_string_get_const_data (&config_file)); in get_correct_parser()
438 *parser = bus_config_load (&config_file, TRUE, NULL, error); in get_correct_parser()
448 _dbus_string_free (&config_file); in get_correct_parser()
/external/libvpx/libvpx/build/make/
Diosbuild.sh97 local config_file="${HEADER_DIR}/vpx_config.h"
119 printf "%s" "${file_header}" > "${config_file}"
122 printf " ${preproc_symbol}\n" >> "${config_file}"
123 printf "#define VPX_FRAMEWORK_TARGET \"${target}\"\n" >> "${config_file}"
124 printf "#include \"VPX/vpx/${target}/vpx_config.h\"\n" >> "${config_file}"
125 printf "#elif defined" >> "${config_file}"
131 sed -i '' -e '$d' "${config_file}"
133 printf "#endif\n\n" >> "${config_file}"
134 printf "#endif // ${include_guard}" >> "${config_file}"
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dcontrol23 config_file='exfat_tests', tag='exfat')
25 config_file='ext2_tests', tag='ext2')
27 config_file='ext3_tests', tag='ext3')
29 config_file='ext4_tests', tag='ext4')
31 config_file='ntfs_tests', tag='ntfs')
33 config_file='vfat_tests', tag='vfat')
/external/autotest/server/site_tests/android_ACTS/
Dcontrol14 This test runs ACTS against a inputed config_file, test_bed, test_case.
18 config_file = args_dict.get('config_file')
24 config_file=config_file, testbed_name=test_bed,
Dandroid_ACTS.py52 def run_once(self, testbed=None, config_file=None, testbed_name=None, argument
68 if not config_file:
70 self.fetch_file(config_file, TEST_CONFIG_FILE_FOLDER)
75 os.path.join(self.ts_tempfolder, os.path.basename(config_file)),
91 with open(config_file, 'r') as f:
Dcontrol.SampleTest19 config_file = args_dict.get('config_file')
25 config_file='sample_config.txt',
/external/autotest/client/common_lib/
Dglobal_config.py82 config_file = DEFAULT_CONFIG_FILE variable in global_config_class
93 def set_config_files(self, config_file=DEFAULT_CONFIG_FILE, argument
96 self.config_file = config_file
263 if self.config_file and os.path.exists(self.config_file):
264 self.config.read(self.config_file)
266 raise ConfigError('%s not found' % (self.config_file))
/external/vulkan-validation-layers/layers/
DCMakeLists.txt40 foreach (config_file ${LAYER_JSON_FILES})
41 add_custom_target(${config_file}-json ALL
42 COMMAND ln -sf ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json
45 endforeach(config_file)
49 foreach (config_file ${LAYER_JSON_FILES})
50 FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/windows/${config_file}.json src_json)
51 … FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIGURATION>/${config_file}.json dst_json)
52 add_custom_target(${config_file}-json ALL
56 endforeach(config_file)
/external/vboot_reference/scripts/image_signing/
Dmake_dev_ssd.sh76 local config_file
79 config_file="$mount_point/efi/boot/grub.cfg"
80 [ ! -f "$config_file" ] ||
81 sudo sed -i 's/^ *set default=2 *$/set default=0/g' "$config_file"
82 config_file="$mount_point/syslinux/default.cfg"
83 [ ! -f "$config_file" ] ||
84 sudo sed -i 's/-vusb/-usb/g; s/-vhd/-hd/g' "$config_file"
/external/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt90 ... kernel=[{'version': '2.6.18', 'config_file': 'foo/bar'}])
92 kernel_list = [{'version': '2.6.18', 'config_file': 'foo/bar'}]
104 if kernel_info['config_file']:
105 testkernel.config(kernel_info['config_file'])
123 ... kernel=[{'version': '2.6.18', 'config_file': 'foo/bar'}],
133 kernel_list = [{'version': '2.6.18', 'config_file': None}, {'version': '2.6.22', 'config_file': Non…
147 if kernel_info['config_file']:
148 testkernel.config(kernel_info['config_file'])
208 ... kernel=[{'version': '2.6.18', 'config_file': 'foo/bar'}],
211 kernel_list = [{'version': '2.6.18', 'config_file': 'foo/bar'}]
[all …]
/external/protobuf/gtest/xcode/Scripts/
Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r') variable
66 opening_string = config_file.read(buffer_size)
67 config_file.close()
/external/google-breakpad/src/testing/gtest/xcode/Scripts/
Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r') variable
66 opening_string = config_file.read(buffer_size)
67 config_file.close()
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Scripts/
Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r') variable
66 opening_string = config_file.read(buffer_size)
67 config_file.close()
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py12 def __init__(self, config_type, config_file): argument
15 'due to no specified config type' % config_file)
18 'by the dependency manager.' % (config_file, config_type))
/external/autotest/client/cros/
Dnetwork_chroot.py237 for config_file in self._copied_config_files:
238 src_path = os.path.join('/', config_file)
239 dst_path = self.chroot_path(config_file)
265 for config_file, template in self._config_file_templates.iteritems():
266 with open(self.chroot_path(config_file), 'w') as f:
Dhostapd_server.py117 config_file = '%s/%s' % (self._config_directory, filename)
118 with open(config_file, 'w') as f:
125 config_file = self.write_config()
127 [self.HOSTAPD_EXECUTABLE, '-dd', config_file])
/external/vboot_reference/futility/
Dcmd_vbutil_kernel.c228 char *config_file = NULL; in do_vbutil_kernel() local
348 config_file = optarg; in do_vbutil_kernel()
406 if (!config_file) in do_vbutil_kernel()
409 Debug("Reading %s\n", config_file); in do_vbutil_kernel()
411 ReadConfigFile(config_file, &t_config_size); in do_vbutil_kernel()
498 if (config_file) { in do_vbutil_kernel()
499 Debug("Reading %s\n", config_file); in do_vbutil_kernel()
501 ReadConfigFile(config_file, &t_config_size); in do_vbutil_kernel()
/external/autotest/client/tools/
Dboottool133 $self->{config_file} = shift;
152 my $config_file=shift || $self->{config_file};
153 print ("Reading $config_file.\n") if $self->debug()>1;
155 open(CONFIG, "$config_file")
156 || warn ("ERROR: Can't open $config_file.\n") && return undef;
161 print ("Closed $config_file.\n") if $self->debug()>2;
170 my $config_file=shift || $self->{config_file};
175 print ("Writing $config_file.\n") if $self->debug()>1;
178 if (-w $config_file) {
179 system("cp","$config_file","$config_file.bak.boottool");
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dscriptbase.py9 def __init__(self, config_file=None): argument
13 if config_file:
14 boto.config.read(config_file)
/external/dbus/tools/
Ddbus-launch.c824 char *config_file; in main() local
827 config_file = NULL; in main()
892 if (config_file != NULL) in main()
901 config_file = xstrdup (file); in main()
906 if (config_file != NULL) in main()
912 config_file = xstrdup (arg); in main()
1111 config_file ? "--config-file" : "--session", in main()
1112 config_file, /* has to be last in this varargs list */ in main()
1126 config_file ? "--config-file" : "--session", in main()
1127 config_file, /* has to be last in this varargs list */ in main()
[all …]
/external/autotest/client/common_lib/cros/
Davahi_utils.py83 def avahi_start(config_file=None, host=None): argument
96 if config_file is not None:
97 env = ' AVAHI_DAEMON_CONF="%s"' % config_file
130 avahi_start(config_file=conf, host=host)

1234