| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | target-nios2.c | 7 static void init_nios2(const struct target *self) in init_nios2() argument 15 static void predefine_nios2(const struct target *self) in predefine_nios2() argument
|
| H A D | target-arm64.c | 6 static void init_arm64(const struct target *self) in init_arm64() argument 12 static void predefine_arm64(const struct target *self) in predefine_arm64() argument
|
| H A D | target-mips.c | 6 static void predefine_mips(const struct target *self) in predefine_mips() argument 26 static void predefine_mips32(const struct target *self) in predefine_mips32() argument 46 static void predefine_mips64(const struct target *self) in predefine_mips64() argument
|
| H A D | target-ppc.c | 7 static void predefine_ppc(const struct target *self) in predefine_ppc() argument 34 static void init_ppc32(const struct target *self) in init_ppc32() argument 42 static void predefine_ppc32(const struct target *self) in predefine_ppc32() argument 63 static void predefine_ppc64(const struct target *self) in predefine_ppc64() argument
|
| H A D | target-sparc.c | 8 static void predefine_sparc(const struct target *self) in predefine_sparc() argument 41 static void predefine_sparc32(const struct target *self) in predefine_sparc32() argument 68 static void predefine_sparc64(const struct target *self) in predefine_sparc64() argument
|
| H A D | target-s390.c | 7 static void init_s390(const struct target *self) in init_s390() argument 18 static void predefine_s390(const struct target *self) in predefine_s390() argument 51 static void predefine_s390x(const struct target *self) in predefine_s390x() argument
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | object-pattern.js | 166 var obj = {self: '123'}; property
|
| /third_party/musl/porting/linux/user/src/process/ |
| H A D | vfork.c | 20 pthread_t self = __pthread_self(); in vfork() local
|
| /third_party/musl/src/process/ |
| H A D | vfork.c | 22 pthread_t self = __pthread_self(); in vfork() local [all...] |
| H A D | _Fork.c | 19 pthread_t self = __pthread_self(); in __post_Fork() local [all...] |
| /third_party/musl/src/stdio/ |
| H A D | ftrylockfile.c | 21 void __register_locked_file(FILE *f, pthread_t self) in __register_locked_file() argument 32 pthread_t self = __pthread_self(); in ftrylockfile() local
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | esModuleInteropDefaultImports.js | 80 var self = __importStar(require("./b"));
variable [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _lsprof.c.h | 40 _lsprof_Profiler_getstats(ProfilerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _lsprof_Profiler_getstats() argument
|
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | channel.sub.js | [all...] |
| /third_party/ltp/include/ |
| H A D | tst_epoll.h | 14 void *self; member
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | pthread_mutex_trylock.c | 7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local [all...] |
| /third_party/musl/porting/liteos_m/user/src/thread/ |
| H A D | pthread_join.c | 9 pthread_t self = __pthread_self(); in __pthread_timedjoin_np() local
|
| /third_party/musl/src/thread/ |
| H A D | pthread_mutex_trylock.c | 7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local [all...] |
| /third_party/python/Include/cpython/ |
| H A D | bytearrayobject.h | 22 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_AS_STRING() local 33 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_GET_SIZE() local
|
| H A D | genobject.h | 48 PyAPI_FUNC(void) _PyGen_Finalize(PyObject *self); variable
|
| /third_party/python/Modules/_xxtestfuzz/ |
| H A D | _xxtestfuzz.c | 8 static PyObject* _fuzz_run(PyObject* self, PyObject* args) { in _fuzz_run() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/ |
| H A D | x25519_openssl.c | 38 static void DestroyX25519(HcfObjectBase *self) in DestroyX25519() argument 51 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
|
| H A D | dh_openssl.c | 39 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 D | rand_openssl.c | 34 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 D | hc_string.c | 31 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...] |