Home
last modified time | relevance | path

Searched defs:store (Results 76 - 100 of 579) sorted by relevance

12345678910>>...24

/third_party/node/src/crypto/
H A Dcrypto_random.cc76 std::shared_ptr<BackingStore> store = in EncodeOutput() local
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtrap.c37 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dthreads.cc29 auto store = store_.get(); in run() local
99 auto store = wasm::Store::make(engine.get()); in main() local
H A Dtrap.cc14 auto store = reinterpret_cast<wasm::Store*>(env); variable
33 auto store = store_.get(); in run() local
H A Dmemory.cc69 auto store = store_.get(); in run() local
H A Dmulti.c42 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dcallback.c67 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dcallback.cc63 auto store = store_.get(); in run() local
H A Dserialize.c22 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dtable.cc77 auto store = store_.get(); in run() local
/third_party/node/src/
H A Dnode_blob.h22 std::shared_ptr<v8::BackingStore> store; member
69 BlobTransferData( const std::vector<BlobEntry>& store, size_t length) BlobTransferData() argument
/third_party/node/deps/v8/src/builtins/
H A Dgrowable-fixed-array-gen.cc17 Branch(IntPtrEqual(capacity, length), &grow, &store); in Push() local
/third_party/node/deps/v8/src/objects/
H A Dcompressed-slots-inl.h47 void CompressedObjectSlot::store(Object value) const { in store() function in v8::internal::CompressedObjectSlot
113 void CompressedMaybeObjectSlot::store(MaybeObject value) const { in store() function in v8::internal::CompressedMaybeObjectSlot
155 void CompressedHeapObjectSlot::store(HeapObjectReference value) const { in store() function in v8::internal::CompressedHeapObjectSlot
178 void OffHeapCompressedObjectSlot::store(Object value) const { in store() function in v8::internal::OffHeapCompressedObjectSlot
/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_fetch.c20 OSSL_METHOD_STORE *store; member
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dx509.c40 X509_STORE *store = NULL; in FuzzerTestOneInput() local
/third_party/openssl/crypto/
H A Dcore_fetch.c20 OSSL_METHOD_STORE *store; member
[all...]
/third_party/skia/src/core/
H A DSkFixed15.h28 uint16_t store() const { return fVal; } in store() function in SkFixed15
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5145 def store( self, storage ): member in StringNode
/third_party/skia/tools/gpu/
H A DMemoryCache.cpp56 void MemoryCache::store(const SkData& key, const SkData& data, const SkString& description) { in store() function in sk_gpu_test::MemoryCache
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/
H A Dcm_ipc_service_serialization.c173 int32_t CmServiceGetCertListPack(const struct CmContext *context, uint32_t store, in CmServiceGetCertListPack() argument
200 int32_t CmServiceGetCertInfoPack(const uint32_t store, const struct CmBlob *certificateData, in CmServiceGetCertInfoPack() argument
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_validator_openssl.c142 X509_STORE *store = X509_STORE_new(); in ValidateCertChainInner() local
/base/security/certificate_manager/interfaces/kits/cj/src/
H A Dcj_cert_manager_ffi.c26 int32_t FfiCertManagerUninstallAppCert(const struct CmBlob *keyUri, const uint32_t store) in FfiCertManagerUninstallAppCert() argument
31 int32_t FfiCertManagerGetAppCert(const struct CmBlob *keyUri, const uint32_t store, struct CjCredential *retObj) in FfiCertManagerGetAppCert() argument
88 int32_t FfiCertManagerGetUserCertList(const uint32_t store, uint32_t *retCount, struct CjCertAbstract **retObj) in FfiCertManagerGetUserCertList() argument
119 int32_t FfiCertManagerGetUserCertInfo(const struct CmBlob *certUri, const uint32_t store, struct CjCertInfo *retObj) in FfiCertManagerGetUserCertInfo() argument
20 FfiCertManagerInstallAppCert(const struct CmBlob *appCert, const struct CmBlob *appCertPwd, const struct CmBlob *certAlias, const uint32_t store, struct CmBlob *keyUri) FfiCertManagerInstallAppCert() argument
[all...]
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_get_system_cert_info.cpp39 uint32_t store = 0; member
75 GetCertInfoParseParams(napi_env env, napi_callback_info info, GetCertInfoAsyncContext context, uint32_t store) GetCertInfoParseParams() argument
H A Dcm_napi_get_system_cert_list.cpp38 uint32_t store = 0; member
70 GetCertListParseParams( napi_env env, napi_callback_info info, GetCertListAsyncContext context, uint32_t store) GetCertListParseParams() argument
H A Dcm_napi_install_app_cert_common.cpp71 static napi_value GetCredAlias(napi_env env, napi_value napiObject, CmBlob *&certAlias, uint32_t store) in GetCredAlias() argument
170 static napi_value GenAppCertBusinessError(napi_env env, int32_t errorCode, uint32_t store) in GenAppCertBusinessError() argument
226 napi_value CMNapiInstallAppCertCommon(napi_env env, napi_callback_info info, uint32_t store) in CMNapiInstallAppCertCommon() argument
79 InstallAppCertParseParams( napi_env env, napi_callback_info info, InstallAppCertAsyncContext context, uint32_t store) InstallAppCertParseParams() argument
[all...]

Completed in 14 milliseconds

12345678910>>...24