Home
last modified time | relevance | path

Searched defs:mainResult (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp440 VkResult mainResult = vk.waitSemaphores(device, &waitTwo, waitTimeout); in basicThreadTimelineCase() local
504 …VkResult mainResult = basicWaitForTimelineValueHelper(context, config, VK_SEMAPHORE_WAIT_ANY_BIT, … in basicWaitForAnyCurrentTimelineValueCase() local
513 …VkResult mainResult = basicWaitForTimelineValueHelper(context, config, VK_SEMAPHORE_WAIT_ANY_BIT, … in basicWaitForAnyLesserTimelineValueCase() local
522 VkResult mainResult = basicWaitForTimelineValueHelper(context, config, 0, 1, 1); in basicWaitForAllCurrentTimelineValueCase() local
531 VkResult mainResult = basicWaitForTimelineValueHelper(context, config, 0, 4, 1); in basicWaitForAllLesserTimelineValueCase() local
/external/cronet/tot/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientLauncher.java283 Integer mainResult = launcher.getMainReturnCode(timeoutMs); in waitForMainToReturnOnLauncherThread() local
290 Integer mainResult = sPidToMainResult.get(pid); in waitForMainToReturnOnLauncherThread() local
/external/cronet/stable/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientLauncher.java283 Integer mainResult = launcher.getMainReturnCode(timeoutMs); in waitForMainToReturnOnLauncherThread() local
290 Integer mainResult = sPidToMainResult.get(pid); in waitForMainToReturnOnLauncherThread() local
/external/lzma/C/
DLzma86Enc.c20 int mainResult = SZ_ERROR_OUTPUT_EOF; in Lzma86_Encode() local
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineCodeGenerator.cpp4057 std::optional<SlotRange> mainResult = this->writeFunction(function, function, /*arguments=*/{}); in writeProgram() local