Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/
DDoubleCheck.java63 public static Object reentrantCheck(Object currentInstance, Object newInstance) { in reentrantCheck() argument
64 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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp2090 VkDeviceOrHostAddressConstKHR currentInstance; in prepareInstances() local
2091currentInstance.deviceAddress = firstInstance.deviceAddress + instanceNdx * sizeof(VkAccelerationS… in prepareInstances()
2093 deMemcpy(&bufferStart[bufferOffset], &currentInstance, sizeof(VkDeviceOrHostAddressConstKHR)); in prepareInstances()
2116 VkDeviceOrHostAddressConstKHR currentInstance; in prepareInstances() local
2117currentInstance.hostAddress = (deUint8*)m_instanceBuffer->getAllocation().getHostPtr() + instanceN… in prepareInstances()
2119 deMemcpy(&bufferStart[bufferOffset], &currentInstance, sizeof(VkDeviceOrHostAddressConstKHR)); in prepareInstances()
/external/testng/src/main/java/org/testng/
DTestRunner.java1136 Object currentInstance = es.getKey(); in createInstanceDependencies() local
1137 List<ITestNGMethod> currentMethods = instanceMap.get(currentInstance); in createInstanceDependencies()
1145 previousInstance = currentInstance; in createInstanceDependencies()
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...