Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dnsrepair2.c494 union acpi_operand_object *new_string; in acpi_ns_repair_HID() local
519 new_string = acpi_ut_create_string_object(return_object->string.length); in acpi_ns_repair_HID()
520 if (!new_string) { in acpi_ns_repair_HID()
533 new_string->string.length--; in acpi_ns_repair_HID()
548 for (dest = new_string->string.pointer; *source; dest++, source++) { in acpi_ns_repair_HID()
553 *return_object_ptr = new_string; in acpi_ns_repair_HID()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py179 new_element = self.soup.new_string(old_element + string_child)
185 child = self.soup.new_string(node)
234 text = TextNode(self.soup.new_string(data), self.soup)
245 new_str = self.soup.new_string(old_node + node.element)
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l48 static void new_string(void) in new_string() function
142 new_string();
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l41 static void new_string(void) in new_string() function
136 new_string();
H A Dzconf.lex.c_shipped816 static void new_string(void)
1201 new_string();
2382 new_string();
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.l41 static void new_string(void) in new_string() function
138 new_string();
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped828 static void new_string(void)
1200 new_string();
2356 new_string();
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_tree.py714 s = soup.new_string("foo")
720 s = soup.new_string("foo", Comment)
934 string = soup.new_string("")
942 string = soup.new_string("")
1068 foo_2 = soup.new_string("foo")
1069 bar_2 = soup.new_string("bar")
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A D__init__.py259 def new_string(self, s, subclass=NavigableString): member in BeautifulSoup
H A DNEWS.txt75 * Gave new_string() the ability to create subclasses of
453 * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py881 self.new_string = typename.find("::__cxx11::basic_string") != -1
893 if self.new_string:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py881 self.new_string = typename.find("::__cxx11::basic_string") != -1
893 if self.new_string: