/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/java/ |
H A D | java_internal.cpp | 49 CORE_ASSERT_MSG(true, "JNI ERROR: sJavaVM not initialized."); in GetJavaEnv() 62 CORE_ASSERT_MSG(true, "JNI ERROR: Thread not attached."); in GetJavaEnv() 67 CORE_ASSERT_MSG(true, "JNI ERROR: Invalid version."); in GetJavaEnv()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | metadata_helpers.h | 42 CORE_ASSERT_MSG(false, "Failed to initialise property"); in META_BEGIN_NAMESPACE() 69 CORE_ASSERT_MSG(false, "Failed to initialise event"); in ConstructOrInitEvent() 100 CORE_ASSERT_MSG(false, "Failed to create function"); in ConstructFunctionsFromMetadata()
|
H A D | event_impl.h | 90 …CORE_ASSERT_MSG(threadId_ == CORE_NS::ThreadId {}, "EventImpl not allowed to destroy itself when i… in ~EventImpl()
|
H A D | implementation_macros.h | 211 CORE_ASSERT_MSG(metaEvent##name##_, "Metadata not initialized"); \
|
H A D | object.h | 263 CORE_ASSERT_MSG(t, "Invalid interface %s for base", BASE_NS::to_string(Type::UID).c_str()); in GetBaseAs()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/threading/ |
H A D | mutex.h | 127 CORE_ASSERT_MSG(mutex_ && !locked_, "trying to lock mutex in invalid state"); in Lock() 137 CORE_ASSERT_MSG(mutex_ && locked_, "trying to unlock mutex in invalid state"); in Unlock()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_file.cpp | 56 CORE_ASSERT_MSG(false, "Invalid file access mode."); in OpenFileAccessMode() 72 CORE_ASSERT_MSG(false, "Invalid create file access mode."); in CreateFileAccessMode()
|
H A D | memory_file.cpp | 66 CORE_ASSERT_MSG(false, "Unable to read chunks bigger than (SIZE_MAX) bytes."); in Read()
|
H A D | std_directory.cpp | 122 CORE_ASSERT_MSG(dir_, "Dir not open"); in GetEntries() 221 CORE_ASSERT_MSG(dir_, "Dir not open"); in GetEntries()
|
H A D | rofs_filesystem.cpp | 80 CORE_ASSERT_MSG(false, "Unable to read chunks bigger than (SIZE_MAX) bytes."); in Read()
|
H A D | file_manager.cpp | 270 …CORE_ASSERT_MSG(filesystems_.find(protocol) == filesystems_.cend(), "File system already registere… in RegisterFilesystem()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | log.h | 36 #define CORE_ASSERT_MSG(expression, ...) \ macro 40 #define CORE_ASSERT_MSG(...) CORE_UNUSED(0) macro
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine.cpp | 244 CORE_ASSERT_MSG(imageManager_, "Engine not initialized"); in GetImageLoaderManager() 250 CORE_ASSERT_MSG(fileManager_, "Engine not initialized"); in GetFileManager()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | ohos_file.cpp | 139 CORE_ASSERT_MSG(dir_, "Dir not open"); in GetEntries() 204 CORE_ASSERT_MSG(false, "Unable to read chunks bigger than (SIZE_MAX) bytes."); in Read()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 328 CORE_ASSERT_MSG(defaultValue_, "SetInternalAny not called"); in SetDefaultValue() 337 CORE_ASSERT_MSG(defaultValue_, "SetInternalAny not called"); in GetDefaultValue()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/ |
H A D | logger.cpp | 102 …CORE_ASSERT_MSG(logLevel != LogLevel::LOG_NONE, "'None' is not a valid log level for writing to th… in VLog()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/ |
H A D | json_input.cpp | 143 CORE_ASSERT_MSG(false, "Unhandled primitive type in Json input"); in Import()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_ktx.cpp | 437 … CORE_ASSERT_MSG(currentImageElementOffset % 4u == 0, "Offset must be aligned to 4 bytes"); in CreateImage() 522 CORE_ASSERT_MSG(true, "NOTE: must convert all data to correct endianness"); in Load()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | task_queue_factory.cpp | 63 CORE_ASSERT_MSG((result != JNI_OK), "Thread already attached"); in JavaThreadContext()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | metadata.cpp | 68 CORE_ASSERT_MSG(p, "Trying to add null property"); in AddProperty()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | base_manager.inl | 331 CORE_ASSERT_MSG(index < components_.size(), "Invalid ComponentId"); 401 CORE_ASSERT_MSG(EntityUtil::IsValid(entity), "Invalid ComponentId, bound to INVALID_ENTITY");
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 427 CORE_ASSERT_MSG(false, "Calling ProcessEvents() from an event callback is not allowed"); in ProcessEvents()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 637 …CORE_ASSERT_MSG(CORE_NS::EntityUtil::IsValid(entity), "Invalid ComponentId, bound to INVALID_ENTIT… in Updated()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_material.cpp | 139 CORE_ASSERT_MSG(data, "render data store default material allocation : out of memory"); in AllocateMatrixMemory()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 264 CORE_ASSERT_MSG(dstComponentCount >= result.componentCount, in ConvertNormalizedDataToFloat() 327 CORE_ASSERT_MSG(dstComponentCount >= result.componentCount, in ConvertDataToFloat() 697 CORE_ASSERT_MSG(false, "Not supported index type."); in GetPrimitiveIndexType() 1944 …CORE_ASSERT_MSG(nodeIndex != GLTF2::GLTF_INVALID_INDEX, "Cannot find node: %s", node.name.c_str()); in RecursivelyCreateComponents()
|