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:prot
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/acts/kernel_lite/mem_posix/src/
H
A
D
MprotectApiTest.cpp
46
int
prot
= PROT_WRITE;
in HWTEST_F()
local
79
int
prot
= PROT_READ;
in HWTEST_F()
local
111
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
149
int
prot
in HWTEST_F()
local
180
int
prot
= PROT_READ | PROT_WRITE | PROT_EXEC;
HWTEST_F()
local
220
int
prot
= PROT_WRITE;
HWTEST_F()
local
270
int
prot
= PROT_READ;
HWTEST_F()
local
325
int
prot
= PROT_READ | PROT_WRITE;
HWTEST_F()
local
369
int
prot
= PROT_READ | PROT_WRITE | PROT_EXEC;
HWTEST_F()
local
413
int
prot
= PROT_READ | PROT_WRITE | PROT_EXEC;
HWTEST_F()
local
[all...]
H
A
D
MremapApiTest.cpp
72
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
114
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
153
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
197
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
236
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
288
int
prot
= PROT_READ | PROT_WRITE;
HWTEST_F()
local
339
int
prot
= PROT_READ | PROT_WRITE;
HWTEST_F()
local
394
int
prot
= PROT_READ | PROT_WRITE;
HWTEST_F()
local
[all...]
H
A
D
MmapApiTest.cpp
48
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
87
int
prot
= PROT_READ | PROT_WRITE;
in HWTEST_F()
local
121
int
prot
= PROT_READ;
in HWTEST_F()
local
149
int
prot
= PROT_WRITE;
in HWTEST_F()
local
182
int
prot
= PROT_READ | PROT_WRITE | PROT_EXEC;
in HWTEST_F()
local
230
int
prot
= PROT_READ | PROT_WRITE | PROT_EXEC;
HWTEST_F()
local
279
int
prot
= PROT_READ | PROT_WRITE;
HWTEST_F()
local
319
int
prot
= PROT_READ | PROT_WRITE;
HWTEST_F()
local
365
int
prot
= PROT_READ | PROT_WRITE;
HWTEST_F()
local
411
int
prot
= PROT_READ;
HWTEST_F()
local
451
int
prot
= PROT_WRITE;
HWTEST_F()
local
495
int
prot
= PROT_READ | PROT_EXEC;
HWTEST_F()
local
542
int
prot
= PROT_READ | PROT_EXEC;
HWTEST_F()
local
589
int
prot
= PROT_READ;
HWTEST_F()
local
[all...]
Completed in 3 milliseconds