Home
last modified time | relevance | path

Searched refs:start_info (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/src/profiling/symbolizer/
Dsubprocess_windows.cc55 STARTUPINFOA start_info; in Subprocess() local
62 ZeroMemory(&start_info, sizeof(STARTUPINFOA)); in Subprocess()
63 start_info.cb = sizeof(STARTUPINFOA); in Subprocess()
64 start_info.hStdError = child_pipe_out_write_; in Subprocess()
65 start_info.hStdOutput = child_pipe_out_write_; in Subprocess()
66 start_info.hStdInput = child_pipe_in_read_; in Subprocess()
67 start_info.dwFlags |= STARTF_USESTDHANDLES; in Subprocess()
78 &start_info, // STARTUPINFO pointer in Subprocess()
/external/perfetto/src/base/
Dsubprocess_windows.cc88 STARTUPINFOA start_info{}; in Start() local
89 start_info.cb = sizeof(STARTUPINFOA); in Start()
92 start_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Start()
94 start_info.hStdError = *s_->stdouterr_pipe.wr; in Start()
96 start_info.hStdError = *nul_handle; in Start()
100 start_info.hStdError = *args.out_fd; in Start()
106 start_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in Start()
108 start_info.hStdOutput = *s_->stdouterr_pipe.wr; in Start()
110 start_info.hStdOutput = *nul_handle; in Start()
114 start_info.hStdOutput = *args.out_fd; in Start()
[all …]
/external/cronet/base/fuchsia/
Dstartup_context.cc23 fuchsia::component::runner::ComponentStartInfo start_info) { in StartupContext() argument
28 CHECK(start_info.has_ns()); in StartupContext()
31 auto& namespace_entries = *start_info.mutable_ns(); in StartupContext()
45 if (start_info.has_outgoing_dir()) { in StartupContext()
46 outgoing_directory_request_ = std::move(*start_info.mutable_outgoing_dir()); in StartupContext()
Dstartup_context.h32 ::fuchsia::component::runner::ComponentStartInfo start_info);
/external/libchrome-gestures/src/
Dfinger_merge_filter_interpreter.cc60 const Start& start_info = start_info_.at(fs.tracking_id); in IsSuspiciousAngle() local
61 float dx = fs.position_x - start_info.position_x; in IsSuspiciousAngle()
62 float dy = fs.position_y - start_info.position_y; in IsSuspiciousAngle()
89 Start start_info = { fs[i].position_x, in UpdateFingerMergeState() local
92 start_info_[fs[i].tracking_id] = start_info; in UpdateFingerMergeState()
120 const Start& start_info = start_info_[fs->tracking_id]; in UpdateFingerMergeState() local
121 float dx = fs->position_x - start_info.position_x; in UpdateFingerMergeState()
122 float dy = fs->position_y - start_info.position_y; in UpdateFingerMergeState()
123 stime_t dt = hwstate.timestamp - start_info.start_time; in UpdateFingerMergeState()
/external/cronet/base/process/
Dlaunch_win.cc76 STARTUPINFO start_info = {}; in GetAppOutputInternal() local
78 start_info.cb = sizeof(STARTUPINFO); in GetAppOutputInternal()
79 start_info.hStdOutput = out_write; in GetAppOutputInternal()
81 start_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in GetAppOutputInternal()
83 start_info.hStdError = out_write; in GetAppOutputInternal()
85 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in GetAppOutputInternal()
87 start_info.dwFlags |= STARTF_USESTDHANDLES; in GetAppOutputInternal()
94 0, nullptr, nullptr, &start_info, &temp_process_info)) { in GetAppOutputInternal()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h20346 struct start_info;
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h20083 struct start_info { struct
Dvmlinux_510.h20083 struct start_info { struct
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h20424 struct start_info;
Dvmlinux.h20424 struct start_info;