Home
last modified time | relevance | path

Searched refs:create_container (Results 1 – 6 of 6) sorted by relevance

/external/autotest/site_utils/lxc/
Dcontainer_factory_unittest.py58 container = self.test_factory.create_container()
67 container = self.test_factory.create_container()
73 container = self.test_factory.create_container(id0)
81 container0 = self.test_factory.create_container(id0)
82 container1 = self.test_factory.create_container(id1)
92 container0 = self.test_factory.create_container(lxc_path=dir0)
93 container1 = self.test_factory.create_container(lxc_path=dir1)
102 self.test_factory.create_container(id0)
104 self.test_factory.create_container(id0)
113 container0 = factory.create_container(id0)
[all …]
Dcontainer_factory.py52 def create_container(self, cid=None, lxc_path=None): member in ContainerFactory
Dcontainer_bucket.py230 container = self._factory.create_container(container_id)
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp213 root = create_container(); in init()
320 container_node* shader::create_container(node_type nt, node_subtype nst, in create_container() function in r600_sb::shader
Dsb_shader.h366 container_node* create_container(node_type nt = NT_LIST,
Dsb_ssa_builder.cpp36 container_node *p = sh.create_container(); in create_phi_nodes()