Home
last modified time | relevance | path

Searched defs:CmdType (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/e2e_tests/fixture/src/
Dvhost_user.rs18 pub enum CmdType { enum
26 impl CmdType { implementation
44 pub fn new(cmd_type: CmdType, name: &str) -> Self { in new()
Dutils.rs205 pub fn create_vu_block_config(cmd_type: CmdType, socket: &Path, disk: &Path) -> VuConfig { in create_vu_block_config()
/external/perfetto/ui/src/controller/
Dadb_interfaces.ts72 export declare type CmdType = alias
/external/crosvm/e2e_tests/tests/
Dblock.rs122 fn run_vhost_user_test(cmd_type: CmdType, config: VmConfig) { in run_vhost_user_test()
Dvsock.rs261 fn create_vu_config(cmd_type: CmdType, socket: &Path, cid: u32) -> VuConfig { in create_vu_config()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObject.cpp170 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp57 enum CmdType enum