| /third_party/openssl/apps/ |
| H A D | list.c | 939 const ASN1_OBJECT *obj = OBJ_nid2obj(i); in list_objects() local
|
| /third_party/python/Modules/ |
| H A D | _hashopenssl.c | 578 EVP_update(EVPobject *self, PyObject *obj) in EVP_update() argument 1577 _hmac_update(HMACobject *self, PyObject *obj) in _hmac_update() argument
|
| H A D | _operator.c | 794 _operator_length_hint_impl(PyObject *module, PyObject *obj, in _operator_length_hint_impl() argument 1088 itemgetter_call_impl(itemgetterobject *ig, PyObject *obj) in itemgetter_call_impl() argument 1350 dotted_getattr(PyObject *obj, PyObject *attr) dotted_getattr() argument 1406 attrgetter_call_impl(attrgetterobject *ag, PyObject *obj) attrgetter_call_impl() argument 1647 PyObject *method, *obj, *result; methodcaller_call() local [all...] |
| H A D | _testbuffer.c | 301 pack_from_list(PyObject *obj, PyObject *items, PyObject *format, in pack_from_list() argument 2393 PyObject *obj; get_contiguous() local 2430 PyObject *obj; py_buffer_to_contiguous() local 2569 PyObject *obj; is_contiguous() local [all...] |
| H A D | overlapped.c | 1346 parse_address(PyObject *obj, SOCKADDR *Address, int Length) in parse_address() argument [all...] |
| H A D | _winapi.c | 750 getulong(PyObject* obj, const char* name) in getulong() argument 766 gethandle(PyObject* obj, const char* name) in gethandle() argument 954 getattributelist(PyObject *obj, const char *name, AttributeList *attribute_list) getattributelist() argument [all...] |
| H A D | _xxsubinterpretersmodule.c | 1287 _channel_send(_channels *channels, int64_t id, PyObject *obj) in _channel_send() argument 1356 PyObject *obj = _PyCrossInterpreterData_NewObject(data); in _channel_recv() local 1714 _channelid_shared(PyObject *obj, _PyCrossInterpreterData *data) in _channelid_shared() argument 2206 PyObject *obj; object_is_shareable() local 2405 PyObject *obj; channel_send() local 2434 PyObject *obj = _channel_recv(&_globals.channels, cid); channel_recv() local [all...] |
| H A D | _tracemalloc.c | 40 PyMemAllocatorEx obj; member 217 PyObject *obj = (PyObject *)key; in hashtable_hash_pyobject() local 1146 PyObject *obj; in trace_to_pyobject() local 1320 PyObject *obj = (PyObject *)value; tracemalloc_pyobject_decref() local 1460 _tracemalloc__get_object_traceback(PyObject *module, PyObject *obj) _tracemalloc__get_object_traceback() argument [all...] |
| H A D | gcmodule.c | 1642 referrersvisit(PyObject* obj, PyObject *objs) in referrersvisit() argument 1655 PyObject *obj; in gc_referrers_for() local 1698 referentsvisit(PyObject *obj, PyObject *list) referentsvisit() argument 1721 PyObject *obj = PyTuple_GET_ITEM(args, i); gc_get_referents() local 1861 gc_is_tracked(PyObject *module, PyObject *obj) gc_is_tracked() argument 1884 gc_is_finalized(PyObject *module, PyObject *obj) gc_is_finalized() argument 2247 PyObject_IS_GC(PyObject *obj) PyObject_IS_GC() argument 2367 PyObject_GC_IsTracked(PyObject* obj) PyObject_GC_IsTracked() argument 2376 PyObject_GC_IsFinalized(PyObject *obj) PyObject_GC_IsFinalized() argument [all...] |
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| H A D | module-echo-cancel.c | 1077 static int source_output_process_msg_cb(pa_msgobject *obj, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_output_process_msg_cb() argument 1127 static int sink_input_process_msg_cb(pa_msgobject *obj, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg_cb() argument
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program_builder.h | 1714 const ast::IndexAccessorExpression* IndexAccessor(OBJ&& obj, IDX&& idx) { in IndexAccessor() argument 1703 IndexAccessor(const Source& source, OBJ&& obj, IDX&& idx) IndexAccessor() argument 1724 MemberAccessor(const Source& source, OBJ&& obj, IDX&& idx) MemberAccessor() argument 1735 MemberAccessor(OBJ&& obj, IDX&& idx) MemberAccessor() argument [all...] |
| /third_party/python/Python/ |
| H A D | bltinmodule.c | 411 builtin_ascii(PyObject *module, PyObject *obj) in builtin_ascii() argument 451 builtin_callable(PyObject *module, PyObject *obj) in builtin_callable() argument 1181 builtin_hasattr_impl(PyObject *module, PyObject *obj, PyObject *name) in builtin_hasattr_impl() argument 1518 builtin_setattr_impl(PyObject *module, PyObject *obj, PyObject *name, PyObject *value) builtin_setattr_impl() argument 1541 builtin_delattr_impl(PyObject *module, PyObject *obj, PyObject *name) builtin_delattr_impl() argument 1563 builtin_hash(PyObject *module, PyObject *obj) builtin_hash() argument 1693 builtin_len(PyObject *module, PyObject *obj) builtin_len() argument 2295 builtin_repr(PyObject *module, PyObject *obj) builtin_repr() argument 2641 builtin_isinstance_impl(PyObject *module, PyObject *obj, PyObject *class_or_tuple) builtin_isinstance_impl() argument [all...] |
| H A D | errors.c | 1468 PyObject *obj = PyStructSequence_GET_ITEM(args, 4); in _PyErr_WriteUnraisableDefaultHook() local 1269 make_unraisable_hook_args(PyThreadState *tstate, PyObject *exc_type, PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, PyObject *obj) make_unraisable_hook_args() argument 1311 write_unraisable_exc_file(PyThreadState *tstate, PyObject *exc_type, PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, PyObject *obj, PyObject *file) write_unraisable_exc_file() argument 1431 write_unraisable_exc(PyThreadState *tstate, PyObject *exc_type, PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, PyObject *obj) write_unraisable_exc() argument 1489 _PyErr_WriteUnraisableMsg(const char *err_msg_str, PyObject *obj) _PyErr_WriteUnraisableMsg() argument 1592 PyErr_WriteUnraisable(PyObject *obj) PyErr_WriteUnraisable() argument [all...] |
| H A D | hamt.c | 379 PyObject *obj = _PyObject_CAST(obj_raw); in _hamt_node_array_validate() local
|
| H A D | initconfig.c | 215 PyObject *dict, *obj; in _Py_GetGlobalVariablesAsDict() local 3109 PyObject *obj; _Py_DumpPathConfig() local [all...] |
| H A D | pystate.c | 1777 _lookup_getdata(PyObject *obj) in _lookup_getdata() argument 1787 _PyObject_CheckCrossInterpreterData(PyObject *obj) in _PyObject_CheckCrossInterpreterData() argument 1819 _PyObject_GetCrossInterpreterData(PyObject *obj, _PyCrossInterpreterData *data) in _PyObject_GetCrossInterpreterData() argument 1974 _PyCrossInterpreterData_Lookup(PyObject *obj) _PyCrossInterpreterData_Lookup() argument 2011 _bytes_shared(PyObject *obj, _PyCrossInterpreterData *data) _bytes_shared() argument 2039 _str_shared(PyObject *obj, _PyCrossInterpreterData *data) _str_shared() argument 2060 _long_shared(PyObject *obj, _PyCrossInterpreterData *data) _long_shared() argument 2089 _none_shared(PyObject *obj, _PyCrossInterpreterData *data) _none_shared() argument [all...] |
| /third_party/python/Modules/_sre/ |
| H A D | sre.c | 1309 pattern_repr(PatternObject *obj) in pattern_repr() argument
|
| /third_party/python/Objects/ |
| H A D | listobject.c | 2616 PyObject *obj = self->ob_item[i]; in list_index_impl() local 2646 PyObject *obj = self->ob_item[i]; in list_count() local 2680 PyObject *obj in list_remove() local [all...] |
| H A D | object.c | 835 _PyObject_IsAbstract(PyObject *obj) in _PyObject_IsAbstract() argument 1062 _PyObject_DictPointer(PyObject *obj) in _PyObject_DictPointer() argument 1096 _PyObject_GetDictPtr(PyObject *obj) _PyObject_GetDictPtr() argument 1118 PyObject_SelfIter(PyObject *obj) PyObject_SelfIter() argument 1150 _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method) _PyObject_GetMethod() argument 1243 _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, PyObject *dict, int suppress) _PyObject_GenericGetAttrWithDict() argument 1366 PyObject_GenericGetAttr(PyObject *obj, PyObject *name) PyObject_GenericGetAttr() argument 1372 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, PyObject *value, PyObject *dict) _PyObject_GenericSetAttrWithDict() argument 1455 PyObject_GenericSetAttr(PyObject *obj, PyObject *name, PyObject *value) PyObject_GenericSetAttr() argument 1461 PyObject_GenericSetDict(PyObject *obj, PyObject *value, void *context) PyObject_GenericSetDict() argument 1576 _dir_object(PyObject *obj) _dir_object() argument 1609 PyObject_Dir(PyObject *obj) PyObject_Dir() argument 2159 Py_ReprEnter(PyObject *obj) Py_ReprEnter() argument 2193 Py_ReprLeave(PyObject *obj) Py_ReprLeave() argument 2317 _PyObject_AssertFailed(PyObject *obj, const char *expr, const char *msg, const char *file, int line, const char *function) _PyObject_AssertFailed() argument 2429 Py_NewRef(PyObject *obj) Py_NewRef() argument 2435 Py_XNewRef(PyObject *obj) Py_XNewRef() argument [all...] |
| H A D | abstract.c | 19 type_error(const char *msg, PyObject *obj) in type_error() argument 291 PyObject_CheckBuffer(PyObject *obj) in PyObject_CheckBuffer() argument 302 PyObject_CheckReadBuffer(PyObject *obj) in PyObject_CheckReadBuffer() argument 319 as_read_buffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) in as_read_buffer() argument 337 PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_len) PyObject_AsCharBuffer() argument 344 PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) PyObject_AsReadBuffer() argument 351 PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len) PyObject_AsWriteBuffer() argument 380 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags) PyObject_GetBuffer() argument 716 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len, int readonly, int flags) PyBuffer_FillInfo() argument 757 PyObject *obj = view->obj; PyBuffer_Release() local 770 PyObject_Format(PyObject *obj, PyObject *format_spec) PyObject_Format() argument 1396 PyIndex_Check(PyObject *obj) PyIndex_Check() argument 2180 _PySequence_IterSearch(PyObject *seq, PyObject *obj, int operation) _PySequence_IterSearch() argument 2837 PyIter_Check(PyObject *obj) PyIter_Check() argument 2845 PyAIter_Check(PyObject *obj) PyAIter_Check() argument [all...] |
| H A D | bytearrayobject.c | 45 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer() argument 61 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view) in bytearray_releasebuffer() argument 88 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() argument 173 PyByteArrayObject *obj in PyByteArray_Resize() local [all...] |
| H A D | floatobject.c | 160 float_from_string_inner(const char *s, Py_ssize_t len, void *obj) in float_from_string_inner() argument 250 _PyFloat_ExactDealloc(PyObject *obj) in _PyFloat_ExactDealloc() argument 364 PyObject *obj = *v; convert_to_double() local [all...] |
| H A D | descrobject.c | 92 descr_check(PyDescrObject *descr, PyObject *obj) in descr_check() argument 107 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) classmethod_get() argument 149 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) method_get() argument 173 member_get(PyMemberDescrObject *descr, PyObject *obj, PyObject *type) member_get() argument 193 getset_get(PyGetSetDescrObject *descr, PyObject *obj, PyObject *type) getset_get() argument 212 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) wrapperdescr_get() argument 224 descr_setcheck(PyDescrObject *descr, PyObject *obj, PyObject *value) descr_setcheck() argument 240 member_set(PyMemberDescrObject *descr, PyObject *obj, PyObject *value) member_set() argument 249 getset_set(PyGetSetDescrObject *descr, PyObject *obj, PyObject *value) getset_set() argument 1602 property_descr_get(PyObject *self, PyObject *obj, PyObject *type) property_descr_get() argument 1634 property_descr_set(PyObject *self, PyObject *obj, PyObject *value) property_descr_set() argument [all...] |
| /third_party/python/Modules/_sqlite/ |
| H A D | connection.c | 96 sqlite3_int64_converter(PyObject *obj, sqlite3_int64 *result) in sqlite3_int64_converter() argument 459 pysqlite_Blob *obj = PyObject_GC_New(pysqlite_Blob, self->state->BlobType); in blobopen_impl() local [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | descriptor.cc | 456 const void* PyDescriptor_AsVoidPtr(PyObject* obj) { in PyDescriptor_AsVoidPtr() argument 728 const Descriptor* PyMessageDescriptor_AsDescriptor(PyObject* obj) { in PyMessageDescriptor_AsDescriptor() argument 1043 const FieldDescriptor* PyFieldDescriptor_AsDescriptor(PyObject* obj) { in PyFieldDescriptor_AsDescriptor() argument 1198 const EnumDescriptor* PyEnumDescriptor_AsDescriptor(PyObject* obj) { in PyEnumDescriptor_AsDescriptor() argument 1522 PyFileDescriptor_AsDescriptor(PyObject* obj) PyFileDescriptor_AsDescriptor() argument 1771 PyServiceDescriptor_AsDescriptor(PyObject* obj) PyServiceDescriptor_AsDescriptor() argument [all...] |