Home
last modified time | relevance | path

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

1234

/external/u-boot/doc/sphinx/
Dload_config.py19 config_file = os.environ.get("SPHINX_CONF", None)
20 if (config_file is not None
21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
22 config_file = os.path.abspath(config_file)
24 if os.path.isfile(config_file):
25 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
27 config['__file__'] = config_file
28 execfile_(config_file, config)
32 sys.stderr.write("WARNING: additional sphinx-config not found: %s\n" % config_file)
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dcontrol22 config_file='exfat_tests', tag='exfat')
24 config_file='ext2_tests', tag='ext2')
26 config_file='ext3_tests', tag='ext3')
28 config_file='ext4_tests', tag='ext4')
30 config_file='ntfs_tests', tag='ntfs')
32 config_file='vfat_tests', tag='vfat')
/external/libvpx/libvpx/build/make/
Diosbuild.sh101 local config_file="${HEADER_DIR}/vpx_config.h"
123 printf "%s" "${file_header}" > "${config_file}"
126 printf " ${preproc_symbol}\n" >> "${config_file}"
127 printf "#define VPX_FRAMEWORK_TARGET \"${target}\"\n" >> "${config_file}"
128 printf "#include \"VPX/vpx/${target}/vpx_config.h\"\n" >> "${config_file}"
129 printf "#elif defined" >> "${config_file}"
135 sed -i.bak -e '$d' "${config_file}"
136 rm "${config_file}.bak"
138 printf "#endif\n\n" >> "${config_file}"
139 printf "#endif // ${include_guard}" >> "${config_file}"
/external/libaom/libaom/build/cmake/
Diosbuild.sh101 local config_file="${HEADER_DIR}/aom_config.h"
124 printf "%s" "${file_header}" > "${config_file}"
127 printf " ${preproc_symbol}\n" >> "${config_file}"
128 printf "#define AOM_FRAMEWORK_TARGET \"${target}\"\n" >> "${config_file}"
129 printf "#include \"AOM/aom/${target}/aom_config.h\"\n" >> "${config_file}"
130 printf "#elif defined" >> "${config_file}"
136 sed -i '' -e '$d' "${config_file}"
138 printf "#endif\n\n" >> "${config_file}"
139 printf "#endif // ${include_guard}" >> "${config_file}"
/external/autotest/client/site_tests/platform_CrosDisksRename/
Dcontrol22 config_file='vfat_tests', tag='vfat')
24 config_file='exfat_tests', tag='exfat')
26 config_file='ntfs_tests', tag='ntfs')
28 config_file='ext4_tests', tag='ext4')
/external/autotest/client/common_lib/
Dglobal_config.py84 config_file = DEFAULT_CONFIG_FILE variable in global_config_class
119 def set_config_files(self, config_file=DEFAULT_CONFIG_FILE, argument
122 self.config_file = config_file
296 if self.config_file and os.path.exists(self.config_file):
297 self.config.read(self.config_file)
299 raise ConfigError('%s not found' % (self.config_file))
/external/python/setuptools/setuptools/command/
Dalias.py5 from setuptools.command.setopt import edit_config, option_base, config_file
72 if source == config_file('global'):
74 elif source == config_file('user'):
76 elif source == config_file('local'):
Dsetopt.py14 def config_file(kind="local"): function
100 filenames.append(config_file('global'))
102 filenames.append(config_file('user'))
106 filenames.append(config_file('local'))
/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/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/toolchain-utils/go/chromeos/
Dsetup_chromeos_testing.py141 config_file = os.path.expanduser('~/.ssh/config')
145 cmd = 'cp %s %s' % (config_file, saved_config_file)
153 with open(config_file, 'r') as input_file:
164 WriteFile(config_lines, config_file)
188 config_file = os.path.expanduser('~/.ssh/config')
195 cmd = 'mv %s %s' % (saved_config_file, config_file)
/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/site_tests/platform_CrosDisksFormat/
Dcontrol22 config_file='vfat_tests', tag='vfat')
24 config_file='exfat_tests', tag='exfat')
26 config_file='ntfs_tests', tag='ntfs')
/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/tensorflow/tensorflow/python/debug/cli/
Dcli_config.py125 with gfile.Open(self._config_file_path, "w") as config_file:
126 json.dump(self._config, config_file)
151 with gfile.Open(self._config_file_path, "r") as config_file:
152 config_dict = json.load(config_file)
/external/autotest/client/cros/
Dnetwork_chroot.py257 for config_file in self._copied_config_files:
258 src_path = os.path.join('/', config_file)
259 dst_path = self.chroot_path(config_file)
293 for config_file, template in self._config_file_templates.iteritems():
294 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()
129 [self.HOSTAPD_EXECUTABLE, '-dd', config_file],
/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)
/external/yapf/yapf/yapflib/
Dfile_resources.py54 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
/external/skia/tools/android/
Dupload_to_android.py175 config_file = os.path.join('include', 'config', 'SkUserConfigManual.h')
177 with open(config_file) as f:
188 with open(config_file, 'w') as f:
192 subprocess.check_call('git add %s' % config_file, shell=True)
/external/skqp/tools/android/
Dupload_to_android.py175 config_file = os.path.join('include', 'config', 'SkUserConfigManual.h')
177 with open(config_file) as f:
188 with open(config_file, 'w') as f:
192 subprocess.check_call('git add %s' % config_file, shell=True)
/external/vixl/tools/test_generator/
Dparser.py448 (GetTestNameFromFileName(config_file), GetISAsFromFileName(config_file),
449 LoadJSON(config_file))
450 for config_file in config_files
/external/autotest/site_utils/lxc/
Dconfig.py205 def __init__(self, container, config_file=None): argument
216 if config_file is None:
219 config_file = (
225 with open(config_file) as f:
/external/jsoncpp/
Ddoxybuild.py49 def run_doxygen(doxygen_path, config_file, working_dir, is_silent): argument
50 config_file = os.path.abspath( config_file )
55 cmd = [doxygen_path, config_file]
/external/skqp/tools/rebaseline/
Dtoggle_legacy_flag.py67 config_file = os.path.join('skia', 'config', 'SkUserConfig.h')
68 with open(config_file) as f:
86 with open(config_file, 'w') as f:

1234