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_calibrated
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma_mp750.c
142
is_calibrated
(pixma_t * s)
in is_calibrated()
function
710
/*SIM*/ while (!
is_calibrated
(s) && --tmo >= 0)
in mp750_fill_buffer()
729
if (is_warming_up (s) || !
is_calibrated
(s))
in mp750_fill_buffer()
732
is_warming_up (s),
is_calibrated
(s)));
in mp750_fill_buffer()
933
(
is_calibrated
(s)) ? PIXMA_CALIBRATION_OK : PIXMA_CALIBRATION_OFF;
in mp750_get_status()
H
A
D
pixma_mp150.c
532
is_calibrated
(pixma_t * s)
in is_calibrated()
function
1049
while (!
is_calibrated
(s))
in wait_until_ready()
1693
(
is_calibrated
(s)) ? PIXMA_CALIBRATION_OK : PIXMA_CALIBRATION_OFF;
in mp150_get_status()
H
A
D
pixma_mp800.c
334
static int
is_calibrated
(pixma_t * s)
in is_calibrated()
function
1274
while (!
is_calibrated
(s))
in wait_until_ready()
2389
(
is_calibrated
(s)) ? PIXMA_CALIBRATION_OK : PIXMA_CALIBRATION_OFF;
in mp810_get_status()
Completed in 10 milliseconds