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:flag_
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/c_utils/base/src/
H
A
D
ashmem.cpp
148
Ashmem::Ashmem(int fd, int32_t size) : memoryFd_(fd), memorySize_(size),
flag_
(0), startAddr_(nullptr)
in Ashmem()
201
flag_
= 0;
in CloseAshmem()
218
flag_
= mapType;
in MapAshmem()
251
flag_
= 0;
in UnmapAshmem()
309
!(static_cast<uint32_t>(
flag_
) & static_cast<uint32_t>(cmd))) {
in CheckValid()
/commonlibrary/c_utils/base/include/
H
A
D
ashmem.h
231
mutable int
flag_
; // Protection flag of the Ashmem region in user space.
member in OHOS::Ashmem
236
int
flag_
; // Protection flag of the Ashmem region in user space.
member in OHOS::Ashmem
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_refbase_test.cpp
863
flag_
= 0;
in WptrTest2()
871
int
flag_
;
member in OHOS::__anon38::WptrTest2
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H
A
D
refbase_benchmark_test.cpp
432
flag_
= 0;
in WptrTest2()
440
int
flag_
;
member in OHOS::__anon17::WptrTest2
Completed in 6 milliseconds