Home
last modified time | relevance | path

Searched defs:Args (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dsubprocess.h124 struct Args { struct
125 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() argument
127 Args& operator=(Args&&); argument
129 std::vector<std::string> exec_cmd;
134 std::string argv0_override;
143 std::function<void()> entrypoint_for_testing;
146 std::vector<std::string> env;
149 std::vector<int> preserve_fds;
152 std::string input;
154 OutputMode stdout_mode = kInherit;
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/fit/
DFunction.h214 FunctionImpl(Result (*target)(Args...)) : Base(target) {} in FunctionImpl()
387 CallbackImpl(Result (*target)(Args...)) : Base(target) {} in CallbackImpl()
508 auto bindMember(T* instance, R (T::*fn)(Args...)) { in bindMember()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp594 # define YYDPRINTF(Args) \ argument
704 # define YYDPRINTF(Args) argument
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dglslang_tab_autogen.cpp1624 # define YYDPRINTF(Args) \ argument
1786 # define YYDPRINTF(Args) argument
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp2704 struct Args { struct in perfetto::base::PeriodicTask
2705 uint32_t period_ms = 0;
2706 std::function<void()> task = nullptr;
2707 bool start_first_task_immediately = false;
2708 bool use_suspend_aware_timer = false;
6999 struct Args { struct in perfetto::base::Subprocess
7000 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in Args() argument
7004 std::vector<std::string> exec_cmd;
7010 std::string posix_argv0_override_for_testing;
7018 std::function<void()> posix_entrypoint_for_testing;
[all …]
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc3404 struct Args { struct in perfetto::base::Subprocess
3405 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in Args() argument
3409 std::vector<std::string> exec_cmd;
3414 std::string argv0_override;
3423 std::function<void()> entrypoint_for_testing;
3426 std::vector<std::string> env;
3429 std::vector<int> preserve_fds;
3432 std::string input;
3434 OutputMode stdout_mode = kInherit;
3435 OutputMode stderr_mode = kInherit;
[all …]