Home
last modified time | relevance | path

Searched refs:result (Results 8001 - 8025 of 10825) sorted by relevance

1...<<321322323324325326327328329330>>...433

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DProgramImpl.h34 // Provides a mechanism to access the result of asynchronous linking.
54 LinkEventDone(angle::Result result) : mResult(result) {} in LinkEventDone() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp240 HRESULT result = device->CreateVertexDeclaration(elements, &lastCache->vertexDeclaration); in applyDeclaration() local
241 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in applyDeclaration() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp99 const tcu::TestCase::IterateResult result = testCase->iterate(); in iterate() local
106 return result; in iterate()
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp108 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result) in extractShaderPrograms() argument
113 itemListStack.push_back(StackEntry(&result.resultItems)); in extractShaderPrograms()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_fixtures.h116 std::string result(diagnostic->error); in CompileFailure()
118 return result; in CompileFailure()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLX11VisualTest.cpp59 int result = visuals[i].visualid; in chooseDifferentVisual() local
61 return result; in chooseDifferentVisual()
H A DEGLBlobCacheTest.cpp42 std::ostream &operator<<(std::ostream &os, CacheOpResult result) in operator <<() argument
44 return os << kCacheOpToString[result]; in operator <<()
/third_party/openssl/ohos_lite/include/openssl/
H A Dui.h72 a buffer for the result to end up with, a minimum input size and a maximum
73 input size (the result buffer MUST be large enough to be able to contain
75 functions takes another buffer to compare the result against.
81 flag argument as for the string input is taken, as well as a result buffer.
82 The result buffer is required to be at least one byte long. Depending on
84 will be stored in the first byte of the result buffer. No NUL will be
85 added, so the result is *not* a string.
176 /* Return the result associated with a prompt given with the index i. */
342 /* Return the result of a prompt */
346 * Return the string to test the result agains
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_fixtures.h116 std::string result(diagnostic->error); in CompileFailure()
118 return result; in CompileFailure()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
H A Dmain.cpp153 HRESULT result = g_pd3dDevice->Present(NULL, NULL, NULL, NULL); in main() local
156 if (result == D3DERR_DEVICELOST && g_pd3dDevice->TestCooperativeLevel() == D3DERR_DEVICENOTRESET) in main()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Dpngpixel.c149 volatile int result = 1/*fail*/; in main() local
369 return result; in main()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_impl.h272 const ImplType* result = HelperType::validate(uresult, *ec); \
274 return static_cast<const UFormattedValueApiHelper*>(result)->exportConstForC(); \
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_parse_cookies.c207 if (msg->data.result != CURLE_OK) in testExternalGet()
211 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
H A Dtest_process_arguments.c206 if (msg->data.result != CURLE_OK) in testExternalGet()
210 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
/third_party/skia/third_party/externals/oboe/tests/
H A DtestStreamWaitState.cpp61 Result result = mStream->waitForStateChange(mStream->getState(), &next, timeout); in checkWaitZeroTimeout() local
62 EXPECT_EQ(Result::ErrorTimeout, result); in checkWaitZeroTimeout()
/third_party/skia/src/pathops/
H A DSkPathOpsQuad.h47 SkDQuad result = {{fPts[2], fPts[1], fPts[0]} SkDEBUGPARAMS(fDebugGlobalState) }; in flip() local
48 return result; in flip()
H A DSkPathOpsLine.cpp17 SkDPoint result = { one_t * fPts[0].fX + t * fPts[1].fX, one_t * fPts[0].fY + t * fPts[1].fY }; in ptAtT() local
18 return result; in ptAtT()
H A DSkPathOpsConic.h37 SkDConic result = {{{fPts[2], fPts[1], fPts[0]} in flip() local
39 return result; in flip()
/third_party/skia/src/pdf/
H A DSkPDFSubsetFont.cpp100 HBBlob result(hb_face_reference_blob(subset.get()));
101 return to_data(std::move(result));
/third_party/skia/tests/
H A DSpecialImageTest.cpp100 bool result = canvas->readPixels(bm.info(), bm.getPixels(), bm.rowBytes(), 0, 0); in test_image() local
101 SkASSERT_RELEASE(result); in test_image()
/third_party/skia/tests/graphite/
H A DCommandBufferTest.cpp186 bool result = gpu->submit(commandBuffer); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
187 REPORTER_ASSERT(reporter, result); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.h83 inline std::ostream &operator<<(std::ostream &os, const TestResult &result) in operator <<() argument
85 return os << TestResultTypeToString(result.type); in operator <<()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-hmtx-table.hh91 bool result = plan->add_table (H::tableTag, dest_blob); in subset_update_header() local
94 return result; in subset_update_header()
H A Dhb-sanitize.hh289 bool end_recursion (bool result) in end_recursion()
292 return result; in end_recursion()
/third_party/python/Lib/concurrent/futures/
H A Dthread.py58 result = self.fn(*self.args, **self.kwargs)
64 self.future.set_result(result)

Completed in 17 milliseconds

1...<<321322323324325326327328329330>>...433