Home
last modified time | relevance | path

Searched refs:result (Results 15876 - 15900 of 17461) sorted by relevance

1...<<631632633634635636637638639640>>...699

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_libtomcrypt.c741 u8 *result, size_t *result_len) in crypto_mod_exp()
757 if (mp_to_unsigned_bin(r, result) != CRYPT_OK) in crypto_mod_exp()
738 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) crypto_mod_exp() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp196 bool result = pattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F() local
197 EXPECT_EQ(result, false); in HWTEST_F()
202 result = pattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F()
203 EXPECT_EQ(result, false); in HWTEST_F()
327 bool result = true; in HWTEST_F() local
329 result = false; in HWTEST_F()
331 EXPECT_EQ(result, true); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp843 std::string result = std::string(jsonString); in GesturePointsToStr() local
846 return result; in GesturePointsToStr()
1448 MMI_HILOGE("Get value from setting data, result is false"); in HandleRepeatKey()
1666 bool result = false; in MatchShortcutKeys() local
1670 result = MatchShortcutKey(keyEvent, item.second, upAbilities) || result; in MatchShortcutKeys()
1686 if (result) { in MatchShortcutKeys()
1692 return result; in MatchShortcutKeys()
/third_party/nghttp2/src/
H A Dnghttp.cc1124 // Check NPN or ALPN result in connection_made()
2288 int result = 0; in communicate() local
2296 result = -1; in communicate()
2323 result = -1; in communicate()
2330 result = -1; in communicate()
2338 result = -1; in communicate()
2347 result = -1; in communicate()
2436 return result; in communicate()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp866 * from the LSB side. Subtract the result from 31 to convert the MSB count in emit_find_msb_using_lzd()
1313 /* If the result of the initial remainder operation is non-zero and the in nir_emit_alu()
1471 /* Produce a 32-bit boolean result from the DF comparison by selecting in nir_emit_alu()
1473 * so we can then move from there to the result using align16 again in nir_emit_alu()
1478 dst_reg result = dst_reg(this, glsl_type::bvec4_type); in nir_emit_alu() local
1479 emit(VEC4_OPCODE_PICK_LOW_32BIT, result, src_reg(temp)); in nir_emit_alu()
1480 emit(MOV(dst, src_reg(result))); in nir_emit_alu()
1563 * modifiers don't affect the result of the testing against 0.0. in nir_emit_alu()
1613 dst_reg result = dst_reg(this, glsl_type::dvec4_type); in nir_emit_alu() variable
1616 emit(VEC4_OPCODE_SET_LOW_32BIT, result, src_re in nir_emit_alu()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c781 * configuration result).
1705 bool result; in iris_resource_get_param() local
1753 result = iris_bo_flink(bo, &handle) == 0; in iris_resource_get_param()
1754 if (result) in iris_resource_get_param()
1756 return result; in iris_resource_get_param()
1777 result = iris_bo_export_dmabuf(bo, (int *) &handle) == 0; in iris_resource_get_param()
1778 if (result) in iris_resource_get_param()
1780 return result; in iris_resource_get_param()
/third_party/node/deps/openssl/openssl/
H A DConfigure2586 # Massage the result
2939 # This is useful if you want to combine a string with the result of a
3023 my @result;
3034 @result = ( eval $content );
3037 return wantarray ? @result : $result[0];
3138 # default combiner (below), and the result becomes this target's
3196 # Finally done, return the result.
3525 # line and the CODEref does something with the result of the regexp.
3569 my @result
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c1948 * file system. If "result" is non-NULL, a pointer to a newly
1951 FILE *pa_open_config_file(const char *global, const char *local, const char *env, char **result) { in pa_open_config_file() argument
1957 if (result) in pa_open_config_file()
1958 *result = pa_xstrdup(fn); in pa_open_config_file()
1988 if (result) in pa_open_config_file()
1989 *result = pa_xstrdup(fn); in pa_open_config_file()
2017 if (result) in pa_open_config_file()
2018 *result = gfn; in pa_open_config_file()
/third_party/openssl/
H A DConfigure2581 # Massage the result
2934 # This is useful if you want to combine a string with the result of a
3018 my @result;
3029 @result = ( eval $content );
3032 return wantarray ? @result : $result[0];
3133 # default combiner (below), and the result becomes this target's
3191 # Finally done, return the result.
3520 # line and the CODEref does something with the result of the regexp.
3564 my @result
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1578 // Read back result image in verifyImage()
1589 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local
1591 const tcu::ConstPixelBufferAccess depthResult = tcu::getEffectiveDepthStencilAccess(result, mode); in verifyImage()
1609 // Read back result image in verifyImage()
1620 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local
1622 const tcu::ConstPixelBufferAccess stencilResult = tcu::getEffectiveDepthStencilAccess(result, mode); in verifyImage()
1702 // Read back result image in verifyImage()
1712 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local
1717 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison", referenceTextureLevel->getAccess(), result, fThreshold, tcu::COMPARE_LOG_RESULT)) in verifyImage()
1722 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison", referenceTextureLevel->getAccess(), result, uThreshol in verifyImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp1769 VkResult result = VK_SUCCESS; in vkDeviceMemoryAllocateAndFreeTest() local
1779 result = vkd.allocateMemory(*device, &memoryAllocateInfo, (const VkAllocationCallbacks*)DE_NULL, &memory); in vkDeviceMemoryAllocateAndFreeTest()
1780 if (result != VK_SUCCESS) in vkDeviceMemoryAllocateAndFreeTest()
1860 VkResult result = vkd.allocateMemory(*device, &memoryAllocateInfo, (const VkAllocationCallbacks*)DE_NULL, &memory1); in vkDeviceMemoryAllocationFailedTest() local
1861 if (result != VK_SUCCESS) in vkDeviceMemoryAllocationFailedTest()
1866 result = vkd.allocateMemory(*device, &memoryAllocateInfo, (const VkAllocationCallbacks*)DE_NULL, &memory2); in vkDeviceMemoryAllocationFailedTest()
1867 if (result == VK_SUCCESS) in vkDeviceMemoryAllocationFailedTest()
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py295 result = mock()
296 self.assertEqual(mock(), result,
297 "different result from consecutive calls")
645 result = mock.attribute.frog(1, 2, fish=3)
647 self.assertEqual(result, Real.attribute.frog())
1173 result = m()
1174 result.wibble()
1178 self.assertEqual(result.mock_calls, [call.wibble()])
1914 # Test dunder_iter method generates the expected result and
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp35 uint64_t * result = new uint64_t[numWords]; in getClearedMemory() local
36 assert(result && "APInt memory allocation fails!"); in getClearedMemory()
37 memset(result, 0, numWords * sizeof(uint64_t)); in getClearedMemory()
38 return result; in getClearedMemory()
44 uint64_t * result = new uint64_t[numWords]; in getMemory() local
45 assert(result && "APInt memory allocation fails!"); in getMemory()
46 return result; in getMemory()
193 /// no further borrowing is neeeded or it runs out of "digits" in x. The result
221 /// places the result in dest.
290 /// Multiplies an integer array, x, by a uint64_t integer and places the result
[all...]
/third_party/skia/third_party/skcms/
H A Dskcms.cc2863 // now slightly misnamed but it's a handy spot to stash the result.
3003 skcms_ICCProfile result = *profile;
3004 result.has_B2A = false;
3005 if (!skcms_MakeUsableAsDestination(&result)) {
3014 if (!skcms_TransferFunction_invert(&result.trc[i].parametric, &inv)) {
3029 result.trc[i].parametric = result.trc[best_tf].parametric;
3032 *profile = result;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1418 // Read back result image in verifyImage()
1429 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local
1431 const tcu::ConstPixelBufferAccess depthResult = tcu::getEffectiveDepthStencilAccess(result, mode); in verifyImage()
1449 // Read back result image in verifyImage()
1460 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local
1462 const tcu::ConstPixelBufferAccess stencilResult = tcu::getEffectiveDepthStencilAccess(result, mode); in verifyImage()
1542 // Read back result image in verifyImage()
1551 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local
1556 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison", referenceTextureLevel->getAccess(), result, fThreshold, tcu::COMPARE_LOG_RESULT)) in verifyImage()
1561 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison", referenceTextureLevel->getAccess(), result, uThreshol in verifyImage()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c126 enum gas_query_result result, in interworking_anqp_resp_cb()
134 " dialog_token=%u result=%d status_code=%u", in interworking_anqp_resp_cb()
135 MAC2STR(dst), dialog_token, result, status_code); in interworking_anqp_resp_cb()
136 anqp_resp_cb(wpa_s, dst, dialog_token, result, adv_proto, resp, in interworking_anqp_resp_cb()
745 * this should not result in selecting incorrect networks. in plmn_id_match()
3047 enum gas_query_result result, in anqp_resp_cb()
3060 " dialog_token=%u result=%d status_code=%u", in anqp_resp_cb()
3061 MAC2STR(dst), dialog_token, result, status_code); in anqp_resp_cb()
3062 if (result != GAS_QUERY_SUCCESS) { in anqp_resp_cb()
3132 wpa_msg(wpa_s, MSG_INFO, ANQP_QUERY_DONE "addr=" MACSTR " result in anqp_resp_cb()
124 interworking_anqp_resp_cb(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code) interworking_anqp_resp_cb() argument
3046 anqp_resp_cb(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code) anqp_resp_cb() argument
3170 gas_resp_cb(void *ctx, const u8 *addr, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code) gas_resp_cb() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.c747 ANDROID_INFO(("wl_android_get_link_speed: command result is %s\n", command)); in wl_android_get_link_speed()
834 ANDROID_TRACE(("wl_android_get_rssi: command result is %s (%d)\n", command, bytes_written)); in wl_android_get_rssi()
1748 u8 result[WLC_IOCTL_SMLEN]; in wl_chanim_stats() local
1757 (char*)result, sizeof(result), 0)) < 0) { in wl_chanim_stats()
1762 list = (wl_chanim_stats_t*)result; in wl_chanim_stats()
3217 ANDROID_INFO(("command result is %s \n", command)); in wl_android_set_auto_channel()
3907 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local
3944 result |= WL_ANDROID_LINK_AP_VHT_SUPPORT; in wl_android_get_link_status()
3984 result | in wl_android_get_link_status()
[all...]
/third_party/backends/backend/
H A Dcanon_lide70-common.c2329 int result = 0; in init_2225() local
2387 DBG (1, "INIT state: %0d\n", result); in init_2225()
2388 return result; in init_2225()
2396 int result = 0; in init_2224() local
2440 DBG (1, "INIT state: %0d\n", result); in init_2224()
2442 return result; in init_2224()
2448 int result; in init() local
2456 result = init_2225 (chndl); in init()
2465 result = init_2224 (chndl); in init()
2467 return result; in init()
3244 int result; CANON_start_scan() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1775 glw::GLuint result = 0; in checkUniformAndResourceApi() local
1830 result |= m_get_type_api_status_uniform; in checkUniformAndResourceApi()
1834 result |= m_get_type_api_status_program_resource; in checkUniformAndResourceApi()
1837 return result; in checkUniformAndResourceApi()
1859 * @param width Width of result image
1860 * @param height Height of result image
2145 /* Store result */ in getPassThroughFragmentShaderCode()
2210 /* Store result */ in getPassThroughTesselationControlShaderCode()
2254 /* Store result */ in getPassThroughTesselationEvaluationShaderCode()
2334 /* Store result */ in getPassThroughVertexShaderCode()
3946 bool result = false; global() local
[all...]
/third_party/python/Lib/test/
H A Dtest_re.py1844 # to create the replacement result.
2756 result = obj.search(s)
2758 self.assertIsNone(result, 'Succeeded incorrectly')
2762 self.assertTrue(result, 'Failed incorrectly')
2764 # result string and compare it to our expected result.
2765 start, end = result.span(0)
2766 vardict = {'found': result.group(0),
2767 'groups': result.group(),
2768 'flags': result
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1906 double result,
2332 // Ensure that result is always within [-1, 1], or NaN (for +-inf) in getCodomain()
3439 Interval result = x; in applyPoint() local
3441 result |= minVal; in applyPoint()
3443 result |= maxVal; in applyPoint()
3444 return result; in applyPoint()
3508 // GLSL (in contrast to IEEE) says that result of applying frexp in doApply()
3561 // the result is undefined. in doApply()
4760 bool result = true; in testStatement() local
4790 result in testStatement()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp1854 * @tc.expected: the result of OnDirtyLayoutWrapperSwap is true. in HWTEST_F()
2156 * @tc.expected: the result of OnDirtyLayoutWrapperSwap is true. in HWTEST_F()
2356 * @tc.expected: the result of LunarDateCompare is 1. in HWTEST_F()
2362 * @tc.expected: the result of LunarDateCompare is -1. in HWTEST_F()
2368 * @tc.expected: the result of LunarDateCompare is -1. in HWTEST_F()
2375 * @tc.expected: the result of LunarDateCompare is 1. in HWTEST_F()
5745 auto result = DatePickerDialogView::ConvertFontScaleValue(fontSizeValue, fontSizeLimit, true); in HWTEST_F() local
5746 EXPECT_EQ(fontSizeLimit.Value(), result.Value()); in HWTEST_F()
5759 auto result = DatePickerDialogView::ConvertFontScaleValue(fontSizeValue, fontSizeLimit, true); in HWTEST_F() local
5760 EXPECT_EQ(fontSizeValue.Value(), result in HWTEST_F()
5773 Dimension result = DatePickerDialogView::ConvertFontSizeLimit(fontSizeValue, fontSizeLimit, isUserSetFont); HWTEST_F() local
5787 Dimension result = DatePickerDialogView::ConvertFontSizeLimit(fontSizeValue, fontSizeLimit, isUserSetFont); HWTEST_F() local
5803 Dimension result = DatePickerDialogView::ConvertFontSizeLimit(fontSizeValue, fontSizeLimit, isUserSetFont); HWTEST_F() local
5820 Dimension result = DatePickerDialogView::ConvertFontSizeLimit(fontSizeValue, fontSizeLimit, isUserSetFont); HWTEST_F() local
5833 Dimension result = DatePickerDialogView::AdjustFontSizeScale(fontSizeValue, fontScale); HWTEST_F() local
5846 Dimension result = DatePickerDialogView::AdjustFontSizeScale(fontSizeValue, fontScale); HWTEST_F() local
5859 Dimension result = DatePickerDialogView::AdjustFontSizeScale(fontSizeValue, fontScale); HWTEST_F() local
5872 Dimension result = DatePickerDialogView::AdjustFontSizeScale(fontSizeValue, fontScale); HWTEST_F() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h634 TNode<Smi> result = BitcastWordToTaggedSigned( in SmiShl() local
636 // Smi shift have different result to int32 shift when the inputs are not in SmiShl()
639 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift), in SmiShl()
641 return result; in SmiShl()
645 TNode<Smi> result; in SmiShr() local
647 result = BitcastWordToTaggedSigned( in SmiShr()
654 result = BitcastWordToTaggedSigned(WordAnd( in SmiShr()
660 // Smi shift have different result to int32 shift when the inputs are not in SmiShr()
663 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift), in SmiShr()
665 return result; in SmiShr()
2043 TNode<FixedArray> result = UncheckedCast<FixedArray>( AllocateZeroedFixedArray() local
2052 TNode<FixedDoubleArray> result = UncheckedCast<FixedDoubleArray>( AllocateZeroedFixedDoubleArray() local
2061 TNode<FixedArray> result = UncheckedCast<FixedArray>( AllocateFixedArrayWithHoles() local
2070 TNode<FixedDoubleArray> result = UncheckedCast<FixedDoubleArray>( AllocateFixedDoubleArrayWithHoles() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp823 // components to determine if the obtained result is fine.
1017 tcu::IVec2 result(static_cast<int>(val[0].lo()), static_cast<int>(val[1].lo())); in comparisonMessageInterval()
1018 return comparisonMessage(result); in comparisonMessageInterval()
1024 tcu::IVec3 result(static_cast<int>(val[0].lo()), static_cast<int>(val[1].lo()), static_cast<int>(val[2].lo())); in comparisonMessageInterval()
1025 return comparisonMessage(result); in comparisonMessageInterval()
1031 tcu::IVec4 result(static_cast<int>(val[0].lo()), static_cast<int>(val[1].lo()), static_cast<int>(val[2].lo()), static_cast<int>(val[3].lo())); in comparisonMessageInterval()
1032 return comparisonMessage(result); in comparisonMessageInterval()
2514 double result,
2547 int result = 0; in doApply() local
2554 result in doApply()
[all...]
/third_party/python/Python/
H A Dcompile.c376 // i items off of the stack. The end result looks like this (with each block
458 PyObject *result; in _Py_Mangle() local
504 result = PyUnicode_New(1 + nlen + plen, maxchar); in _Py_Mangle()
505 if (!result) in _Py_Mangle()
508 PyUnicode_WRITE(PyUnicode_KIND(result), PyUnicode_DATA(result), 0, '_'); in _Py_Mangle()
509 if (PyUnicode_CopyCharacters(result, 1, privateobj, ipriv, plen) < 0) { in _Py_Mangle()
510 Py_DECREF(result); in _Py_Mangle()
513 if (PyUnicode_CopyCharacters(result, plen+1, ident, 0, nlen) < 0) { in _Py_Mangle()
514 Py_DECREF(result); in _Py_Mangle()
844 basicblock *result = compiler_new_block(c); compiler_copy_block() local
7105 int result = compiler_match_inner(c, s, &pc); compiler_match() local
[all...]

Completed in 109 milliseconds

1...<<631632633634635636637638639640>>...699