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:selector_events
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/
H
A
D
selectors.py
383
selector_events
= 0
385
selector_events
|= self._EVENT_READ
387
selector_events
|= self._EVENT_WRITE
389
self._selector.modify(key.fd,
selector_events
)
/third_party/python/Lib/asyncio/
H
A
D
unix_events.py
23
from . import
selector_events
namespace
57
class _UnixSelectorEventLoop(
selector_events
.BaseSelectorEventLoop):
509
polling =
selector_events
._test_selector_event(
651
polling =
selector_events
._test_selector_event(
H
A
D
windows_events.py
23
from . import
selector_events
namespace
305
class _WindowsSelectorEventLoop(
selector_events
.BaseSelectorEventLoop):
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_selector_events.py
1
"""Tests for
selector_events
.py"""
14
from asyncio.
selector_events
import BaseSelectorEventLoop
15
from asyncio.
selector_events
import _SelectorTransport
16
from asyncio.
selector_events
import _SelectorSocketTransport
17
from asyncio.
selector_events
import _SelectorDatagramTransport
73
@mock.patch('asyncio.
selector_events
.ssl', None)
744
@mock.patch('asyncio.
selector_events
.logger')
1204
@mock.patch('asyncio.
selector_events
.logger')
H
A
D
test_events.py
33
from asyncio import
selector_events
namespace
1352
if not isinstance(loop,
selector_events
.BaseSelectorEventLoop):
H
A
D
test_base_events.py
1981
from asyncio.
selector_events
import BaseSelectorEventLoop
Completed in 13 milliseconds