Home
last modified time | relevance | path

Searched refs:create_args (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/base/
Dsubprocess_posix.cc56 Subprocess::Args* create_args; member
101 switch (args->create_args->stdout_mode) { in ChildProcess()
114 if (dup2(*args->create_args->out_fd, STDOUT_FILENO) == -1) in ChildProcess()
119 switch (args->create_args->stderr_mode) { in ChildProcess()
132 if (dup2(*args->create_args->out_fd, STDERR_FILENO) == -1) in ChildProcess()
144 const auto& preserve_fds = args->create_args->preserve_fds; in ChildProcess()
160 if (args->create_args->posix_entrypoint_for_testing) in ChildProcess()
161 args->create_args->posix_entrypoint_for_testing(); in ChildProcess()
191 proc_args.create_args = &args; in Start()
238 proc_args.create_args->out_fd.reset(); in Start()
/external/python/cpython3/Lib/test/
Dtest_os.py2856 def create_args(self, *, with_env=False, use_bytes=False): member in SpawnTests
2886 args = self.create_args()
2892 args = self.create_args(with_env=True)
2898 args = self.create_args()
2904 args = self.create_args(with_env=True)
2910 args = self.create_args()
2920 args = self.create_args(with_env=True)
2926 args = self.create_args()
2932 args = self.create_args(with_env=True)
2938 args = self.create_args()
[all …]
/external/flatbuffers/grpc/src/compiler/
Dcpp_generator.cc1217 grpc::string create_args; // extra arguments to creator in PrintSourceClientMethod() member
1265 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
1297 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
1329 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
/external/grpc-grpc/src/compiler/
Dcpp_generator.cc1366 grpc::string create_args; // extra arguments to creator in PrintSourceClientMethod() member
1426 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
1460 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
1494 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dcpp_generator.cc1880 std::string create_args; // extra arguments to creator in PrintSourceClientMethod() member
1976 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
2022 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
2068 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
/external/virglrenderer/src/
Dvrend_renderer.c10909 const struct vrend_renderer_resource_create_args create_args = { in vrend_renderer_pipe_resource_set_type() local
10933 gr = vrend_resource_create(&create_args); in vrend_renderer_pipe_resource_set_type()