/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
control.py | 34 auto_data=False, timid=None, branch=None, config_file=True, 57 `config_file` determines what config file to read. If it is a string, 81 if config_file: 82 if config_file is True: 83 config_file = ".coveragerc" 85 self.config.from_file(config_file) 89 "Couldn't read config file %s: %s" % (config_file, err) 684 cov = coverage(config_file=cps, auto_data=True)
|
/external/wpa_supplicant_8/hostapd/ |
main.c | 26 #include "config_file.h" 152 * @config_file: Path to the configuration file 159 static struct hostapd_iface * hostapd_init(const char *config_file) 170 hapd_iface->config_fname = os_strdup(config_file); 198 config_file);
|
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 250 def __init__ (self, config_file, options):
251 self.config_file = config_file
253 if self.config_file == "":
255 if not FileExists(self.config_file):
256 self.InitializeConfig(self.config_file)
258 config.read(self.config_file)
279 config.filename = FileJustRoot(self.config_file) + ".JET"
736 self.config_file = configFile
[all...] |
JetUtils.py | 756 tmpConfigFile = dirname + FileJustName(org_jet_file.config_file)
764 jet_file.config_file = tmpConfigFile
776 FileKillClean(jet_file.config_file)
|
/external/chromium_org/tools/perf_expectations/ |
update_perf_expectations.py | 188 parser.add_option('--config', dest='config_file', 215 perf_ex_lib.ReadFile(options.config_file)) 219 os.path.dirname(options.config_file), config['perf_file'])
|
make_expectations.py | 151 parser.add_option('-c', '--config', dest='config_file', 159 config = ConvertJsonIntoDict(ReadFile(options.config_file)) 165 os.path.dirname(options.config_file), config['perf_file'])
|
/external/linux-tools-perf/util/ |
config.c | 19 static FILE *config_file; variable 32 if ((f = config_file) != NULL) { 364 config_file = f;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
nmake.mak | 137 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj 141 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj 144 $(OBJDIR)\config_file.obj \
|
/external/chromium_org/chrome/browser/policy/test/ |
local_policy_test_server.cc | 63 LocalPolicyTestServer::LocalPolicyTestServer(const base::FilePath& config_file) 67 config_file_(config_file) {}
|
policy_testserver.py | 900 config_file = (self.options.config_file or 903 data_dir, config_file, [all...] |
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 60 #define CONFIG_FILE "/etc/mdnsd.conf" 102 ReadDDNSSettingsFromConfFile(m, CONFIG_FILE, &DynDNSHostname, &DynDNSZone, NULL);
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager.cc | 560 ConfigFile config_file(content); 561 image_file_name_ = config_file.GetProperty(kFileName, hwid); 562 image_download_url_ = GURL(config_file.GetProperty(kUrl, hwid));
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_postflight.sh | 11 CONFIG_FILE="$HELPERTOOLS/$SERVICE_NAME.json"
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
srp.c | 77 #define CONFIG_FILE "openssl.cnf" 447 len = strlen(s)+sizeof(CONFIG_FILE); 451 len = strlen(s)+sizeof(CONFIG_FILE)+1; 456 BUF_strlcat(tofree,CONFIG_FILE,len);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
eclipse | |
/external/openssl/apps/ |
srp.c | 77 #define CONFIG_FILE "openssl.cnf" 447 len = strlen(s)+sizeof(CONFIG_FILE); 451 len = strlen(s)+sizeof(CONFIG_FILE)+1; 456 BUF_strlcat(tofree,CONFIG_FILE,len);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 195 char *config_file = getenv("OMX_DBG_CONFIG"); \ 196 FILE *config = (config_file && *config_file) ? fopen(config_file, "rt") : NULL; \
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 65 static final String CONFIG_FILE = "java.util.logging.config.file"; 770 String oldPropertyValue = System.getProperty(CONFIG_FILE); 771 System.setProperty(CONFIG_FILE, "not.exist.config.file"); 780 systemProperties.setProperty(CONFIG_FILE, oldPropertyValue); 782 systemProperties.remove(CONFIG_FILE); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
port_testcase.py | 301 def _assert_config_file_for_platform(self, port, platform, config_file): 302 self.assertEqual(port._apache_config_file_name_for_platform(platform), config_file)
|
/external/chromium/chrome/browser/policy/ |
config_dir_policy_provider_unittest.cc | 73 WriteConfigFile(test_dict, "config_file");
|
/external/chromium-trace/trace-viewer/examples/stream_server/ |
standalone.py | 700 parser.add_option('--config', dest='config_file', type='string', [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
standalone.py | 696 parser.add_option('--config', dest='config_file', type='string', [all...] |
/external/chromium_org/chrome/test/functional/perf/ |
endure_result_parser.py | 80 config_file = os.path.join(dest_dir, 'config.js') 81 if not os.path.exists(config_file): 82 with open(config_file, 'w') as f: 88 os.chmod(config_file, 0755)
|
/external/sepolicy/tools/ |
insertkeys.py | 167 usage = "usage: %prog [options] CONFIG_FILE MAC_PERMISSIONS_FILE [MAC_PERMISSIONS_FILE...]\n"
|
/external/grub/stage2/ |
stage2.c | 595 char *new_file = config_file; 884 grub_strncat (default_file, config_file, DEFAULT_FILE_BUFLEN); 923 is_opened = grub_open (config_file);
|