Home
last modified time | relevance | path

Searched refs:match_str (Results 1 – 8 of 8) sorted by relevance

/external/vboot_reference/scripts/image_signing/
Dunpack_firmwarefd.sh29 match_str="GBB Area"
30 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
39 match_str="$i Key"
40 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
48 match_str="$i Data"
49 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
Daudio_CrasDevSwitchStress.py111 def _get_buffer_level(self, match_str, dev_id): argument
138 search = re.match(match_str, line)
150 match_str = self._INPUT_BUFFER_LEVEL
153 match_str = self._OUTPUT_BUFFER_LEVEL
157 buffer_level = self._get_buffer_level(match_str, dev_id)
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegexCommand.cpp39 const std::string match_str = matches[match_idx].str(); in DoExecute() local
45 new_command.insert(percent_var_idx, match_str); in DoExecute()
46 idx += percent_var_idx + match_str.size(); in DoExecute()
/external/autotest/client/site_tests/audio_CrasStress/
Daudio_CrasStress.py142 match_str = self._INPUT_BUFFER_LEVEL
144 match_str = self._OUTPUT_BUFFER_LEVEL
151 search = re.match(match_str, line)
/external/autotest/server/cros/network/
Dwpa_mon.py178 match_str = event + self.EVENT_MATCH_DICT[event].match_str
179 matches = re.findall(match_str, wpa_log)
/external/llvm-project/lldb/scripts/
Dverify_api.py11 def extract_exe_symbol_names(arch, exe_path, match_str): argument
13 arch, exe_path, match_str)
/external/libusb/libusb/os/
Dsunos_usb.c463 char match_str[PATH_MAX]; in sunos_fill_in_dev_info() local
501 snprintf(match_str, sizeof(match_str), "^usb/%x.%x", in sunos_fill_in_dev_info()
504 usbi_dbg("match is %s", match_str); in sunos_fill_in_dev_info()
505 sunos_physpath_to_devlink(dpriv->phypath, match_str, &dpriv->ugenpath); in sunos_fill_in_dev_info()
/external/autotest/client/cros/power/
Dpower_utils.py895 match_str = "%s:%s" % (vid, pid)
897 if re.match(re_str, match_str):