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:MODIFIED
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H
A
D
file_monitor.h
66
MODIFIED
= 2,
enumerator
H
A
D
file_monitor.cpp
66
iterator->second.state = FileInfo::
MODIFIED
;
in RecursivelyCollectAllFiles()
181
} else if (it->second.state == FileInfo::
MODIFIED
) {
in ScanModifications()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H
A
D
post_process_configuration_component_manager.cpp
466
if (modifiedFlags_ &
MODIFIED
) {
in GetUpdatedComponents()
467
modifiedFlags_ &= ~
MODIFIED
;
in GetUpdatedComponents()
481
return modifiedFlags_ & ~
MODIFIED
;
in GetModifiedFlags()
486
modifiedFlags_ &=
MODIFIED
;
in ClearModifiedFlags()
638
modifiedFlags_ |= CORE_NS::CORE_COMPONENT_MANAGER_COMPONENT_UPDATED_BIT |
MODIFIED
;
in Updated()
H
A
D
material_component_manager.cpp
140
constexpr uint32_t
MODIFIED
= 0x80000000;
member
690
if (modifiedFlags_ &
MODIFIED
) {
in GetUpdatedComponents()
691
modifiedFlags_ &= ~
MODIFIED
;
in GetUpdatedComponents()
705
return modifiedFlags_ & ~
MODIFIED
;
in GetModifiedFlags()
710
modifiedFlags_ &=
MODIFIED
;
in ClearModifiedFlags()
857
modifiedFlags_ |= CORE_NS::CORE_COMPONENT_MANAGER_COMPONENT_UPDATED_BIT |
MODIFIED
;
in Updated()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H
A
D
intf_ecs.h
87
MODIFIED
,
member in IEcs::ComponentListener::EventType
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_animation.cpp
287
OnAnimationNameChanged(IEcs::ComponentListener::EventType::
MODIFIED
);
in SetEntity()
288
OnAnimationChanged(IEcs::ComponentListener::EventType::
MODIFIED
);
in SetEntity()
412
if (!ecs_ || event != IEcs::ComponentListener::EventType::
MODIFIED
) {
in OnAnimationStateChanged()
442
if (!ecs_ || event != IEcs::ComponentListener::EventType::
MODIFIED
) {
in OnAnimationNameChanged()
487
if (event == IEcs::ComponentListener::EventType::
MODIFIED
) {
in OnAnimationTracksChanged()
H
A
D
submeshhandler.cpp
47
CORE_NS::IEcs::ComponentListener::EventType::
MODIFIED
,
119
if (type == CORE_NS::IEcs::ComponentListener::EventType::
MODIFIED
) {
H
A
D
ecs_object.cpp
163
if (type == CORE_NS::IEcs::ComponentListener::EventType::
MODIFIED
) {
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/
H
A
D
dotfield_system.cpp
227
case EventType::
MODIFIED
:
in OnComponentEvent()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H
A
D
ecs.cpp
384
case ComponentListener::EventType::
MODIFIED
:
in ProcessComponentEvents()
467
ProcessComponentEvents(ComponentListener::EventType::
MODIFIED
, allRemovedEntities);
in ProcessEvents()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
animation_system.cpp
867
case IEcs::ComponentListener::EventType::
MODIFIED
: {
in OnComponentEvent()
Completed in 14 milliseconds