/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf.c | 1467 hi_s32 result = HI_FALSE;
local 1471 return result;
1473 result = (hdmi_dev->thread_info.thread_exit == HI_TRUE);
1475 return result;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 946 napi_value result = nullptr; in GetUINapiContext() local 948 CHECK_NULL_RETURN(frontend, result); in GetUINapiContext() 955 CHECK_NULL_RETURN(declarativeFrontend, result); in GetUINapiContext() 959 return result; in GetUINapiContext()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 2765 auto result = innerBundleUserInfos_.erase(key); in RemoveInnerBundleUserInfo() local 2766 if (result == 0) { in RemoveInnerBundleUserInfo() 3440 auto result = info.isRemovable.try_emplace(stringUserId, isEnable); in AddModuleRemovableInfo() local 3441 if (!result.second) { in AddModuleRemovableInfo()
|
H A D | module_profile.cpp | 1836 std::string &result) in ToInnerProfileConfiguration() 1858 result = profileStream.str(); in ToInnerProfileConfiguration() 2585 // need recover parse result to ERR_OK in TransformTo() 1833 ToInnerProfileConfiguration( const BundleExtractor &bundleExtractor, const std::string &configuration, std::string &result) ToInnerProfileConfiguration() argument
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 363 // needed as the result of some instructions, which does 2600 // An opcode that has no operands, no result id, and no type 2607 // An opcode that has one id operand, no result id, and no type 2615 // An opcode that has one or more operands, no result id, and no type 2625 // An opcode that has multiple operands, no result id, and no type 2655 // An opcode that has one operands, a result id, and a type 2803 // Set up an identity shuffle from the base value to the result value in createLvalueSwizzle() 3037 // See if the result type is expecting a smeared result. in createTextureCall() 3097 // Figure out the result typ in createTextureQueryCall() 3259 Id result = NoResult; createConstructor() local [all...] |
/third_party/backends/backend/ |
H A D | coolscan.c | 118 static SANE_Status sense_handler (int scsi_fd, unsigned char * result, void *arg); 1657 "\tPrescan result exposure time var [RGB]=\t%d %d %d\n" in get_internal_info_LS20() 1854 sense_handler (int scsi_fd, unsigned char * result, void *arg) in sense_handler() argument 1859 if (result[0] != 0x70) in sense_handler() 1863 return request_sense_parse(result); in sense_handler()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 715 // expensive, so cache the result of processing a StateValue so that we can in AddInputsToFrameStateDescriptor() 716 // quickly copy the result if we see it again. in AddInputsToFrameStateDescriptor() 864 continuation_outputs_.push_back(g.DefineAsRegister(cont->result())); in EmitWithContinuation() 867 // depending on the result of the condition. The two result values are in in EmitWithContinuation() 872 cont->result()); in EmitWithContinuation() 959 PushParameter result = {call, buffer->descriptor->GetReturnLocation(0)}; in InitializeCallBuffer() local 960 buffer->output_nodes.push_back(result); in InitializeCallBuffer() 3230 // 1. Phi node, with a computed result already available in phi_states_: in ZeroExtendsWord32ToWord64() 3232 // 2. Phi node, with no result availabl in ZeroExtendsWord32ToWord64() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 424 * to ignore the result of the cmpxchg above, since it might fail.) in tc_touch_buffer() 904 union pipe_query_result *result) in tc_get_query_result() 916 bool success = pipe->get_query_result(pipe, query, wait, result); in tc_get_query_result() 2143 * result in an incorrect behavior with the threaded context. in tc_improve_map_buffer_flags() 3821 ASSERTED bool result = pipe->generate_mipmap(pipe, p->res, p->format, in tc_call_generate_mipmap() local 3826 assert(result); in tc_call_generate_mipmap() 902 tc_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, bool wait, union pipe_query_result *result) tc_get_query_result() argument
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4251 result: *mut *mut ::group, in getgrgid_r() 4261 result: *mut *mut ::group, in getgrnam_r() 4275 result: *mut *mut passwd, in getpwnam_r() 4282 result: *mut *mut passwd, in getpwuid_r()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 249 std::vector<deUint8> result; in computeCheckBuffersFloats() local 250 originalFloats.front().getBuffer()->getPackedBytes(result); in computeCheckBuffersFloats() 252 const deUint16 * results = reinterpret_cast<const deUint16 *>(&result[0]); in computeCheckBuffersFloats() 255 for (size_t i = 0; i < result.size() / sizeof (deUint16); ++i) in computeCheckBuffersFloats() 3356 // We use a custom verifyIO to check the result via computing directly from inputs; the contents in outputs do not matter. in addGraphics16BitStorageUniformFloat32To16Group() 3381 // We use a custom verifyIO to check the result via computing directly from inputs; the contents in outputs do not matter. in addGraphics16BitStorageUniformFloat32To16Group() 3748 // The pipeline need this to call compare16BitFloat() when checking the result. in addGraphics16BitStorageInputOutputFloat32To16Group() 3758 // We derive the expected result from inputs directly in the graphics pipeline. in addGraphics16BitStorageInputOutputFloat32To16Group() 7615 // We use a custom verifyIO to check the result via computing directly from inputs; the contents in outputs do not matter. in addGraphics16BitStorageUniformFloat64To16Group() 8111 // The pipeline need this to call compare16BitFloat() when checking the result in addGraphics16BitStorageInputOutputFloat64To16Group() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 955 // e.g. Copying RGBA4 to RGB should result in RGB565, not RGB8. in CopyTexImage2D() 6595 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es2GetProcAddress() local 6597 if(result != glFunctionsEnd && strcmp(procname, result->name) == 0) in es2GetProcAddress() 6599 return (__eglMustCastToProperFunctionPointerType)result->address; in es2GetProcAddress()
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 793 // Each NZCV result only requires 4 bits. in TestCmp() 924 // Each NZCV result only requires 4 bits. in TestCmpZero() 1571 // Output a separate result for each element of the result vector. in Test1OpNEON() 1778 // Output a separate result for each element of the result vector. in Test1OpAcrossNEON() 2039 // Output a separate result for each element of the result vector. in Test2OpNEON() 2307 // Output a separate result for each element of the result vecto in TestByElementNEON() 5068 Register result = GeneratePow() local 5095 VRegister result = GenerateSum() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 249 std::vector<deUint8> result; in computeCheckBuffersFloats() local 250 originalFloats.front().getBuffer()->getPackedBytes(result); in computeCheckBuffersFloats() 252 const deUint16 * results = reinterpret_cast<const deUint16 *>(&result[0]); in computeCheckBuffersFloats() 255 for (size_t i = 0; i < result.size() / sizeof (deUint16); ++i) in computeCheckBuffersFloats() 3356 // We use a custom verifyIO to check the result via computing directly from inputs; the contents in outputs do not matter. in addGraphics16BitStorageUniformFloat32To16Group() 3381 // We use a custom verifyIO to check the result via computing directly from inputs; the contents in outputs do not matter. in addGraphics16BitStorageUniformFloat32To16Group() 3746 // The pipeline need this to call compare16BitFloat() when checking the result. in addGraphics16BitStorageInputOutputFloat32To16Group() 3756 // We derive the expected result from inputs directly in the graphics pipeline. in addGraphics16BitStorageInputOutputFloat32To16Group() 7613 // We use a custom verifyIO to check the result via computing directly from inputs; the contents in outputs do not matter. in addGraphics16BitStorageUniformFloat64To16Group() 8107 // The pipeline need this to call compare16BitFloat() when checking the result in addGraphics16BitStorageInputOutputFloat64To16Group() [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 314 EGLint result = thread.egl.waitSyncKHR(m_display, m_sync, 0); in waitReady() local 315 thread.newMessage() << "End -- " << result << " = eglWaitSyncKHR()" << tcu::ThreadUtil::Message::End; in waitReady() 316 ok = result == EGL_TRUE; in waitReady() 321 EGLint result = thread.egl.clientWaitSyncKHR(m_display, m_sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, 1000000000); in waitReady() local 322 thread.newMessage() << "End -- " << result << " = eglClientWaitSyncKHR()" << tcu::ThreadUtil::Message::End; in waitReady() 323 ok = result == EGL_CONDITION_SATISFIED_KHR; in waitReady()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_debug.c | 2202 " version:%d reason: %d rssi:%d cu:%d result:%d\n", in print_roam_enhanced_log() 2204 log->rssi, log->current_cu, log->result)); in print_roam_enhanced_log() 2276 log->result, log->reg, log->channel)); in print_roam_enhanced_log()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | data_ability_helper_test.cpp | 2163 auto result = std::make_shared<DataAbilityHelper>(dataShareHelper); in HWTEST_F() local 2164 EXPECT_TRUE(result != nullptr); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/ |
H A D | radio_test_ng.cpp | 1347 auto result = radioPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, dirtySwapConfig); in HWTEST_F() local 1348 EXPECT_TRUE(result); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng.cpp | 870 TranslateOptions result = imageContext->GetTransformTranslate().value_or(TranslateOptions()); in HWTEST_F() local 872 EXPECT_EQ(result.x.calcvalue_, expectValue.x.calcvalue_); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessible_ability_manager_service_test.cpp | 539 RetError result = Singleton<AccessibleAbilityManagerService>::GetInstance().SetBrightnessDiscount(value); in HWTEST_F() local 540 EXPECT_EQ(RET_ERR_NULLPTR, result); in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | canvas_component.cpp | 1751 bool result = component->FormatArcAngle(sAngle, eAngle, startAngle, endAngle, counterClockwise); in Arc() local 1752 if (!result) { in Arc()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 95 APP_LOGD("on finished result is %{public}d, %{public}s", resultCode, resultMsg.c_str()); in OnFinished() 2433 auto result = bundleMgrClient.CreateBundleDataDir(userId); in HWTEST_F() local 2434 EXPECT_EQ(result, ERR_APPEXECFWK_SERVICE_INTERNAL_ERROR); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1509 auto result = memcpy_s(dstPixels, srcLength, srcPixels, srcLength); in YUVConvert() local 1510 return result == 0 ? srcLength : -1; in YUVConvert()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_encoder.cpp | 602 uint32_t result = DoHeifEncode(inputImgs, inputMetas, refs);
in EncodeHeifByPixelmap() local 606 return result;
in EncodeHeifByPixelmap() 1371 IMAGE_LOGD("%{public}s splice hdr stream result is: %{public}u", __func__, error);
in EncodeJpegPictureDualVividInner() 1415 IMAGE_LOGD("%{public}s encode sdr picture result is: %{public}u", __func__, error);
in EncodeJpegPictureSdr() 1427 IMAGE_LOGD("%{public}s encode hdr picture result is: %{public}u", __func__, error);
in EncodeJpegPictureSdr() 1524 IMAGE_LOGD("%{public}s EncodeImageByPixelMap result: %{public}u", __func__, error);
in WriteJpegCodedData()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_batch_crud_test.cpp | 2522 bool result = (actResult == expectResult); in HWTEST_F() local 2523 EXPECT_EQ(result, true); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_predicates_test.cpp | 1750 std::string result = "TableName = AllDataType, {WhereClause:stringValue = ? AND ( integerValue = ? OR "
in HWTEST_F() local 1753 EXPECT_EQ(result, toString);
in HWTEST_F()
|