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:capable
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/libfuse/example/
H
A
D
printcap.c
40
if(conn->
capable
& FUSE_CAP_ASYNC_READ)
in pc_init()
42
if(conn->
capable
& FUSE_CAP_POSIX_LOCKS)
in pc_init()
44
if(conn->
capable
& FUSE_CAP_ATOMIC_O_TRUNC)
in pc_init()
46
if(conn->
capable
& FUSE_CAP_EXPORT_SUPPORT)
in pc_init()
48
if(conn->
capable
& FUSE_CAP_DONT_MASK)
in pc_init()
50
if(conn->
capable
& FUSE_CAP_SPLICE_MOVE)
in pc_init()
52
if(conn->
capable
& FUSE_CAP_SPLICE_READ)
in pc_init()
54
if(conn->
capable
& FUSE_CAP_SPLICE_WRITE)
in pc_init()
56
if(conn->
capable
& FUSE_CAP_FLOCK_LOCKS)
in pc_init()
58
if(conn->
capable
in pc_init()
[all...]
H
A
D
passthrough_hp.cc
192
if (conn->
capable
& FUSE_CAP_EXPORT_SUPPORT)
in sfs_init()
195
if (fs.timeout && conn->
capable
& FUSE_CAP_WRITEBACK_CACHE)
in sfs_init()
198
if (conn->
capable
& FUSE_CAP_FLOCK_LOCKS)
in sfs_init()
209
if (conn->
capable
& FUSE_CAP_SPLICE_WRITE)
in sfs_init()
211
if (conn->
capable
& FUSE_CAP_SPLICE_READ)
in sfs_init()
H
A
D
passthrough_ll.c
173
if(conn->
capable
& FUSE_CAP_EXPORT_SUPPORT)
in lo_init()
177
conn->
capable
& FUSE_CAP_WRITEBACK_CACHE) {
in lo_init()
182
if (lo->flock && conn->
capable
& FUSE_CAP_FLOCK_LOCKS) {
in lo_init()
/third_party/libfuse/lib/
H
A
D
fuse_lowlevel.c
1950
se->conn.
capable
= 0;
1977
se->conn.
capable
|= FUSE_CAP_ASYNC_READ;
1979
se->conn.
capable
|= FUSE_CAP_POSIX_LOCKS;
1981
se->conn.
capable
|= FUSE_CAP_ATOMIC_O_TRUNC;
1983
se->conn.
capable
|= FUSE_CAP_EXPORT_SUPPORT;
1985
se->conn.
capable
|= FUSE_CAP_DONT_MASK;
1987
se->conn.
capable
|= FUSE_CAP_FLOCK_LOCKS;
1989
se->conn.
capable
|= FUSE_CAP_AUTO_INVAL_DATA;
1991
se->conn.
capable
|= FUSE_CAP_READDIRPLUS;
1993
se->conn.
capable
|
[all...]
H
A
D
cuse_lowlevel.c
211
se->conn.
capable
= 0;
in cuse_lowlevel_init()
H
A
D
fuse.c
2612
if(conn->
capable
& FUSE_CAP_EXPORT_SUPPORT)
in fuse_lib_init()
/third_party/ntfs-3g/include/fuse-lite/
H
A
D
fuse_common.h
144
unsigned
capable
;
member
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H
A
D
provider_util.h
130
int (*
capable
)(void);
member
134
* Dynamically select algorithms by calling a
capable
() method.
/third_party/openssl/providers/common/include/prov/
H
A
D
provider_util.h
130
int (*
capable
)(void);
member
134
* Dynamically select algorithms by calling a
capable
() method.
/third_party/node/deps/openssl/openssl/providers/common/
H
A
D
provider_util.c
348
if (in[i].
capable
== NULL || in[i].
capable
())
in ossl_prov_cache_exported_algorithms()
/third_party/openssl/providers/common/
H
A
D
provider_util.c
348
if (in[i].
capable
== NULL || in[i].
capable
())
in ossl_prov_cache_exported_algorithms()
/third_party/libfuse/include/
H
A
D
fuse_common.h
151
* Capability bits for 'fuse_conn_info.
capable
' and 'fuse_conn_info.want' *
323
* the `
capable
` field of the `fuse_conn_info` structure, then the
387
* the `
capable
` field of the `fuse_conn_info` structure, then the filesystem
400
* If this flag is set in the `
capable
` field of the `fuse_conn_info` structure,
413
* are set in the `
capable
` field of the `fuse_conn_info` structure then
505
unsigned
capable
;
member
/third_party/libfuse/test/
H
A
D
test_write_cache.c
64
assert(conn->
capable
& FUSE_CAP_WRITEBACK_CACHE);
in tfs_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H
A
D
ieee802_1x_kay_i.h
61
enum macsec_cap
capable
;
member
H
A
D
ieee802_1x_kay.c
47
.
capable
= MACSEC_CAP_INTEG_AND_CONF_0_30_50,
54
.
capable
= MACSEC_CAP_INTEG_AND_CONF_0_30_50,
1716
"KaY: I am not MACsec-desired or without MACsec
capable
");
in ieee802_1x_mka_decode_dist_sak_body()
2364
* MACsec
capable
and one of those request MACsec protection
3921
kay->macsec_capable = cipher_suite_tbl[kay->macsec_csindex].
capable
;
in ieee802_1x_kay_change_cipher_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H
A
D
ieee802_1x_kay_i.h
61
enum macsec_cap
capable
;
member
H
A
D
ieee802_1x_kay.c
47
.
capable
= MACSEC_CAP_INTEG_AND_CONF_0_30_50,
54
.
capable
= MACSEC_CAP_INTEG_AND_CONF_0_30_50,
1679
"KaY: I am not MACsec-desired or without MACsec
capable
");
in ieee802_1x_mka_decode_dist_sak_body()
2327
* MACsec
capable
and one of those request MACsec protection
3885
kay->macsec_capable = cipher_suite_tbl[kay->macsec_csindex].
capable
;
in ieee802_1x_kay_change_cipher_suite()
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse_lowlevel.c
1105
f->conn.
capable
|= FUSE_CAP_DONT_MASK;
in do_init()
1107
f->conn.
capable
|= FUSE_CAP_POSIX_ACL;
in do_init()
1110
f->conn.
capable
|= FUSE_CAP_BIG_WRITES;
in do_init()
1112
f->conn.
capable
|= FUSE_CAP_IOCTL_DIR;
in do_init()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H
A
D
bsaes-armv7.S
78
.syntax unified @ ARMv7-
capable
assembler is expected to handle this
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H
A
D
bsaes-armv7.S
78
.syntax unified @ ARMv7-
capable
assembler is expected to handle this
/third_party/skia/third_party/externals/opengl-registry/xml/
H
A
D
readme.tex
820
format more expressive and the tools more
capable
. Khronos is open to
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H
A
D
bsaes-armv7.pl
733
.syntax unified @ ARMv7-
capable
assembler is expected to handle this
/third_party/openssl/crypto/aes/asm/
H
A
D
bsaes-armv7.pl
733
.syntax unified @ ARMv7-
capable
assembler is expected to handle this
/third_party/openGLES/xml/
H
A
D
readme.tex
898
more expressive and the tools more
capable
. Khronos is open to hosting
/third_party/icu/icu4c/source/
H
A
D
configure
6562
not a universal
capable
compiler
Completed in 47 milliseconds
1
2