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:barcodes
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
bh.h
63
/* specify a fudge factor in mm for border around decoded
barcodes
*/
357
SANE_Bool
barcodes
;
member
649
#define SANE_DESC_BARCODE_SEARCH_COUNT "Number of
barcodes
to search for in the scanned image"
657
#define SANE_DESC_BARCODE_SEARCH_MODE "Chooses the orientation of
barcodes
to be searched"
755
/* 0xA1 thru 0xA8 read front page
barcodes
in sections 1 thru 8 respectively */
757
/* 0xB1 thru 0xB8 read back page
barcodes
in sections 1 thru 8 respectively */
H
A
D
bh.c
559
DBG (3, "read_barcode_data: found %d
barcodes
, returning %s\n",
in read_barcode_data()
1568
/* see whether we'll be decoding
barcodes
and
in start_setup()
1569
* set the
barcodes
flag appropriately
in start_setup()
1573
s->
barcodes
= SANE_FALSE;
in start_setup()
1577
s->
barcodes
= SANE_TRUE;
in start_setup()
1632
/*
barcodes
*/
in start_setup()
1634
if (s->
barcodes
)
in start_setup()
1723
DBG(5, "start_setup: duplex=%s,
barcodes
=%s, patchcodes=%s, "
in start_setup()
1726
(s->
barcodes
== SANE_TRUE) ? "yes" : "no",
in start_setup()
1777
if (s->
barcodes
in start_setup()
[all...]
Completed in 7 milliseconds