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:OPT_ROTATION
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
bh.c
1073
rotation = get_rotation_id(_OPT_VAL_STRING(s,
OPT_ROTATION
));
in set_window()
2432
s->opt[
OPT_ROTATION
].name = SANE_NAME_ROTATION;
in init_options()
2433
s->opt[
OPT_ROTATION
].title = SANE_TITLE_ROTATION;
in init_options()
2434
s->opt[
OPT_ROTATION
].desc = SANE_DESC_ROTATION;
in init_options()
2435
s->opt[
OPT_ROTATION
].type = SANE_TYPE_STRING;
in init_options()
2436
s->opt[
OPT_ROTATION
].size = max_string_size (rotation_list);
in init_options()
2437
s->opt[
OPT_ROTATION
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2438
s->opt[
OPT_ROTATION
].constraint.string_list = rotation_list;
in init_options()
2439
s->val[
OPT_ROTATION
].s = strdup (rotation_list[0]);
in init_options()
3408
case
OPT_ROTATION
in sane_control_option()
[all...]
H
A
D
bh.h
117
OPT_ROTATION
,
enumerator
Completed in 6 milliseconds