Home
last modified time | relevance | path

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

1...<<31323334353637383940>>...61

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs379 public override bool Equals(object obj) in Equals() argument
/third_party/python/Include/internal/
H A Dpycore_object.h211 _PyObject_IS_GC(PyObject *obj) in _PyObject_IS_GC() argument
253 _PyObject_ValuesPointer(PyObject *obj) _PyObject_ValuesPointer() argument
259 _PyObject_ManagedDictPointer(PyObject *obj) _PyObject_ManagedDictPointer() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_ess.c30 ASN1_OBJECT *obj = OBJ_nid2obj(NID_id_smime_aa_receiptRequest); in IMPLEMENT_ASN1_FUNCTIONS() local
57 ASN1_OBJECT *obj = OBJ_nid2obj(NID_id_smime_aa_signingCertificate); in ossl_cms_signerinfo_get_signing_cert() local
84 ASN1_OBJECT *obj = OBJ_nid2obj(NID_id_smime_aa_signingCertificateV2); in ossl_cms_signerinfo_get_signing_cert_v2() local
H A Dcms_att.c79 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, in CMS_signed_get_attr_by_OBJ() argument
102 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_signed_add1_attr_by_OBJ() argument
146 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, int lastpos) CMS_unsigned_get_attr_by_OBJ() argument
169 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_OBJ() argument
/third_party/openssl/crypto/
H A Dex_data.c211 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, in ossl_crypto_new_ex_data_ex() argument
258 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data() argument
363 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_free_ex_data() argument
419 int CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad, in CRYPTO_alloc_ex_data() argument
432 int ossl_crypto_alloc_ex_data_intern(int class_index, void *obj, in ossl_crypto_alloc_ex_data_intern() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_pkey.c174 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, const ASN1_OBJECT *obj, in EVP_PKEY_get_attr_by_OBJ() argument
197 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_OBJ() argument
/third_party/openssl/crypto/encode_decode/
H A Dencoder_pkey.c159 const void *obj; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DRefCountObject.h166 ANGLE_INLINE void setImpl(ObjectType *obj) { mObject = obj; } in setImpl() argument
213 ObjectType *obj = this->get(); in id() local
/third_party/skia/src/core/
H A DSkWriteBuffer.cpp175 void SkBinaryWriteBuffer::writeTypeface(SkTypeface* obj) { in writeTypeface() argument
H A DSkPictureData.cpp23 template <typename T> int SafeCount(const T* obj) { in SafeCount() argument
396 auto obj = factory(buffer); in new_array_from_buffer() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp87 T &obj; member
/third_party/openssl/crypto/x509/
H A Dv3_conf.c240 ASN1_OBJECT *obj = NULL; in v3_generic_extension() local
297 ASN1_OBJECT *obj; in STACK_OF() local
H A Dv3_admis.c186 ASN1_OBJECT* obj = sk_ASN1_OBJECT_value(pinfo->professionOIDs, k); in i2r_ADMISSION_SYNTAX() local
H A Dv3_san.c540 ASN1_OBJECT *obj; in a2i_GENERAL_NAME() local
H A Dx509_req.c205 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj, in X509_REQ_get_attr_by_OBJ() argument
242 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_OBJ() argument
/third_party/openssl/crypto/ts/
H A Dts_req_utils.c155 int TS_REQ_get_ext_by_OBJ(TS_REQ *a, const ASN1_OBJECT *obj, int lastpos) in TS_REQ_get_ext_by_OBJ() argument
/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...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...61