/external/chromium_org/base/win/ |
startup_information.h | 31 LPSTARTUPINFOW startup_info() { return &startup_info_.StartupInfo; } 33 return const_cast<const LPSTARTUPINFOW>(&startup_info_.StartupInfo);
|
startup_information.cc | 44 startup_info_.StartupInfo.cb = sizeof(STARTUPINFO); 48 startup_info_.StartupInfo.cb = sizeof(startup_info_); 76 if (startup_info_.StartupInfo.cb != sizeof(startup_info_) ||
|
scoped_process_information_unittest.cc | 49 STARTUPINFO startup_info = {};
|
/external/clang/tools/clang-format/ |
clang-format.py | 42 startupinfo = None variable 44 startupinfo = subprocess.STARTUPINFO() variable 45 startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW 46 startupinfo.wShowWindow = subprocess.SW_HIDE 52 stdin=subprocess.PIPE, startupinfo=startupinfo)
|
/external/clang/tools/scan-view/ |
startfile.py | 37 startupinfo = subprocess.STARTUPINFO() 38 startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW 41 startupinfo = None 59 preexec_fn=setsid, startupinfo=startupinfo)
|
/external/chromium_org/win8/delegate_execute/ |
command_execute_impl.h | 100 STARTUPINFO start_info_;
|
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 337 STARTUPINFO StartupInfo; 339 std::memset(&StartupInfo, 0, sizeof(StartupInfo)); 340 StartupInfo.cb = sizeof(StartupInfo); 356 &StartupInfo,
|
/external/chromium_org/base/process/ |
launch_win.cc | 107 STARTUPINFO startup_info = {}; 238 STARTUPINFO start_info = { 0 }; 240 start_info.cb = sizeof(STARTUPINFO);
|
/external/chromium/base/debug/ |
debugger_win.cc | 84 STARTUPINFO startup_info = {0};
|
/external/chromium_org/base/debug/ |
debugger_win.cc | 84 STARTUPINFO startup_info = {0};
|
/ndk/sources/host-tools/gdb-stub/ |
gdb-stub.c | 84 STARTUPINFO si; 179 ,&si // STARTUPINFO pointer
|
/sdk/find_java/ |
utils.cpp | 63 STARTUPINFO startup;
97 STARTUPINFO startup;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 37 startupinfo=None, creationflags=0): 104 The startupinfo and creationflags, if given, will be passed to the 420 class STARTUPINFO: 654 startupinfo=None, creationflags=0): 672 if startupinfo is not None: 673 raise ValueError("startupinfo is only supported on Windows " 708 startupinfo, creationflags, shell, 900 startupinfo, creationflags, shell, 910 if startupinfo is None: 911 startupinfo = STARTUPINFO( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 37 startupinfo=None, creationflags=0): 104 The startupinfo and creationflags, if given, will be passed to the 420 class STARTUPINFO: 654 startupinfo=None, creationflags=0): 672 if startupinfo is not None: 673 raise ValueError("startupinfo is only supported on Windows " 708 startupinfo, creationflags, shell, 900 startupinfo, creationflags, shell, 910 if startupinfo is None: 911 startupinfo = STARTUPINFO( [all...] |
/sdk/avdlauncher/ |
avdlauncher.c | 73 STARTUPINFO startup;
|
/sdk/sdklauncher/ |
sdklauncher.c | 73 STARTUPINFO startup;
|
/external/chromium_org/sandbox/win/tests/common/ |
controller.cc | 220 STARTUPINFO startup_info = {sizeof(STARTUPINFO)};
|
/external/chromium_org/tools/gn/ |
function_exec_script.cc | 74 STARTUPINFO start_info = { 0 }; 76 start_info.cb = sizeof(STARTUPINFO);
|
/external/chromium_org/tools/win/split_link/ |
split_link.cc | 110 STARTUPINFO startup_info = { sizeof(STARTUPINFO) };
|
/external/chromium_org/tools/win/link_limiter/ |
limiter.cc | 61 STARTUPINFO startup_info = { sizeof(STARTUPINFO) };
|
/external/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 98 // Setup STARTUPINFO to redirect handles. 99 STARTUPINFO startup_info;
|
/external/chromium/base/ |
process_util_win.cc | 223 STARTUPINFO startup_info = {0}; 269 STARTUPINFO startup_info = {0}; 355 STARTUPINFO start_info = { 0 }; 357 start_info.cb = sizeof(STARTUPINFO);
|
/external/chromium/net/test/ |
test_server_win.cc | 31 STARTUPINFO startup_info = {0};
|
/external/chromium_org/chrome_frame/ |
chrome_frame_helper_main.cc | 189 STARTUPINFO startup_info = {0};
|
/external/chromium_org/sandbox/win/src/ |
Wow64.cc | 158 STARTUPINFO startup_info = {0};
|