Home
last modified time | relevance | path

Searched refs:store (Results 1001 - 1025 of 2589) sorted by relevance

1...<<41424344454647484950>>...104

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp110 isSpkInUse_.store(false); in TaskDisableDevice()
113 isMicInUse_.store(false); in TaskDisableDevice()
152 isSpkInUse_.store(true); in TaskOpenDSpeaker()
293 isMicInUse_.store(true); in TaskOpenDMic()
320 isPageStatus_.store(false); in TaskCloseDMic()
485 isPageStatus_.store(true); in PullUpPage()
978 isPageStatus_.store(false); in StopDistributedHardware()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Damd.c1075 ssize_t (*store) (struct threshold_block *, const char *, size_t count); member
1155 .store = store_## val, \
1182 static ssize_t store(struct kobject *kobj, struct attribute *attr, in store() function
1189 ret = a->store ? a->store(b, buf, count) : -EIO; in store()
1196 .store = store,
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dsysfs.c71 ssize_t (*store)(struct ib_port *, struct port_attribute *, member
92 ssize_t (*store)(struct kobject *kobj, member
121 if (!port_attr->store) in port_attr_store()
123 return port_attr->store(p, port_attr, buf, count); in port_attr_store()
128 .store = port_attr_store
940 hsa->store = NULL; in alloc_hsa()
958 hsa->store = set_stats_lifespan; in alloc_hsa_lifespan()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Damd.c907 ssize_t (*store) (struct threshold_block *, const char *, size_t count); member
987 .store = store_## val, \
1015 static ssize_t store(struct kobject *kobj, struct attribute *attr, in store() function
1022 ret = a->store ? a->store(b, buf, count) : -EIO; in store()
1029 .store = store,
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c37 static int get_cert_chain(X509 *cert, X509_STORE *store,
123 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
129 "Do not load certificates from the default certificates store"},
588 X509_STORE *store; in pkcs12_main() local
601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
606 vret = get_cert_chain(ee_cert_tmp, store, untrusted_certs, &chain2); in pkcs12_main()
607 X509_STORE_free(store); in pkcs12_main()
996 static int get_cert_chain(X509 *cert, X509_STORE *store, in get_cert_chain() argument
1009 if (!X509_STORE_CTX_init(store_ctx, store, cert, untrusted_certs)) { in get_cert_chain()
H A Dcms.c211 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
217 "Do not load certificates from the default certificates store"},
290 X509_STORE *store = NULL; in cms_main() local
936 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
939 X509_STORE_set_verify_cb(store, cms_cb); in cms_main()
941 X509_STORE_set1_param(store, vpm); in cms_main()
1167 if (CMS_verify(cms, other, store, indata, out, flags) > 0) { in cms_main()
1192 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0) { in cms_main()
1260 X509_STORE_free(store); in cms_main()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c18 #include <openssl/store.h>
463 /* Move peername from the store context params to the SSL handle's */ in ssl_verify_cert_chain()
863 const char *store) in STACK_OF()
867 int ret = add_uris_recursive(stack, store, 1); in STACK_OF()
889 /* Rearranging and check the chain: add everything to a store */ in ssl_build_cert_chain()
982 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) in ssl_cert_set_cert_store() argument
990 *pstore = store; in ssl_cert_set_cert_store()
991 if (ref && store) in ssl_cert_set_cert_store()
992 X509_STORE_up_ref(store); in ssl_cert_set_cert_store()
/third_party/openssl/apps/
H A Dcms.c211 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
217 "Do not load certificates from the default certificates store"},
290 X509_STORE *store = NULL; in cms_main() local
937 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
940 X509_STORE_set_verify_cb(store, cms_cb); in cms_main()
942 X509_STORE_set1_param(store, vpm); in cms_main()
1168 if (CMS_verify(cms, other, store, indata, out, flags) > 0) { in cms_main()
1193 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0) { in cms_main()
1261 X509_STORE_free(store); in cms_main()
H A Dpkcs12.c37 static int get_cert_chain(X509 *cert, X509_STORE *store,
123 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
129 "Do not load certificates from the default certificates store"},
588 X509_STORE *store; in pkcs12_main() local
601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
606 vret = get_cert_chain(ee_cert_tmp, store, untrusted_certs, &chain2); in pkcs12_main()
607 X509_STORE_free(store); in pkcs12_main()
1000 static int get_cert_chain(X509 *cert, X509_STORE *store, in get_cert_chain() argument
1013 if (!X509_STORE_CTX_init(store_ctx, store, cert, untrusted_certs)) { in get_cert_chain()
/third_party/openssl/ssl/
H A Dssl_cert.c18 #include <openssl/store.h>
463 /* Move peername from the store context params to the SSL handle's */ in ssl_verify_cert_chain()
863 const char *store) in STACK_OF()
867 int ret = add_uris_recursive(stack, store, 1); in STACK_OF()
889 /* Rearranging and check the chain: add everything to a store */ in ssl_build_cert_chain()
982 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) in ssl_cert_set_cert_store() argument
990 *pstore = store; in ssl_cert_set_cert_store()
991 if (ref && store) in ssl_cert_set_cert_store()
992 X509_STORE_up_ref(store); in ssl_cert_set_cert_store()
/third_party/python/Lib/test/
H A Dtest_struct.py533 store = array.array('b', b' '*100)
538 self.assertRaises(struct.error, struct.pack_into, '12345', store, 0)
539 self.assertRaises(struct.error, struct.unpack_from, '12345', store, 0)
544 self.assertRaises(struct.error, struct.pack_into, 'c12345', store, 0,
546 self.assertRaises(struct.error, struct.unpack_from, 'c12345', store,
553 self.assertRaises(struct.error, struct.pack_into, '14s42', store, 0,
555 self.assertRaises(struct.error, struct.unpack_from, '14s42', store, 0)
/third_party/node/deps/v8/src/objects/
H A Delements.cc104 // accessor ElementsKind, and the third is the backing store class. Use the
475 // store operations that are safe for concurrent marking. in SortIndices()
654 void Reconfigure(Handle<JSObject> object, Handle<FixedArrayBase> store,
657 Subclass::ReconfigureImpl(object, store, entry, value, attributes);
661 Handle<FixedArrayBase> store, InternalIndex entry, in ReconfigureImpl()
738 // Check whether the backing store should be shrunk. in SetLengthImpl()
768 // Check whether the backing store should be expanded. in SetLengthImpl()
893 // always returning undefined. If there is a store to the initial in GrowCapacityAndConvertImpl()
1209 // If we have a holey backing store try to precisely estimate the backing in PrependElementIndicesImpl()
1210 // store siz in PrependElementIndicesImpl()
660 ReconfigureImpl(Handle<JSObject> object, Handle<FixedArrayBase> store, InternalIndex entry, Handle<Object> value, PropertyAttributes attributes) ReconfigureImpl() argument
1498 GetRaw(FixedArrayBase store, InternalIndex entry) GetRaw() argument
1518 ReconfigureImpl(Handle<JSObject> object, Handle<FixedArrayBase> store, InternalIndex entry, Handle<Object> value, PropertyAttributes attributes) ReconfigureImpl() argument
1553 HasEntryImpl(Isolate* isolate, FixedArrayBase store, InternalIndex entry) HasEntryImpl() argument
1561 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument
1898 NormalizeImpl(Handle<JSObject> object, Handle<FixedArrayBase> store) NormalizeImpl() argument
1958 DeleteCommon(Handle<JSObject> obj, uint32_t entry, Handle<FixedArrayBase> store) DeleteCommon() argument
2028 ReconfigureImpl(Handle<JSObject> object, Handle<FixedArrayBase> store, InternalIndex entry, Handle<Object> value, PropertyAttributes attributes) ReconfigureImpl() argument
2737 DeleteCommon(Handle<JSObject> obj, uint32_t entry, Handle<FixedArrayBase> store) DeleteCommon() argument
2850 DeleteCommon(Handle<JSObject> obj, uint32_t entry, Handle<FixedArrayBase> store) DeleteCommon() argument
2877 ReconfigureImpl(Handle<JSObject> object, Handle<FixedArrayBase> store, InternalIndex entry, Handle<Object> value, PropertyAttributes attributes) ReconfigureImpl() argument
4401 SetImpl(FixedArrayBase store, InternalIndex entry, Object value) SetImpl() argument
4438 GetCapacityImpl(JSObject holder, FixedArrayBase store) GetCapacityImpl() argument
4755 ReconfigureImpl(Handle<JSObject> object, Handle<FixedArrayBase> store, InternalIndex entry, Handle<Object> value, PropertyAttributes attributes) ReconfigureImpl() argument
4810 GetArguments(Isolate* isolate, FixedArrayBase store) GetArguments() argument
4874 ReconfigureImpl(Handle<JSObject> object, Handle<FixedArrayBase> store, InternalIndex entry, Handle<Object> value, PropertyAttributes attributes) ReconfigureImpl() argument
5015 ReconfigureImpl(Handle<JSObject> object, Handle<FixedArrayBase> store, InternalIndex entry, Handle<Object> value, PropertyAttributes attributes) ReconfigureImpl() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp375 isRunning_.store(true); in Start()
388 isRunning_.store(false); in Stop()
430 isRunning_.store(false); in Flush()
610 isRunning_.store(false); in OutputFunc()
628 isRunning_.store(false); in OutputFunc()
/kernel/linux/linux-5.10/block/
H A Dblk-sysfs.c24 ssize_t (*store)(struct request_queue *, const char *, size_t); member
561 .store = _prefix##_store, \
715 if (!entry->store) in queue_attr_store()
720 res = entry->store(q, page, length); in queue_attr_store()
818 .store = queue_attr_store,
/kernel/linux/linux-5.10/kernel/
H A Dparams.c656 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param()
658 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param()
900 if (!attribute->store) in module_attr_store()
903 ret = attribute->store(attribute, mk, buf, len); in module_attr_store()
910 .store = module_attr_store,
/kernel/linux/linux-6.6/kernel/
H A Dparams.c675 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param()
677 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param()
917 if (!attribute->store) in module_attr_store()
920 ret = attribute->store(attribute, mk, buf, len); in module_attr_store()
927 .store = module_attr_store,
/kernel/linux/linux-6.6/block/
H A Dblk-sysfs.c26 ssize_t (*store)(struct request_queue *, const char *, size_t); member
486 .store = _prefix##_store, \
739 if (!entry->store) in queue_attr_store()
743 res = entry->store(q, page, length); in queue_attr_store()
750 .store = queue_attr_store,
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp375 isRunning_.store(true); in Start()
388 isRunning_.store(false); in Stop()
430 isRunning_.store(false); in Flush()
610 isRunning_.store(false); in OutputFunc()
628 isRunning_.store(false); in OutputFunc()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp585 auto store = new RatInstr(cf_mem_rat, RatInstr::STORE_TYPED, in emit_ssbo_store() local
588 shader.emit_instruction(store); in emit_ssbo_store()
700 auto store = new RatInstr(op, RatInstr::STORE_TYPED, value, coord, imageid, in emit_image_store() local
704 store->set_ack(); in emit_image_store()
705 shader.emit_instruction(store); in emit_image_store()
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S29 ! This routine wipes registers, but not the backing store [which
491 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
504 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
531 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
545 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
/third_party/skia/src/core/
H A DSkMipmap.cpp24 // so we can then perform our simple filter (either box or triangle) and store the intermediates
35 SkNx_cast<uint8_t>(x).store(&r); in Compact()
78 SkFloatToHalf_finite_ftz(x).store(&r); in Compact()
90 SkFloatToHalf_finite_ftz(x).store(&r); in Compact()
122 SkFloatToHalf_finite_ftz(x).store(&r); in Compact()
134 skvx::cast<uint16_t>(x).store(&r); in Compact()
/third_party/openssl/crypto/
H A Dsparccpuid.S29 ! This routine wipes registers, but not the backing store [which
491 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
504 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
531 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
545 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc767 scc->visit_status.store(SCCInfoBase::kRunning, std::memory_order_relaxed); in InitSCC_DFS()
786 scc->visit_status.store(SCCInfoBase::kInitialized, std::memory_order_release); in InitSCC_DFS()
817 runner.store(me, std::memory_order_relaxed); in InitSCCImpl()
821 runner.store(std::thread::id{}, std::memory_order_relaxed); in InitSCCImpl()
823 runner.store(-1, std::memory_order_relaxed); in InitSCCImpl()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dquick_fix_callback_with_record.cpp63 finalResult.store(resultCode); in ProcessCallback()
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dproperty.cpp66 onChangedAtomic_.store(onChanged_.get()); in EventOnChanged()

Completed in 38 milliseconds

1...<<41424344454647484950>>...104