Home
last modified time | relevance | path

Searched refs:REQUIRE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/testcase/intell_voice_utils/
H A Dtest_time_util.cpp26 REQUIRE(str != "");
31 REQUIRE(str != "");
36 REQUIRE(str != "");
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.h49 REQUIRE, in CORE_BEGIN_NAMESPACE() enumerator
54 Method method { REQUIRE }; in CORE_BEGIN_NAMESPACE()
H A Dcomponent_query.cpp66 operationMethods_.push_back(Operation::REQUIRE); in SetupQuery()
118 case Operation::REQUIRE: { in Execute()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dlocal_matrix_system.cpp79 { *localMatrixManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
H A Dskinning_system.cpp163 { skinJointsManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
164 { jointMatricesManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
H A Drender_preprocessor_system.cpp450 { *nodeManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
451 { *worldMatrixManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
H A Dmorphing_system.cpp125 …ntQuery::Operation operations[] = { { nodeManager_, ComponentQuery::Operation::Method::REQUIRE } }; in Initialize()
H A Drender_system.cpp1284 { *nodeMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
1285 { *worldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
1293 { *worldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
1294 { *prevWorldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
1304 { *worldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
1305 { *nodeMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
1306 { *renderMeshMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
H A Danimation_system.cpp648 { animationTrackManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
655 { stateManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()