Home
last modified time | relevance | path

Searched defs:self (Results 51 - 75 of 761) sorted by relevance

12345678910>>...31

/third_party/python/Modules/_xxtestfuzz/
H A D_xxtestfuzz.c8 static PyObject* _fuzz_run(PyObject* self, PyObject* args) { in _fuzz_run() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_shared_array_test.cpp189 JSHandle<JSObject> self; in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dtypes_analysis.cpp50 auto self = static_cast<TypesAnalysis *>(v); in VisitCastValueToAnyType() local
63 auto self = static_cast<TypesAnalysis *>(v); in VisitAnyTypeCheck() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Dx25519_openssl.c38 static void DestroyX25519(HcfObjectBase *self) in DestroyX25519() argument
51 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
H A Ddh_openssl.c39 static void DestroyDh(HcfObjectBase *self) in DestroyDh() argument
52 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rand/src/
H A Drand_openssl.c34 static HcfResult OpensslGenerateRandom(HcfRandSpi *self, int32_t numBytes, HcfBlob *random) in OpensslGenerateRandom() argument
62 static const char *GetRandAlgoName(HcfRandSpi *self) in GetRandAlgoName() argument
76 static void OpensslSetSeed(HcfRandSpi *self, HcfBlob *seed) in OpensslSetSeed() argument
86 static void DestroyRandOpenssl(HcfObjectBase *self) in DestroyRandOpenssl() argument
[all...]
/base/security/device_auth/common_lib/impl/src/
H A Dhc_string.c31 HcBool StringAppend(HcString *self, HcString str) in StringAppend() argument
51 HcBool StringAppendPointer(HcString *self, const char *str) in StringAppendPointer() argument
70 StringAppendChar(HcString *self, char c) StringAppendChar() argument
91 StringSet(HcString *self, HcString str) StringSet() argument
108 StringSetPointer(HcString *self, const char *str) StringSetPointer() argument
123 StringGet(const HcString *self) StringGet() argument
137 StringLength(const HcString *self) StringLength() argument
[all...]
/base/telephony/telephony_data/opkey_version/src/
H A Dopkey_version_ability.cpp36 auto self = new OpkeyVersionAbility(); in Create() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_ccswe.c46 void kbase_ccswe_init(struct kbase_ccswe *self) in kbase_ccswe_init() argument
28 kbasep_ccswe_cycle_at_no_lock( struct kbase_ccswe *self, u64 timestamp_ns) kbasep_ccswe_cycle_at_no_lock() argument
53 kbase_ccswe_cycle_at(struct kbase_ccswe *self, u64 timestamp_ns) kbase_ccswe_cycle_at() argument
65 kbase_ccswe_freq_change( struct kbase_ccswe *self, u64 timestamp_ns, u32 gpu_freq) kbase_ccswe_freq_change() argument
88 kbase_ccswe_reset(struct kbase_ccswe *self) kbase_ccswe_reset() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_ccswe.c29 static u64 kbasep_ccswe_cycle_at_no_lock(struct kbase_ccswe *self, u64 timestamp_ns) in kbasep_ccswe_cycle_at_no_lock() argument
45 void kbase_ccswe_init(struct kbase_ccswe *self) in kbase_ccswe_init() argument
53 kbase_ccswe_cycle_at(struct kbase_ccswe *self, u64 timestamp_ns) kbase_ccswe_cycle_at() argument
66 kbase_ccswe_freq_change(struct kbase_ccswe *self, u64 timestamp_ns, u32 gpu_freq) kbase_ccswe_freq_change() argument
90 kbase_ccswe_reset(struct kbase_ccswe *self) kbase_ccswe_reset() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dopenharmony_buffer_queue_itf.cpp20 SLresult Enqueue(SLOHBufferQueueItf self, const void *buffer, SLuint32 size) in Enqueue() argument
35 SLresult Clear(SLOHBufferQueueItf self) in Clear() argument
50 SLresult GetState(SLOHBufferQueueItf self, SLOHBufferQueueState *state) in GetState() argument
65 static SLresult GetBuffer(SLOHBufferQueueItf self, SLuint argument
79 RegisterCallback(SLOHBufferQueueItf self, SlOHBufferQueueCallback callback, void *pContext) RegisterCallback() argument
101 IOHBufferQueueInit(void *self, const SLInterfaceID iid, SLuint32 id) IOHBufferQueueInit() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dmetadata_helpers.h30 void ConstructPropertiesFromMetadata(Self* self, const StaticObjectMetadata& sm, const IMetadata::Ptr& meta) in ConstructPropertiesFromMetadata() argument
59 bool ConstructOrInitEvent(IEvent::Ptr& p, Self* self, const EventMetadata& pm) in ConstructOrInitEvent() argument
81 void ConstructEventsFromMetadata(Self* self, const StaticObjectMetadata& sm, const IMetadata::Ptr& meta) in ConstructEventsFromMetadata() argument
95 void ConstructFunctionsFromMetadata(Self* self, cons argument
[all...]
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Dremote_object_mock.cpp36 void RemoteObjectMock::SetSelf(const sptr<RemoteObjectMock> &self) in SetSelf() argument
46 void RemoteObjectMock::SetupStub(const sptr<RemoteObjectMock> &self) in SetupStub() argument
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace-misc.c36 pid_t self; variable
/third_party/musl/src/process/
H A Dfork.c63 pthread_t self=__pthread_self(), next=self->next; in fork() local
/third_party/musl/src/linux/
H A Dmembarrier.c32 pthread_t self=__pthread_self(), td; in __membarrier() local
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_mutex_timedlock.c25 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi() local
H A Dpthread_join.c14 pthread_t self = __pthread_self(); in __pthread_timedjoin_np() local
H A Dpthread_mutex_unlock.c5 pthread_t self; in __pthread_mutex_unlock() local
/third_party/musl/src/thread/
H A Dpthread_mutex_unlock.c5 pthread_t self; in __pthread_mutex_unlock() local
H A Dpthread_join.c19 pthread_t self = __pthread_self(); in __pthread_timedjoin_np() local
/third_party/musl/src/ldso/
H A Ddlerror.c15 pthread_t self = __pthread_self(); in dlerror() local
35 pthread_t self = __pthread_self(); in __dl_thread_cleanup() local
63 pthread_t self in __dl_vseterr() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.h26 static BROTLI_INLINE void InitHuffmanTree(HuffmanTree* self, uint32_t count, in InitHuffmanTree() argument
H A Dblock_encoder_inc.h14 static void FN(BuildAndStoreEntropyCodes)(MemoryManager* m, BlockEncoder* self, in BuildAndStoreEntropyCodes() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-2.c43 pthread_t self = pthread_self(); in thread_func() local

Completed in 7 milliseconds

12345678910>>...31