/third_party/mesa3d/src/util/ |
H A D | u_process.c | 207 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 D | vk_sync_binary.c | 106 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 D | fortify.h | 73 #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 D | fsetpos.c | 40 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 D | build.js | 69 const result = highlighted 83 node.text(result);
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_refcounts.py | 30 result = f(-10, cb) 31 self.assertEqual(result, -18)
|
H A D | test_find.py | 70 result = find_library('; echo Hello shell > ' + os_helper.TESTFN) 72 self.assertIsNone(result)
|
/third_party/python/Doc/includes/ |
H A D | mp_pool.py | 11 result = func(*args) 14 func.__name__, args, result
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | tls.cpp | 47 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 D | EmulateFragColorData.cpp | 139 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 D | ShaderCache.h | 56 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 D | glcConfigPackage.cpp | 66 const tcu::TestCase::IterateResult result = testCase->iterate(); in iterate() local 68 return result; in iterate()
|
H A D | glcInfoTests.cpp | 55 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 D | glcNoDefaultContextPackage.cpp | 68 const tcu::TestCase::IterateResult result = testCase->iterate(); in iterate() local 70 return result; in iterate()
|
H A D | glcTestCaseWrapper.cpp | 175 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 D | BufferNULL.cpp | 112 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 D | Sample.cpp | 96 bool result = dispatch(fClick.get()); in mouse() local 98 return result; in mouse()
|
/third_party/skia/src/codec/ |
H A D | SkCodecImageGenerator.cpp | 53 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 D | Swapchain.cpp | 75 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 D | format.cpp | 107 // 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 D | nfrule.h | 78 Formattable& result) const; 82 void _appendRuleText(UnicodeString& result) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | dtitvinf.h | 196 * 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 D | GrContextFactoryTest.cpp | 110 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 D | RegexParser.cpp | 38 RegexNode result = fStack.top(); in pop() local 40 return result; in pop()
|
/third_party/skia/third_party/externals/brotli/go/cbrotli/ |
H A D | reader.go | 22 BrotliDecoderResult result = BrotliDecoderDecompressStream( 26 return result; 107 result := C.DecompressStream(r.state, 114 switch result {
|