Searched refs:config_type (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator.cc116 chromeos::client_cert::ConfigType config_type = local
119 properties, &config_type, &configured_slot_id, &pkcs11_id);
120 if (config_type == chromeos::client_cert::CONFIG_TYPE_NONE ||
126 if (config_type == chromeos::client_cert::CONFIG_TYPE_OPENVPN)
135 chromeos::client_cert::SetEmptyShillProperties(config_type,
148 config_type, real_slot_id, pkcs11_id, new_properties);
H A Dclient_cert_resolver.cc36 client_cert::ConfigType config_type,
40 cert_config_type(config_type),
35 NetworkAndMatchingCert(const std::string& network_path, client_cert::ConfigType config_type, const std::string& cert_id, int slot_id) argument
/external/chromium_org/chrome/browser/net/
H A Dfirefox_proxy_settings_unittest.cc35 EXPECT_EQ(FirefoxProxySettings::MANUAL, settings.config_type());
77 EXPECT_EQ(FirefoxProxySettings::AUTO_FROM_URL, settings.config_type());
H A Dfirefox_proxy_settings.h49 ProxyConfig config_type() const { return config_type_; } function in class:FirefoxProxySettings
H A Dfirefox_proxy_settings.cc180 switch (config_type()) {
203 DCHECK_EQ(MANUAL, config_type());
H A Dconnection_tester.cc247 if (FirefoxProxySettings::SYSTEM == firefox_settings->config_type()) {
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSProject.py92 def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools):
96 config_type: Type of configuration node.
111 specification = [config_type, node_attrs]
/external/libnfc-nxp/src/
H A DphHciNfc.h348 * \param[in] config_type config_type specifies the type of the
364 phHal_eConfigType_t config_type,
684 * \param[in] config_type config_type is the type of the configuration
702 uint32_t config_type,
H A DphHciNfc.c172 psHciContext->config_type = POLL_LOOP_CFG;
369 phHal_eConfigType_t config_type,
384 switch(config_type)
395 psHciContext->config_type = NFC_GENERAL_CFG;
431 psHciContext->config_type = SWP_PROTECT_CFG;
503 psHciContext->config_type = POLL_LOOP_CFG;
687 psHciContext->config_type = SMX_WI_CFG;
694 psHciContext->config_type = UICC_SWP_CFG;
762 psHciContext->config_type = SWP_EVT_CFG;
842 psHciContext->config_type
366 phHciNfc_Configure( void *psHciHandle, void *pHwRef, phHal_eConfigType_t config_type, phHal_uConfig_t *pConfig ) argument
1670 phHciNfc_System_Configure( void *psHciHandle, void *pHwRef, uint32_t config_type, uint8_t config_value ) argument
1707 phHciNfc_System_Get_Info( void *psHciHandle, void *pHwRef, uint32_t config_type, uint8_t *p_config_value ) argument
[all...]
H A DphHal4Nfc.c462 uint32_t config_type = 0; local
601 config_type = ((config_type << BYTE_SIZE )
607 config_type ,
628 config_type = ((config_type << BYTE_SIZE )
634 config_type,
H A DphHciNfc_Sequence.c1516 switch(psHciContext->config_type)
1573 ((SMX_WI_CFG == psHciContext->config_type)?
1859 psHciContext->config_type = NFC_CE_A_CFG;
1867 psHciContext->config_type = NFC_CE_B_CFG;
1913 psHciContext->config_type);
1918 if(UICC_SWP_CFG == psHciContext->config_type)
1941 if (UICC_SWP_CFG == psHciContext->config_type)
H A DphHciNfc_Generic.h615 phHciNfc_eConfigType_t config_type; member in struct:phHciNfc_sContext
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py981 config_type = _GetMSVSConfigurationType(spec, project.build_file)
983 _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config)
1076 config_type = {
1091 return config_type
1094 def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config):
1103 config_type: The configuration type, a number as defined by Microsoft.
1175 _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name)
1359 def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name):
1368 config_type: The configuration type, a number as defined by Microsoft.
1371 attributes = _GetMSVSAttributes(spec, config, config_type)
[all...]

Completed in 234 milliseconds