/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | buffer_tracking.h | 21 #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 D | lib.rs | 84 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 D | glossary.md | 53 ## F section
|
/ohos5.0/docs/en/ |
H A D | glossary.md | 53 ## F section
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/ |
H A D | spawner.rs | 66 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 D | net.rs | 77 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 D | js_view_common_def.inl | 198 …void (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 D | obj.rs | 111 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 D | mod.rs | 59 fn map<F, B>(self, map_op: F) -> Map<Self, F> in map() 86 f: F, in for_each()
|
H A D | filter.rs | 18 pub fn filter<P, F>(par_iter: P, predicate: F) -> Filter<P, F> { in filter() argument
|
H A D | map.rs | 18 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 D | 3d_dm_brdf_common.h | 156 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 D | 3d_dm_lighting_common.h | 281 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 D | pool.rs | 72 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 D | async_source.rs | 78 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 D | asset_loader.rs | 93 mut f: F, in upload_download_inner()
|
H A D | cloud_db.rs | 232 mut f: F, in upload()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | c_ssl_stream.rs | 29 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 D | try_join3.rs | 74 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 D | cert_path_utils.rs | 183 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 D | inplace_lighting_common.h | 63 const vec3 F = fSchlick(sd.f0, VoH); in CalculateLightInplace() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …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 D | addr.rs | 23 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 D | mod.rs | 338 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 D | ut_csync.cpp | 892 struct F { struct 907 ffrt::thread t(F{}, std::ref(a), std::cref(a), std::ref(a)); argument
|