Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PipeHandle
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/asyncio/
H
A
D
windows_utils.py
17
__all__ = 'pipe', 'Popen', 'PIPE', '
PipeHandle
'
81
class
PipeHandle
:
class
128
The stdin, stdout, stderr are None or instances of
PipeHandle
.
162
self.stdin =
PipeHandle
(stdin_wh)
164
self.stdout =
PipeHandle
(stdout_rh)
166
self.stderr =
PipeHandle
(stderr_rh)
H
A
D
windows_events.py
283
pipe = windows_utils.
PipeHandle
(h)
696
return windows_utils.
PipeHandle
(handle)
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_windows_utils.py
64
p = windows_utils.
PipeHandle
(h)
98
self.assertIsInstance(f, windows_utils.
PipeHandle
)
/third_party/python/Modules/
H
A
D
overlapped.c
1620
HANDLE
PipeHandle
;
in _overlapped_Overlapped_ConnectPipe_impl()
local
1623
PipeHandle
= CreateFileW(Address,
in _overlapped_Overlapped_ConnectPipe_impl()
local
1629
if (
PipeHandle
== INVALID_HANDLE_VALUE)
in _overlapped_Overlapped_ConnectPipe_impl()
1631
return Py_BuildValue(F_HANDLE,
PipeHandle
);
in _overlapped_Overlapped_ConnectPipe_impl()
Completed in 5 milliseconds