/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ProgramImpl.h | 34 // 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 D | VertexDeclarationCache.cpp | 240 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 D | gl3cTestPackages.cpp | 99 const tcu::TestCase::IterateResult result = testCase->iterate(); in iterate() local 106 return result; in iterate()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeExtractShaderPrograms.cpp | 108 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 D | val_fixtures.h | 116 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 D | EGLX11VisualTest.cpp | 59 int result = visuals[i].visualid; in chooseDifferentVisual() local 61 return result; in chooseDifferentVisual()
|
H A D | EGLBlobCacheTest.cpp | 42 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 D | ui.h | 72 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 D | val_fixtures.h | 116 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 D | main.cpp | 153 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 D | pngpixel.c | 149 volatile int result = 1/*fail*/; in main() local 369 return result; in main()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | formattedval_impl.h | 272 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 D | test_parse_cookies.c | 207 if (msg->data.result != CURLE_OK) in testExternalGet() 211 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_process_arguments.c | 206 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 D | testStreamWaitState.cpp | 61 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 D | SkPathOpsQuad.h | 47 SkDQuad result = {{fPts[2], fPts[1], fPts[0]} SkDEBUGPARAMS(fDebugGlobalState) }; in flip() local 48 return result; in flip()
|
H A D | SkPathOpsLine.cpp | 17 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 D | SkPathOpsConic.h | 37 SkDConic result = {{{fPts[2], fPts[1], fPts[0]} in flip() local 39 return result; in flip()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFSubsetFont.cpp | 100 HBBlob result(hb_face_reference_blob(subset.get())); 101 return to_data(std::move(result));
|
/third_party/skia/tests/ |
H A D | SpecialImageTest.cpp | 100 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 D | CommandBufferTest.cpp | 186 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 D | TestSuite.h | 83 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 D | hb-ot-hmtx-table.hh | 91 bool result = plan->add_table (H::tableTag, dest_blob); in subset_update_header() local 94 return result; in subset_update_header()
|
H A D | hb-sanitize.hh | 289 bool end_recursion (bool result) in end_recursion() 292 return result; in end_recursion()
|
/third_party/python/Lib/concurrent/futures/ |
H A D | thread.py | 58 result = self.fn(*self.args, **self.kwargs) 64 self.future.set_result(result)
|