Home
last modified time | relevance | path

Searched refs:result (Results 5676 - 5700 of 16941) sorted by relevance

1...<<221222223224225226227228229230>>...678

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp123 bool TryToStartDrag(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, int32_t& result);
153 void NapiSerializer(napi_env& env, napi_value& result) in NapiSerializer() argument
156 env, result, this, in NapiSerializer()
170 napi_set_named_property(env, result, funName, funcValue); in NapiSerializer()
174 napi_set_named_property(env, result, funName, funcValue); in NapiSerializer()
178 napi_set_named_property(env, result, funName, funcValue); in NapiSerializer()
304 bool result = false; in FindCbList()
307 napi_strict_equals(env, refItem, cb, &result); in FindCbList()
308 return result; in FindCbList()
466 void CallBackForJs(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, napi_value result) in CallBackForJs() argument
504 napi_value result = nullptr; GetCallBackDataForJs() local
621 napi_value result[PARAMETER_NUM] = { nullptr }; HandleFail() local
948 TryToStartDrag(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, int32_t& result) TryToStartDrag() argument
1510 CreateCallback(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, napi_value* result) CreateCallback() argument
1636 napi_value result = nullptr; JSExecuteDrag() local
1703 napi_value result = nullptr; JSCreateDragAction() local
1716 napi_value result = nullptr; JSGetDragPreview() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c1074 VkResult result = vn_call_vkEnumerateDeviceExtensionProperties( in vn_physical_device_init_renderer_extensions() local
1077 if (result != VK_SUCCESS) in vn_physical_device_init_renderer_extensions()
1078 return result; in vn_physical_device_init_renderer_extensions()
1087 result = vn_call_vkEnumerateDeviceExtensionProperties( in vn_physical_device_init_renderer_extensions()
1090 if (result < VK_SUCCESS) { in vn_physical_device_init_renderer_extensions()
1092 return result; in vn_physical_device_init_renderer_extensions()
1166 VkResult result; in vn_physical_device_init() local
1168 result = vn_physical_device_init_renderer_extensions(physical_dev); in vn_physical_device_init()
1169 if (result != VK_SUCCESS) in vn_physical_device_init()
1170 return result; in vn_physical_device_init()
1240 VkResult result; vn_instance_enumerate_physical_device_groups_locked() local
1335 VkResult result; enumerate_physical_devices() local
1404 VkResult result = filter_physical_devices() local
1425 VkResult result = VK_SUCCESS; vn_instance_enumerate_physical_devices_and_groups() local
1484 VkResult result = vn_EnumeratePhysicalDevices() local
1508 VkResult result = vn_EnumeratePhysicalDeviceGroups() local
2370 VkResult result; vn_GetPhysicalDeviceImageFormatProperties2() local
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp70 simdutf_warn_unused result validate_utf8_with_errors(const char *buf, size_t len) const noexcept final;
72 simdutf_warn_unused result validate_ascii_with_errors(const char *buf, size_t len) const noexcept final;
75 simdutf_warn_unused result validate_utf16le_with_errors(const char16_t *buf, size_t len) const noexcept final;
76 simdutf_warn_unused result validate_utf16be_with_errors(const char16_t *buf, size_t len) const noexcept final;
78 simdutf_warn_unused result validate_utf32_with_errors(const char32_t *buf, size_t len) const noexcept final;
84 simdutf_warn_unused result convert_utf8_to_latin1_with_errors(const char * buf, size_t len, char* latin1_buffer) const noexcept final;
88 simdutf_warn_unused result convert_utf8_to_utf16le_with_errors(const char * buf, size_t len, char16_t* utf16_output) const noexcept final;
89 simdutf_warn_unused result convert_utf8_to_utf16be_with_errors(const char * buf, size_t len, char16_t* utf16_output) const noexcept final;
93 simdutf_warn_unused result convert_utf8_to_utf32_with_errors(const char * buf, size_t len, char32_t* utf32_output) const noexcept final;
97 simdutf_warn_unused result convert_utf16le_to_latin1_with_error
3563 __vector unsigned long long result; to_bitmask() local
5698 simdutf_really_inline result::result() : error{error_code::SUCCESS}, count{0} {} result() function in simdutf::result
5700 simdutf_really_inline result::result(error_code _err, size_t _pos) : error{_err}, count{_pos} {} result() function in simdutf::result
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp419 // Or 16 bits of ones into the half that was not populated with the result.
1303 "%result = ${OPCODE} %bool %inval1 %inval2\n" in createOpFUnordGroup()
1304 "%int_res = OpSelect %i32 %result %consti1 %zero\n" in createOpFUnordGroup()
1899 // conducted separately and the result is rounded to 1, or 0x1.fffffcp-1 in createNoContractionGroup()
1900 // So the final result will be 0.f or 0x1p-24. in createNoContractionGroup()
1901 // If the operation is combined into a precise fused multiply-add, then the result would be in createNoContractionGroup()
2167 // For NMax, NaN is considered acceptable result, since in in compareNMax()
2293 // If either min or max value is NaN, the result is undefined, in compareNClamp()
2295 // NaN, and NaNs are handled, the result is min; if NaNs are not in compareNClamp()
2296 // handled, they are big values that result i in compareNClamp()
7196 vector<deFloat16> result; squarize() local
7222 vector<deFloat16> result; squarizeVector() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp418 // Or 16 bits of ones into the half that was not populated with the result.
1301 "%result = ${OPCODE} %bool %inval1 %inval2\n" in createOpFUnordGroup()
1302 "%int_res = OpSelect %i32 %result %consti1 %zero\n" in createOpFUnordGroup()
1897 // conducted separately and the result is rounded to 1, or 0x1.fffffcp-1 in createNoContractionGroup()
1898 // So the final result will be 0.f or 0x1p-24. in createNoContractionGroup()
1899 // If the operation is combined into a precise fused multiply-add, then the result would be in createNoContractionGroup()
2165 // For NMax, NaN is considered acceptable result, since in in compareNMax()
2291 // If either min or max value is NaN, the result is undefined, in compareNClamp()
2293 // NaN, and NaNs are handled, the result is min; if NaNs are not in compareNClamp()
2294 // handled, they are big values that result i in compareNClamp()
7184 vector<deFloat16> result; squarize() local
7210 vector<deFloat16> result; squarizeVector() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp645 bool result = true; in HWTEST_F() local
671 EXPECT_TRUE(result); in HWTEST_F()
681 bool result = true; in HWTEST_F() local
707 EXPECT_TRUE(result); in HWTEST_F()
717 bool result = true; in HWTEST_F() local
743 EXPECT_TRUE(result); in HWTEST_F()
753 bool result = true; in HWTEST_F() local
779 EXPECT_TRUE(result); in HWTEST_F()
789 bool result = true; in HWTEST_F() local
797 EXPECT_TRUE(result); in HWTEST_F()
802 bool result = true; HWTEST_F() local
819 bool result = true; HWTEST_F() local
836 bool result = true; HWTEST_F() local
853 bool result = true; HWTEST_F() local
874 bool result = true; HWTEST_F() local
894 bool result = true; HWTEST_F() local
925 bool result = true; HWTEST_F() local
956 bool result = true; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Djs_default_app.cpp65 static bool ParseType(napi_env env, napi_value value, std::string& result) in ParseType() argument
78 result.reserve(size + 1); in ParseType()
79 result.resize(size); in ParseType()
80 if (napi_get_value_string_utf8(env, value, result.data(), (size + 1), &size) != napi_ok) { in ParseType()
84 if (TYPE_MAPPING.find(result) != TYPE_MAPPING.end()) { in ParseType()
85 result = TYPE_MAPPING.at(result); in ParseType()
265 napi_value result[ARGS_SIZE_TWO] = {0}; in IsDefaultApplicationComplete() local
267 NAPI_CALL_RETURN_VOID(env, napi_get_null(env, &result[ARGS_POS_ZERO])); in IsDefaultApplicationComplete()
268 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, asyncCallbackInfo->isDefaultApp, &result[ARGS_POS_ON in IsDefaultApplicationComplete()
412 napi_value result[ARGS_SIZE_TWO] = {0}; GetDefaultApplicationComplete() local
575 napi_value result[ARGS_SIZE_ONE] = {0}; SetDefaultApplicationComplete() local
748 napi_value result[ARGS_SIZE_ONE] = {0}; ResetDefaultApplicationComplete() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_display_node_drawable_test.cpp633 int32_t result = displayDrawable_->GetSpecialLayerType(*params); in HWTEST_F() local
634 ASSERT_EQ(result, 0); in HWTEST_F()
636 result = displayDrawable_->GetSpecialLayerType(*params); in HWTEST_F()
637 ASSERT_EQ(result, 2); in HWTEST_F()
640 result = displayDrawable_->GetSpecialLayerType(*params); in HWTEST_F()
641 ASSERT_EQ(result, 1); in HWTEST_F()
643 result = displayDrawable_->GetSpecialLayerType(*params); in HWTEST_F()
644 ASSERT_EQ(result, 1); in HWTEST_F()
647 result = displayDrawable_->GetSpecialLayerType(*params); in HWTEST_F()
648 ASSERT_EQ(result, in HWTEST_F()
1127 auto result = displayDrawable_->CheckDisplayNodeSkip(*params, processor); HWTEST_F() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java296 * String result = MessageFormat.format(
600 * to the <code>format</code> methods or the result array returned
679 * the <code>format</code> methods or the result array returned by
702 * to the <code>format</code> methods or the result array returned
800 * to the <code>format</code> methods or the result array returned
844 * the <code>format</code> methods or the result array returned by
869 Set<String> result = new HashSet<>(); in getArgumentNames()
871 result.add(getArgName(partIndex + 1)); in getArgumentNames()
873 return result; in getArgumentNames()
949 * <td>result o
969 format(Object[] arguments, StringBuffer result, FieldPosition pos) format() argument
1004 format(Map<String, Object> arguments, StringBuffer result, FieldPosition pos) format() argument
1086 format(Object arguments, StringBuffer result, FieldPosition pos) format() argument
2152 format(Object arguments, AppendableWrapper result, FieldPosition fp) format() argument
2643 append(Appendable result, CharacterIterator iterator) append() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java297 * String result = MessageFormat.format(
589 * to the <code>format</code> methods or the result array returned
666 * the <code>format</code> methods or the result array returned by
688 * to the <code>format</code> methods or the result array returned
783 * to the <code>format</code> methods or the result array returned
826 * the <code>format</code> methods or the result array returned by
849 Set<String> result = new HashSet<>(); in getArgumentNames()
851 result.add(getArgName(partIndex + 1)); in getArgumentNames()
853 return result; in getArgumentNames()
928 * <td>result o
947 format(Object[] arguments, StringBuffer result, FieldPosition pos) format() argument
981 format(Map<String, Object> arguments, StringBuffer result, FieldPosition pos) format() argument
1059 format(Object arguments, StringBuffer result, FieldPosition pos) format() argument
2108 format(Object arguments, AppendableWrapper result, FieldPosition fp) format() argument
2598 append(Appendable result, CharacterIterator iterator) append() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c405 VkResult result; in sqtt_QueuePresentKHR() local
407 result = radv_QueuePresentKHR(_queue, pPresentInfo); in sqtt_QueuePresentKHR()
408 if (result != VK_SUCCESS) in sqtt_QueuePresentKHR()
409 return result; in sqtt_QueuePresentKHR()
927 bool result; in radv_register_pipeline() local
930 result = ac_sqtt_add_pso_correlation(&device->thread_trace, pipeline->pipeline_hash); in radv_register_pipeline()
931 if (!result) in radv_register_pipeline()
946 result = in radv_register_pipeline()
948 if (!result) in radv_register_pipeline()
951 result in radv_register_pipeline()
1022 VkResult result; sqtt_CreateGraphicsPipelines() local
1056 VkResult result; sqtt_CreateComputePipelines() local
[all...]
/third_party/python/Modules/
H A Dunicodedata.c499 PyObject *result; in nfd_nfkd() local
592 result = PyUnicode_FromKindAndData(PyUnicode_4BYTE_KIND, in nfd_nfkd()
595 if (!result) in nfd_nfkd()
597 /* result is guaranteed to be ready, as it is compact. */ in nfd_nfkd()
598 kind = PyUnicode_KIND(result); in nfd_nfkd()
599 data = PyUnicode_DATA(result); in nfd_nfkd()
604 for (i++; i < PyUnicode_GET_LENGTH(result); i++) { in nfd_nfkd()
626 return result; in nfd_nfkd()
648 PyObject *result; in nfc_nfkc() local
658 result in nfc_nfkc()
821 QuickcheckResult result = YES; /* certainly normalized, unless we find something */ is_normalized_quickcheck() local
879 PyObject *result; unicodedata_UCD_is_normalized_impl() local
[all...]
/third_party/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp174 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in wrap_vkCreateInstance() local
175 if (result != VK_SUCCESS) { in wrap_vkCreateInstance()
176 return result; in wrap_vkCreateInstance()
188 result = inst->pfn_inst_init(inst->obj, reinterpret_cast<void *>(inst)); in wrap_vkCreateInstance()
189 if (VK_SUCCESS != result) return result; in wrap_vkCreateInstance()
225 return result; in wrap_vkCreateInstance()
244 VkResult result = pDisp->CreateDebugUtilsMessengerEXT(vk_inst, pCreateInfo, pAllocator, pMessenger); in wrap_vkCreateDebugUtilsMessengerEXT() local
251 return result; in wrap_vkCreateDebugUtilsMessengerEXT()
389 VkResult result in wrap_vkEnumeratePhysicalDevices() local
433 VkResult result = VK_SUCCESS; wrap_vkEnumerateDeviceExtensionProperties() local
502 VkResult result = pfn_create_device(vk_phys_dev, pCreateInfo, pAllocator, pDevice); wrap_vkCreateDevice() local
[all...]
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp494 int32_t result = InputManager::GetInstance()->SupportKeys( in HWTEST_F() local
496 ASSERT_EQ(result, 0); in HWTEST_F()
653 bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::NUM_LOCK_FUNCTION_KEY); in HWTEST_F() local
654 ASSERT_FALSE(result); in HWTEST_F()
680 bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in HWTEST_F() local
681 ASSERT_FALSE(result); in HWTEST_F()
707 bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::CAPS_LOCK_FUNCTION_KEY); in HWTEST_F() local
708 ASSERT_FALSE(result); in HWTEST_F()
721 bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::UNKNOWN_FUNCTION_KEY); in HWTEST_F() local
722 ASSERT_FALSE(result); in HWTEST_F()
2805 int32_t result = InputManager::GetInstance()->SetMouseScrollRows(rows); HWTEST_F() local
2823 int32_t result = InputManager::GetInstance()->SetCustomCursor(windowId, pixelMap); HWTEST_F() local
2838 int32_t result = InputManager::GetInstance()->SetMouseIcon(windowId, pixelMap); HWTEST_F() local
2854 int32_t result = InputManager::GetInstance()->SetMouseHotSpot(windowId, hotSpotX, hotSpotY); HWTEST_F() local
2868 int32_t result = InputManager::GetInstance()->SetPointerSize(size); HWTEST_F() local
2885 int32_t result = InputManager::GetInstance()->SetMousePrimaryButton(primaryButton); HWTEST_F() local
2905 int32_t result = InputManager::GetInstance()->SetTouchpadScrollDirection(state); HWTEST_F() local
2922 int32_t result = InputManager::GetInstance()->SetTouchpadScrollSwitch(switchFlag); HWTEST_F() local
2939 int32_t result = InputManager::GetInstance()->SetTouchpadPointerSpeed(speed); HWTEST_F() local
2956 int32_t result = InputManager::GetInstance()->SetTouchpadPinchSwitch(switchFlag); HWTEST_F() local
2973 int32_t result = InputManager::GetInstance()->SetTouchpadSwipeSwitch(switchFlag); HWTEST_F() local
2990 int32_t result = InputManager::GetInstance()->SetTouchpadRightClickType(type); HWTEST_F() local
3189 int32_t result = InputManager::GetInstance()->SetTouchpadScrollRows(rows); HWTEST_F() local
3207 int32_t result = InputManager::GetInstance()->GetTouchpadScrollRows(rows); HWTEST_F() local
3257 int32_t result =InputManager::GetInstance()->GetIntervalSinceLastInput(timeInterval); HWTEST_F() local
3286 int32_t result =InputManager::GetInstance()->GetIntervalSinceLastInput(timeInterval); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp1219 bool result = WIN_MGR->IsTransparentWin(pixelMap, logicalX, logicalY); in HWTEST_F() local
1220 EXPECT_FALSE(result); in HWTEST_F()
1234 int32_t result = WIN_MGR->CheckWindowIdPermissionByPid(windowId, pid); in HWTEST_F() local
1235 EXPECT_EQ(result, RET_ERR); in HWTEST_F()
1248 bool result = WIN_MGR->IsWindowVisible(pid); in HWTEST_F() local
1249 EXPECT_TRUE(result); in HWTEST_F()
1409 std::optional<WindowInfo> result = WIN_MGR->SelectWindowInfo(400, 300, pointerEvent); in HWTEST_F() local
1410 EXPECT_FALSE(result.has_value()); in HWTEST_F()
1411 int32_t ret1 = result->id; in HWTEST_F()
1413 int32_t ret2 = result in HWTEST_F()
1434 std::optional<WindowInfo> result = WIN_MGR->SelectWindowInfo(-123, -456, pointerEvent); HWTEST_F() local
1456 auto result = WIN_MGR->GetWindowInfo(0, 0); HWTEST_F() local
1476 bool result = WIN_MGR->SelectPointerChangeArea(windowInfo, pointerStyle, logicalX, logicalY); HWTEST_F() local
1494 bool result = WIN_MGR->SelectPointerChangeArea(windowInfo, pointerStyle, logicalX, logicalY); HWTEST_F() local
1748 int32_t result = WIN_MGR->SetHoverScrollState(true); HWTEST_F() local
1763 bool result = WIN_MGR->GetHoverScrollState(); HWTEST_F() local
1780 int32_t result =WIN_MGR->UpdateMouseTarget(pointerEvent); HWTEST_F() local
1875 int32_t result = WIN_MGR->SetMouseCaptureMode(windowId, isCaptureMode); HWTEST_F() local
1900 bool result = WIN_MGR->IsNeedDrawPointer(pointerItem); HWTEST_F() local
1915 bool result = WIN_MGR->SkipAnnotationWindow(flag, toolType); HWTEST_F() local
1940 auto result = WIN_MGR->UpdateTouchScreenTarget(nullptr); HWTEST_F() local
1997 int32_t result = WIN_MGR->UpdateTouchPadTarget(pointerEvent); HWTEST_F() local
2028 int32_t result = WIN_MGR->UpdateTargetPointer(pointerEvent); HWTEST_F() local
2062 bool result = WIN_MGR->IsInsideDisplay(displayInfo, physicalX, physicalY); HWTEST_F() local
2219 MouseLocation result = WIN_MGR->GetMouseInfo(); HWTEST_F() local
2248 CursorPosition result = WIN_MGR->GetCursorPos(); HWTEST_F() local
2271 CursorPosition result = WIN_MGR->ResetCursorPos(); HWTEST_F() local
2296 int32_t result = WIN_MGR->AppendExtraData(extraData); HWTEST_F() local
2346 bool result = WIN_MGR->IsWindowVisible(invalidPid); HWTEST_F() local
2413 std::pair<double, double> result =WIN_MGR->TransformWindowXY(window, logicX, logicY); HWTEST_F() local
2433 bool result = WIN_MGR->IsValidZorderWindow(window, pointerEvent); HWTEST_F() local
2466 auto result = WIN_MGR->GetWindowAndDisplayInfo(windowId, displayId); HWTEST_F() local
2549 int32_t result = WIN_MGR->CheckWindowIdPermissionByPid(windowId, pid); HWTEST_F() local
2565 auto result = WIN_MGR->IsTransparentWin(pixelMap, logicalX, logicalY); HWTEST_F() local
3782 MouseLocation result = inputWindowsManager.GetMouseInfo(); HWTEST_F() local
3807 CursorPosition result = inputWindowsManager.GetCursorPos(); HWTEST_F() local
3824 CursorPosition result = inputWindowsManager.ResetCursorPos(); HWTEST_F() local
4572 std::pair<double, double> result =WIN_MGR->TransformDisplayXY(info, logicX, logicY); HWTEST_F() local
4593 std::pair<double, double> result =WIN_MGR->TransformDisplayXY(info, logicX, logicY); HWTEST_F() local
4614 std::pair<double, double> result =WIN_MGR->TransformDisplayXY(info, logicX, logicY); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp267 int32_t result = amsService->UpdateApplicationInfoInstalled(bundleName, uid); in UpdateApplicationInfoInstalled() local
268 if (result == ERR_OK) { in UpdateApplicationInfoInstalled()
283 int32_t result = amsService->KillApplication(bundleName, clearPageStack); in KillApplication() local
284 if (result == ERR_OK) { in KillApplication()
300 int32_t result = amsService->ForceKillApplication(bundleName, userId, appIndex); in ForceKillApplication() local
301 if (result == ERR_OK) { in ForceKillApplication()
316 int32_t result = amsService->KillProcessesByAccessTokenId(accessTokenId); in KillProcessesByAccessTokenId() local
317 if (result == ERR_OK) { in KillProcessesByAccessTokenId()
333 int32_t result = amsService->KillApplicationByUid(bundleName, uid, reason); in KillApplicationByUid() local
334 if (result in KillApplicationByUid()
349 int32_t result = amsService->KillApplicationSelf(clearPageStack, reason); KillApplicationSelf() local
364 int32_t result = service->ClearUpApplicationData(bundleName, appCloneIndex, userId); ClearUpApplicationData() local
377 int32_t result = service->ClearUpApplicationDataBySelf(userId); ClearUpApplicationDataBySelf() local
390 int32_t result = service->GetAllRunningProcesses(info); GetAllRunningProcesses() local
403 int32_t result = service->GetProcessRunningInfosByUserId(info, userId); GetProcessRunningInfosByUserId() local
416 int32_t result = service->GetProcessRunningInformation(info); GetProcessRunningInformation() local
429 int32_t result = service->GetAllRunningInstanceKeysBySelf(instanceKeys); GetAllRunningInstanceKeysBySelf() local
445 int32_t result = service->GetAllRunningInstanceKeysByBundleName(bundleName, instanceKeys, userId); GetAllRunningInstanceKeysByBundleName() local
460 int32_t result = service->GetAllRenderProcesses(info); GetAllRenderProcesses() local
476 int32_t result = service->GetAllChildrenProcesses(info); GetAllChildrenProcesses() local
530 int32_t result = service->GetConfiguration(config); GetConfiguration() local
757 int32_t result = service->RegisterConfigurationObserver(observer); RegisterConfigurationObserver() local
770 int32_t result = service->UnregisterConfigurationObserver(observer); UnregisterConfigurationObserver() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp51 int32_t result = reply.ReadInt32(); in SetMicrophoneMute() local
52 return result; in SetMicrophoneMute()
71 int32_t result = reply.ReadInt32(); in SetVoiceVolume() local
72 return result; in SetVoiceVolume()
90 int32_t result = reply.ReadInt32(); in OffloadSetVolume() local
91 return result; in OffloadSetVolume()
120 int32_t result = reply.ReadInt32(); in SetAudioScene() local
121 return result; in SetAudioScene()
170 std::vector<std::pair<std::string, std::string>> &result) in GetExtraParameters()
191 result in GetExtraParameters()
169 GetExtraParameters(const std::string &mainKey, const std::vector<std::string> &subKeys, std::vector<std::pair<std::string, std::string>> &result) GetExtraParameters() argument
264 int32_t result = reply.ReadInt32(); SetAsrAecMode() local
281 int32_t result = reply.ReadInt32(); GetAsrAecMode() local
299 int32_t result = reply.ReadInt32(); SetAsrNoiseSuppressionMode() local
316 int32_t result = reply.ReadInt32(); GetAsrNoiseSuppressionMode() local
334 int32_t result = reply.ReadInt32(); SetAsrWhisperDetectionMode() local
351 int32_t result = reply.ReadInt32(); GetAsrWhisperDetectionMode() local
370 int32_t result = reply.ReadInt32(); SetAsrVoiceControlMode() local
388 int32_t result = reply.ReadInt32(); SetAsrVoiceMuteMode() local
401 int32_t result = Remote()->SendRequest( IsWhispering() local
418 bool result = reply.ReadBool(); GetEffectOffloadEnabled() local
508 auto result = reply.ReadInt32(); UpdateActiveDeviceRoute() local
536 auto result = reply.ReadInt32(); UpdateActiveDevicesRoute() local
556 auto result = reply.ReadInt32(); UpdateDualToneState() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c217 VkResult result; in lvp_physical_device_init() local
224 result = vk_physical_device_init(&device->vk, &instance->vk, in lvp_physical_device_init()
226 if (result != VK_SUCCESS) { in lvp_physical_device_init()
227 vk_error(instance, result); in lvp_physical_device_init()
374 result = lvp_init_wsi(device); in lvp_physical_device_init()
375 if (result != VK_SUCCESS) { in lvp_physical_device_init()
377 vk_error(instance, result); in lvp_physical_device_init()
383 return result; in lvp_physical_device_init()
400 VkResult result; in lvp_CreateInstance() local
418 result in lvp_CreateInstance()
488 VkResult result; lvp_enumerate_physical_devices() local
521 VkResult result; lvp_EnumeratePhysicalDevices() local
549 VkResult result = lvp_enumerate_physical_devices(instance); lvp_EnumeratePhysicalDeviceGroups() local
1442 VkResult result = vk_sync_wait_many(&queue->device->vk, lvp_queue_submit() local
1473 VkResult result = vk_queue_init(&queue->vk, &device->vk, create_info, lvp_queue_init() local
1540 VkResult result = vk_device_init(&device->vk, lvp_CreateDevice() local
[all...]
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java35 import com.android.tradefed.result.ByteArrayInputStreamSource;
36 import com.android.tradefed.result.ITestInvocationListener;
37 import com.android.tradefed.result.LogDataType;
38 import com.android.tradefed.result.TestDescription;
39 import com.android.tradefed.result.error.TestErrorIdentifier;
286 * dEQP test instance listerer and invocation result forwarded
321 * Forward result to sink
325 final PendingResult result = mPendingResults.get(testId); in forwardFinalizedPendingResult()
336 result.testLogs.entrySet()) { in forwardFinalizedPendingResult()
348 if (!result in forwardFinalizedPendingResult()
[all...]
/third_party/python/Objects/
H A Dobject.c544 PyObject *result, *func; in PyObject_Bytes() local
556 result = _PyObject_CallNoArgs(func); in PyObject_Bytes()
558 if (result == NULL) in PyObject_Bytes()
560 if (!PyBytes_Check(result)) { in PyObject_Bytes()
563 Py_TYPE(result)->tp_name); in PyObject_Bytes()
564 Py_DECREF(result); in PyObject_Bytes()
567 return result; in PyObject_Bytes()
602 PyObject *result = NULL; in _PyObject_FunctionStr() local
611 result = PyUnicode_FromFormat("%S.%S()", module, qualname); in _PyObject_FunctionStr()
618 result in _PyObject_FunctionStr()
854 PyObject *result; _PyObject_GetAttrId() local
865 int result; _PyObject_SetAttrId() local
914 PyObject* result = NULL; PyObject_GetAttr() local
938 _PyObject_LookupAttr(PyObject *v, PyObject *name, PyObject **result) _PyObject_LookupAttr() argument
987 _PyObject_LookupAttrId(PyObject *v, _Py_Identifier *name, PyObject **result) _PyObject_LookupAttrId() argument
1578 PyObject *result, *sorted; _dir_object() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java470 Number result = foo.parse(stringToBeParsed, parsePosition); in TestSpaceParsing()
476 result.doubleValue() != 124) { in TestSpaceParsing()
477 errln("FAILED parse " + stringToBeParsed + "; value " + result.doubleValue()); in TestSpaceParsing()
552 // DATA[i][3] is the currency format result using a in TestMultiCurrencySign()
554 // DATA[i][4] is the currency format result using in TestMultiCurrencySign()
556 // DATA[i][5] is the currency format result using in TestMultiCurrencySign()
558 // DATA[i][j+2] is the currency format result using in TestMultiCurrencySign()
567 // DATA[i][3] is the currency format result using a in TestMultiCurrencySign()
569 // DATA[i][4] is the currency format result using in TestMultiCurrencySign()
571 // DATA[i][5] is the currency format result usin in TestMultiCurrencySign()
3873 private final int[] result; global() field in NumberFormatTest.FormatCharItrTestThread
3875 FormatCharItrTestThread(NumberFormat fmt, int num, int[] result) FormatCharItrTestThread() argument
[all...]
/third_party/lz4/lib/
H A Dlz4.c923 int result; in LZ4_compress_generic_validated() local
1298 result = (int)(((char*)op) - dest); in LZ4_compress_generic_validated()
1299 assert(result > 0); in LZ4_compress_generic_validated()
1300 DEBUGLOG(5, "LZ4_compress_generic: compressed %i bytes into %i bytes", inputSize, result); in LZ4_compress_generic_validated()
1301 return result; in LZ4_compress_generic_validated()
1418 int result; in LZ4_compress_fast() local
1426 result = LZ4_compress_fast_extState(ctxPtr, source, dest, inputSize, maxOutputSize, acceleration); in LZ4_compress_fast()
1431 return result; in LZ4_compress_fast()
1471 int result = LZ4_compress_destSize_extState(ctx, src, dst, srcSizePtr, targetDstSize); in LZ4_compress_destSize() local
1476 return result; in LZ4_compress_destSize()
1679 { int result; LZ4_compress_fast_continue() local
1715 int result; LZ4_compress_forceExtDict() local
2527 int result; LZ4_decompress_safe_continue() local
2569 int result; LZ4_decompress_fast_continue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp319 const char* result = "?!"; in getSuffixForASLayout() local
323 case AccelerationStructureLayout::ONE_TL_ONE_BL_ONE_GEOMETRY: result = "1TL1BL1G"; break; in getSuffixForASLayout()
324 case AccelerationStructureLayout::ONE_TL_ONE_BL_MANY_GEOMETRIES: result = "1TL1BLnG"; break; in getSuffixForASLayout()
325 case AccelerationStructureLayout::ONE_TL_MANY_BLS_ONE_GEOMETRY: result = "1TLnBL1G"; break; in getSuffixForASLayout()
326 case AccelerationStructureLayout::ONE_TL_MANY_BLS_MANY_GEOMETRIES: result = "1TLnBLnG"; break; in getSuffixForASLayout()
334 return result; in getSuffixForASLayout()
339 const char* result = "?!"; in getSuffixForGeometryType() local
343 case GeometryType::AABB: result = "AABB"; break; in getSuffixForGeometryType()
344 case GeometryType::TRIANGLES: result = "tri"; break; in getSuffixForGeometryType()
352 return result; in getSuffixForGeometryType()
1369 bool result = false; global() variable
1743 bool result = false; global() variable
1844 deUint32 result = 0; global() variable
2177 bool result = false; global() variable
2462 deUint8 result = (m_nCullMasksUsed++) & 0xFF; global() variable
2474 deUint32 result = (m_lastCustomInstanceIndexUsed * 7 + 153325) & ((1 << 24) - 1); global() variable
2685 bool result = true; global() variable
3058 bool result = false; global() variable
3371 bool result = false; global() variable
3628 bool result = true; global() variable
4323 bool result = false; global() variable
4520 auto result = BaseType::UNKNOWN; getBaseType() local
4659 deUint32 result = 0; getComponentSizeBytes() local
4709 std::string result; getGLSLForSetters() local
4748 std::string result; getGLSLForStructItem() local
4806 auto result = tcu::UVec2(); getMatrixSize() local
4901 deUint32 result = 0; getNComponents() local
5034 deUint32 result = 0; getNMatrixColumns() local
5091 deUint32 result = 0; getNMatrixRows() local
5603 bool result = false; isMatrix() local
7348 bool result = false; global() variable
7410 Mode result = Mode::UNKNOWN; getModeFromTestType() local
7816 bool result = false; global() variable
8475 const bool result = m_testPtr->verifyResultBuffer(bufferGPUDataPtr); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp318 const char* result = "?!"; in getSuffixForASLayout() local
322 case AccelerationStructureLayout::ONE_TL_ONE_BL_ONE_GEOMETRY: result = "1TL1BL1G"; break; in getSuffixForASLayout()
323 case AccelerationStructureLayout::ONE_TL_ONE_BL_MANY_GEOMETRIES: result = "1TL1BLnG"; break; in getSuffixForASLayout()
324 case AccelerationStructureLayout::ONE_TL_MANY_BLS_ONE_GEOMETRY: result = "1TLnBL1G"; break; in getSuffixForASLayout()
325 case AccelerationStructureLayout::ONE_TL_MANY_BLS_MANY_GEOMETRIES: result = "1TLnBLnG"; break; in getSuffixForASLayout()
333 return result; in getSuffixForASLayout()
338 const char* result = "?!"; in getSuffixForGeometryType() local
342 case GeometryType::AABB: result = "AABB"; break; in getSuffixForGeometryType()
343 case GeometryType::TRIANGLES: result = "tri"; break; in getSuffixForGeometryType()
351 return result; in getSuffixForGeometryType()
1368 bool result = false; global() variable
1742 bool result = false; global() variable
1843 deUint32 result = 0; global() variable
2176 bool result = false; global() variable
2461 deUint8 result = (m_nCullMasksUsed++) & 0xFF; global() variable
2473 deUint32 result = (m_lastCustomInstanceIndexUsed * 7 + 153325) & ((1 << 24) - 1); global() variable
2684 bool result = true; global() variable
3057 bool result = false; global() variable
3369 bool result = false; global() variable
3623 bool result = true; global() variable
4318 bool result = false; global() variable
4515 auto result = BaseType::UNKNOWN; getBaseType() local
4654 deUint32 result = 0; getComponentSizeBytes() local
4704 std::string result; getGLSLForSetters() local
4743 std::string result; getGLSLForStructItem() local
4801 auto result = tcu::UVec2(); getMatrixSize() local
4896 deUint32 result = 0; getNComponents() local
5029 deUint32 result = 0; getNMatrixColumns() local
5086 deUint32 result = 0; getNMatrixRows() local
5598 bool result = false; isMatrix() local
7343 bool result = false; global() variable
7405 Mode result = Mode::UNKNOWN; getModeFromTestType() local
7811 bool result = false; global() variable
8460 const bool result = m_testPtr->verifyResultBuffer(bufferGPUDataPtr); iterate() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c358 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) in emit_load_var()
390 result[i] = bld->gs_iface->fetch_input(bld->gs_iface, &bld_base->base, in emit_load_var()
396 result[i] = emit_fetch_64bit(bld_base, result[i], result2); in emit_load_var()
414 result[i] = bld->tes_iface->fetch_patch_input(bld->tes_iface, &bld_base->base, in emit_load_var()
420 result[i] = emit_fetch_64bit(bld_base, result[i], result2); in emit_load_var()
424 result[i] = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var()
435 result[i] = emit_fetch_64bit(bld_base, result[ in emit_load_var()
349 emit_load_var(struct lp_build_nir_context *bld_base, nir_variable_mode deref_mode, unsigned num_components, unsigned bit_size, nir_variable *var, unsigned vertex_index, LLVMValueRef indir_vertex_index, unsigned const_index, LLVMValueRef indir_index, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_var() argument
759 emit_load_kernel_arg(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned offset_bit_size, bool offset_is_uniform, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_kernel_arg() argument
849 LLVMValueRef result = lp_build_alloca(gallivm, res_bld->vec_type, ""); emit_load_global() local
928 emit_atomic_global(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, unsigned addr_bit_size, unsigned val_bit_size, LLVMValueRef addr, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_global() argument
1054 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument
1249 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]; emit_load_mem() local
1400 emit_atomic_mem(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, uint32_t bit_size, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_mem() argument
1641 LLVMValueRef result[4] = { LLVMGetUndef(bld_base->base.vec_type), emit_tex() local
1727 emit_sysval_intrin(struct lp_build_nir_context *bld_base, nir_intrinsic_instr *instr, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_sysval_intrin() argument
2072 emit_vote(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_vote() argument
2139 emit_ballot(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_ballot() argument
2163 emit_elect(struct lp_build_nir_context *bld_base, LLVMValueRef result[4]) emit_elect() argument
2200 emit_shuffle(struct lp_build_nir_context *bld_base, LLVMValueRef src, LLVMValueRef index, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_shuffle() argument
2246 emit_reduce(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_reduce() argument
2466 emit_read_invocation(struct lp_build_nir_context *bld_base, LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc, LLVMValueRef result[4]) emit_read_invocation() argument
2562 LLVMValueRef result = lp_build_alloca(gallivm, load_bld->vec_type, ""); emit_load_scratch() local
[all...]

Completed in 80 milliseconds

1...<<221222223224225226227228229230>>...678