OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startupinfo
(Results
1 - 6
of
6
) sorted by null
/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
)
/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
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py
[
all
...]
Completed in 141 milliseconds