Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dbuffer_tracking.h21 #define PIPELINE_REPORT_BUFFER_LOCATION(I, F, N) TRACKING_REPORT_BUFFER_LOCATION(I, F, N, false) argument
23 #define POOL_REPORT_BUFFER_LOCATION(I, F) TRACKING_REPORT_BUFFER_LOCATION(I, F, "", true) argument
25 #define TRACKING_REPORT_BUFFER_LOCATION(I, F, N, R) \ argument
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dlib.rs84 pub fn post_sync_task<F, R>(&self, task: F) -> R in post_sync_task()
116 pub fn post_async_task<F, R>(&self, task: F) -> TaskHandle<R> in post_async_task()
132 pub fn post_delayed_task<F, R>(&self, task: F, delay: Duration) -> TaskHandle<R> in post_delayed_task()
154 pub fn post_perioric_task<F>(&self, task: F, delay: Option<Duration>, interval: Duration, in post_perioric_task()
174 pub fn post_blocking_task<F, R>(&self, task: F) -> TaskHandle<R> in post_blocking_task()
/ohos5.0/docs/zh-cn/
H A Dglossary.md53 ## F section
/ohos5.0/docs/en/
H A Dglossary.md53 ## F section
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dspawner.rs66 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dnet.rs77 pub(crate) fn try_io<T, F, R>(&self, task: F, io: &T) -> io::Result<R> in try_io() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_common_def.inl198void (C::*setMethod)(std::function<F>&&), const JSExecutionContext& context, const JSRef<JSVal>& j…
219 bool JSViewBindEvent(void (C::*setMethod)(std::function<F>&&), const JSCallbackInfo& args)
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dobj.rs111 pub fn async_send_request<F, R>( in async_send_request()
116 call_back: F, in async_send_request()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dmod.rs59 fn map<F, B>(self, map_op: F) -> Map<Self, F> in map()
86 f: F, in for_each()
H A Dfilter.rs18 pub fn filter<P, F>(par_iter: P, predicate: F) -> Filter<P, F> { in filter() argument
H A Dmap.rs18 pub fn map<P, F>(par_iter: P, map_op: F) -> Map<P, F> { in map() argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_brdf_common.h156 vec3 F = fSchlick(f0, VoH); in microfacedSpecularBrdf() local
166 float F = fSchlickSingle(f0, VoH) * clearcoat; in microfacedSpecularBrdfClearcoat() local
179 vec3 F = fSchlick(f0, VoH); in microfacedSpecularBrdfAnisotropic() local
H A D3d_dm_lighting_common.h281 const vec3 F = fSchlick(sd.f0, VoH); in CalculateLight() local
326 const vec3 F = fSchlick(sd.f0, VoH); in CalculateLight() local
561 const vec3 F = fSchlick(sd.f0, VoH); in CalculateLight() local
676 const vec3 F = fSchlick(sd.f0, VoH); in CalculateLight() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dpool.rs72 fn conn<F, E>(&self, connect_fn: F) -> Result<Conn<S>, HttpClientError> in conn()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dasync_source.rs78 pub(crate) async fn async_process<F, R>(&self, interest: Interest, mut op: F) -> io::Result<R> in async_process()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dasset_loader.rs93 mut f: F, in upload_download_inner()
H A Dcloud_db.rs232 mut f: F, in upload()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dc_ssl_stream.rs29 fn with_context<F, R>(self: Pin<&mut Self>, ctx: &mut Context<'_>, f: F) -> R in with_context()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dtry_join3.rs74 pub(crate) fn future_done<F: Future>(future: F) -> FutureDone<F> { in future_done()
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs183 path_type_resolver: F, in parse_cert_profile()
423 operation: F, in cert_path_operation()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/common/
H A Dinplace_lighting_common.h63 const vec3 F = fSchlick(sd.f0, VoH); in CalculateLightInplace() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i={},C={},F=n&&n.__importDefault… variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs23 pub(crate) async fn each_addr<A: ToSocketAddrs, F, T>(addr: A, mut f: F) -> io::Result<T> in each_addr() argument
/ohos5.0/base/request/request/services/src/manage/scheduler/
H A Dmod.rs338 pub(crate) fn on_state_change<T, F>(&mut self, f: F, t: T) in on_state_change()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp892 struct F { struct
907 ffrt::thread t(F{}, std::ref(a), std::cref(a), std::ref(a)); argument

12