Home
last modified time | relevance | path

Searched refs:si (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/host/
Dclient.cpp213 STARTUPINFO si; in RunCommandWin32() local
227 ZeroMemory(&si, sizeof(STARTUPINFO)); in RunCommandWin32()
228 si.cb = sizeof(STARTUPINFO); in RunCommandWin32()
229 GetStartupInfo(&si); in RunCommandWin32()
230 si.hStdError = hSubWrite; in RunCommandWin32()
231 si.hStdOutput = hSubWrite; in RunCommandWin32()
232 si.hStdInput = hSubRead; in RunCommandWin32()
233 si.wShowWindow = SW_HIDE; in RunCommandWin32()
234 si.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; in RunCommandWin32()
242 …if (!CreateProcess(_T(exePath.c_str()), _T(buffer), NULL, NULL, true, NULL, NULL, NULL, &si, &pi))… in RunCommandWin32()
Dserver.cpp144 STARTUPINFO si = {}; in PullupServerWin32() local
145 si.cb = sizeof(STARTUPINFO); in PullupServerWin32()
148 si.dwFlags = STARTF_USESHOWWINDOW; in PullupServerWin32()
149 si.wShowWindow = SW_HIDE; in PullupServerWin32()
151 …ss(runPath.c_str(), buf, nullptr, nullptr, true, CREATE_NEW_CONSOLE, nullptr, nullptr, &si, &pi)) { in PullupServerWin32()
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/
Dsyms_from_readelf_32153 112: 00001a9a 0 FUNC GLOBAL HIDDEN 16 __x86.get_pc_thunk.si
/developtools/hiperf/test/unittest/resource/testdata/
Dsyms_from_readelf_32153 112: 00001a9a 0 FUNC GLOBAL HIDDEN 16 __x86.get_pc_thunk.si
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DshowcaseCovid19.ets3079 … "name": "Slovenia", "continent": "Europe", "alpha2": "si", "population": 2078932, "months": [
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15si=Yo((function(e,t){return Yi(e)?lo(e,t):[]})),pi=Yo((function(e){return fn(Pt(e,Yi))})),li=Yo((f…
/developtools/profiler/hiebpf/include/
Dvmlinux.h54492 struct sctp_stream_interleave *si; member