Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma86Enc.c22 int mainResult = SZ_ERROR_OUTPUT_EOF; in Lzma86_Encode() local
89 mainResult = curRes; in Lzma86_Encode()
92 if (outSizeProcessed <= minSize || mainResult != SZ_OK) in Lzma86_Encode()
96 mainResult = SZ_OK; in Lzma86_Encode()
105 return mainResult; in Lzma86_Encode()
/external/libchrome/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientLauncher.java269 Integer mainResult = launcher.getMainReturnCode(timeoutMs);
270 return mainResult == null ? MainReturnCodeResult.createTimeoutMainResult()
271 : MainReturnCodeResult.createMainResult(mainResult);
274 Integer mainResult = sPidToMainResult.get(pid);
275 if (mainResult == null) {
280 return MainReturnCodeResult.createMainResult(mainResult);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp309 VkResult mainResult = vk.waitSemaphores(device, &waitTwo, waitTimeout); in basicThreadTimelineCase() local
313 if (mainResult == VK_SUCCESS) in basicThreadTimelineCase()
316 if ((mainResult == VK_TIMEOUT) || (threadResult == VK_TIMEOUT)) in basicThreadTimelineCase()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...