Home
last modified time | relevance | path

Searched defs:obj (Results 1276 - 1300 of 1495) sorted by relevance

1...<<51525354555657585960

/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp1580 UFormattedNumberData obj; in formatToDecimalQuantity() local
H A Dtzgnames.cpp103 deleteGNameInfo(void *obj) { in deleteGNameInfo() argument
1115 TZGNCore* obj; member
1156 deleteTZGNCoreRef(void *obj) { in deleteTZGNCoreRef() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp2255 const char* obj = "oma.obj"; in pkg_createOptMatchArch() local
/third_party/openssl/apps/
H A Dlist.c939 const ASN1_OBJECT *obj = OBJ_nid2obj(i); in list_objects() local
/third_party/python/Modules/
H A D_hashopenssl.c578 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.c794 _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.c301 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 Doverlapped.c1346 parse_address(PyObject *obj, SOCKADDR *Address, int Length) in parse_address() argument
[all...]
H A D_winapi.c750 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.c1287 _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.c40 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 Dgcmodule.c1642 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 Dmodule-echo-cancel.c1077 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 Dprogram_builder.h1714 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 Dbltinmodule.c411 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 Derrors.c1468 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 Dhamt.c379 PyObject *obj = _PyObject_CAST(obj_raw); in _hamt_node_array_validate() local
H A Dinitconfig.c215 PyObject *dict, *obj; in _Py_GetGlobalVariablesAsDict() local
3109 PyObject *obj; _Py_DumpPathConfig() local
[all...]
H A Dpystate.c1777 _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 Dsre.c1309 pattern_repr(PatternObject *obj) in pattern_repr() argument
/third_party/python/Objects/
H A Dlistobject.c2616 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 Dobject.c835 _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 Dabstract.c19 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 Dbytearrayobject.c45 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...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c96 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...]

Completed in 65 milliseconds

1...<<51525354555657585960