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:is_writable
(Results
1 - 8
of
8
) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_io/src/
H
A
D
interest.rs
42
pub const fn
is_writable
(self) -> bool {
56
if self.
is_writable
() {
in into_io_event()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H
A
D
events.rs
25
fn
is_writable
(&self) -> bool;
in is_writable()
functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H
A
D
ready.rs
57
if event.
is_writable
() {
79
pub fn
is_writable
(self) -> bool {
in is_writable()
functions
107
if interest.
is_writable
() {
178
fn
is_writable
(event: i32) -> bool {
in is_writable()
functions
201
if
is_writable
(event) {
327
/// UT test cases for ready
is_writable
function
331
/// 2. Call
is_writable
336
assert!(ready.
is_writable
());
in ut_ready_is_writable()
339
assert!(!ready.
is_writable
());
in ut_ready_is_writable()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H
A
D
kqueue.rs
83
if interests.
is_writable
() {
in register()
102
let w_flags = match interests.
is_writable
() {
in reregister()
257
fn
is_writable
(&self) -> bool {
in is_writable()
functions
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H
A
D
ylong_io_tcp_server.rs
53
if event.
is_writable
() {
in main()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H
A
D
events.rs
152
fn
is_writable
(&self) -> bool {
in is_writable()
functions
H
A
D
selector.rs
599
if interests.
is_writable
() {
in interests_to_afd_flags()
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H
A
D
uds_test.rs
91
if event.
is_writable
() {
in server()
Completed in 4 milliseconds