Home
last modified time | relevance | path

Searched refs:result (Results 14051 - 14075 of 19589) sorted by relevance

1...<<561562563564565566567568569570>>...784

/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dsend.c140 int result = send(clnFd, NULL, sizeof(buf), 0); in SampleClientNullTask() local
141 EXPECT_EQ("send_0200", result, -1); in SampleClientNullTask()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp158 int result = timer_create(CLOCK_REALTIME, &sev, &timerid); in HWTEST_F() local
159 EXPECT_EQ(result, 0); in HWTEST_F()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DCommandLineMain.java169 recipeToNumbers.get(recipe).forEach(result -> System.out.println("\t" + result)); in printUsedRecipes()
/third_party/openssl/test/
H A Dssl_test_ctx_test.c157 return result; in test_empty_configuration()
201 return result; in test_good_configuration()
H A Drsa_test.c364 const int result = rsa_security_bits_cases[n].r; in test_rsa_security_bit() local
387 && TEST_uint_eq(RSA_security_bits(key), result)) in test_rsa_security_bit()
/third_party/openssl/test/ssl-tests/
H A Dprotocol_version.pm153 my ($result, $protocol) =
170 "ExpectedResult" => $result,
/third_party/python/Lib/test/
H A Dtest__osx_support.py322 result = _osx_support.get_platform_osx(config_vars, ' ', ' ', ' ')
323 self.assertEqual(('macosx', '10.6', 'fat'), result)
/third_party/python/Lib/
H A Dreprlib.py21 result = user_function(self)
24 return result
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_outwin.py46 w.get_saved.result = False
50 w.get_saved.result = True
/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()

Completed in 25 milliseconds

1...<<561562563564565566567568569570>>...784