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:STATE_CANCELLED
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_pp_cis.c
471
while (dev->desc->state !=
STATE_CANCELLED
)
in Mustek_PP_1015_wait_bit()
519
return dev->desc->state !=
STATE_CANCELLED
? SANE_TRUE : SANE_FALSE;
in Mustek_PP_1015_wait_bit()
832
if (dev->bank_count != bankcount && dev->desc->state !=
STATE_CANCELLED
)
in cis_wait_bank_change()
1226
while (quadSteps-- > 0 && dev->desc->state !=
STATE_CANCELLED
)
in cis_move_motor()
1232
while (biSteps-- > 0 && dev->desc->state !=
STATE_CANCELLED
)
in cis_move_motor()
1238
while (fullSteps-- > 0 && dev->desc->state !=
STATE_CANCELLED
)
in cis_move_motor()
1570
while (!gotline && dev->desc->state !=
STATE_CANCELLED
);
in cis_get_next_line()
1659
if (!cis_wait_read_ready(dev) && dev->desc->state !=
STATE_CANCELLED
)
in cis_maximize_dynamic_range()
1951
for (d = 0; d < 75 /* 255 */ && dev->desc->state !=
STATE_CANCELLED
; d += 5)
in cis_measure_delay()
1963
if (dev->desc->state ==
STATE_CANCELLED
) retur
in cis_measure_delay()
[all...]
H
A
D
mustek_pp.h
187
#define
STATE_CANCELLED
1
macro
H
A
D
mustek_pp.c
1755
if (hndl->state ==
STATE_CANCELLED
) {
in sane_read()
1774
if (hndl->state ==
STATE_CANCELLED
) {
in sane_read()
1855
hndl->state =
STATE_CANCELLED
;
in sane_cancel()
/third_party/python/Modules/
H
A
D
_asynciomodule.c
61
STATE_CANCELLED
,
enumerator
644
if (fut->fut_state ==
STATE_CANCELLED
) {
in future_get_result()
758
fut->fut_state =
STATE_CANCELLED
;
in future_cancel()
892
if (self->fut_state ==
STATE_CANCELLED
) {
in _asyncio_Future_exception_impl()
1126
if (future_is_alive(self) && self->fut_state ==
STATE_CANCELLED
) {
in _asyncio_Future_cancelled_impl()
1363
case
STATE_CANCELLED
:
in FutureObj_get_state()
Completed in 9 milliseconds