/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 131 std::pair<float, float> result; in calcTminTmax() local 137 result = std::make_pair(de::max(distanceToEdge - margin, 0.0f), distanceToEdge + margin); in calcTminTmax() 141 result.first = 0.0f; in calcTminTmax() 144 case RayEndType::ZERO: result.second = 0.0f; break; in calcTminTmax() 145 case RayEndType::INSIDE: result.second = distanceToEdge / 2.0f; break; in calcTminTmax() 146 case RayEndType::EDGE: result.second = distanceToEdge; break; in calcTminTmax() 147 case RayEndType::OUTSIDE: result.second = distanceToEdge + 1.0f; break; in calcTminTmax() 152 return result; in calcTminTmax() 198 VkTransformMatrixKHR result; in toTransformMatrixKHR() local 200 deMemset(result in toTransformMatrixKHR() [all...] |
H A D | vktRayTracingMemGuaranteeTests.cpp | 318 " imageStore(result, ivec2(gl_LaunchIDEXT), c);\n" in initPrograms() 324 " uint d = imageLoad(result, ivec2(gl_LaunchIDEXT)).x;\n" in initPrograms() 325 " imageStore(result, ivec2(gl_LaunchIDEXT), uvec4(d + 1, 0, 0, 1));\n"; in initPrograms() 334 "layout(set = 0, binding = 0, r32ui) uniform uimage2D result;\n" in initPrograms() 351 "layout(set = 0, binding = 0, r32ui)" + imageQualifiers + "uniform uimage2D result;\n" in initPrograms() 376 "layout(r32ui, set = 0, binding = 0)" + imageQualifiers + "uniform uimage2D result;\n" in initPrograms() 403 "layout(r32ui, set = 0, binding = 0)" + imageQualifiers + "uniform uimage2D result;\n" in initPrograms() 430 "layout(r32ui, set = 0, binding = 0)" + imageQualifiers + "uniform uimage2D result;\n" in initPrograms() 455 "layout(set = 0, binding = 0, r32ui)" + imageQualifiers + "uniform uimage2D result;\n" in initPrograms() 473 "layout(set = 0, binding = 0, r32ui)" + imageQualifiers + "uniform uimage2D result;\ in initPrograms() 548 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); initTopAccelerationStructure() local 566 de::MovePtr<BottomLevelAccelerationStructure> result = makeBottomLevelAccelerationStructure(); initBottomAccelerationStructure() local 604 vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; initBottomAccelerationStructures() local [all...] |
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sms.c | 85 if (responseInfo && responseInfo->result) { in HandlerSmsResult() 86 pLine = responseInfo->result; in HandlerSmsResult() 98 static void HandleResult(int32_t *err, char *result, const ResponseInfo *responseInfo, HRilSmsResponse *response) in HandleResult() argument 105 result = responseInfo->head->data; in HandleResult() 106 SkipATPrefix(&result); in HandleResult() 107 *err = NextInt(&result, &response->msgRef); in HandleResult() 127 char *result = NULL; in ReqSendGsmSms() local 160 HandleResult(&err, result, responseInfo, &response); in ReqSendGsmSms() 191 char *result = NULL; in ReqSendCdmaSms() local 219 result in ReqSendCdmaSms() 485 char *result = NULL; ReqGetSmscAddr() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_test.cpp | 318 int32_t result = ERR_OK; in HWTEST_F() local 323 int32_t ret = conti->OnContinueEnd(result); in HWTEST_F() 326 ret = conti->PostContinueEndTask(result); in HWTEST_F() 331 ret = conti->PostContinueEndTask(result); in HWTEST_F() 622 int32_t result = ERR_OK; in HWTEST_F() local 623 int32_t ret = conti->ExecuteNotifyComplete(result); in HWTEST_F() 627 ret = conti->ExecuteNotifyComplete(result); in HWTEST_F() 653 int32_t result = 0; in HWTEST_F() local 655 int32_t ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, ""); in HWTEST_F() 659 ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, ""); in HWTEST_F() 682 int32_t result = 0; HWTEST_F() local 707 int32_t result = 0; HWTEST_F() local 736 int32_t result = 0; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_theme.h | 500 auto result = selectFontSizeMap_.find(controlSize); in GetFontSize() local 501 if (result != selectFontSizeMap_.end()) { in GetFontSize() 502 return result->second; in GetFontSize() 963 auto result = selectSpinnerWidthMap_.find(controlSize); in GetSpinnerWidth() local 964 if (result != selectSpinnerWidthMap_.end()) { in GetSpinnerWidth() 965 return result->second; in GetSpinnerWidth() 979 auto result = selectSpinnerHeightMap_.find(controlSize); in GetSpinnerHeight() local 980 if (result != selectSpinnerHeightMap_.end()) { in GetSpinnerHeight() 981 return result->second; in GetSpinnerHeight() 1000 auto result in GetSelectMinWidth() local 1016 auto result = selectMinHeightMap_.find(controlSize); GetSelectDefaultHeight() local 1057 auto result = selectBorderRadiusMap_.find(controlSize); GetSelectDefaultBorderRadius() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1377 auto result = installerProxy->InstallByBundleName("", installParam, nullptr); in HWTEST_F() local 1378 EXPECT_EQ(result, ERR_OK); in HWTEST_F() 1391 auto result = installerProxy->UninstallAndRecover("", installParam, nullptr); in HWTEST_F() local 1392 EXPECT_EQ(result, ERR_OK); in HWTEST_F() 1405 auto result = installerProxy->InstallCloneApp("", USERID, appIndex); in HWTEST_F() local 1406 EXPECT_NE(result, ERR_OK); in HWTEST_F() 1421 auto result = bundleMgrProxy->QueryLauncherAbilityInfos(want, USERID, abilityInfos); in HWTEST_F() local 1422 EXPECT_NE(result, ERR_OK); in HWTEST_F() 1435 auto result = bundleMgrProxy->CopyAp("", false, res); in HWTEST_F() local 1436 EXPECT_EQ(result, ERR_O in HWTEST_F() 1449 auto result = bundleMgrProxy->GetCloneBundleInfo("", FLAGS, FLAGS, bundleInfo, USERID); HWTEST_F() local 1463 auto result = bundleMgrProxy->CleanBundleCacheFilesAutomatic(cacheSize); HWTEST_F() local 1479 auto result = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId); HWTEST_F() local 1495 auto result = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, userId); HWTEST_F() local [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_state_machine.cpp | 547 void P2pStateMachine::BroadcastActionResult(P2pActionCallback action, ErrCode result) const in BroadcastActionResult() 552 callBackItem.second.OnP2pActionResultEvent(action, result); in BroadcastActionResult() 898 void P2pStateMachine::DhcpResultNotify::OnSuccess(int status, const char *ifname, DhcpResult *result) in OnSuccess() argument 900 if (ifname == nullptr || result == nullptr) { in OnSuccess() 901 WIFI_LOGE("P2P DhcpResultNotify OnSuccess, ifname or result is nullptr, status: %{public}d, ifname: %{public}s", in OnSuccess() 908 WIFI_LOGI("Set GO IP: %{private}s", result->strOptServerId); in OnSuccess() 909 p2pInfo.SetIsGroupOwnerAddress(result->strOptServerId); in OnSuccess() 911 currGroup.SetGoIpAddress(result->strOptServerId); in OnSuccess() 912 currGroup.SetGcIpAddress(result->strOptClientId); in OnSuccess() 918 WifiNetAgent::GetInstance().AddRoute(ifname, result in OnSuccess() 967 int result = RegisterDhcpClientCallBack(groupManager.GetCurrentGroup().GetInterface().c_str(), &clientCallBack); StartDhcpClientInterface() local 1288 GetConnectedStationInfo(std::map<std::string, StationInfo> &result) GetConnectedStationInfo() argument [all...] |
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | js_datashare_ext_ability.cpp | 188 auto result = GetAsyncResult(); in CheckAndSetAsyncResult() local 189 napi_typeof(env, result, &type); in CheckAndSetAsyncResult() 191 int32_t value = OHOS::AppExecFwk::UnwrapInt32FromJS(env, result); in CheckAndSetAsyncResult() 194 std::string value = OHOS::AppExecFwk::UnwrapStringFromJS(env, result); in CheckAndSetAsyncResult() 198 napi_unwrap(env, result, reinterpret_cast<void **>(&proxy)); in CheckAndSetAsyncResult() 201 if (UnwrapBatchUpdateResult(env, result, results)) { in CheckAndSetAsyncResult() 206 OHOS::AppExecFwk::UnwrapArrayStringFromJS(env, result, value); in CheckAndSetAsyncResult() 330 auto result = handleEscape.Escape(callResult); in CallObjectMethod() local 336 return result; in CallObjectMethod() 794 napi_value result in BatchInsert() local 960 bool result = false; UnWrapPropertyType() local 1052 napi_value result = nullptr; MakeNapiColumn() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2.c | 805 int result; in ff_dxva2_commit_buffer() local 847 result = 0; in ff_dxva2_commit_buffer() 850 result = -1; in ff_dxva2_commit_buffer() 865 result = -1; in ff_dxva2_commit_buffer() 867 return result; in ff_dxva2_commit_buffer() 902 int result, runs = 0; in ff_dxva2_common_end_frame() local 908 result = frame_add_buf(frame, sctx->decoder_ref); in ff_dxva2_common_end_frame() 909 if (result < 0) in ff_dxva2_common_end_frame() 910 return result; in ff_dxva2_common_end_frame() 951 result in ff_dxva2_common_end_frame() [all...] |
/third_party/gn/src/gn/ |
H A D | functions.cc | 447 don't use the result of exec_script() to set the default value. If you 594 bool result = base->scope_value()->GetValue(scope_member) != nullptr; in RunDefined() local 595 return Value(function, result); in RunDefined() 638 std::string result; in RunGetEnv() local 639 if (!env->GetVar(args[0].string_value().c_str(), &result)) in RunGetEnv() 641 return Value(function, result); in RunGetEnv() 662 build. Files must either be imported or implicitly loaded as a result of deps 1091 result = split_list(input, n) 1095 result will always be a list of size N. If N is greater than the number of 1131 *err = Err(function, "Requested result siz [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_query.c | 89 union pipe_query_result *result); 128 /* The application doesn't care for the pending query result. in begin_query_vgpu9() 131 * by the host when it determines the query result. So the only in begin_query_vgpu9() 132 * option here is to wait for the existing query's result -- not a in begin_query_vgpu9() 135 uint64_t result; in begin_query_vgpu9() local 136 svga_get_query_result(&svga->pipe, &sq->base, TRUE, (void*)&result); in begin_query_vgpu9() 157 bool wait, uint64_t *result) in get_query_result_vgpu9() 185 *result = (uint64_t)sq->queryResult->result32; in get_query_result_vgpu9() 194 * query types. The mob is used to hold queries's state and result. Since 195 * each query result typ 156 get_query_result_vgpu9(struct svga_context *svga, struct svga_query *sq, bool wait, uint64_t *result) get_query_result_vgpu9() argument 585 get_query_result_vgpu10(struct svga_context *svga, struct svga_query *sq, bool wait, void *result, int resultLen) get_query_result_vgpu10() argument 1092 uint64_t *result = (uint64_t *)vresult; svga_get_query_result() local 1288 union pipe_query_result result; svga_get_timestamp() local [all...] |
/third_party/icu/icu4c/source/io/ |
H A D | uscanf_p.cpp | 654 /* stash the result in num */ in u_scanf_scidbl_handler() 660 /* stash the result in num */ in u_scanf_scidbl_handler() 703 int64_t result; in u_scanf_integer_handler() local 739 result = unum_parseInt64(localFormat, input->str.fPos, len, &parsePos, &status); in u_scanf_integer_handler() 744 *(int16_t*)num = (int16_t)(UINT16_MAX & result); in u_scanf_integer_handler() 746 *(int64_t*)num = result; in u_scanf_integer_handler() 748 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_integer_handler() 1083 int64_t result; in u_scanf_hex_handler() local 1108 result = ufmt_uto64(input->str.fPos, &len, 16); in u_scanf_hex_handler() 1116 *(int16_t*)num = (int16_t)(UINT16_MAX & result); in u_scanf_hex_handler() 1142 int64_t result; u_scanf_octal_handler() local 1191 void *result; u_scanf_pointer_handler() local [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.cc | 46 // Receives compare result as a series of chunks. 49 // Puts another chunk in result list. Note that technically speaking 74 // Makes sure that result for the full problem is calculated and stored 149 // Computes result for a subtask and optionally caches it in the buffer table. 363 // Stores compare result in std::vector. Converts substring positions 465 // Stores compare result in std::vector. For each chunk tries to conduct 598 FunctionLiteralChanges* result) { in CalculateFunctionLiteralChanges() 626 result->insert(literal_stack.top()); in CalculateFunctionLiteralChanges() 757 debug::LiveEditResult* result) { in ParseScript() 777 result in ParseScript() 595 CalculateFunctionLiteralChanges( const std::vector<FunctionLiteral*>& literals, const std::vector<SourceChangeRange>& diffs, FunctionLiteralChanges* result) CalculateFunctionLiteralChanges() argument 755 ParseScript(Isolate* isolate, Handle<Script> script, ParseInfo* parse_info, bool compile_as_well, std::vector<FunctionLiteral*>* literals, debug::LiveEditResult* result) ParseScript() argument 910 CanPatchScript(const LiteralMap& changed, Handle<Script> script, Handle<Script> new_script, FunctionDataMap& function_data_map, debug::LiveEditResult* result) CanPatchScript() argument 975 PatchScript(Isolate* isolate, Handle<Script> script, Handle<String> new_source, bool preview, debug::LiveEditResult* result) PatchScript() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 34 CodeKinds result = GetAttachedCodeKinds(); in GetAvailableCodeKinds() local 36 if ((result & CodeKindFlag::INTERPRETED_FUNCTION) == 0) { in GetAvailableCodeKinds() 39 result |= CodeKindFlag::INTERPRETED_FUNCTION; in GetAvailableCodeKinds() 43 if ((result & CodeKindFlag::BASELINE) == 0) { in GetAvailableCodeKinds() 46 result |= CodeKindFlag::BASELINE; in GetAvailableCodeKinds() 55 result |= CodeKindToCodeKindFlag(code.kind()); in GetAvailableCodeKinds() 58 DCHECK_EQ((result & ~kJSFunctionCodeKindsMask), 0); in GetAvailableCodeKinds() 59 return result; in GetAvailableCodeKinds() 63 CodeKinds result = GetAttachedCodeKinds(); in HasAttachedOptimizedCode() local 64 return (result in HasAttachedOptimizedCode() 68 CodeKinds result = GetAvailableCodeKinds(); HasAvailableOptimizedCode() local 73 CodeKinds result = GetAttachedCodeKinds(); HasAttachedCodeKind() local 78 CodeKinds result = GetAvailableCodeKinds(); HasAvailableCodeKind() local [all...] |
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uscanf_p.cpp | 654 /* stash the result in num */ in u_scanf_scidbl_handler() 660 /* stash the result in num */ in u_scanf_scidbl_handler() 703 int64_t result; in u_scanf_integer_handler() local 739 result = unum_parseInt64(localFormat, input->str.fPos, len, &parsePos, &status); in u_scanf_integer_handler() 744 *(int16_t*)num = (int16_t)(UINT16_MAX & result); in u_scanf_integer_handler() 746 *(int64_t*)num = result; in u_scanf_integer_handler() 748 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_integer_handler() 1083 int64_t result; in u_scanf_hex_handler() local 1108 result = ufmt_uto64(input->str.fPos, &len, 16); in u_scanf_hex_handler() 1116 *(int16_t*)num = (int16_t)(UINT16_MAX & result); in u_scanf_hex_handler() 1142 int64_t result; u_scanf_octal_handler() local 1191 void *result; u_scanf_pointer_handler() local [all...] |
/third_party/python/Lib/test/ |
H A D | lock_tests.py | 132 result = [] 134 result.append(lock.acquire(False)) 136 self.assertFalse(result[0]) 353 result = [] 355 result.append(lock._is_owned()) 357 self.assertFalse(result[0]) 517 result = cond.wait() 519 results1.append((result, phase_num)) 522 result = cond.wait() 524 results2.append((result, phase_nu [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoCapabilitiesTests.cpp | 280 const VkResult result = vk.getPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, DE_NULL); in iterate() local 282 if (result != VK_SUCCESS) in iterate() 286 failMsg << "Failed query call to vkGetPhysicalDeviceVideoFormatPropertiesKHR with " << result; in iterate() local 310 const VkResult result = vk.getPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, videoFormatProperties.data()); in iterate() local 312 if (result != VK_SUCCESS) in iterate() 316 failMsg << "Failed query data call to vkGetPhysicalDeviceVideoFormatPropertiesKHR with " << result; in iterate() local 571 VkResult result = vk.getPhysicalDeviceVideoCapabilitiesKHR(physicalDevice, &videoProfile, &videoCapabilites[ndx]); in iterate() local 573 if (result != VK_SUCCESS) in iterate() 577 failMsg << "Failed query call to vkGetPhysicalDeviceVideoCapabilitiesKHR with " << result << " at iteration " << ndx; in iterate() 660 VkResult result in iterate() local 846 VkResult result = vk.getPhysicalDeviceVideoCapabilitiesKHR(physicalDevice, &videoProfile, &videoCapabilites[ndx]); iterate() local 933 VkResult result = vk.getPhysicalDeviceVideoCapabilitiesKHR(physicalDevice, &videoProfile, &videoCapabilites[ndx]); iterate() local [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.cpp | 133 print("ERROR: Invalid expected result!\n"); in isValid() 381 void parseValueElement (DataType dataType, Value& result); 924 void ShaderParser::parseValueElement (DataType expectedDataType, Value& result) in parseValueElement() argument 985 result.elements.push_back(elems[scalarNdx]); in parseValueElement() 1225 parseError(string("invalid expected result value: " + m_curTokenStr)); in parseExpectResult() 1648 ostringstream result; in dumpValue() local 1650 result << " " << storageName << " "; in dumpValue() 1652 result << getDataTypeName(dataType) << " " << valueName << ":"; in dumpValue() 1655 result << " "; in dumpValue() 1657 result << " [ "; in dumpValue() [all...] |
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 893 uint32_t result = 0; 896 if (n_flag_) result |= (1 << 31); 897 if (z_flag_) result |= (1 << 30); 898 if (c_flag_) result |= (1 << 29); 899 if (v_flag_) result |= (1 << 28); 903 return result; 926 void Simulator::SetFpResult(const double& result) { 929 memcpy(buffer, &result, sizeof(buffer)); 930 // Copy result to d0. 934 memcpy(buffer, &result, sizeo 1307 int32_t result = get_register(instr->RmValue()); GetShiftRm() local 1881 int64_t result = UnsafeGenericFunctionCall( SoftwareInterrupt() local 2064 int32_t result = base::AddWithWraparound(acc_value, mul_out); DecodeType01() local 2069 int32_t result = base::SubWithWraparound(acc_value, mul_out); DecodeType01() local 2091 uint64_t result = left_op * right_op; DecodeType01() local 2098 uint64_t result = left_op * right_op; DecodeType01() local 3698 int32_t result; ConvertDoubleToInt() local 4083 uint32_t result = static_cast<uint32_t>(a) * static_cast<uint32_t>(b); Multiply() local 4856 float result = 1.0f / denom; DecodeAdvancedSIMDTwoOrThreeRegisters() local 4863 float result = 1.0f / std::sqrt(radicand); DecodeAdvancedSIMDTwoOrThreeRegisters() local 4911 uint64_t destination = 0, indices = 0, result = 0; DecodeAdvancedSIMDTwoOrThreeRegisters() local 4956 uint32_t result[4] = {duped, duped, duped, duped}; DecodeAdvancedSIMDTwoOrThreeRegisters() local 6089 Float64 result = get_double_from_d_register(condition_holds ? n : m); DecodeFloatingPointDataProcessing() local 6095 Float32 result = get_float_from_s_register(condition_holds ? n : m); DecodeFloatingPointDataProcessing() local [all...] |
/third_party/elfutils/src/ |
H A D | strip.c | 224 int result = 0; in main() local 258 result = process_file ("a.out"); in main() 269 result |= process_file (argv[remaining]); in main() 274 return result; in main() 795 int result; in process_file() local 799 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS, in process_file() 810 result = 1; in process_file() 817 result = handle_ar (fd, elf, NULL, fname, in process_file() 822 result = 1; in process_file() 828 result in process_file() 990 int result = 0; handle_elf() local 2738 int result = 0; handle_ar() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 1208 utf or ucp may make tests fail, if the pcre2_match result is the SAME, it is in regression_tests() 1793 static int check_invalid_utf_result(int pattern_index, const char *type, int result, in check_invalid_utf_result() argument 1797 if (result != -1) { in check_invalid_utf_result() 1798 printf("Pattern[%d] %s result is not -1.\n", pattern_index, type); in check_invalid_utf_result() 1804 if (result <= 0) { in check_invalid_utf_result() 1805 printf("Pattern[%d] %s result (%d) is not greater than 0.\n", pattern_index, type, result); in check_invalid_utf_result() 2002 int result, errorcode; in run_invalid_utf8_test() local 2026 result = pcre2_jit_match_8(code, (PCRE2_UCHAR8*)(current->input + current->skip_left), in run_invalid_utf8_test() 2029 if (check_invalid_utf_result(pattern_index, "match", result, curren in run_invalid_utf8_test() 2055 int result; invalid_utf8_regression_tests() local 2211 int result, errorcode; run_invalid_utf16_test() local 2271 int result; invalid_utf16_regression_tests() local 2398 int result, errorcode; run_invalid_utf32_test() local 2458 int result; invalid_utf32_regression_tests() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 28 // 2 | (result address) | or parameter 0 551 AtomicOps<uint8_t>(dst, value.gp(), result.gp(), r0, op_func); \ 568 AtomicOps<uint16_t>(dst, value.gp(), result.gp(), r0, op_func); \ 570 ByteReverseU16(result.gp(), result.gp(), ip); \ 588 AtomicOps<uint32_t>(dst, value.gp(), result.gp(), r0, op_func); \ 590 ByteReverseU32(result.gp(), result.gp(), ip); \ 604 AtomicOps<uint64_t>(dst, value.gp(), result.gp(), r0, op_func); \ 606 ByteReverseU64(result 615 AtomicAdd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument 621 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument 627 AtomicAnd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument 633 AtomicOr(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument 639 AtomicXor(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument 645 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 711 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument [all...] |
/base/location/frameworks/js/napi/source/ |
H A D | location_napi_adapter.cpp | 59 NAPI_CALL_RETURN_VOID(context->env, napi_create_object(context->env, &context->result[PARAM1])); in GetLastLocation() 61 LocationToJs(context->env, context->loc, context->result[PARAM1]); in GetLastLocation() 65 LBSLOGI(LOCATOR_STANDARD, "Push last location result to client"); in GetLastLocation() 127 NAPI_CALL_RETURN_VOID(context->env, napi_get_boolean(context->env, context->enable, &context->result[PARAM1])); in IsLocationEnabled() 128 LBSLOGI(LOCATOR_STANDARD, "Push IsLocationEnabled result to client"); in IsLocationEnabled() 168 NAPI_CALL_RETURN_VOID(context->env, napi_get_undefined(context->env, &context->result[PARAM1])); in EnableLocation() 171 napi_get_boolean(context->env, context->errCode == SUCCESS, &context->result[PARAM1])); in EnableLocation() 173 LBSLOGI(LOCATOR_STANDARD, "Push EnableLocation result to client"); in EnableLocation() 208 napi_get_boolean(context->env, context->errCode == SUCCESS, &context->result[PARAM1])); in DisableLocation() 209 LBSLOGI(LOCATOR_STANDARD, "Push DisableLocation result t in DisableLocation() 790 bool result = false; CreateReverseGeocodeAsyncContext() local [all...] |
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/ |
H A D | network_manager_addon.cpp | 644 std::vector<IPTABLES::FirewallRule> result;
in GetFirewallRules() local 645 int32_t ret = NetworkManagerProxy::GetNetworkManagerProxy()->GetFirewallRules(elementName, result);
in GetFirewallRules() 651 NAPI_CALL(env, napi_create_array_with_length(env, result.size(), &jsList));
in GetFirewallRules() 652 for (size_t i = 0; i < result.size(); i++) {
in GetFirewallRules() 653 napi_value item = FirewallRuleToJsObj(env, result[i]);
in GetFirewallRules() 806 std::vector<IPTABLES::DomainFilterRule> result;
in GetDomainFilterRules() local 807 int32_t ret = NetworkManagerProxy::GetNetworkManagerProxy()->GetDomainFilterRules(elementName, result);
in GetDomainFilterRules() 813 NAPI_CALL(env, napi_create_array_with_length(env, result.size(), &jsList));
in GetDomainFilterRules() 814 for (size_t i = 0; i < result.size(); i++) {
in GetDomainFilterRules() 815 napi_value item = DomainFilterRuleToJsObj(env, result[ in GetDomainFilterRules() 980 OHOS::NetManagerStandard::SecureData result; GetSecureDataFromNAPI() local 1132 napi_value result = nullptr; NativeHttpProxyCallbackComplete() local 1170 napi_value result = nullptr; GetAllNetworkInterfacesSync() local 1220 napi_value result = nullptr; GetIpOrMacAddressSync() local 1298 napi_value result = nullptr; IsNetworkInterfaceDisabledSync() local [all...] |
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 101 FI_HILOGI("SubscribeSystemAbility COMMON_EVENT_SERVICE_ID result:%{public}d", ret); in Init() 108 FI_HILOGI("SubscribeSystemAbility DISPLAY_MANAGER_SERVICE_SA_ID result:%{public}d", ret); in Init() 115 FI_HILOGI("SubscribeSystemAbility APP_MGR_SERVICE_ID result:%{public}d", ret); in Init() 122 FI_HILOGI("SubscribeSystemAbility DEVICE_COLLABORATION_SA_ID result:%{public}d", ret); in Init() 368 "drag out packageName:%{public}s", dropResult.mainWindow, dropResult.result, packageName.c_str(), in StopDrag() 379 if ((dropResult.result != DragResult::DRAG_EXCEPTION) && (context_ != nullptr) && (timerId_ >= 0)) { in StopDrag() 385 if (OnStopDrag(dropResult.result, dropResult.hasCustomAnimation, packageName, pid) != RET_OK) { in StopDrag() 395 if (dropResult.result == DragResult::DRAG_SUCCESS && dropResult.mainWindow > 0) { in StopDrag() 396 Rosen::WMError result = Rosen::WindowManagerLite::GetInstance().RaiseWindowToTop(dropResult.mainWindow); in StopDrag() local 397 if (result ! in StopDrag() 545 NotifyDragResult(DragResult result, DragBehavior dragBehavior) NotifyDragResult() argument 833 std::string result = "unknown"; GetDragResult() local 1091 OnStopDrag(DragResult result, bool hasCustomAnimation, const std::string &packageName, int32_t pid) OnStopDrag() argument 1284 HandleDragResult(DragResult result, bool hasCustomAnimation) HandleDragResult() argument 1669 NotifyAddSelectedPixelMapResult(bool result) NotifyAddSelectedPixelMapResult() argument 1673 pkt << result; NotifyAddSelectedPixelMapResult() local [all...] |