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:is_closed
(Results
1 - 24
of
24
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-fallback.c
55
if (dispatch->lid.
is_closed
^ dispatch->lid.is_closed_client_state) {
in fallback_lid_notify_toggle()
59
dispatch->lid.
is_closed
);
in fallback_lid_notify_toggle()
60
dispatch->lid.is_closed_client_state = dispatch->lid.
is_closed
;
in fallback_lid_notify_toggle()
632
if (!dispatch->lid.
is_closed
)
in fallback_lid_keyboard_event()
661
dispatch->lid.
is_closed
= false;
in fallback_lid_keyboard_event()
668
bool
is_closed
)
in fallback_lid_toggle_keyboard_listener()
674
if (
is_closed
) {
in fallback_lid_toggle_keyboard_listener()
687
bool
is_closed
)
in fallback_lid_toggle_keyboard_listeners()
697
is_closed
);
in fallback_lid_toggle_keyboard_listeners()
708
bool
is_closed
;
in fallback_process_switch()
local
666
fallback_lid_toggle_keyboard_listener(struct fallback_dispatch *dispatch, struct evdev_paired_keyboard *kbd, bool
is_closed
)
fallback_lid_toggle_keyboard_listener()
argument
686
fallback_lid_toggle_keyboard_listeners(struct fallback_dispatch *dispatch, bool
is_closed
)
fallback_lid_toggle_keyboard_listeners()
argument
[all...]
H
A
D
evdev-fallback.h
155
bool
is_closed
;
member
/third_party/icu/tools/commit-checker/
H
A
D
check.py
28
ICUIssue = namedtuple("ICUIssue", ["issue_id", "
is_closed
", "commit_wanted", "issue"])
327
closed_jira_issue_ids = set(issue.issue_id for issue in issues if issue.
is_closed
)
368
if not issue.
is_closed
:
392
if not issue.
is_closed
:
481
if jira_issue and jira_issue.
is_closed
:
508
if jira_issue and jira_issue.
is_closed
:
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_runners.py
69
self.assertTrue(policy.loop.
is_closed
())
292
self.assertTrue(loop.
is_closed
())
321
self.assertTrue(loop.
is_closed
())
328
self.assertTrue(loop.
is_closed
())
332
self.assertTrue(loop.
is_closed
())
H
A
D
utils.py
540
if not loop.
is_closed
():
H
A
D
test_sendfile.py
129
if not self.loop.
is_closed
():
H
A
D
test_sock_lowlevel.py
68
if not self.loop.
is_closed
():
H
A
D
test_selector_events.py
102
self.assertFalse(self.loop.
is_closed
())
105
self.assertTrue(self.loop.
is_closed
())
H
A
D
test_base_events.py
184
self.assertFalse(self.loop.
is_closed
())
186
self.assertTrue(self.loop.
is_closed
())
H
A
D
test_events.py
270
if not self.loop.
is_closed
():
2489
NotImplementedError, loop.
is_closed
)
H
A
D
test_ssl.py
90
if not self.loop.
is_closed
():
/third_party/node/deps/v8/src/objects/
H
A
D
js-generator-inl.h
32
bool JSGeneratorObject::
is_closed
() const {
in is_closed()
function in v8::internal::JSGeneratorObject
H
A
D
js-generator.h
28
inline bool
is_closed
() const;
/third_party/python/Lib/asyncio/
H
A
D
futures.py
396
dest_loop is not None and dest_loop.
is_closed
()):
401
if dest_loop.
is_closed
():
H
A
D
selector_events.py
89
if self.
is_closed
():
278
if self.
is_closed
():
316
if self.
is_closed
():
800
if self._loop is not None and not self._loop.
is_closed
():
H
A
D
base_events.py
422
f'closed={self.
is_closed
()} debug={self.get_debug()}>'
527
if not self.
is_closed
():
580
if not self.
is_closed
():
583
if not self.
is_closed
():
686
def
is_closed
(self):
member in BaseEventLoop
691
if not self.
is_closed
():
H
A
D
proactor_events.py
687
if self.
is_closed
():
858
if self.
is_closed
():
H
A
D
events.py
231
def
is_closed
(self):
member in AbstractEventLoop
H
A
D
unix_events.py
1328
if loop.
is_closed
():
1426
if loop.
is_closed
():
/third_party/node/deps/v8/third_party/test262-harness/src/
H
A
D
test262.py
104
self.
is_closed
= False
123
if not self.
is_closed
:
124
self.
is_closed
= True
/third_party/node/src/
H
A
D
node_http2.h
341
bool
is_closed
() const {
in is_closed()
function in node::http2::Http2Stream
/third_party/node/deps/v8/src/debug/
H
A
D
liveedit.cc
843
if (gen.
is_closed
()) continue;
in Fill()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-debug.cc
244
if (generator->
is_closed
()) {
in GetInternalProperties()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-printer.cc
629
if (is_executing() ||
is_closed
()) {
in JSGeneratorObjectPrint()
649
if (
is_closed
()) os << " (closed)";
in JSGeneratorObjectPrint()
Completed in 36 milliseconds