Home
last modified time | relevance | path

Searched defs:obj (Results 1776 - 1800 of 2199) sorted by relevance

1...<<71727374757677787980>>...88

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.h119 struct zink_resource_object *obj; member
293 zink_resource_object_usage_unset(struct zink_resource_object *obj, struct zink_batch_state *bs) zink_resource_object_usage_unset() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_lu.c354 X509_OBJECT *obj; in x509_store_add() local
474 X509_OBJECT_set1_X509(X509_OBJECT *a, X509 *obj) X509_OBJECT_set1_X509() argument
485 X509_OBJECT_set1_X509_CRL(X509_OBJECT *a, X509_CRL *obj) X509_OBJECT_set1_X509_CRL() argument
590 X509_OBJECT *obj; STACK_OF() local
645 X509_OBJECT *obj, *xobj = X509_OBJECT_new(); STACK_OF() local
692 X509_OBJECT *obj; STACK_OF() local
728 X509_OBJECT *obj = X509_OBJECT_new(), *pobj = NULL; X509_STORE_CTX_get1_issuer() local
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h374 const ASN1_OBJECT *obj, variable
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c132 ASN1_OBJECT *obj = X509_EXTENSION_get_object(ext); in STACK_OF() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c546 const ASN1_OBJECT *obj; in ecd_item_verify() local
/third_party/node/deps/uv/src/unix/
H A Daix.c450 char *obj, *stub; in uv__is_ahafs_mounted() local
/third_party/libbpf/src/
H A Dusdt.c256 struct usdt_manager *usdt_manager_new(struct bpf_object *obj) in usdt_manager_new() argument
/third_party/python/Include/internal/
H A Dpycore_code.h415 write_obj(uint16_t *p, PyObject *obj) in write_obj() argument
/third_party/python/Include/
H A Dobject.h611 PyAPI_FUNC(PyObject*) Py_NewRef(PyObject *obj); variable
614 PyAPI_FUNC(PyObject*) Py_XNewRef(PyObject *obj); variable
616 static inline PyObject* _Py_NewRef(PyObject *obj) in _Py_NewRef() argument
622 static inline PyObject* _Py_XNewRef(PyObject *obj) in _Py_XNewRef() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c256 static void connection_free(pa_object *obj) { in connection_free() argument
/third_party/openssl/crypto/ec/
H A Decx_meth.c546 const ASN1_OBJECT *obj; in ecd_item_verify() local
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c132 ASN1_OBJECT *obj = X509_EXTENSION_get_object(ext); in STACK_OF() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h272 inline void set(T obj) { retainAssign(obj); } in set() argument
274 void retainAssign(T obj) in retainAssign() argument
285 void unretainAssign(T obj) in unretainAssign() argument
/third_party/skia/src/core/
H A DSkPictureRecord.cpp816 static int find_or_append(SkTArray<sk_sp<T>>& array, T* obj) { in find_or_append() argument
/third_party/openssl/crypto/x509/
H A Dx509_lu.c354 X509_OBJECT *obj; in x509_store_add() local
474 X509_OBJECT_set1_X509(X509_OBJECT *a, X509 *obj) X509_OBJECT_set1_X509() argument
485 X509_OBJECT_set1_X509_CRL(X509_OBJECT *a, X509_CRL *obj) X509_OBJECT_set1_X509_CRL() argument
590 X509_OBJECT *obj; STACK_OF() local
645 X509_OBJECT *obj, *xobj = X509_OBJECT_new(); STACK_OF() local
692 X509_OBJECT *obj; STACK_OF() local
728 X509_OBJECT *obj = X509_OBJECT_new(), *pobj = NULL; X509_STORE_CTX_get1_issuer() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapTable.java188 public boolean equals(Object obj) { in equals() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg-jni.c199 Java_org_libjpegturbo_turbojpeg_TJCompressor_init(JNIEnv *env, jobject obj) Java_org_libjpegturbo_turbojpeg_TJCompressor_init() argument
217 TJCompressor_compress(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) TJCompressor_compress() argument
263 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() argument
273 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII() argument
283 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII(JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII() argument
302 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII(JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII() argument
321 Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jint width, jintArray jSrcStrides, jint height, jint subsamp, jbyteArray dst, jint jpegQual, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() argument
402 TJCompressor_encodeYUV(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) TJCompressor_encodeYUV() argument
485 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III(JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() argument
495 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III(JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, jint stride, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III() argument
513 TJCompressor_encodeYUV_12(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) TJCompressor_encodeYUV_12() argument
552 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII() argument
561 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIII_3BII(JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIII_3BII() argument
579 Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy(JNIEnv *env, jobject obj) Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy() argument
594 Java_org_libjpegturbo_turbojpeg_TJDecompressor_init(JNIEnv *env, jobject obj) Java_org_libjpegturbo_turbojpeg_TJDecompressor_init() argument
644 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() argument
681 TJDecompressor_decompress(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jarray dst, jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) TJDecompressor_decompress() argument
721 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII() argument
730 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint width, jint pitch, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII() argument
739 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, jint x, jint y, jint width, jint stride, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII() argument
756 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, jint width, jint stride, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIII() argument
773 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jobjectArray dstobjs, jintArray jDstOffsets, jint desiredWidth, jintArray jDstStrides, jint desiredHeight, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() argument
865 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() argument
902 TJDecompressor_decodeYUV(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jarray dst, jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) TJDecompressor_decodeYUV() argument
984 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3BIIIIIII(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3BIIIIIII() argument
995 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3IIIIIIII(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jintArray dst, jint x, jint y, jint width, jint stride, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3IIIIIIII() argument
1014 Java_org_libjpegturbo_turbojpeg_TJTransformer_init(JNIEnv *env, jobject obj) Java_org_libjpegturbo_turbojpeg_TJTransformer_init() argument
1098 Java_org_libjpegturbo_turbojpeg_TJTransformer_transform(JNIEnv *env, jobject obj, jbyteArray jsrcBuf, jint jpegSize, jobjectArray dstobjs, jobjectArray tobjs, jint flags) Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() argument
1224 Java_org_libjpegturbo_turbojpeg_TJDecompressor_destroy(JNIEnv *env, jobject obj) Java_org_libjpegturbo_turbojpeg_TJDecompressor_destroy() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp59 alphaIndex_deleteRecord(void *obj) { in alphaIndex_deleteRecord() argument
H A Dcollationdatabuilder.cpp101 uprv_deleteConditionalCE32(void *obj) { in uprv_deleteConditionalCE32() argument
H A Ddtitvfmt.cpp267 DateIntervalFormat::format(const Formattable& obj, in format() argument
H A Dnumfmt.cpp171 deleteNumberingSystem(void *obj) { in deleteNumberingSystem() argument
504 ArgExtractor::ArgExtractor(const NumberFormat& /*nf*/, const Formattable& obj, UErrorCode& /*status*/) in ArgExtractor() argument
558 NumberFormat::format(const Formattable& obj, in format() argument
613 NumberFormat::format(const Formattable& obj, in format() argument
[all...]
H A Dtransreg.cpp526 deleteEntry(void* obj) { in deleteEntry() argument
H A Dtzfmt.cpp308 deleteGMTOffsetField(void *obj) { in deleteGMTOffsetField() argument
779 TimeZoneFormat::format(const Formattable& obj, UnicodeString& appendTo, in format() argument
H A Dzonemeta.cpp95 deleteUCharString(void *obj) { in deleteUCharString() argument
104 deleteUVector(void *obj) { in deleteUVector() argument
112 deleteOlsonToMetaMappingEntry(void *obj) { in deleteOlsonToMetaMappingEntry() argument
/third_party/skia/tests/
H A DSerializationTest.cpp183 T obj; in TestObjectSerializationNoAlign() local
220 T* obj = nullptr; in TestFlattenableSerialization() local

Completed in 45 milliseconds

1...<<71727374757677787980>>...88