HomeSort by relevance Sort by last modified time
    Searched refs:setup_cmd (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/tests/kvm/tests/
nic_bonding.py 36 setup_cmd = "ifenslave bond0 " + " ".join(ifnames)
37 session_serial.cmd(setup_cmd)
  /external/autotest/client/virt/tests/
netperf.py 28 setup_cmd = params.get("setup_cmd")
45 session_serial.cmd(setup_cmd % "/tmp", timeout=200)
86 utils.run(setup_cmd % netperf_dir)
netstress_kill_guest.py 58 setup_cmd = params.get("setup_cmd")
79 session_serial.cmd(setup_cmd % "/tmp", timeout=200)
80 utils.run(setup_cmd % netperf_dir)
  /external/vulkan-validation-layers/demos/
tri.c 228 VkCommandBuffer setup_cmd; // Command Buffer for initialization commands member in struct:demo
285 if (demo->setup_cmd == VK_NULL_HANDLE)
288 err = vkEndCommandBuffer(demo->setup_cmd);
291 const VkCommandBuffer cmd_bufs[] = {demo->setup_cmd};
310 demo->setup_cmd = VK_NULL_HANDLE;
321 if (demo->setup_cmd == VK_NULL_HANDLE) {
330 err = vkAllocateCommandBuffers(demo->device, &cmd, &demo->setup_cmd);
349 err = vkBeginCommandBuffer(demo->setup_cmd, &cmd_buf_info);
389 vkCmdPipelineBarrier(demo->setup_cmd, src_stages, dest_stages, 0, 0, NULL,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 193 void setup_cmd(int argc, char **argv) function

Completed in 125 milliseconds