Home
last modified time | relevance | path

Searched refs:ownerClient (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/
H A DQueueACLsTestBase.java199 ApplicationClientProtocol ownerClient = getRMClientForUser(killer); in verifyKillAppSuccess() local
202 ownerClient.forceKillApplication(finishAppRequest); in verifyKillAppSuccess()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysXXML.cpp1013 : ownerClient(0) in OwnerClient()
1015 GetContent(node, ownerClient); in OwnerClient()
1021 sw.appendValues(ownerClient); in exportElement()
1419 , ownerClient(FindChild(node, Strings::OwnerClient)) in PxRigidBody()
1446 ownerClient.exportElement(sw); in exportElement()
1688 ownerClient.exportElement(sw); in exportElement()
H A DCOLLADAMayaPhysXExporter.cpp2237 OwnerClient(PhysXExporter & exporter, int ownerClient) in OwnerClient() argument
2240 getStreamWriter().appendValues(ownerClient); in OwnerClient()
2498 if (pxRigidBody.ownerClient.ownerClient != OwnerClient::DefaultValue()) in exportOwnerClient()
2500 OwnerClient e(getPhysXExporter(), pxRigidBody.ownerClient.ownerClient); in exportOwnerClient()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaPhysXXML.h315 int ownerClient; member
569 OwnerClient ownerClient; member