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:handle_write
(Results
1 - 6
of
6
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
usb_handle.h
81
extern int
handle_write
(int fd, void *buffer, size_t len);
/third_party/python/Lib/
H
A
D
asyncore.py
444
self.
handle_write
()
487
def
handle_write
(self):
member in dispatcher
522
def
handle_write
(self):
member in dispatcher_with_send
H
A
D
asynchat.py
193
def
handle_write
(self):
member in async_chat
/third_party/python/Lib/test/
H
A
D
test_asyncore.py
298
d.
handle_write
()
592
# make sure
handle_write
is called
595
def
handle_write
(self):
member in BaseTestAPI.test_handle_write.TestClient
634
def
handle_write
(self):
member in BaseTestAPI.test_handle_close_after_conn_broken.TestClient
687
def
handle_write
(self):
member in BaseTestAPI.test_handle_error.TestClient
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_find_array_copies.c
420
handle_write
(nir_deref_instr *dst, nir_deref_instr *src,
in handle_write()
function
625
progress |=
handle_write
(dst_deref, src_deref, instr->index,
in opt_find_array_copies_block()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usb_handle.c
251
int
handle_write
(int fd, void *buffer, size_t len)
in handle_write()
function
Completed in 6 milliseconds