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:mode_
(Results
1 - 5
of
5
) sorted by relevance
/commonlibrary/c_utils/base/src/
H
A
D
mapped_file.cpp
31
:path_(path), size_(size), offset_(offset),
mode_
(mode), hint_(hint) {}
in MappedFile()
74
if ((
mode_
& MapMode::CREATE_IF_ABSENT) == MapMode::DEFAULT) {
in NormalizeSize()
109
mode_
&= (MapMode::PRIVATE | MapMode::READ_ONLY | MapMode::CREATE_IF_ABSENT);
in NormalizeMode()
112
if (
mode_
== MapMode::DEFAULT) {
in NormalizeMode()
117
if ((
mode_
& MapMode::PRIVATE) != MapMode::DEFAULT) {
in NormalizeMode()
123
if ((
mode_
& MapMode::READ_ONLY) != MapMode::DEFAULT) {
in NormalizeMode()
131
if ((
mode_
& MapMode::CREATE_IF_ABSENT) != MapMode::DEFAULT) {
in NormalizeMode()
448
mode_
= MapMode::DEFAULT;
in Reset()
494
offset_(other.offset_),
mode_
(other.
mode_
), fd
[all...]
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H
A
D
lock_request.h
60
return
mode_
;
in GetMode()
96
LockMode
mode_
;
member in Commonlibrary::Concurrent::LocksModule::LockRequest
H
A
D
lock_request.cpp
35
mode_
(mode),
in LockRequest()
/commonlibrary/c_utils/base/include/
H
A
D
mapped_file.h
133
return
mode_
;
in GetMode()
172
MapMode
mode_
;
member in OHOS::Utils::MapMode::MappedFile
/commonlibrary/ets_utils/js_concurrent_module/worker/
H
A
D
worker.h
49
: env_(env), callback_(callback),
mode_
(mode)
in WorkerListener()
60
return
mode_
!= ONCE;
in NextIsAvailable()
65
mode_
= mode;
in SetMode()
72
ListenerMode
mode_
{PERMANENT};
Completed in 3 milliseconds