| /third_party/node/src/crypto/ |
| H A D | crypto_random.cc | 76 std::shared_ptr<BackingStore> store = in EncodeOutput() local
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | trap.c | 37 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | threads.cc | 29 auto store = store_.get(); in run() local 99 auto store = wasm::Store::make(engine.get()); in main() local
|
| H A D | trap.cc | 14 auto store = reinterpret_cast<wasm::Store*>(env); variable 33 auto store = store_.get(); in run() local
|
| H A D | memory.cc | 69 auto store = store_.get(); in run() local
|
| H A D | multi.c | 42 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | callback.c | 67 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | callback.cc | 63 auto store = store_.get(); in run() local
|
| H A D | serialize.c | 22 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | table.cc | 77 auto store = store_.get(); in run() local
|
| /third_party/node/src/ |
| H A D | node_blob.h | 22 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 D | growable-fixed-array-gen.cc | 17 Branch(IntPtrEqual(capacity, length), &grow, &store); in Push() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | compressed-slots-inl.h | 47 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 D | core_fetch.c | 20 OSSL_METHOD_STORE *store; member [all...] |
| /third_party/node/deps/openssl/openssl/fuzz/ |
| H A D | x509.c | 40 X509_STORE *store = NULL; in FuzzerTestOneInput() local
|
| /third_party/openssl/crypto/ |
| H A D | core_fetch.c | 20 OSSL_METHOD_STORE *store; member [all...] |
| /third_party/skia/src/core/ |
| H A D | SkFixed15.h | 28 uint16_t store() const { return fVal; } in store() function in SkFixed15
|
| /third_party/skia/third_party/externals/freetype/src/tools/ |
| H A D | glnames.py | 5145 def store( self, storage ): member in StringNode
|
| /third_party/skia/tools/gpu/ |
| H A D | MemoryCache.cpp | 56 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 D | cm_ipc_service_serialization.c | 173 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 D | x509_cert_chain_validator_openssl.c | 142 X509_STORE *store = X509_STORE_new(); in ValidateCertChainInner() local
|
| /base/security/certificate_manager/interfaces/kits/cj/src/ |
| H A D | cj_cert_manager_ffi.c | 26 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 D | cm_napi_get_system_cert_info.cpp | 39 uint32_t store = 0; member 75 GetCertInfoParseParams(napi_env env, napi_callback_info info, GetCertInfoAsyncContext context, uint32_t store) GetCertInfoParseParams() argument
|
| H A D | cm_napi_get_system_cert_list.cpp | 38 uint32_t store = 0; member 70 GetCertListParseParams( napi_env env, napi_callback_info info, GetCertListAsyncContext context, uint32_t store) GetCertListParseParams() argument
|
| H A D | cm_napi_install_app_cert_common.cpp | 71 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...] |