Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dzconf.l41 static void new_string(void) in new_string() function
136 new_string();
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py305 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.py315 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 Defi_selftest_hii.c700 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 Defi_hii.c839 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__.py539 def new_string(self, s, subclass=None): member in BeautifulSoup
H A DCHANGELOG848 * 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 Defi_api.h966 efi_status_t(EFIAPI *new_string)(