Home
last modified time | relevance | path

Searched refs:result (Results 11601 - 11625 of 18070) sorted by relevance

1...<<461462463464465466467468469470>>...723

/third_party/mesa3d/src/util/
H A Du_process.c207 int result = _NSGetExecutablePath(process_path, &bufSize); in util_get_process_exec_path()
209 return (result == 0) ? strlen(process_path) : 0; in util_get_process_exec_path()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_binary.c106 VkResult result = vk_sync_wait_many(device, wait_count, timeline_waits, in vk_sync_binary_wait_many() local
111 return result; in vk_sync_binary_wait_many()
/third_party/musl/include/fortify/linux/
H A Dfortify.h73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result)
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfsetpos.c40 int result = fsetpos(fptr, &pos); in fsetpos_0100() local
41 EXPECT_EQ("fsetpos_0100", result, SUCCESS); in fsetpos_0100()
/third_party/rust/crates/cxx/book/
H A Dbuild.js69 const result = highlighted
83 node.text(result);
/third_party/python/Lib/ctypes/test/
H A Dtest_refcounts.py30 result = f(-10, cb)
31 self.assertEqual(result, -18)
H A Dtest_find.py70 result = find_library('; echo Hello shell > ' + os_helper.TESTFN)
72 self.assertIsNone(result)
/third_party/python/Doc/includes/
H A Dmp_pool.py11 result = func(*args)
14 func.__name__, args, result
/third_party/skia/third_party/externals/angle2/src/common/
H A Dtls.cpp47 DWORD result = freeTlsIndices.back(); in CreateTLSIndex() local
49 index = result; in CreateTLSIndex()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp139 bool result = EmulateFragColorDataImpl(compiler, root, symbolTable); in EmulateFragColorData() local
142 return result && compiler->validateAST(root); in EmulateFragColorData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DShaderCache.h56 HRESULT result = createShader(function, &shader); in create() local
57 ANGLE_TRY_HR(context, result, "Failed to create shader"); in create()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigPackage.cpp66 const tcu::TestCase::IterateResult result = testCase->iterate(); in iterate() local
68 return result; in iterate()
H A DglcInfoTests.cpp55 const char* result = (const char*)gl.getString(m_query); in iterate() local
58 m_testCtx.getLog() << tcu::TestLog::Message << result << tcu::TestLog::EndMessage; in iterate()
H A DglcNoDefaultContextPackage.cpp68 const tcu::TestCase::IterateResult result = testCase->iterate(); in iterate() local
70 return result; in iterate()
H A DglcTestCaseWrapper.cpp175 tcu::TestCase::IterateResult result = iterateResult; in iterateTestCase() local
189 return result; in iterateTestCase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DBufferNULL.cpp112 angle::Result BufferNULL::unmap(const gl::Context *context, GLboolean *result) in unmap() argument
114 *result = GL_TRUE; in unmap()
/third_party/skia/samplecode/
H A DSample.cpp96 bool result = dispatch(fClick.get()); in mouse() local
98 return result; in mouse()
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp53 SkCodec::Result result = fCodec->getPixels(pm, options); in getPixels()
54 switch (result) { in getPixels()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DSwapchain.cpp75 auto result = device.acquireNextImageKHR(swapchain, UINT64_MAX, presentCompleteSemaphore, vk::Fence()); in acquireNextImage() local
76 imageIndex = result.value; in acquireNextImage()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformat.cpp107 // Formats the obj and append the result in the buffer, toAppendTo.
140 // result object. Checks the parse position for errors.
144 Formattable& result, in parseObject()
150 parseObject(source, result, parsePosition); in parseObject()
143 parseObject(const UnicodeString& source, Formattable& result, UErrorCode& status) const parseObject() argument
H A Dnfrule.h78 Formattable& result) const;
82 void _appendRuleText(UnicodeString& result) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddtitvinf.h196 * The caller owns the result and should delete it when done.
272 * @param result output param to receive the pattern
274 * @return a reference to 'result'
279 UnicodeString& result,
284 * @param result output param to receive the pattern
285 * @return a reference to 'result'
288 UnicodeString& getFallbackIntervalPattern(UnicodeString& result) const;
/third_party/skia/tests/
H A DGrContextFactoryTest.cpp110 SkString result = ctxInfo.directContext()->dump(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
111 REPORTER_ASSERT(reporter, !result.isEmpty()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp38 RegexNode result = fStack.top(); in pop() local
40 return result; in pop()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dreader.go22 BrotliDecoderResult result = BrotliDecoderDecompressStream(
26 return result;
107 result := C.DecompressStream(r.state,
114 switch result {

Completed in 17 milliseconds

1...<<461462463464465466467468469470>>...723