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:backend_name
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/lib/event-libs/libev/
H
A
D
libev.c
164
const char *
backend_name
;
in elops_init_pt_ev()
local
197
backend_name
= "select";
in elops_init_pt_ev()
200
backend_name
= "poll";
in elops_init_pt_ev()
203
backend_name
= "epoll";
in elops_init_pt_ev()
207
backend_name
= "Linux AIO";
in elops_init_pt_ev()
212
backend_name
= "Linux io_uring";
in elops_init_pt_ev()
216
backend_name
= "kqueue";
in elops_init_pt_ev()
219
backend_name
= "/dev/poll";
in elops_init_pt_ev()
222
backend_name
= "Solaris 10 \"port\"";
in elops_init_pt_ev()
225
backend_name
in elops_init_pt_ev()
[all...]
/third_party/backends/backend/
H
A
D
dll.c
813
char *
backend_name
;
in read_config()
local
829
cp = sanei_config_get_string (config_line, &
backend_name
);
in read_config()
831
if (!
backend_name
|| cp == config_line)
in read_config()
833
if (
backend_name
)
in read_config()
834
free (
backend_name
);
in read_config()
838
if (
backend_name
[0] == '#')
in read_config()
840
free (
backend_name
);
in read_config()
844
comment = strchr (
backend_name
, '#');
in read_config()
847
add_backend (
backend_name
, 0);
in read_config()
848
free (
backend_name
);
in read_config()
[all...]
/third_party/mesa3d/src/gbm/main/
H
A
D
gbm_abi_check.c
181
const char *
backend_name
;
member
406
CHECK_MEMBER_CURRENT(gbm_backend_v0, _abi0,
backend_name
);
in main()
H
A
D
gbm_backend_abi.h
246
const char *
backend_name
;
member
/third_party/mesa3d/src/gbm/backends/dri/
H
A
D
gbm_dri.c
1501
.v0.
backend_name
= "dri",
Completed in 5 milliseconds