Home
last modified time | relevance | path

Searched refs:result (Results 13901 - 13925 of 23187) sorted by relevance

1...<<551552553554555556557558559560>>...928

/third_party/python/Doc/includes/
H A Dmp_pool.py11 result = func(*args)
14 func.__name__, args, result
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py70 result = find_library('; echo Hello shell > ' + os_helper.TESTFN)
72 self.assertIsNone(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 {
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp32 std::string result = value; in GetEnvVar() local
34 return result; in GetEnvVar()
/third_party/optimized-routines/string/aarch64/
H A Dstrchrnul.S20 #define result x0 define
110 add result, src, tmp1, lsr #1
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0; in main() local
130 return result; in main()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dsimpleformatter.h50 * UnicodeString result;
53 * fmt.format("england", "paul", result, errorCode);
240 * Formats the given values, replacing the contents of the result string.
241 * May optimize by actually appending to the result if it is the same object
245 * An argument value may be the same object as result.
249 * @param result Gets its contents replaced by the formatted pattern and values.
257 * @return result
262 UnicodeString &result,
329 UnicodeString &result, const UnicodeString *resultCopy, UBool forbidResultAsValue,
/third_party/skia/third_party/externals/icu/source/common/
H A Duset_props.cpp132 UChar* result, int32_t resultCapacity, in uset_toPattern()
137 return pat.extract(result, resultCapacity, *ec); in uset_toPattern()
131 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) uset_toPattern() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DInlineCost.h137 InlineResult(bool result, const char *message = nullptr)
138 : message(result ? nullptr : (message ? message : "cost > threshold")) {}

Completed in 19 milliseconds

1...<<551552553554555556557558559560>>...928