/third_party/python/Doc/includes/ |
H A D | mp_pool.py | 11 result = func(*args) 14 func.__name__, args, result
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_find.py | 70 result = find_library('; echo Hello shell > ' + os_helper.TESTFN) 72 self.assertIsNone(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 {
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPU.cpp | 32 std::string result = value; in GetEnvVar() local 34 return result; in GetEnvVar()
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strchrnul.S | 20 #define result x0 define 110 add result, src, tmp1, lsr #1
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | chrome_subsetter.cc | 128 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 D | simpleformatter.h | 50 * 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 D | uset_props.cpp | 132 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 D | InlineCost.h | 137 InlineResult(bool result, const char *message = nullptr) 138 : message(result ? nullptr : (message ? message : "cost > threshold")) {}
|