Home
last modified time | relevance | path

Searched refs:result (Results 17051 - 17075 of 17461) sorted by relevance

1...<<681682683684685686687688689690>>...699

/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp550 auto result = handler.HandleKeyDown(nullptr); in HWTEST_F() local
551 ASSERT_FALSE(result); in HWTEST_F()
554 result = handler.HandleKeyDown(keyEvent); in HWTEST_F()
555 ASSERT_FALSE(result); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp430 void DmAuthManager::OnSessionOpened(int32_t sessionId, int32_t sessionSide, int32_t result) in OnSessionOpened() argument
432 LOGI("DmAuthManager::OnSessionOpened, sessionId = %{public}d and sessionSide = %{public}d result = %{public}d", in OnSessionOpened()
433 sessionId, sessionSide, result); in OnSessionOpened()
2374 auto result = bundleResourceProxy->GetBundleResourceInfo(bundleName, in GetBundleLable() local
2376 if (result != ERR_OK) { in GetBundleLable()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp1178 GLenum result; in VertexAttribIPointer() local
1179 tie(result, vertexInfo.offset) = WebGLArg::ToGLintptr(env, funcArg[NARG_POS::FOURTH]); in VertexAttribIPointer()
1180 if (result) { in VertexAttribIPointer()
1181 context->GetWebGL2RenderingContextImpl().SetError(result); in VertexAttribIPointer()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp2013 bool result = screenSession->HasPrivateSessionForeground(); in HWTEST_F() local
2014 EXPECT_EQ(result, true); in HWTEST_F()
2030 bool result = screenSession->HasPrivateSessionForeground(); in HWTEST_F() local
2031 EXPECT_EQ(result, false); in HWTEST_F()
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3642 int rel, result; in compareNames() local
3658 result=ucnv_compareNames(name1, name2); in compareNames()
3659 if(sign(result)!=rel) { in compareNames()
3660 log_err("ucnv_compareNames(\"%s\", \"%s\")=%d, sign!=%d\n", name1, name2, result, rel); in compareNames()
/third_party/libsnd/src/
H A Dsndfile.c442 SNDFILE *result ; in sf_open_fd() local
468 result = psf_open_file (psf, sfinfo) ; in sf_open_fd()
469 if (result != NULL && ! close_desc) in sf_open_fd()
472 return result ; in sf_open_fd()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp3574 UInt64 result = ConvertStringToUInt64(s, &end);
3577 else if (result <= (UInt32)0xFFFFFFFF)
3578 prop = (UInt32)result;
3580 prop = result;
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c196 static int opt_found(const char *name, unsigned int *result, in opt_found() argument
203 *result = pairs->retval; in opt_found()
208 #define opt_found(value, pairs, result)\
209 opt_found(value, result, pairs, OSSL_NELEM(pairs))
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl398 # result of multiplication of modulus by "magic" digit [and
499 // multiplication result, which can't overflow, because it
955 orr $acc0,$acc0,$acc1 // see if result is zero
976 orr $acc0,$acc0,$acc1 // see if result is zero
1520 // multiplication result, which can't overflow, because it
/third_party/libabigail/src/
H A Dabg-writer.cc627 /// types. This allows for a stable result.
684 /// types. This allows for a stable result.
698 /// function with the result of the sorting.
720 /// function with the result of the sorting.
742 /// function with the result of the sorting.
3687 type_base_wptrs_type result; in write_class_decl() local
3708 result)) in write_class_decl()
3710 for (auto t : result) in write_class_decl()
3745 for (auto t : result) in write_class_decl()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2897 result: *mut *mut ::group, in getgrgid_r()
2906 result: *mut *mut ::group, in getgrnam_r()
2921 result: *mut *mut passwd, in getpwnam_r()
2928 result: *mut *mut passwd, in getpwuid_r()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3357 result: *mut *mut ::group, in getgrgid_r()
3366 result: *mut *mut ::group, in getgrnam_r()
3379 result: *mut *mut passwd, in getpwnam_r()
3386 result: *mut *mut passwd, in getpwuid_r()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py1675 self.assertEqual(t.result(), 'cancelled')
1676 self.assertRaises(asyncio.CancelledError, f.result)
2732 result = await self.loop.run_in_executor(
2735 return result
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl423 # result of multiplication of modulus by "magic" digit [and
524 // multiplication result, which can't overflow, because it
984 orr $acc0,$acc0,$acc1 // see if result is zero
1005 orr $acc0,$acc0,$acc1 // see if result is zero
1554 // multiplication result, which can't overflow, because it
/third_party/openssl/apps/
H A Dspeed.c196 static int opt_found(const char *name, unsigned int *result, in opt_found() argument
203 *result = pairs->retval; in opt_found()
208 #define opt_found(value, pairs, result)\
209 opt_found(value, result, pairs, OSSL_NELEM(pairs))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp676 // Compare result with reference image in verifyImage()
683 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize); in verifyImage() local
689 result->getAccess(), in verifyImage()
1961 // verify result in iterate()
1967 return tcu::TestStatus::pass("result image matches with reference"); in iterate()
2642 // Compare result with reference image in verify()
2654 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize); in verify() local
2660 result->getAccess(), in verify()
2672 // verify result in verify()
/third_party/skia/src/core/
H A DSkPath.cpp669 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rLineTo()
689 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rQuadTo()
722 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rConicTo()
745 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rCubicTo()
1274 outside their marks. A round rect may lose convexity as a result. If the input in arcTo()
3818 SkPath result = rec.fResult.detach().makeTransform(mx); in clip() local
3819 if (!result.isFinite()) { in clip()
3820 result = SkPath(); in clip()
3822 return result; in clip()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c248 * @return -1, 0 or 1 depending on result of compare
314 int result; in MHD_ip_limit_add() local
353 result = (key->count < daemon->per_ip_connection_limit); in MHD_ip_limit_add()
354 if (MHD_YES == result) in MHD_ip_limit_add()
358 return result; in MHD_ip_limit_add()
1692 * on a connection that was not previously suspended will result
2153 * `select()` on the result from #MHD_get_fdset. File descriptors in
2245 * and then #MHD_run_from_select with the result.
2906 * result should be UTF-8 encoded and cannot be larger than the input.
2907 * The result mus
[all...]
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2944 result: *mut *mut ::group, in getgrgid_r()
2982 result: *mut *mut ::group, in getgrnam_r()
3010 result: *mut *mut passwd, in getpwnam_r()
3021 result: *mut *mut passwd, in getpwuid_r()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp674 // Compare result with reference image in verifyImage()
681 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize); in verifyImage() local
687 result->getAccess(), in verifyImage()
1967 // verify result in iterate()
1973 return tcu::TestStatus::pass("result image matches with reference"); in iterate()
2650 // Compare result with reference image in verify()
2662 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize); in verify() local
2668 result->getAccess(), in verify()
2680 // verify result in verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1742 int result; in wpas_dbus_handler_remove_network() local
1765 result = wpa_supplicant_remove_network(wpa_s, id); in wpas_dbus_handler_remove_network()
1766 if (result == -1) { in wpas_dbus_handler_remove_network()
1770 if (result == -2) { in wpas_dbus_handler_remove_network()
3655 /* Loop through scan results and append each result's object path */ in wpas_dbus_getter_bsss()
3965 /* Loop through scan results and append each result's object path */ in wpas_dbus_getter_stas()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c2990 "DPP: Configurator requested connection status result"); in dpp_conf_resp_rx()
3258 token = json_get_member(root, "result"); in dpp_conn_status_result_rx()
3260 dpp_auth_fail(auth, "No connStatus - result"); in dpp_conn_status_result_rx()
3263 wpa_printf(MSG_DEBUG, "DPP: result %d", token->number); in dpp_conn_status_result_rx()
3273 struct wpabuf * dpp_build_conn_status(enum dpp_status_error result, in dpp_build_conn_status() argument
3283 json_add_int(json, "result", result); in dpp_build_conn_status()
3304 enum dpp_status_error result, in dpp_build_conn_status_result()
3314 json = dpp_build_conn_status(result, ssid, ssid_len, channel_list); in dpp_build_conn_status_result()
3303 dpp_build_conn_status_result(struct dpp_authentication *auth, enum dpp_status_error result, const u8 *ssid, size_t ssid_len, const char *channel_list) dpp_build_conn_status_result() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp5315 GLboolean result; in unmapBuffer() local
5316 if (buffer->unmap(this, &result) == angle::Result::Stop) in unmapBuffer()
5321 return result; in unmapBuffer()
6389 angle::Result result = in dispatchCompute() local
6396 if (ANGLE_UNLIKELY(IsError(result))) in dispatchCompute()
7820 GLenum result = GL_WAIT_FAILED; in clientWaitSync() local
7821 if (syncObject->clientWait(this, flags, timeout, &result) == angle::Result::Stop) in clientWaitSync()
7825 return result; in clientWaitSync()
8425 GLboolean result = GL_TRUE; in testFenceNV() local
8426 if (fenceObject->test(this, &result) in testFenceNV()
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_vdpu1.c700 .result = vdpu_result,
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp110 const AAFwk::WantParams &wantParams, int64_t requestCode, const bool &result) override {};

Completed in 137 milliseconds

1...<<681682683684685686687688689690>>...699