Searched refs:currentInstance (Results 1 – 4 of 4) sorted by relevance
63 public static Object reentrantCheck(Object currentInstance, Object newInstance) { in reentrantCheck() argument64 boolean isReentrant = !(currentInstance == UNINITIALIZED in reentrantCheck()66 || currentInstance instanceof MemoizedSentinel); in reentrantCheck()68 if (isReentrant && currentInstance != newInstance) { in reentrantCheck()70 + "different results: " + currentInstance + " & " + newInstance + ". This is likely " in reentrantCheck()
2090 VkDeviceOrHostAddressConstKHR currentInstance; in prepareInstances() local2091 …currentInstance.deviceAddress = firstInstance.deviceAddress + instanceNdx * sizeof(VkAccelerationS… in prepareInstances()2093 deMemcpy(&bufferStart[bufferOffset], ¤tInstance, sizeof(VkDeviceOrHostAddressConstKHR)); in prepareInstances()2116 VkDeviceOrHostAddressConstKHR currentInstance; in prepareInstances() local2117 …currentInstance.hostAddress = (deUint8*)m_instanceBuffer->getAllocation().getHostPtr() + instanceN… in prepareInstances()2119 deMemcpy(&bufferStart[bufferOffset], ¤tInstance, sizeof(VkDeviceOrHostAddressConstKHR)); in prepareInstances()
1136 Object currentInstance = es.getKey(); in createInstanceDependencies() local1137 List<ITestNGMethod> currentMethods = instanceMap.get(currentInstance); in createInstanceDependencies()1145 previousInstance = currentInstance; in createInstanceDependencies()
META-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...