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:has_paper
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma_imageclass.c
194
has_paper
(pixma_t * s)
in has_paper()
function
485
while (!
has_paper
(s) && --tmo >= 0 && !s->param->frontend_cancel)
in step1()
500
if (is_scanning_from_adf(s) && !
has_paper
(s))
in step1()
862
|| (mf->generation >= 2 && !
has_paper
(s))) /* check status: no paper in ADF */
in iclass_finish_scan()
905
status->adf = (
has_paper
(s)) ? PIXMA_ADF_OK : PIXMA_ADF_NO_PAPER;
in iclass_get_status()
H
A
D
pixma_mp730.c
130
has_paper
(pixma_t * s)
in has_paper()
function
418
&& !
has_paper
(s))
in step1()
765
has_paper
(s) &&
in mp730_finish_scan()
807
status->adf = (
has_paper
(s)) ? PIXMA_ADF_OK : PIXMA_ADF_NO_PAPER;
in mp730_get_status()
H
A
D
pixma_mp750.c
128
has_paper
(pixma_t * s)
in has_paper()
function
411
if (s->param->source == PIXMA_SOURCE_ADF && !
has_paper
(s))
in step1()
931
status->adf = (
has_paper
(s)) ? PIXMA_ADF_OK : PIXMA_ADF_NO_PAPER;
in mp750_get_status()
H
A
D
pixma_mp150.c
550
has_paper
(pixma_t * s)
in has_paper()
function
1460
while (!
has_paper
(s) && --tmo >= 0)
in mp150_scan()
1471
if (!
has_paper
(s))
in mp150_scan()
1691
status->adf = (
has_paper
(s)) ? PIXMA_ADF_OK : PIXMA_ADF_NO_PAPER;
in mp150_get_status()
H
A
D
pixma_mp800.c
351
static int
has_paper
(pixma_t * s)
in has_paper()
function
2148
while (!
has_paper
(s) && --tmo >= 0)
in mp810_scan()
2153
if (!
has_paper
(s))
in mp810_scan()
2387
status->adf = (
has_paper
(s)) ? PIXMA_ADF_OK : PIXMA_ADF_NO_PAPER;
in mp810_get_status()
Completed in 13 milliseconds