Searched refs:new_string (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.l | 41 static void new_string(void) in new_string() function 136 new_string();
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utilities.py | 305 new_string = "".join([str(element) for element in new_list]) 306 return int(new_string, 16)
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _html5lib.py | 315 new_element = self.soup.new_string(old_element + string_child) 321 child = self.soup.new_string(node) 369 text = TextNode(self.soup.new_string(data), self.soup) 381 new_str = self.soup.new_string(old_node + node.element)
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_hii.c | 700 ret = hii_string_protocol->new_string(hii_string_protocol, handle, in test_hii_string_new_string() 753 ret = hii_string_protocol->new_string(hii_string_protocol, handle, in test_hii_string_get_string() 832 ret = hii_string_protocol->new_string(hii_string_protocol, handle, in test_hii_string_set_string()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_hii.c | 839 new_string(const struct efi_hii_string_protocol *this, in new_string() function 1089 .new_string = new_string,
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | __init__.py | 539 def new_string(self, s, subclass=None): member in BeautifulSoup
|
H A D | CHANGELOG | 848 * Gave new_string() the ability to create subclasses of 1226 * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 966 efi_status_t(EFIAPI *new_string)(
|