Home
last modified time | relevance | path

Searched +defs:n +defs:F (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… method in _e.u
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… method in _e.u
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… method in _e.u
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp769 void f1(int n) in f1()
778 void f2(int& n) in f2()
797 int n = 0; member in foo
810 int n = 0; member in baz
816 int n = 0; variable
842 int n = 0; variable
892 struct F { struct
907 ffrt::thread t(F{}, std::ref(a), std::cref(a), std::ref(a)); argument
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof … variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_lighting_common.h247 vec3 n = normalize((2.0 * normal - 1.0) * vec3(normalScale, normalScale, 1.0f)); in CalcFinalNormal() local
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_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs1458 mut f: F, in udp_try_bind_connect()
1604 let n = poll_fn(|cx| connected_sender.poll_send(cx, b"Hello")) in ut_send_recv_poll() localVariable
1636 let n = poll_fn(|cx| sender.poll_send_to(cx, b"Hello", receiver_addr)) in ut_send_to_recv_from_poll() localVariable
1808 let n = poll_fn(|cx| sender.poll_send_to(cx, b"Hello", receiver_addr)) in ut_send_to_peek_from_poll() localVariable