Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dinteractive_client.py114 def append_list(self, name): member in InteractiveClient
122 return self._proxy.append_list(name)
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
Dbluetooth_Sanity_LEDiscovery.py114 self.interactive.append_list('devices')
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
Dbluetooth_Sanity_Discovery.py113 self.interactive.append_list('devices')
/external/autotest/client/common_lib/cros/
Dinteractive_xmlrpc_server.py156 def append_list(self, name): member in InteractiveXmlRpcDelegate
/external/mesa3d/src/glsl/
Dlist.h422 append_list(exec_list *source) in append_list() function
Dast_to_hir.cpp1221 stmt->then_instructions.append_list(&rhs_instructions); in hir()
1262 stmt->else_instructions.append_list(&rhs_instructions); in hir()
2963 instructions->append_list(&initializer_instructions); in hir()
4102 instructions->append_list(&declared_variables); in hir()
Dast_function.cpp304 instructions->append_list(&post_call_conversions); in generate_call()
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py1827 append_list = []
1834 append_list.append(dup_row(row))
1847 append_list.append(row)
1854 append_list.append(dup_row(row))
1862 append_list.append(dup_row(row))
1870 append_list.append(dup_row(row))
1878 append_list.append(dup_row(row))
1881 for row in append_list: