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:autoload
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan3.c
216
SANE_Bool preview, negative, infrared,
autoload
, autofocus, ae, aewb;
member
664
o.name = "
autoload
";
in sane_open()
1012
s->
autoload
= SANE_FALSE;
in sane_open()
1108
*(SANE_Word *) v = s->
autoload
;
in sane_control_option()
1275
s->
autoload
= *(SANE_Word *) v;
in sane_control_option()
1488
if (s->
autoload
) {
in sane_start()
/third_party/libbpf/src/
H
A
D
libbpf.h
311
LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool
autoload
);
H
A
D
libbpf.c
449
bool
autoload
;
member
815
*
autoload
set to false.
in bpf_object__init_prog()
818
prog->
autoload
= false;
in bpf_object__init_prog()
822
prog->
autoload
= true;
in bpf_object__init_prog()
3188
if (!prog->
autoload
)
6254
if (!prog->
autoload
)
6987
if (!prog->
autoload
)
7021
if (!prog->
autoload
)
7763
if (!prog->
autoload
) {
9032
return prog->
autoload
;
9035
bpf_program__set_
autoload
(struct bpf_program *prog, bool
autoload
)
global()
argument
[all...]
Completed in 19 milliseconds