Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DSyncThread.h105 struct Command { struct
109 using ThreadPool = android::base::ThreadPool<Command>; argument
DRenderWindow.cpp57 enum Command { enum
/device/google/cuttlefish/host/libs/web/http_client/unittest/
Dsso_client_test.cc57 auto exec = [&](Command&&, const std::string*, std::string* out, std::string*, in TEST() argument
76 auto exec = [&](Command&&, const std::string*, std::string* out, std::string*, in TEST() argument
99 auto exec = [&](Command&& cmd, const std::string*, std::string*, std::string*, in TEST() argument
181 auto exec = [&](Command&&, const std::string*, std::string*, std::string*, in TEST() argument
193 auto exec = [&](Command&&, const std::string*, std::string* out, in TEST() argument
194 std::string* err, SubprocessOptions) { in TEST()
/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dprint_gfx_logs_test.py38 def create_command_data(commands: List[Command]) -> bytearray:
Dprint_gfx_logs.py56 class Command(NamedTuple): class
/device/generic/goldfish-opengl/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp260 enum Command { enum in android::base::guest::WorkPoolThread
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp210 Command::Command(std::string executable, SubprocessStopper stopper) in Command() function in cuttlefish::Command