Home
last modified time | relevance | path

Searched full:para (Results 901 - 925 of 1384) sorted by relevance

1...<<31323334353637383940>>...56

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_mock.h54 void *para, uint64_t delayMillis) = 0;
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_error_message.cpp33 {ERR_DM_INPUT_PARA_INVALID, "the function call input para is invalid."},
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Utils/
H A Dcommon.ets105 para: (string | number)[];
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dfillp_os.c122 FILLP_LOGERR("SysSetThreadName para invalid"); in SysSetThreadName()
/kernel/liteos_a/shell/full/include/
H A Dshcmdparse.h56 UINT32 paramCnt; /* count of para */
/kernel/liteos_m/components/shell/include/
H A Dshcmdparse.h55 UINT32 paramCnt; /* count of para */
/kernel/liteos_a/apps/shell/include/
H A Dshcmdparse.h48 unsigned int paramCnt; /* count of para */
/kernel/liteos_m/arch/include/
H A Dlos_mpu.h84 UINT32 ArchMpuSetRegion(UINT32 regionId, MPU_CFG_PARA *para);
/test/testfwk/developer_test/src/core/command/
H A Dgen.py51 "GEN need para -t(testtype) -fz(fuzzername) -dp(dirpath)")
/third_party/FatFs/documents/doc/
H A Dsdir.html14 <div class="para">
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.h87 unsigned int usb_os_task_creat(pthread_t *taskid, TSK_ENTRY_FUNC func, unsigned int prio, const char *nm, UINTPTR para);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_motion_blur_filter.cpp33 RSMotionBlurFilter::RSMotionBlurFilter(const std::shared_ptr<MotionBlurParam>& para) in RSMotionBlurFilter() argument
34 : RSDrawingFilterOriginal(nullptr), motionBlurPara_(para) in RSMotionBlurFilter()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp101 JpegDecoderYuvParameter para = { 0, 0, jpegBuffer, jpegBufferSize, yuvBuffer, yuvBufferSize, in DecodeToYUV() local
104 int ret = decoderPtr->DoDecode(context, para); in DecodeToYUV()
/foundation/multimedia/av_codec/test/moduletest/capability/src/
H A Dcap_test.cpp83 * @tc.name : OH_AVCapability_IsFeatureSupported para error
205 * @tc.name : OH_AVCapability_GetFeatureProperties para error
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp78 LOGE("Invalid userId character in the store para info."); in CheckStoreParameter()
95 LOGE("Invalid character in the store para info."); in CheckStoreParameter()
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dautomarkup.py303 for para in doctree.traverse(nodes.paragraph):
304 for node in para.traverse(condition=text_but_not_a_reference):
/kernel/linux/linux-6.6/Documentation/translations/sp_SP/process/
H A Dkernel-docs.rst20 Desafortunadamente, no existen muchos documentos disponibles para que los
32 útiles para buscar temas específicos, y una breve "Descripción" del
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H A Dr8190_rtl8256.c50 0x0b, bMask12Bits, 0x100); /* phy para:1ba */ in phy_set_rf8256_bandwidth()
66 rtl8192_phy_SetRFReg(dev, (enum rf90_radio_path_e)eRFPath, 0x0b, bMask12Bits, 0x300); /* phy para:3ba */ in phy_set_rf8256_bandwidth()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H A Dr8190_rtl8256.c50 0x0b, bMask12Bits, 0x100); /* phy para:1ba */ in phy_set_rf8256_bandwidth()
66 rtl8192_phy_SetRFReg(dev, (enum rf90_radio_path_e)eRFPath, 0x0b, bMask12Bits, 0x300); /* phy para:3ba */ in phy_set_rf8256_bandwidth()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c350 static int t7xx_ccmni_md_state_callback(enum md_state state, void *para) in t7xx_ccmni_md_state_callback() argument
352 struct t7xx_ccmni_ctrl *ctlb = para; in t7xx_ccmni_md_state_callback()
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service.c235 ATTEST_LOG_WARN("[FlushAttestData] Flush attest para failed"); in FlushAttestData()
239 ATTEST_LOG_WARN("[FlushAttestData] Get para failed"); in FlushAttestData()
/test/xts/acts/validator/acts_validator/entry/src/main/ets/pages/Camera/
H A DCameraPhotoFormat.ets38 interface para {
70 @State screensObj: Array<para> = [];
/third_party/musl/
H A DBUILD.gn70 source = "${musl_dir}/etc/musl.para"
75 source = "${musl_dir}/etc/musl.para.dac"
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubidi.h102 * // using ubidi_getLogicalRun(para, ...)
104 * UBiDi *para,
186 * count=ubidi_countRuns(para, pErrorCode);
193 * direction=ubidi_getVisualRun(para, i, &start, &length);
215 * UBiDi *para;
221 * para=ubidi_openSized(length, 0, pErrorCode);
222 * if(para==NULL) { return; }
224 * ubidi_setPara(para, text, length,
228 * UBiDiLevel paraLevel=1&ubidi_getParaLevel(para);
246 * renderLine(para, tex
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp198 static bool IsParasNullOrUndefined(napi_env env, const napi_value& para) in IsParasNullOrUndefined() argument
200 return AppExecFwk::IsTypeForNapiValue(env, para, napi_null) || in IsParasNullOrUndefined()
201 AppExecFwk::IsTypeForNapiValue(env, para, napi_undefined); in IsParasNullOrUndefined()
204 static bool IsJSFunctionExist(napi_env env, const napi_value para, const std::string& methodName) in IsJSFunctionExist() argument
206 if (para == nullptr) { in IsJSFunctionExist()
211 napi_create_reference(env, para, 1, &ref); in IsJSFunctionExist()

Completed in 17 milliseconds

1...<<31323334353637383940>>...56