Home
last modified time | relevance | path

Searched refs:res (Results 4976 - 5000 of 6339) sorted by relevance

1...<<191192193194195196197198199200>>...254

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h86 virtual ErrCode VerifyActivationLock(bool &res) in VerifyActivationLock() argument
H A Dbms_extension_data_mgr.h56 ErrCode VerifyActivationLock(bool &res);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_datastruct_test.cpp167 std::string res = userInfoJson.dump(); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dfuture.h100 void Set(const IAny::Ptr& res) override;
/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H A Defilter.h57 IMAGE_EFFECT_EXPORT virtual ErrorCode Save(EffectJsonPtr &res);
/third_party/ffmpeg/libavfilter/
H A Dinternal.h390 const char *arg, char *res, int res_len, int flags);
H A Dvf_pp.c67 char *res, int res_len, int flags) in pp_process_command()
66 pp_process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) pp_process_command() argument
/third_party/backends/backend/
H A Dmustek_pp_cis.h164 /* how many positions to skip until scan area starts @ max res */
167 /* how many image bytes to scan @ max res */
174 SANE_Int res; member
H A Dxerox_mfp.h56 SANE_Byte res[1024]; /* buffer for responses */ member
H A Dplustek_pp.c465 SANE_Pid res; in do_cancel() local
493 res = sanei_thread_waitpid( scanner->reader_pid, 0 ); in do_cancel()
496 if( res != scanner->reader_pid ) { in do_cancel()
1137 SANE_Status res; in sane_init() local
1142 res = sanei_pp_init(); in sane_init()
1143 if( SANE_STATUS_GOOD != res ) { in sane_init()
1145 return res; in sane_init()
/third_party/ltp/include/lapi/
H A Dio_uring.h147 int32_t res; /* result code for this event */ member
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dolsontz.h121 * to lookup the rule that `res' may refer to, if there is one.
122 * @param res the resource bundle of the zone to be constructed
127 const UResourceBundle* res,
333 const int32_t *transitionTimesPre32; // alias into res; do not delete
339 const int32_t *transitionTimes32; // alias into res; do not delete
346 const int32_t *transitionTimesPost32; // alias into res; do not delete
358 const int32_t *typeOffsets; // alias into res; do not delete
365 const uint8_t *typeMapData; // alias into res; do not delete
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
H A DMainActivity.java9 import android.content.res.AssetManager;
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java11 import android.content.res.Configuration;
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1229 WMError res = UpdateAnimationFlagProperty(withAnimation); in Hide() local
1230 if (res != WMError::WM_OK) { in Hide()
1231 TLOGE(WmsLogTag::WMS_LIFE, "UpdateProperty failed with errCode:%{public}d", static_cast<int32_t>(res)); in Hide()
1232 return res; in Hide()
1242 res = static_cast<WMError>(SetActive(false)); in Hide()
1243 if (res != WMError::WM_OK) { in Hide()
1244 return res; in Hide()
1246 res = static_cast<WMError>(hostSession->Background(true, identityToken_)); in Hide()
1248 res = static_cast<WMError>(hostSession->Hide()); in Hide()
1250 res in Hide()
1282 WMError res = WindowHelper::IsMainWindow(GetType()) ? NotifyDrawingCompleted() local
2454 WMError res = NotifyMainWindowClose(terminateCloseProcess); MainWindowCloseInner() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp81 Vector<T, Size> res; in minVecScalar() local
83 res[i] = min(v[i], s); in minVecScalar()
84 return res; in minVecScalar()
90 Vector<T, Size> res; in maxVecScalar() local
92 res[i] = max(v[i], s); in maxVecScalar()
93 return res; in maxVecScalar()
99 Vector<T, Size> res; in clampVecScalarScalar() local
101 res[i] = clamp(v[i], s0, s1); in clampVecScalarScalar()
102 return res; in clampVecScalarScalar()
108 Vector<T, Size> res; in mixVecVecScalar() local
117 Vector<T, Size> res; stepScalarVec() local
126 Vector<T, Size> res; smoothStepScalarScalarVec() local
[all...]
/third_party/python/Modules/
H A D_ssl.c1510 PyObject *lst, *res = NULL; in _get_crl_dp() local
1556 res = (PyList_GET_SIZE(lst) > 0) ? PyList_AsTuple(lst) : Py_None; in _get_crl_dp()
1561 return res; in _get_crl_dp()
1903 int res = PyList_Insert(retval, 0, peerobj); in _ssl__SSLSocket_get_unverified_chain_impl() local
1905 if (res < 0) { in _ssl__SSLSocket_get_unverified_chain_impl()
2016 PyObject *res; in _ssl__SSLSocket_shared_ciphers_impl() local
2034 res = PyList_New(sk_SSL_CIPHER_num(server_ciphers)); in _ssl__SSLSocket_shared_ciphers_impl()
2035 if (!res) in _ssl__SSLSocket_shared_ciphers_impl()
2045 Py_DECREF(res); in _ssl__SSLSocket_shared_ciphers_impl()
2048 PyList_SET_ITEM(res, le in _ssl__SSLSocket_shared_ciphers_impl()
4227 PyObject *res; _ssl__SSLContext__wrap_socket_impl() local
4265 PyObject *res; _ssl__SSLContext__wrap_bio_impl() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp81 Vector<T, Size> res; in minVecScalar() local
83 res[i] = min(v[i], s); in minVecScalar()
84 return res; in minVecScalar()
90 Vector<T, Size> res; in maxVecScalar() local
92 res[i] = max(v[i], s); in maxVecScalar()
93 return res; in maxVecScalar()
99 Vector<T, Size> res; in clampVecScalarScalar() local
101 res[i] = clamp(v[i], s0, s1); in clampVecScalarScalar()
102 return res; in clampVecScalarScalar()
108 Vector<T, Size> res; in mixVecVecScalar() local
117 Vector<T, Size> res; stepScalarVec() local
126 Vector<T, Size> res; smoothStepScalarScalarVec() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp864 ErrCode res = CleanShaderCache(bundleName_); in InnerProcessBundleInstall() local
865 if (res != ERR_OK) { in InnerProcessBundleInstall()
866 LOG_NOFUNC_I(BMS_TAG_INSTALLER, "%{public}s clean shader fail %{public}d", bundleName_.c_str(), res); in InnerProcessBundleInstall()
1549 auto res = RemoveDataGroupDirs(oldInfo.GetBundleName(), userId_, installParam.isKeepData); in ProcessBundleUninstall() local
1550 if (res != ERR_OK) { in ProcessBundleUninstall()
1558 auto res = RemoveBundleUserData(oldInfo, installParam.isKeepData); in ProcessBundleUninstall() local
1559 if (res != ERR_OK) { in ProcessBundleUninstall()
1560 return res; in ProcessBundleUninstall()
4559 auto res = bmsExtensionDataMgr.KeyOperation(infos, CodeOperation::ADD); in UpdateEncryptedStatus() local
4560 ProcessEncryptedKeyExisted(res, CodeOperatio in UpdateEncryptedStatus()
4565 auto res = bmsExtensionDataMgr.KeyOperation(infos, CodeOperation::DELETE); UpdateEncryptedStatus() local
4572 auto res = bmsExtensionDataMgr.KeyOperation(infos, CodeOperation::UPDATE); UpdateEncryptedStatus() local
4579 ProcessEncryptedKeyExisted(int32_t res, uint32_t type, const std::vector<CodeProtectBundleInfo> &infos) ProcessEncryptedKeyExisted() argument
6040 ErrCode res = bmsExtensionDataMgr.VerifyActivationLock(pass); VerifyActivationLock() local
6136 bool res = bmsExtensionDataMgr.IsAppInBlocklist(bundleName, userId); IsAppInBlocklist() local
6148 bool res = bmsExtensionDataMgr.CheckWhetherCanBeUninstalled(bundleName); CheckWhetherCanBeUninstalled() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1370 auto res = child->GetChildFlatIndex(id); in GetChildFlatIndex() local
1371 if (res.first) { in GetChildFlatIndex()
1372 return { true, count + res.second }; in GetChildFlatIndex()
1374 count += res.second; in GetChildFlatIndex()
1709 void UINode::DFSAllChild(const RefPtr<UINode>& root, std::vector<RefPtr<UINode>>& res)
1712 res.emplace_back(root);
1715 DFSAllChild(child, res);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp1337 NapiParam res = {napi_null, ""}; in ParseNapiValue() local
1369 res.type = type; in ParseNapiValue()
1371 res.val = name.get(); in ParseNapiValue()
1373 params.emplace_back(res); in ParseNapiValue()
1415 bool res = false; in GetGZPrintFArg() local
1417 napi_is_array(env, array, &res); in GetGZPrintFArg()
1420 if (!res) { in GetGZPrintFArg()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp1123 int res = obj->rdbStore_->SetDistributedTables(context->tablesName); in SetDistributedTables()
1124 LOG_DEBUG("RdbStoreProxy::SetDistributedTables res is : %{public}d.", res); in SetDistributedTables()
1125 return (res == E_OK || res == E_NOT_SUPPORT) ? OK : ERR; in SetDistributedTables()
1196 int res = obj->rdbStore_->Sync(option, *context->predicatesProxy->GetPredicates(), in Sync()
1198 LOG_INFO("RdbStoreProxy::Sync res is : %{public}d.", res); in Sync()
1199 return res == E_OK ? OK : ERR; in Sync()
/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c133 struct timespec res; in snd_pcm_hw_fast_tstamp() local
135 res = FAST_PCM_TSTAMP(hw); in snd_pcm_hw_fast_tstamp()
137 res.tv_nsec *= 1000L; in snd_pcm_hw_fast_tstamp()
138 return res; in snd_pcm_hw_fast_tstamp()
2150 int res; in use_old_hw_params_ioctl() local
2153 res = ioctl(fd, cmd, &oparams); in use_old_hw_params_ioctl()
2156 return res; in use_old_hw_params_ioctl()

Completed in 43 milliseconds

1...<<191192193194195196197198199200>>...254