Home
last modified time | relevance | path

Searched defs:obj (Results 751 - 775 of 1476) sorted by relevance

1...<<31323334353637383940>>...60

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMap.java171 public boolean equals(Object obj) { in equals() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Danytrans.cpp49 _deleteTransliterator(void *obj) { in _deleteTransliterator() argument
H A Dnumber_types.h204 const ModifierStore* obj = nullptr; member
H A Dscriptset.cpp310 uhash_deleteScriptSet(void *obj) { in uhash_deleteScriptSet() argument
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp106 T* obj = this->operator T*(); in SkAutoFc() local
109 explicit SkAutoFc(T* obj) : inherited(obj) {} in SkAutoFc() argument
/third_party/openssl/test/
H A Dexdatatest.c136 MYOBJ *obj = OPENSSL_malloc(sizeof(*obj)); in MYOBJ_new() local
145 static void MYOBJ_sethello(MYOBJ *obj, char *cp) in MYOBJ_sethello() argument
152 MYOBJ_gethello(MYOBJ *obj) MYOBJ_gethello() argument
157 MYOBJ_sethello2(MYOBJ *obj, char *cp) MYOBJ_sethello2() argument
167 MYOBJ_gethello2(MYOBJ *obj) MYOBJ_gethello2() argument
178 MYOBJ_allochello3(MYOBJ *obj, char *cp) MYOBJ_allochello3() argument
191 MYOBJ_gethello3(MYOBJ *obj) MYOBJ_gethello3() argument
202 MYOBJ_free(MYOBJ *obj) MYOBJ_free() argument
212 MYOBJ *obj = MYOBJ_new(); MYOBJ_dup() local
[all...]
H A Devp_fetch_prov_test.c214 const ASN1_OBJECT *obj; in test_explicit_EVP_MD_fetch_by_X509_ALGOR() local
330 const ASN1_OBJECT *obj; in test_explicit_EVP_CIPHER_fetch_by_X509_ALGOR() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-object.hh209 static inline void hb_object_trace (const Type *obj, const char *function) in hb_object_trace() argument
220 Type *obj = (Type *) hb_calloc (1, sizeof (Type)); in hb_object_create() local
230 hb_object_init(Type *obj) hb_object_init() argument
237 hb_object_is_valid(const Type *obj) hb_object_is_valid() argument
242 hb_object_is_immutable(const Type *obj) hb_object_is_immutable() argument
247 hb_object_make_immutable(const Type *obj) hb_object_make_immutable() argument
252 hb_object_reference(Type *obj) hb_object_reference() argument
262 hb_object_destroy(Type *obj) hb_object_destroy() argument
275 hb_object_fini(Type *obj) hb_object_fini() argument
287 hb_object_set_user_data(Type *obj, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_object_set_user_data() argument
317 hb_object_get_user_data(Type *obj, hb_user_data_key_t *key) hb_object_get_user_data() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-object.c233 void *obj; in test_object() local
[all...]
/third_party/python/Lib/test/
H A Dtest_property.py331 obj = None variable in _PropertyUnreachableAttribute
/third_party/python/Modules/_blake2/
H A Dblake2s_impl.c387 BLAKE2sObject *obj = (BLAKE2sObject *)self; in py_blake2s_dealloc() local
[all...]
H A Dblake2b_impl.c387 BLAKE2bObject *obj = (BLAKE2bObject *)self; in py_blake2b_dealloc() local
[all...]
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c125 TryAddRef(StgDictObject *dict, CDataObject *obj) in TryAddRef() argument
188 CDataObject *obj = (CDataObject *)_PyObject_CallNoArgs(cnv); in _CallPythonObject() local
/third_party/python/Modules/
H A D_curses_panel.c272 PyObject *tp, *obj; in PyCursesPanel_Dealloc() local
447 _curses_panel_panel_set_userptr_impl(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *obj) _curses_panel_panel_set_userptr_impl() argument
483 PyObject *obj = (PyObject *) panel_userptr(self->pan); _curses_panel_panel_userptr_impl() local
[all...]
/third_party/python/Include/cpython/
H A Dcode.h198 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj); variable
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.h487 const TO* CheckedCast(const FROM* obj) { in CheckedCast() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Drobustness.cc199 auto* obj = ctx.Clone(expr->object); in Transform() local
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.cpp127 void UVector::addElement(void* obj, UErrorCode &status) { in addElement() argument
141 void UVector::setElementAt(void* obj, int32_t index) { in setElementAt() argument
163 void UVector::insertElementAt(void* obj, int32_t index, UErrorCode &status) { in insertElementAt() argument
245 UBool UVector::removeElement(void* obj) { in removeElement() argument
291 int32_t UVector::indexOf(void* obj, int32_t startIndex) const { in indexOf() argument
297 indexOf(int32_t obj, int32_t startIndex) const indexOf() argument
442 sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) sortedInsert() argument
453 sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) sortedInsert() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c90 static void RepeatedField_destructor(zend_object* obj) { in RepeatedField_destructor() argument
465 static void RepeatedFieldIter_dtor(zend_object* obj) { in RepeatedFieldIter_dtor() argument
/third_party/python/Python/
H A Dmodsupport.c18 _Py_convert_optional_to_ssize_t(PyObject *obj, void *result) in _Py_convert_optional_to_ssize_t() argument
682 PyObject *obj = PyLong_FromLong(value); in PyModule_AddIntConstant() local
694 PyObject *obj in PyModule_AddStringConstant() local
[all...]
/third_party/python/Modules/_sqlite/
H A Drow.c146 PyObject *obj; in pysqlite_row_subscript() local
H A Dmodule.c235 pysqlite_adapt_impl(PyObject *module, PyObject *obj, PyObject *proto, in pysqlite_adapt_impl() argument
/third_party/python/Objects/
H A Diterobject.c309 anextawaitable_dealloc(anextawaitableobject *obj) in anextawaitable_dealloc() argument
318 anextawaitable_traverse(anextawaitableobject *obj, visitproc visit, void *arg) in anextawaitable_traverse() argument
326 anextawaitable_getiter(anextawaitableobject *obj) in anextawaitable_getiter() argument
356 anextawaitable_iternext(anextawaitableobject *obj) anextawaitable_iternext() argument
395 anextawaitable_proxy(anextawaitableobject *obj, char *meth, PyObject *arg) anextawaitable_proxy() argument
418 anextawaitable_send(anextawaitableobject *obj, PyObject *arg) anextawaitable_send() argument
424 anextawaitable_throw(anextawaitableobject *obj, PyObject *arg) anextawaitable_throw() argument
430 anextawaitable_close(anextawaitableobject *obj, PyObject *arg) anextawaitable_close() argument
[all...]
H A Dsliceobject.c102 PySliceObject *obj = interp->slice_cache; in _PySlice_Fini() local
127 PySliceObject *obj; in PySlice_New() local
[all...]
/third_party/python/Modules/clinic/
H A D_pickle.c.h504 PyObject *obj; in _pickle_dump() local
585 PyObject *obj; _pickle_dumps() local
[all...]

Completed in 19 milliseconds

1...<<31323334353637383940>>...60