Home
last modified time | relevance | path

Searched +defs:n +defs:f (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dcommon_value_serializers.h31 bool EnumImport(IImportFunctions& f, const ISerNode::ConstPtr& node, Value& out) in EnumImport()
46 if (auto n = interface_cast<IIntNode>(node)) { in ExtractInteger() local
50 if (auto n = interface_cast<IUIntNode>(node)) { in ExtractInteger() local
63 if (auto n = interface_cast<IDoubleNode>(node)) { in ExtractNumber() local
67 if (auto n = interface_cast<IBoolNode>(node)) { in ExtractNumber() local
85 ReturnError ImportFromNode(IImportFunctions& f, const ISerNode::ConstPtr& node, Type& value) in ImportFromNode()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp60 [info](const NodeSpec& n) { in SetUpBasicOutPortFormat()
99 PortFormat f { in SetPortFormat() local
140 PortFormat f = SetPortFormat(pipeSpecPtr, typeId, nodeIndex, portIndex, hostStreamInfo); in SetNodeSpec() local
193 void StreamPipelineStrategy::PrintConnection(const NodeSpec& n) in PrintConnection()
208 [it](const NodeSpec& n) { in PrintConnection()
225 [it](const NodeSpec& n) { in CombineSpecs()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_target_packing_common.h32 vec3 n = normal; in NormalOctEncode() local
38 vec3 NormalOctDecode(in vec2 f) in NormalOctDecode()
41 vec3 n = vec3(f.x, f.y, 1.0 - abs(f.x) - abs(f.y)); in NormalOctDecode() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_mgr_impl.cpp74 std::sort(s.begin(), s.end(), [](const int32_t& f, const int32_t& n) { in GetStreamTypes()
/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")… argument
/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")… variable
/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")… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp33 auto f = [](const InnerEvent::Pointer &first, const InnerEvent::Pointer &second) { in InsertEventsLocked() local
487 auto f = [fileDescriptor, events, wp]() { in HandleFileDescriptorEvent() local
545 uint32_t n = 0; in Dump() local
557 int n = 0; in Dump() local
577 uint32_t n = 0; in DumpQueueInfo() local
589 int n = 0; in DumpQueueInfo() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c72 List *n = NULL; in DestroyIovList() local
114 …void UdpSendFileDataSuccess(DFileSession *session, PeerInfo *peerInfo, List *p, FileDataFrameZS *f, in UdpSendFileDataSuccess()
128 List *n = NULL; in SendFileDataFrame() local
130 FileDataFrameZS *f = NULL; in SendFileDataFrame() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXMat4.js129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument
/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
817 foo f; variable
842 int n = 0; variable
843 foo f; variable
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp57 auto f = [](const InnerEvent::Pointer &first, const InnerEvent::Pointer &second) { in InsertEventsLocked() local
535 uint32_t n = 0; in DumpCurentQueueInfo() local
549 int n = 0; in DumpCurentQueueInfo() local
591 uint32_t n = 0; in DumpQueueInfo() local
604 int n = 0; in DumpQueueInfo() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp185 std::sort(types.begin(), types.end(), [](const int32_t& f, const int32_t& n) { return f < n; }); in CheckStreamsSupported()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …;var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypt… constant
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h44 #define FO_TRANS_FLOAT_TO_FIXED(f) (static_cast<int64_t>((f) * FIXED_NUM_1)) argument
45 #define FO_TRANS_INTEGER_TO_FIXED(f) ((static_cast<int64_t>(f)) << FIXED_Q_NUM) argument
47 #define FO_TO_INTEGER(n) ((n) >= 0 ? ((n) >> FIXED_Q_NUM) : (((n) >> FIXED_Q_NUM) + 1)) argument
48 #define FO_DECIMAL(n) ((n) >= 0 ? ((n) & (FIXED_NUM_1 - 1)) : ((n) | (-FIXED_NUM_1))) argument
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_value.h31 int n; member
32 double f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h41 int n; member
42 double f; member
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp120 … .WillByDefault([this](const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_sk_freefunc f) { in SetMockFunDefaultBehaviorPartOne()
251 ON_CALL(*this, OBJ_nid2obj).WillByDefault([this](int n) { return __real_OBJ_nid2obj(n); }); in SetMockFunDefaultBehaviorPartThree()
295 ON_CALL(*this, OBJ_nid2sn).WillByDefault([this](int n) { return __real_OBJ_nid2sn(n); }); in SetMockFunDefaultBehaviorPartFour()
608 ASN1_OBJECT *__wrap_OBJ_nid2obj(int n) in __wrap_OBJ_nid2obj()
798 …*__wrap_OPENSSL_sk_deep_copy(const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_sk_freefunc f) in __wrap_OPENSSL_sk_deep_copy()
890 const char *__wrap_OBJ_nid2sn(int n) in __wrap_OBJ_nid2sn()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs500 let mut f = File::create(file_path).await.unwrap(); in ut_io_string_result() localVariable
502 let n = f.write(&buf).await.unwrap(); in ut_io_string_result() localVariable
505 let f = File::open(file_path).await.unwrap(); in ut_io_string_result() localVariable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js26 let f; variable
605 class n extends rpc.RemoteObject { class
/ohos5.0/drivers/peripheral/camera/test/ut/buffer_manager/
H A Dbuffer_manager_utest.cpp198 for (auto f : formatTest) { variable
690 auto n = std::make_shared<Node>(name); in BuildPipeline() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp323 for (int n = 0; n < 1; n++) { variable
329 for (auto &f : threads) { variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h102 #define NBITS(n) (1U << (n)) argument
256 float f; member
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp339 AppEventParam::AppEventParam(std::string n, AppEventParamType t) : name(n), type(t), value(t) in AppEventParam()
442 void AppEventPack::AddParam(const std::string& key, float f) in AddParam()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1326 constructor(k, l, m, n) { argument
1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument

12