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:init_mode
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_pp.h
113
int
init_mode
;
member
H
A
D
canon_pp.c
287
if(strncmp(line,"
init_mode
", 10) == 0)
in sane_init()
308
first_dev->
init_mode
= tmp_im;
in sane_init()
320
s_tmp->
init_mode
= tmp_im;
in sane_init()
331
DBG(10, "sane_init:
init_mode
line is "
in sane_init()
367
s_tmp->
init_mode
);
in sane_init()
379
s_tmp->
init_mode
);
in sane_init()
403
s_tmp->
init_mode
);
in sane_init()
594
tmp = sanei_canon_pp_initialise(&(cs->params), cs->
init_mode
);
in sane_open()
1604
cs->
init_mode
= INITMODE_AUTO;
in init_device()
H
A
D
test.c
245
static SANE_String
init_mode
= NULL;
variable
401
strcpy (test_device->val[opt_mode].s,
init_mode
);
in init_options()
444
if (strcmp (
init_mode
, SANE_VALUE_SCAN_MODE_COLOR) != 0)
in init_options()
459
if (strcmp (
init_mode
, SANE_VALUE_SCAN_MODE_COLOR) != 0)
in init_options()
1261
free (
init_mode
);
in cleanup_initial_string_values()
1262
init_mode
= NULL;
in cleanup_initial_string_values()
1668
free (
init_mode
);
in sane_init()
1669
init_mode
= strdup (SANE_VALUE_SCAN_MODE_GRAY);
in sane_init()
1670
if (!
init_mode
)
in sane_init()
1743
&
init_mode
)
in sane_init()
[all...]
H
A
D
canon_lide70.c
93
static SANE_String
init_mode
= SANE_VALUE_SCAN_MODE_COLOR;
variable
366
strcpy (chndl->val[opt_mode].s,
init_mode
);
in init_options()
/third_party/mesa3d/src/imgui/
H
A
D
imstb_rectpack.h
184
int
init_mode
;
member
230
switch (context->
init_mode
) {
in stbrp_setup_heuristic()
270
context->
init_mode
= STBRP__INIT_skyline;
in stbrp_init_target()
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_rectpack.h
186
int
init_mode
;
member
232
switch (context->
init_mode
) {
in stbrp_setup_heuristic()
272
context->
init_mode
= STBRP__INIT_skyline;
in stbrp_init_target()
/third_party/glfw/deps/
H
A
D
nuklear.h
10584
int
init_mode
;
member
10636
context->
init_mode
= NK_RP__INIT_skyline;
in nk_rp_init_target()
Completed in 49 milliseconds