/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | schriter.h | 147 * referred to by "result". Even if this iterator iterates across 149 * @param result Receives a copy of the text under iteration. 152 virtual void getText(UnicodeString& result);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 71 /// @param result Set to the type of file, or file_magic::unknown. 72 /// @returns errc::success if result has been successfully set, otherwise a 74 std::error_code identify_magic(const Twine &path, file_magic &result);
|
/third_party/python/Lib/unittest/ |
H A D | __init__.py | 60 from .result import TestResult
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | mod.rs | 16 pub use crate::lib::result::Result::{self, Err, Ok};
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | gas_query.h | 25 * enum gas_query_result - GAS query result 40 enum gas_query_result result,
|
H A D | interworking.h | 18 enum gas_query_result result,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | gas_query.h | 24 * enum gas_query_result - GAS query result 39 enum gas_query_result result,
|
H A D | interworking.h | 18 enum gas_query_result result,
|
/vendor/hihope/dayu210/bluetooth/include/ |
H A D | bt_vendor_lib.h | 112 typedef void (*init_callback)(bt_op_result_t result); 141 /* notifies caller result of init request */
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | bt_vendor_lib.h | 112 typedef void (*init_callback)(bt_op_result_t result); 141 /* notifies caller result of init request */
|
/test/xts/hats/telephony/ril/hdi_v1.0/ |
H A D | hdf_ril_hdiService_test.cpp | 276 const RilRadioResponseInfo &responseInfo, const CallRestrictionResult &result) override; 346 int32_t GetSimIOResponse(const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) override; 347 int32_t GetSimStatusResponse(const RilRadioResponseInfo &responseInfo, const CardStatusInfo &result) override; 349 const SimCardStatusInfo &result) override; 375 const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) override; 377 const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) override; 379 const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) override; 639 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CardStatusInfo &result) in GetSimStatusResponse() 641 HDF_LOGI("GetBoolResult GetSimStatus result : slotId = %{public}d, simType = %{public}d, simState = %{public}d", in GetSimStatusResponse() 642 responseInfo.slotId, result in GetSimStatusResponse() 638 GetSimStatusResponse( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CardStatusInfo &result) GetSimStatusResponse() argument 651 GetSimCardStatusResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_3::SimCardStatusInfo &result) GetSimCardStatusResponse() argument 664 GetSimIOResponse(const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) GetSimIOResponse() argument 825 SimTransmitApduLogicalChannelResponse( const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) SimTransmitApduLogicalChannelResponse() argument 837 SimTransmitApduBasicChannelResponse( const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) SimTransmitApduBasicChannelResponse() argument 848 SimAuthenticationResponse(const RilRadioResponseInfo &responseInfo, const IccIoResultInfo &result) SimAuthenticationResponse() argument 1744 GetCallRestrictionResponse( const RilRadioResponseInfo &responseInfo, const CallRestrictionResult &result) GetCallRestrictionResponse() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_origin_test_ng.cpp | 1245 auto result = paintMethod->GetContentDrawFunction(paintWrapper); in HWTEST_F() local 1246 EXPECT_NE(result, nullptr); in HWTEST_F() 1247 result(canvas); in HWTEST_F() 1257 auto result = paintMethod->GetContentDrawFunction(paintWrapper); in HWTEST_F() local 1258 EXPECT_NE(result, nullptr); in HWTEST_F() 1259 result(canvas); in HWTEST_F() 2191 auto result = menuAlgorithm->GetIfNeedArrow(layoutWrapper, menuSize); in HWTEST_F() local 2192 EXPECT_TRUE(result); in HWTEST_F() 2195 result = menuAlgorithm->GetIfNeedArrow(layoutWrapper, menuSize); in HWTEST_F() 2196 EXPECT_TRUE(result); in HWTEST_F() 2226 auto result = menuAlgorithm->GetIfNeedArrow(layoutWrapper, menuSize); HWTEST_F() local 2263 auto result = menuAlgorithm->GetIfNeedArrow(layoutWrapper, menuSize); HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-event.c | 193 static int convert_exec_to_group(const char *exec, char **result) in convert_exec_to_group() argument 220 *result = strdup(buf); in convert_exec_to_group() 221 ret = *result ? 0 : -ENOMEM; in convert_exec_to_group() 368 struct perf_probe_point *result, in find_alternative_probe_point() 405 result); in find_alternative_probe_point() 409 result->offset += pp->offset; in find_alternative_probe_point() 410 result->line += pp->line; in find_alternative_probe_point() 411 result->retprobe = pp->retprobe; in find_alternative_probe_point() 444 struct perf_probe_point result; in get_alternative_line_range() local 447 memset(&result, in get_alternative_line_range() 366 find_alternative_probe_point(struct debuginfo *dinfo, struct perf_probe_point *pp, struct perf_probe_point *result, const char *target, struct nsinfo *nsi, bool uprobes) find_alternative_probe_point() argument 2536 perf_probe_event__sprintf(const char *group, const char *event, struct perf_probe_event *pev, const char *module, struct strbuf *result) perf_probe_event__sprintf() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 300 uint32_t status, result; in __lpfc_nvme_xmt_ls_rsp_cmp() local 303 result = wcqe->parameter; in __lpfc_nvme_xmt_ls_rsp_cmp() 312 lpfc_nvmeio_data(phba, "NVMEx LS CMPL: xri x%x stat x%x result x%x\n", in __lpfc_nvme_xmt_ls_rsp_cmp() 313 axchg->oxid, status, result); in __lpfc_nvme_xmt_ls_rsp_cmp() 317 status, result, axchg->oxid); in __lpfc_nvme_xmt_ls_rsp_cmp() 346 uint32_t status, result; in lpfc_nvmet_xmt_ls_rsp_cmp() local 352 result = wcqe->parameter; in lpfc_nvmet_xmt_ls_rsp_cmp() 358 if (result == IOERR_ABORT_REQUESTED) in lpfc_nvmet_xmt_ls_rsp_cmp() 724 uint32_t status, result, op, start_clean, logerr; in lpfc_nvmet_xmt_fcp_op_cmp() local 736 result in lpfc_nvmet_xmt_fcp_op_cmp() 3045 uint32_t result; lpfc_nvmet_sol_fcp_abort_cmp() local 3115 uint32_t result; lpfc_nvmet_unsol_fcp_abort_cmp() local 3195 uint32_t result; lpfc_nvmet_xmt_ls_abort_cmp() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-event.c | 203 static int convert_exec_to_group(const char *exec, char **result) in convert_exec_to_group() argument 230 *result = strdup(buf); in convert_exec_to_group() 231 ret = *result ? 0 : -ENOMEM; in convert_exec_to_group() 378 struct perf_probe_point *result, in find_alternative_probe_point() 415 ret = debuginfo__find_probe_point(dinfo, address, result); in find_alternative_probe_point() 419 result->offset += pp->offset; in find_alternative_probe_point() 420 result->line += pp->line; in find_alternative_probe_point() 421 result->retprobe = pp->retprobe; in find_alternative_probe_point() 454 struct perf_probe_point result; in get_alternative_line_range() local 457 memset(&result, in get_alternative_line_range() 376 find_alternative_probe_point(struct debuginfo *dinfo, struct perf_probe_point *pp, struct perf_probe_point *result, const char *target, struct nsinfo *nsi, bool uprobes) find_alternative_probe_point() argument 2579 perf_probe_event__sprintf(const char *group, const char *event, struct perf_probe_event *pev, const char *module, struct strbuf *result) perf_probe_event__sprintf() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 301 uint32_t status, result; in __lpfc_nvme_xmt_ls_rsp_cmp() local 304 result = wcqe->parameter; in __lpfc_nvme_xmt_ls_rsp_cmp() 313 lpfc_nvmeio_data(phba, "NVMEx LS CMPL: xri x%x stat x%x result x%x\n", in __lpfc_nvme_xmt_ls_rsp_cmp() 314 axchg->oxid, status, result); in __lpfc_nvme_xmt_ls_rsp_cmp() 318 status, result, axchg->oxid); in __lpfc_nvme_xmt_ls_rsp_cmp() 347 uint32_t status, result; in lpfc_nvmet_xmt_ls_rsp_cmp() local 354 result = wcqe->parameter; in lpfc_nvmet_xmt_ls_rsp_cmp() 360 if (result == IOERR_ABORT_REQUESTED) in lpfc_nvmet_xmt_ls_rsp_cmp() 725 uint32_t status, result, op, logerr; in lpfc_nvmet_xmt_fcp_op_cmp() local 738 result in lpfc_nvmet_xmt_fcp_op_cmp() 3047 uint32_t result; lpfc_nvmet_sol_fcp_abort_cmp() local 3118 uint32_t result; lpfc_nvmet_unsol_fcp_abort_cmp() local 3199 uint32_t result; lpfc_nvmet_xmt_ls_abort_cmp() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | libiscsi.c | 638 sc->result = err << 16; in __fail_scsi_task() 880 sc->result = (DID_OK << 16) | rhdr->cmd_status; in iscsi_scsi_cmd_rsp() 904 sc->result = DID_ERROR << 16; in iscsi_scsi_cmd_rsp() 916 sc->result = DID_BAD_TARGET << 16; in iscsi_scsi_cmd_rsp() 933 sc->result = (DID_BAD_TARGET << 16) | rhdr->cmd_status; in iscsi_scsi_cmd_rsp() 946 sc->result = (DID_BAD_TARGET << 16) | rhdr->cmd_status; in iscsi_scsi_cmd_rsp() 950 sc, sc->result, task->itt); in iscsi_scsi_cmd_rsp() 975 sc->result = (DID_OK << 16) | rhdr->cmd_status; in iscsi_data_in_rsp() 986 sc->result = (DID_BAD_TARGET << 16) | rhdr->cmd_status; in iscsi_data_in_rsp() 991 sc, sc->result, tas in iscsi_data_in_rsp() [all...] |
/third_party/backends/backend/ |
H A D | plustek.c | 58 * - added WIFSIGNALED to check result of child termination 1170 * @param result - pointer to the var that should receive our result 1171 * @param def - default value that result should be in case of any error 1176 decodeVal( char *src, char *opt, int what, void *result, void *def ) in decodeVal() argument 1197 *((int*)result) = *((int*)def); in decodeVal() 1205 *((int*)result) = strtol( tmp2, 0, 0 ); in decodeVal() 1215 *((double*)result) = *((double*)def); in decodeVal() 1223 *((double*)result) = strtod( tmp2, 0 ); in decodeVal() 1275 int result; in attach() local 2389 int result; local_sane_start() local [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 69 // lowest-order bit that will fit into the result ('onebit') as having in FPRound() 71 // the result ('halfbit') has the value '0.5'. The 'point' sits between in FPRound() 74 // These bits fit into the result. in FPRound() 126 // Apply the exponent bias to encode it for the result. Doing this early makes in FPRound() 131 // Overflow: the input is too large for the result type to represent. in FPRound() 163 // result. A shift of exactly highest_significant_bit+1 might produce a in FPRound() 164 // non-zero result after rounding. in FPRound() 167 // The result will always be +/-0.0. in FPRound() 196 T result = in FPRound() local 208 return result in FPRound() 349 T result; Get() local 440 int64_t result; IntLeftJustified() local 1041 T result; vreg() local 2310 CalcNFlag(T result) CalcNFlag() argument 2314 CalcZFlag(uint64_t result) CalcZFlag() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 293 std::string result(""); in generateTestName() 299 result += getPipelineStageFlagStr(*it, false) + '_'; in generateTestName() 303 result += "in_render_pass"; in generateTestName() 305 result += "out_of_render_pass"; in generateTestName() 308 result += "_host_query_reset"; in generateTestName() 311 result += "_transfer_queue"; in generateTestName() 314 result += "_with_availability_bit"; in generateTestName() 316 return result; in generateTestName() 355 std::string result(""); 361 result 1110 LARGE_INTEGER result; getHostNativeTimestamp() local 1169 const tcu::TestStatus result = runTest(); iterate() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuAstcUtil.cpp | 75 deUint32 result = 0; in reverseBits() local 77 result |= ((src >> i) & 1) << (numBits-1-i); in reverseBits() 78 return result; in reverseBits() 573 int result = 0; 575 result += computeNumColorEndpointValues(endpointModes[i]); 576 return result; 1412 DecompressResult result = DECOMPRESS_RESULT_VALID_BLOCK; 1445 result = DECOMPRESS_RESULT_ERROR; 1483 return result; 1875 int result [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/services/ |
H A D | faultlogger_daemon_test.cpp | 333 bool result = daemon->CheckRequestCredential(connectionFd, nullptr); in TestCheckRequestCredential() local 334 ASSERT_EQ(result, false); in TestCheckRequestCredential() 335 result = daemon->CheckRequestCredential(connectionFd, &faultloggerdRequest); in TestCheckRequestCredential() 336 ASSERT_EQ(result, false); in TestCheckRequestCredential() 866 requst.result = 1; in InitStatsRequests() 875 requst.result = 1; in InitStatsRequests()
|
/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/ |
H A D | wifi_manager_addon.cpp | 257 napi_value result = nullptr;
in IsWifiDisabled() local 258 napi_get_boolean(env, isDisabled, &result);
in IsWifiDisabled() 259 return result;
in IsWifiDisabled() 575 napi_value result = nullptr;
in IsWifiActiveSync() local 576 napi_get_boolean(env, isActive, &result);
in IsWifiActiveSync() 577 return result;
in IsWifiActiveSync()
|
/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/ |
H A D | bundle_manager_addon.cpp | 212 napi_value result = nullptr; in NativeUninstallCallbackComplete() local 214 napi_call_function(env, nullptr, callback, ARGS_SIZE_ONE, &error, &result); in NativeUninstallCallbackComplete() 707 napi_value result = nullptr; in GetAllowedOrDisallowedInstallBundlesSync() local 708 napi_create_array(env, &result); in GetAllowedOrDisallowedInstallBundlesSync() 709 ConvertStringVectorToJS(env, appIds, result); in GetAllowedOrDisallowedInstallBundlesSync() 710 return result; in GetAllowedOrDisallowedInstallBundlesSync()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | date_time_format.cpp | 571 std::string result; in Format() local 582 dateString.toUTF8String(result); in Format() 583 return PseudoLocalizationProcessor(result); in Format() 592 std::string result; in FormatRange() local 614 dateString.toUTF8String(result); in FormatRange() 615 return PseudoLocalizationProcessor(result); in FormatRange()
|