Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py12 def __init__(self, config_type, config_file): argument
13 if not config_type:
18 'by the dependency manager.' % (config_file, config_type))
Dbase_config.py109 config_type = config_data.pop('config_type', None)
110 if config_type != self.GetConfigType():
113 '%s' % (config_type, self.GetConfigType(), file_path))
Dbase_config_unittest.py1350 self.config_type = 'BaseConfig'
1354 self.empty_dict = {'config_type': self.config_type,
1392 self.one_dep_dict = {'config_type': self.config_type,
1408 self.assertEqual(self.config_type, config.GetConfigType())
1424 self.assertEqual(self.config_type, config.GetConfigType())
/external/libnfc-nxp/src/
DphHciNfc.c172 psHciContext->config_type = POLL_LOOP_CFG; in phHciNfc_Initialise()
369 phHal_eConfigType_t config_type, in phHciNfc_Configure() argument
384 switch(config_type) in phHciNfc_Configure()
395 psHciContext->config_type = NFC_GENERAL_CFG; in phHciNfc_Configure()
431 psHciContext->config_type = SWP_PROTECT_CFG; in phHciNfc_Configure()
503 psHciContext->config_type = POLL_LOOP_CFG; in phHciNfc_Config_Discovery()
687 psHciContext->config_type = SMX_WI_CFG; in phHciNfc_Config_Emulation()
694 psHciContext->config_type = UICC_SWP_CFG; in phHciNfc_Config_Emulation()
762 psHciContext->config_type = SWP_EVT_CFG; in phHciNfc_Switch_SwpMode()
842 psHciContext->config_type = SMX_WI_MODE; in phHciNfc_Switch_SmxMode()
[all …]
DphHciNfc.h364 phHal_eConfigType_t config_type,
702 uint32_t config_type,
DphHal4Nfc.c462 uint32_t config_type = 0; in phHal4Nfc_Ioctl() local
601 config_type = ((config_type << BYTE_SIZE ) in phHal4Nfc_Ioctl()
607 config_type , in phHal4Nfc_Ioctl()
628 config_type = ((config_type << BYTE_SIZE ) in phHal4Nfc_Ioctl()
634 config_type, in phHal4Nfc_Ioctl()
DphHciNfc_Sequence.c1516 switch(psHciContext->config_type) in phHciNfc_Config_Sequence()
1573 ((SMX_WI_CFG == psHciContext->config_type)? in phHciNfc_Config_Sequence()
1859 psHciContext->config_type = NFC_CE_A_CFG; in phHciNfc_EmulationCfg_Sequence()
1867 psHciContext->config_type = NFC_CE_B_CFG; in phHciNfc_EmulationCfg_Sequence()
1913 psHciContext->config_type); in phHciNfc_EmulationCfg_Sequence()
1918 if(UICC_SWP_CFG == psHciContext->config_type) in phHciNfc_EmulationCfg_Sequence()
1941 if (UICC_SWP_CFG == psHciContext->config_type) in phHciNfc_EmulationCfg_Sequence()
DphHciNfc_Generic.h615 phHciNfc_eConfigType_t config_type; member
/external/autotest/site_utils/suite_scheduler/
Dmanifest_versions.py261 config_type, milestone, manifest = groups
262 branch = branch_manifests.setdefault((config_type, milestone), [])
/external/autotest/server/cros/chaos_lib/
Dchaos_parser.py266 def print_config_failures(self, config_type, security, config_csv_list): argument
277 print('%s config failures for security: %s' % (config_type, security))