Home
last modified time | relevance | path

Searched refs:name_found (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Drscalc.c724 u8 name_found; in acpi_rs_get_pci_routing_table_length() local
764 name_found = FALSE; in acpi_rs_get_pci_routing_table_length()
768 && !name_found; table_index++) { in acpi_rs_get_pci_routing_table_length()
776 name_found = TRUE; in acpi_rs_get_pci_routing_table_length()
788 if (name_found) { in acpi_rs_get_pci_routing_table_length()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py70 name_found = False
72 name_found = row['name'].find(self.project.name)
74 self.assertTrue(name_found,