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_idle
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma_imageclass.c
128
state_idle
,
enumerator
554
mf->state =
state_idle
;
in iclass_open()
563
mf->adf_state =
state_idle
;
in iclass_open()
645
if (mf->state !=
state_idle
)
in iclass_scan()
672
&& (s->param->adf_pageid == 0 || mf->generation == 1 || mf->adf_state ==
state_idle
))
in iclass_scan()
873
mf->adf_state =
state_idle
;
in iclass_finish_scan()
879
mf->state =
state_idle
;
in iclass_finish_scan()
881
case
state_idle
:
in iclass_finish_scan()
H
A
D
pixma_mp150.c
369
state_idle
,
enumerator
571
mp->adf_state =
state_idle
; /* reset adf scanning */
in abort_session()
1263
mp->state =
state_idle
;
in mp150_open()
1292
mp->adf_state =
state_idle
;
in mp150_open()
1427
if (mp->state !=
state_idle
)
in mp150_scan()
1431
if (s->param->adf_pageid && is_scanning_from_adf(s) && mp->adf_state ==
state_idle
)
in mp150_scan()
1438
if (mp->generation >= 4 && mp->adf_state ==
state_idle
)
in mp150_scan()
1480
if (mp->generation >= 4 && mp->adf_state ==
state_idle
)
in mp150_scan()
1492
if (mp->generation <= 2 || mp->adf_state ==
state_idle
)
in mp150_scan()
1667
mp->state =
state_idle
;
in mp150_finish_scan()
[all...]
H
A
D
pixma_mp750.c
79
state_idle
,
enumerator
563
mp->state =
state_idle
;
in mp750_open()
630
if (mp->state !=
state_idle
)
in mp750_scan()
905
mp->state =
state_idle
;
in mp750_finish_scan()
907
case
state_idle
:
in mp750_finish_scan()
H
A
D
pixma_mp730.c
90
state_idle
,
enumerator
517
mp->state =
state_idle
;
in mp730_open()
620
if (mp->state !=
state_idle
)
in mp730_scan()
781
mp->state =
state_idle
;
in mp730_finish_scan()
783
case
state_idle
:
in mp730_finish_scan()
H
A
D
pixma_mp800.c
159
state_idle
,
enumerator
1843
mp->state =
state_idle
;
in mp810_open()
2125
if (mp->state !=
state_idle
)
in mp810_scan()
2365
mp->state =
state_idle
;
in mp810_finish_scan()
2367
case
state_idle
:
in mp810_finish_scan()
Completed in 10 milliseconds