Home
last modified time | relevance | path

Searched +defs:g +defs:e (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpickerparam_mock.js25 constructor(e, t, o, n = -1, m = undefined) { argument
33 setInitiallyProvidedValue(e) { argument
36 updateStateVars(g) { argument
39 purgeVariableDependenciesOnElmtId(e) { argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.cpp40 uint32_t GetId(const Entity& e) in GetId()
45 uint32_t GetGeneration(const Entity& e) in GetGeneration()
50 Entity MakeEntityId(uint32_t g, uint32_t i) in MakeEntityId()
101 for (const auto& e : entities_) { in ~EntityManager() local
178 auto& e = entities_[id]; in GetReferenceCounted() local
202 auto& e = entities_[id]; in Destroy() local
218 auto& e = entities_[i]; in DestroyAllEntities() local
248 for (const Entity& e : removedList_) { in GetRemovedEntities() local
324 auto& e = entities_[id]; in UpdateDeadEntities() local
342 const auto& e = owner.entities_[index]; in IteratorImpl() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp70 float g = GetObject<float>(); in ColorSpaceFuzzTest002() local
75 float e = GetObject<float>(); in ColorSpaceFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dbrush.cpp56 Brush::Brush(std::shared_ptr<ShaderEffect> e) noexcept in Brush()
76 void Brush::SetARGB(int a, int r, int g, int b) in SetARGB()
118 void Brush::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
H A Dpaint.cpp152 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB()
204 void Paint::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
209 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
H A Dpen.cpp57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB()
182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
212 void Pen::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_space.h52 float g, a, b, c, d, e, f; member
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js32 on(e, t) { argument
37 once(e, t) { argument
49 off(e, t) { argument
65 emit(e, t) { argument
114 getData(e) { argument
186 let g; variable
194 constructor(e) { argument
1490 init(e) { argument
1805 let e = 0; variable
3169 const g = (e, d) => { constant
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js56 constructor(a, b, c, d = -1, e = undefined, f) { argument
93 setInitiallyProvidedValue(g) { argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js683 let e = 0; variable
685 let g = 0; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n=… argument
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c80 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey()
208 …uct HksBlob *publicKey, struct HksBlob *y, struct HksBlob *p, struct HksBlob *q, struct HksBlob *g) in GetDsaPubKeyParam()
238 const struct HksBlob *g, struct HksBlob *x509Key) in DsaToX509PublicKey()
294 struct HksBlob g = {0}; in DsaPublicKeyToX509() local
646 const BIGNUM *g = NULL; in X509PublicKeyToDsa() local
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor_space.h114 float g; member
119 float e; member
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c507 int OpensslEvpDigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, E… in OpensslEvpDigestSignInit()
655 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey()
663 EVP_PKEY *OpensslEvpPkeyNewRawPrivateKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPrivateKey()
702 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew()
802 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId()
938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
1095 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey()
1100 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx()
1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js37 let g; variable
917 async function e(x3) { function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c319 int OpensslEvpDigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, E… in OpensslEvpDigestSignInit()
393 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey()
398 EVP_PKEY *OpensslEvpPkeyNewRawPrivateKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPrivateKey()
428 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew()
475 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId()
591 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
692 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey()
697 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx()
707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
712 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp90 inline float SafePow(float x, float e) in SafePow()
114 float g = 0.0f; member
119 float e = 0.0f; member
188 const float e = 0.14f; in ACESToneMapping() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument