Searched refs:eventInfo (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
D | TransliteratorInputMethod.java | 339 private String eventInfo(AWTEvent event) { in eventInfo() method in TransliteratorInputMethod 369 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(event)); in dispatchEvent() 378 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent() 392 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 59 const VkEventCreateInfo eventInfo = in hostResetSetEventCase() local 70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 59 const VkEventCreateInfo eventInfo = in hostResetSetEventCase() local 70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase()
|
/third_party/alsa-lib/modules/mixer/simple/python/ |
D | common.py | 98 self.eventInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1276 const VkEventCreateInfo eventInfo = in create() local 1283 return createEvent(env.vkd, env.device, &eventInfo, env.allocationCallbacks); in create()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1276 const VkEventCreateInfo eventInfo = in create() local 1283 return createEvent(env.vkd, env.device, &eventInfo, env.allocationCallbacks); in create()
|