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
defs:readbuf
(Results
1 - 25
of
59
) sorted by relevance
1
2
3
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smp/
H
A
D
It_smp_los_task_063.c
45
UINT32
readbuf
;
in TaskF01()
local
H
A
D
It_smp_los_task_062.c
45
UINT32
readbuf
;
in TaskF01()
local
H
A
D
It_smp_los_task_069.c
58
UINT32
readbuf
;
in TaskF01()
local
H
A
D
It_smp_los_task_068.c
58
UINT32
readbuf
;
in TaskF01()
local
/kernel/liteos_m/testsuites/sample/kernel/queue/
H
A
D
It_los_queue_087.c
42
CHAR
readbuf
[260] = ""; // 260, set max
readbuf
size > maxMsgSize (count)
in Testcase()
local
H
A
D
It_los_queue_090.c
43
CHAR
readbuf
[260] = ""; // 260, buffersize
in Testcase()
local
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
H
A
D
It_los_queue_089.c
49
CHAR
readbuf
[260] = "";
in Testcase()
local
H
A
D
It_los_queue_087.c
50
CHAR
readbuf
[260] = "";
in Testcase()
local
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H
A
D
shm_test_014.cpp
43
char *
readbuf
= NULL;
in testcase()
local
H
A
D
shm_test_013.cpp
41
char *
readbuf
= NULL;
in testcase()
local
/foundation/communication/dsoftbus/tests/adapter/unittest/
H
A
D
dsoftbus_other_test.cpp
115
char
readbuf
[1024] = {"\0"};
in HWTEST_F()
local
131
char
readbuf
[1024] = {"\0"};
in HWTEST_F()
local
148
char
readbuf
[1024] = {"\0"};
in HWTEST_F()
local
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
read.c
31
unsigned char *
readbuf
= NULL;
in jffs2_read_dnode()
local
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
read.c
31
unsigned char *
readbuf
= NULL;
in jffs2_read_dnode()
local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H
A
D
read_text.cpp
103
std::unique_ptr<char[]>
readbuf
= std::make_unique<char[]>(len + 1);
in Sync()
local
/kernel/linux/linux-5.10/drivers/mtd/tests/
H
A
D
stresstest.c
34
static unsigned char *
readbuf
;
variable
H
A
D
subpagetest.c
28
static unsigned char *
readbuf
;
variable
[all...]
H
A
D
pagetest.c
192
char *
readbuf
= twopages;
in erasecrosstest()
local
/kernel/linux/linux-6.6/drivers/mtd/tests/
H
A
D
stresstest.c
34
static unsigned char *
readbuf
;
variable
H
A
D
subpagetest.c
28
static unsigned char *
readbuf
;
variable
[all...]
H
A
D
pagetest.c
192
char *
readbuf
= twopages;
in erasecrosstest()
local
/third_party/ltp/testcases/kernel/syscalls/writev/
H
A
D
writev03.c
90
unsigned char
readbuf
[BUF_SIZE + 1];
in run()
local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
read_text.cpp
106
uv_buf_t
readbuf
= uv_buf_init(const_cast<char *>(buffer.c_str()), static_cast<unsigned int>(len));
in ReadTextAsync()
local
138
uv_buf_t
readbuf
= uv_buf_init(const_cast<char *>(buffer.c_str()), static_cast<unsigned int>(buffer.size()));
in ReadFromFile()
local
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H
A
D
hdi_power_test.cpp
79
char
readbuf
[size];
in ReadFile()
local
/third_party/ltp/testcases/kernel/sched/sched_stress/
H
A
D
sched_tc4.c
186
char
readbuf
[BLOCK_SIZE + 1]; /* buffer to store bytes read */
in read_raw_device()
local
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
transpose.c
79
mpd_uint_t *
readbuf
, *writebuf, *hp;
in swap_halfrows_pow2()
local
Completed in 12 milliseconds
1
2
3