/external/zlib/src/contrib/minizip/ |
D | ioapi.c | 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() 146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func() 154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func() 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() 184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() 210 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func() 217 static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) in ferror_file_func()
|
D | iowin32.c | 95 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 124 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 148 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() 168 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func() 197 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 219 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() 260 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func() 283 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func() 308 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() 346 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() [all …]
|
D | ioapi.h | 155 voidpf opaque; member 171 voidpf opaque; member
|
/external/freetype/src/gzip/ |
D | zutil.c | 83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 107 void zcfree (voidpf opaque, voidpf ptr) in zcfree() 142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 148 void zcfree (voidpf opaque, voidpf ptr) in zcfree() 164 voidpf zcalloc (opaque, items, size) in zcalloc() argument 173 void zcfree (opaque, ptr) in zcfree() argument
|
/external/zlib/src/ |
D | zutil.c | 220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 314 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.c | 220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 314 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/syslinux/com32/lib/zlib/ |
D | zutil.c | 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 310 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 53 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 71 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 89 static void JpegI411ToI420(void* opaque, in JpegI411ToI420() 107 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 233 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() 247 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB() 261 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB() 275 static void JpegI411ToARGB(void* opaque, in JpegI411ToARGB() 289 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
|
/external/libyuv/files/source/ |
D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 192 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() 203 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB() 214 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB() 225 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
|
/external/brotli/dec/ |
D | state.c | 18 static void* DefaultAllocFunc(void* opaque, size_t size) { in DefaultAllocFunc() 23 static void DefaultFreeFunc(void* opaque, void* address) { in DefaultFreeFunc() 33 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) { in BrotliDecoderStateInitWithCustomAllocators()
|
/external/clang/test/SemaObjCXX/ |
D | exceptions-fragile.mm | 4 void opaque(); function
|
/external/clang/test/CodeGenObjC/ |
D | gnu-exceptions.m | 4 void opaque(void); function
|
/external/clang/test/CodeGenObjCXX/ |
D | exceptions.mm | 4 void opaque(); function
|
/external/brotli/enc/ |
D | memory.c | 31 static void* DefaultAllocFunc(void* opaque, size_t size) { in DefaultAllocFunc() 36 static void DefaultFreeFunc(void* opaque, void* address) { in DefaultFreeFunc() 43 void* opaque) { in BrotliInitMemoryManager()
|
D | memory.h | 27 void* opaque; member
|
/external/pdfium/third_party/zlib_v128/ |
D | zutil.c | 333 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() 338 void zcfree(voidpf opaque, voidpf ptr) in zcfree()
|
/external/webrtc/webrtc/base/ |
D | linuxfdwalk.c | 38 int fdwalk(void (*func)(void *, int), void *opaque) { in fdwalk() argument
|
/external/ppp/pppd/plugins/radius/ |
D | radattr.c | 104 cleanup(void *opaque, int arg) in cleanup()
|
/external/skia/bench/ |
D | BlurOccludedRRectBench.cpp | 32 SkPaint opaque; in onDraw() local
|
/external/curl/lib/ |
D | content_encoding.c | 53 zalloc_cb(voidpf opaque, unsigned int items, unsigned int size) in zalloc_cb() 61 zfree_cb(voidpf opaque, voidpf ptr) in zfree_cb()
|
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/ |
D | LegacyLinker.java | 567 public static void postCallbackOnMainThread(final long opaque) { in postCallbackOnMainThread() 582 private static native void nativeRunCallbackOnUiThread(long opaque); in nativeRunCallbackOnUiThread()
|
/external/libxml2/include/libxml/ |
D | uri.h | 35 char *opaque; /* opaque part */ member
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 87 typedef struct fake_rb_tree { void *opaque[8]; } fake_rb_tree_t; member
|
/external/nist-sip/java/javax/sip/header/ |
D | AuthorizationHeader.java | 22 void setOpaque(String opaque) throws ParseException; in setOpaque()
|
/external/apache-http/android/src/android/net/http/ |
D | RequestHandle.java | 242 String opaque) { in setupDigestAuthResponse() 306 String opaque) { in computeDigestAuthResponse()
|