Home
last modified time | relevance | path

Searched defs:self (Results 151 - 175 of 621) sorted by relevance

12345678910>>...25

/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c26 pthread_t self = __pthread_self(); in cleanup_fromsig() local
40 pthread_t self = __pthread_self(); in start() local
/third_party/musl/src/malloc/mallocng/
H A Dfree.c74 uint32_t self = 1u<<i; in nontrivial_free() local
111 uint32_t self = 1u<<idx, all = (2u<<g->last_idx)-1; in free() local
/third_party/musl/porting/linux/user/src/linux/
H A Dgetprocpid.c82 pthread_t self = __pthread_self(); in getproctid() local
/third_party/musl/src/linux/linux/
H A Dgetprocpid.c97 pthread_t self = __pthread_self(); in getproctid() local
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file() argument
71 parse_string(PyObject *self, PyObject *args, PyObject *kwds) in parse_string() argument
/third_party/rust/crates/clap/tests/derive/
H A Dflags.rs
/third_party/python/Include/cpython/
H A Dabstract.h104 PyObject_CallMethodNoArgs(PyObject *self, PyObject *name) in PyObject_CallMethodNoArgs() argument
111 PyObject_CallMethodOneArg(PyObject *self, PyObject *name, PyObject *arg) in PyObject_CallMethodOneArg() argument
152 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() argument
159 _PyObject_CallMethodIdOneArg(PyObject *self, _Py_Identifier *name, PyObject *arg) in _PyObject_CallMethodIdOneArg() argument
205 PyAPI_FUNC(char *const *) _PySequence_BytesToCharpArray(PyObject* self); variable
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_ucontext.h86 OSFiber* self; in createFiber() member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DRefBaseTests.cpp241 Ref& self = ref; in TEST() local
256 Ref& self = ref; in TEST() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dfield.cc47 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() argument
52 static PyObject* DescrGet(PyMessageFieldProperty* self, PyObject* obj, in DescrGet() argument
62 static int DescrSet(PyMessageFieldProperty* self, PyObject* obj, in DescrSet() argument
72 static PyObject* GetDescriptor(PyMessageFieldProperty* self, void* closure) { in GetDescriptor() argument
76 GetDoc(PyMessageFieldProperty* self, void* closure) GetDoc() argument
[all...]
/third_party/python/Python/clinic/
H A Dcontext.c.h22 _contextvars_Context_get(PyContext *self, PyObject *const *args, Py_ssize_t nargs) in _contextvars_Context_get() argument
58 _contextvars_Context_items(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_items() argument
76 _contextvars_Context_keys(PyContext *self, PyObject *Py_UNUSED(ignored)) _contextvars_Context_keys() argument
94 _contextvars_Context_values(PyContext *self, PyObject *Py_UNUSED(ignored)) _contextvars_Context_values() argument
112 _contextvars_Context_copy(PyContext *self, PyObject *Py_UNUSED(ignored)) _contextvars_Context_copy() argument
136 _contextvars_ContextVar_get(PyContextVar *self, PyObject *const *args, Py_ssize_t nargs) _contextvars_ContextVar_get() argument
[all...]
/third_party/python/Modules/_sha3/clinic/
H A Dsha3module.c.h64 _sha3_sha3_224_copy(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_copy() argument
82 _sha3_sha3_224_digest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_digest() argument
100 _sha3_sha3_224_hexdigest(SHA3object *self, PyObject *Py_UNUSED(ignored)) _sha3_sha3_224_hexdigest() argument
127 _sha3_shake_128_digest(SHA3object *self, PyObject *arg) _sha3_shake_128_digest() argument
154 _sha3_shake_128_hexdigest(SHA3object *self, PyObject *arg) _sha3_shake_128_hexdigest() argument
[all...]
/third_party/python/Modules/_sqlite/clinic/
H A Dblob.c.h18 blob_close(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored)) in blob_close() argument
43 blob_read(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) in blob_read() argument
81 blob_write(pysqlite_Blob *self, PyObject *arg) blob_write() argument
121 blob_seek(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) blob_seek() argument
161 blob_tell(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored)) blob_tell() argument
179 blob_enter(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored)) blob_enter() argument
198 blob_exit(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) blob_exit() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dstatement.c84 pysqlite_Statement *self = PyObject_GC_New(pysqlite_Statement, in pysqlite_statement_create() local
103 stmt_dealloc(pysqlite_Statement *self) in stmt_dealloc() argument
118 stmt_traverse(pysqlite_Statement *self, visitproc visit, void *arg) stmt_traverse() argument
[all...]
/third_party/python/Modules/_ssl/
H A Ddebughelpers.c88 _PySSLContext_get_msg_callback(PySSLContext *self, void *c) { in _PySSLContext_get_msg_callback() argument
98 _PySSLContext_set_msg_callback(PySSLContext *self, PyObject *arg, void *c) { in _PySSLContext_set_msg_callback() argument
167 _PySSLContext_get_keylog_filename(PySSLContext *self, void *c) _PySSLContext_get_keylog_filename() argument
177 _PySSLContext_set_keylog_filename(PySSLContext *self, PyObject *arg, void *c) _PySSLContext_set_keylog_filename() argument
[all...]
/third_party/python/Modules/clinic/
H A D_bz2module.c.h23 _bz2_BZ2Compressor_compress(BZ2Compressor *self, PyObject *arg) in _bz2_BZ2Compressor_compress() argument
63 _bz2_BZ2Compressor_flush(BZ2Compressor *self, PyObject *Py_UNUSED(ignored)) in _bz2_BZ2Compressor_flush() argument
95 _bz2_BZ2Decompressor_decompress(BZ2Decompressor *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _bz2_BZ2Decompressor_decompress() argument
[all...]
H A Dmd5module.c.h18 MD5Type_copy(MD5object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in MD5Type_copy() argument
40 MD5Type_digest(MD5object *self, PyObject *Py_UNUSED(ignored)) in MD5Type_digest() argument
58 MD5Type_hexdigest(MD5object *self, PyObject *Py_UNUSED(ignored)) MD5Type_hexdigest() argument
[all...]
H A D_dbmmodule.c.h18 _dbm_dbm_close(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _dbm_dbm_close() argument
36 _dbm_dbm_keys(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _dbm_dbm_keys() argument
59 _dbm_dbm_get(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _dbm_dbm_get() argument
94 _dbm_dbm_setdefault(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _dbm_dbm_setdefault() argument
[all...]
/third_party/python/Objects/clinic/
H A Ddictobject.c.h61 dict_get(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_get() argument
98 dict_setdefault(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_setdefault() argument
135 dict_pop(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) dict_pop() argument
172 dict_popitem(PyDictObject *self, PyObject *Py_UNUSED(ignored)) dict_popitem() argument
190 dict___reversed__(PyDictObject *self, PyObject *Py_UNUSED(ignored)) dict___reversed__() argument
[all...]
H A Dcomplexobject.c.h18 complex_conjugate(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() argument
35 complex___getnewargs__(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) in complex___getnewargs__() argument
53 complex___format__(PyComplexObject *self, PyObject *arg) complex___format__() argument
85 complex___complex__(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) complex___complex__() argument
[all...]
H A Dodictobject.c.h60 OrderedDict_setdefault(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in OrderedDict_setdefault() argument
103 OrderedDict_pop(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in OrderedDict_pop() argument
144 OrderedDict_popitem(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) OrderedDict_popitem() argument
186 OrderedDict_move_to_end(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) OrderedDict_move_to_end() argument
[all...]
/third_party/python/Objects/
H A Dboolobject.c10 bool_repr(PyObject *self) in bool_repr() argument
/third_party/python/Objects/stringlib/clinic/
H A Dtransmogrify.h.h20 stringlib_expandtabs(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in stringlib_expandtabs() argument
62 stringlib_ljust(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in stringlib_ljust() argument
118 stringlib_rjust(PyObject *self, PyObject *const *args, Py_ssize_t nargs) stringlib_rjust() argument
174 stringlib_center(PyObject *self, PyObject *const *args, Py_ssize_t nargs) stringlib_center() argument
230 stringlib_zfill(PyObject *self, PyObject *arg) stringlib_zfill() argument
[all...]
/third_party/python/Doc/includes/
H A Dcustom3.c13 Custom_dealloc(CustomObject *self) in Custom_dealloc() argument
23 CustomObject *self; in Custom_new() local
42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) Custom_init() argument
74 Custom_getfirst(CustomObject *self, void *closure) Custom_getfirst() argument
81 Custom_setfirst(CustomObject *self, PyObject *value, void *closure) Custom_setfirst() argument
101 Custom_getlast(CustomObject *self, void *closure) Custom_getlast() argument
108 Custom_setlast(CustomObject *self, PyObject *value, void *closure) Custom_setlast() argument
136 Custom_name(CustomObject *self, PyObject *Py_UNUSED(ignored)) Custom_name() argument
[all...]
H A Dcustom2.c13 Custom_dealloc(CustomObject *self) in Custom_dealloc() argument
23 CustomObject *self; in Custom_new() local
42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) Custom_init() argument
78 Custom_name(CustomObject *self, PyObject *Py_UNUSED(ignored)) Custom_name() argument
[all...]

Completed in 10 milliseconds

12345678910>>...25