Searched defs:Command (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/ |
D | SyncThread.h | 105 struct Command { struct 109 using ThreadPool = android::base::ThreadPool<Command>; argument
|
D | RenderWindow.cpp | 57 enum Command { enum
|
/device/google/cuttlefish/host/libs/web/http_client/unittest/ |
D | sso_client_test.cc | 57 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/ |
D | print_gfx_logs_test.py | 38 def create_command_data(commands: List[Command]) -> bytearray:
|
D | print_gfx_logs.py | 56 class Command(NamedTuple): class
|
/device/generic/goldfish-opengl/android-emu/aemu/base/threads/ |
D | AndroidWorkPool.cpp | 260 enum Command { enum in android::base::guest::WorkPoolThread
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 210 Command::Command(std::string executable, SubprocessStopper stopper) in Command() function in cuttlefish::Command
|