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:SaneOption
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/japi/
H
A
D
Jscanimage.java
247
SaneOption
opt = sane.getOptionDescriptor(saneHandle, i);
in initSaneOptions()
260
if (opt.unit ==
SaneOption
.UNIT_NONE)
in initSaneOptions()
267
case
SaneOption
.TYPE_GROUP:
in initSaneOptions()
276
case
SaneOption
.TYPE_BOOL:
in initSaneOptions()
287
case
SaneOption
.TYPE_FIXED:
in initSaneOptions()
293
case
SaneOption
.CONSTRAINT_RANGE:
in initSaneOptions()
298
opt.unit ==
SaneOption
.UNIT_MM,
in initSaneOptions()
303
case
SaneOption
.CONSTRAINT_WORD_LIST:
in initSaneOptions()
312
case
SaneOption
.TYPE_INT:
in initSaneOptions()
318
case
SaneOption
in initSaneOptions()
[all...]
H
A
D
Sane.java
81
private native void getOptionNative(int handle, int option,
SaneOption
opt);
in getOptionNative()
116
public
SaneOption
getOptionDescriptor(int handle, int option)
in getOptionDescriptor()
118
SaneOption
opt = new
SaneOption
();
in getOptionDescriptor()
H
A
D
Test.java
89
SaneOption
opt = sane.getOptionDescriptor(handle[0], i);
in main()
101
case
SaneOption
.CONSTRAINT_RANGE:
in main()
107
case
SaneOption
.CONSTRAINT_WORD_LIST:
in main()
113
case
SaneOption
.CONSTRAINT_STRING_LIST:
in main()
125
SaneOption
.ACTION_SET_VALUE, "../test1.pnm", null);
in main()
H
A
D
SaneOption.java
40
//
SaneOption
.java - Sane option descriptor.
45
public class
SaneOption
class
Completed in 2 milliseconds