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:IsAlive
(Results
1 - 20
of
20
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H
A
D
rs_render_particle_test.cpp
150
EXPECT_TRUE(particle->
IsAlive
() == true);
in HWTEST_F()
188
EXPECT_TRUE(particle->
IsAlive
() == true);
in HWTEST_F()
229
EXPECT_TRUE(particle->
IsAlive
() == true);
in HWTEST_F()
251
EXPECT_TRUE(particle->
IsAlive
() == false);
in HWTEST_F()
257
* @tc.desc: Verify the
IsAlive
265
EXPECT_TRUE(particle->
IsAlive
() == true);
in HWTEST_F()
267
EXPECT_TRUE(particle->
IsAlive
() == false);
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H
A
D
uri_lookup.cpp
40
if (Entity entity = uriManager.GetEntity(i); entityManager.
IsAlive
(entity)) {
in LookupResourceByUri()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H
A
D
intf_entity_manager.h
86
virtual bool
IsAlive
(const Entity entity) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_render_particle_system.cpp
70
if ((*it) == nullptr || !(*it)->
IsAlive
()) {
in UpdateParticle()
H
A
D
rs_render_particle.cpp
668
bool RSRenderParticle::
IsAlive
() const
in IsAlive()
function in OHOS::Rosen::RSRenderParticle
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H
A
D
entity_manager.h
47
bool
IsAlive
(const Entity entity) const override;
H
A
D
entity_manager.cpp
230
bool EntityManager::
IsAlive
(const Entity entity) const
in IsAlive()
function in EntityManager
H
A
D
ecs.cpp
364
if (entityManager_.
IsAlive
(entity)) {
in CloneEntity()
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H
A
D
component_query.cpp
102
if (const Entity entity = baseComponentSet.GetEntity(id); em.
IsAlive
(entity)) {
in Execute()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
morphing_system.cpp
260
if (entityManager.
IsAlive
(id)) {
in Update()
H
A
D
node_system.cpp
842
std::remove_if(first, last, [&em = entityManager_](Entity entity) { return !em.
IsAlive
(entity); }), last);
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H
A
D
rs_particle_animate_test.cpp
615
bool la = rsRenderParticle.
IsAlive
();
in HWTEST_F()
948
* @tc.desc: test results of
IsAlive
955
bool res = rsRenderParticle.
IsAlive
();
in HWTEST_F()
959
res = rsRenderParticle.
IsAlive
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H
A
D
rs_render_particle_test.cpp
765
* @tc.desc: test results of
IsAlive
772
bool res = rsRenderParticle.
IsAlive
();
in HWTEST_F()
776
res = rsRenderParticle.
IsAlive
();
in HWTEST_F()
824
bool la = rsRenderParticle.
IsAlive
();
in HWTEST_F()
/foundation/arkui/napi/native_engine/
H
A
D
native_safe_async_work.cpp
152
if (!NativeEngine::
IsAlive
(engine_)) {
in ValidEngineCheck()
H
A
D
native_engine.h
341
inline static bool
IsAlive
(NativeEngine* env)
in IsAlive()
function in NativeEngine
H
A
D
native_node_api.cpp
189
if (!NativeEngine::
IsAlive
(engine)) {
in napi_get_uv_event_loop()
H
A
D
native_api.cpp
4067
if (NativeEngine::
IsAlive
(eng)) {
in napi_send_event()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_particles_drawable.cpp
176
if (particle != nullptr && particle->
IsAlive
()) {
in Draw()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H
A
D
rs_render_particle.h
365
bool
IsAlive
() const;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
scene_holder.cpp
604
bool isAlive = ecs_->GetEntityManager().
IsAlive
(mainCamera_->entity);
in SetMainCamera()
1186
if (ecs_->GetEntityManager().
IsAlive
(currentEntity)) {
in FindResource()
1351
if (ecs_->GetEntityManager().
IsAlive
(entity)) {
in GetEntityByUri()
Completed in 29 milliseconds