/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | send.c | 140 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 D | timer_test.cpp | 158 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 D | CommandLineMain.java | 169 recipeToNumbers.get(recipe).forEach(result -> System.out.println("\t" + result)); in printUsedRecipes()
|
/third_party/openssl/test/ |
H A D | ssl_test_ctx_test.c | 157 return result; in test_empty_configuration() 201 return result; in test_good_configuration()
|
H A D | rsa_test.c | 364 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 D | protocol_version.pm | 153 my ($result, $protocol) = 170 "ExpectedResult" => $result,
|
/third_party/python/Lib/test/ |
H A D | test__osx_support.py | 322 result = _osx_support.get_platform_osx(config_vars, ' ', ' ', ' ') 323 self.assertEqual(('macosx', '10.6', 'fat'), result)
|
/third_party/python/Lib/ |
H A D | reprlib.py | 21 result = user_function(self) 24 return result
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_outwin.py | 46 w.get_saved.result = False 50 w.get_saved.result = True
|
/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()
|