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:_stopped
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/test/libregrtest/
H
A
D
win_utils.py
34
self.
_stopped
= _overlapped.CreateEvent(None, True, False, None)
46
_signal(self.
_stopped
)
117
_wait(self.
_stopped
, -1)
120
_close(self.
_stopped
)
121
self._running = self.
_stopped
= None
H
A
D
runtest_mp.py
150
self.
_stopped
= False
198
self.
_stopped
= True
224
if self.
_stopped
:
237
if self.
_stopped
:
251
if self.
_stopped
:
306
while not self.
_stopped
:
/third_party/lzma/CPP/7zip/UI/FileManager/
H
A
D
ProgressDialog.h
17
bool
_stopped
;
member in CProgressSync
22
CProgressSync():
_stopped
(false), _paused(false), _total(1), _completed(0) {}
in CProgressSync()
28
return
_stopped
;
in GetStopped()
33
_stopped
= value;
in SetStopped()
H
A
D
ProgressDialog2.h
34
bool
_stopped
;
member in CProgressSync
61
return
_stopped
;
in Get_Stopped()
66
_stopped
= val;
in Set_Stopped()
H
A
D
ProgressDialog2.cpp
80
_stopped
(false), _paused(false),
in CProgressSync()
89
#define CHECK_STOP if (
_stopped
) return E_ABORT; if (!_paused) return S_OK;
/third_party/node/deps/v8/tools/testrunner/testproc/
H
A
D
base.py
45
self.
_stopped
= False
99
if not self.
_stopped
:
100
self.
_stopped
= True
108
return self.
_stopped
Completed in 6 milliseconds