Home
last modified time | relevance | path

Searched defs:obj (Results 1076 - 1100 of 1292) sorted by relevance

1...<<41424344454647484950>>...52

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp193 const gl::BindingPointer<ObjectType> &obj = bindingPointerVector[i]; in SerializeBindingPointerVector() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp70 Object* obj = DE_NULL; in allocateHandle() local
95 Object* obj = DE_NULL; in allocateHandle() local
120 Object* obj = DE_NULL; allocateHandle() local
145 Object* obj = reinterpret_cast<Object*>(handle); freeHandle() local
161 Object* const obj = allocateHandle<Object, Object*>(parent, &pCreateInfos[i], pAllocator); allocateNonDispHandleArray() local
169 Object* const obj = allocateHandle<Object, Object*>(parent, pCreateInfo, pAllocator); allocateNonDispHandle() local
182 Object* const obj = allocateHandle<Object, Object*>(parent, pAllocator); allocateNonDispHandle() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h334 GarbageObject GetGarbage(T *obj) in GetGarbage() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1069 auto const &obj = getType(id); in VisitInterfaceInner() local
1191 auto &obj = getObject(indexIds[0]); WalkExplicitLayoutAccessChain() local
1234 auto &obj = getObject(indexIds[i]); WalkExplicitLayoutAccessChain() local
1252 auto &obj = getObject(indexIds[i]); WalkExplicitLayoutAccessChain() local
1267 auto &obj = getObject(indexIds[i]); WalkExplicitLayoutAccessChain() local
1332 auto &obj = getObject(indexIds[i]); WalkAccessChain() local
1346 auto &obj = getObject(indexIds[i]); WalkAccessChain() local
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h855 const ASN1_OBJECT *obj, in variable
917 const ASN1_OBJECT *obj, int lastpos); global() variable
923 **x, const ASN1_OBJECT *obj, global() variable
937 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/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...]
/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...]
/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 75 milliseconds

1...<<41424344454647484950>>...52