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:t_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ai/ai_engine/services/common/utils/
H
A
D
aie_guard.h
31
explicit PointerGuard(T *&t) :
t_
(t), isValid_(true) {}
in PointerGuard()
34
CHK_RET_NONE(
t_
== nullptr || !isValid_);
in ~PointerGuard()
35
AIE_DELETE(
t_
);
in ~PointerGuard()
36
t_
= nullptr;
in ~PointerGuard()
47
T *&
t_
;
member in OHOS::AI::PointerGuard
57
MallocPointerGuard() :
t_
(nullptr), isValid_(true)
in MallocPointerGuard()
60
explicit MallocPointerGuard(T *t) :
t_
(t), isValid_(true)
in MallocPointerGuard()
65
CHK_RET_NONE(
t_
== nullptr || !isValid_);
in ~MallocPointerGuard()
66
free(
t_
);
in ~MallocPointerGuard()
67
t_
in ~MallocPointerGuard()
84
T *
t_
= nullptr;
global()
member in OHOS::AI::MallocPointerGuard
110
T *&
t_
;
global()
member in OHOS::AI::ArrayPointerGuard
136
T *&
t_
;
global()
member in OHOS::AI::ResGuard
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H
A
D
call_context.h
215
any_->GetValue(
t_
);
in CallArg()
219
any_->SetValue(
t_
);
in ~CallArg()
226
return
t_
;
in operator Type&()
231
mutable Type
t_
;
member
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H
A
D
dash_mpd_def.h
50
uint64_t
t_
{0};
/foundation/multimodalinput/input/service/module_loader/include/
H
A
D
mmi_service.h
274
std::thread
t_
;
member in OHOS::MMI::final
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H
A
D
dash_mpd_parser.cpp
911
node->GetAttr("t", segTimeLine->
t_
);
in ParseSegmentTimeline()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
865
t_
= std::thread([this] {this->OnThread();});
in OnStart()
866
pthread_setname_np(
t_
.native_handle(), THREAD_NAME.c_str());
in OnStart()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_mpd_downloader.cpp
1693
uint64_t nextStartTime = (*it)->
t_
;
in GetSegCountFromTimeline()
Completed in 13 milliseconds