/system/core/libzipfile/ |
zipfile.c | 89 zstream.opaque = Z_NULL;
|
/external/qemu/android/camera/ |
camera-service.c | 706 * opaque - Camera service descriptor. 711 _factory_client_recv(void* opaque, 723 CameraServiceDesc* csd = (CameraServiceDesc*)opaque; 750 _factory_client_close(void* opaque) [all...] |
/external/qemu/slirp-android/ |
slirp.c | 211 static void slirp_state_save(QEMUFile *f, void *opaque); 212 static int slirp_state_load(QEMUFile *f, void *opaque, int version_id); 1130 static void _slirp_redir_loop(void (*func)(void *opaque, int is_udp, 1133 void *opaque, int is_udp) 1143 func(opaque, is_udp, 1148 void slirp_redir_loop(void (*func)(void *opaque, int is_udp, 1151 void *opaque) 1153 _slirp_redir_loop(func, opaque, 0); 1154 _slirp_redir_loop(func, opaque, 1); [all...] |
/bootable/recovery/applypatch/ |
imgpatch.c | 136 strm.opaque = Z_NULL; 191 strm.opaque = Z_NULL;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
NinePatchTest.java | 58 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.opaque, mOptNoScale); 226 // no transparency in opaque bitmap
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
sequence.sgml | 66 The <structname>GSequence</structname> struct is an opaque data type 73 The <structname>GSequenceIter</structname> struct is an opaque data
|
/external/clang/include/clang/AST/ |
CharUnits.h | 23 /// CharUnits - This is an opaque type for sizes expressed in character units. 25 /// of the standard C type, char, on the target architecture. As an opaque
|
/external/clang/test/CodeGenCXX/ |
partial-destruction.cpp | 5 void opaque(); 12 opaque();
|
/external/dbus/dbus/ |
dbus-threads.h | 40 /** An opaque mutex type provided by the #DBusThreadFunctions implementation installed by dbus_threads_init(). */ 42 /** An opaque condition variable type provided by the #DBusThreadFunctions implementation installed by dbus_threads_init(). */
|
/external/flac/include/FLAC/ |
callback.h | 64 * opaque structure for a data source. 85 /** This is the opaque handle type used by the callbacks. Typically
|
/external/llvm/include/llvm-c/ |
lto.h | 57 /** opaque reference to a loaded object module */ 60 /** opaque reference to a code generator */
|
/external/llvm/lib/VMCore/ |
LLVMContextImpl.h | 1 //===-- LLVMContextImpl.h - The LLVMContextImpl opaque class ----*- C++ -*-===// 10 // This file declares LLVMContextImpl, the opaque implementation
|
/external/llvm/test/Transforms/LoopRotate/ |
crash.ll | 103 %struct.objc_class = type opaque 104 %struct.objc_selector = type opaque
|
/external/qemu/hw/ |
usb-hid.c | 415 static void usb_mouse_event(void *opaque, 418 USBHIDState *hs = opaque; 429 static void usb_tablet_event(void *opaque, 432 USBHIDState *hs = opaque; 443 static void usb_keyboard_event(void *opaque, int keycode) 445 USBHIDState *hs = opaque; 910 void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *)) 914 s->datain_opaque = opaque;
|
/external/skia/include/core/ |
SkColor.h | 27 /** 8-bit type for an alpha value. 0xFF is 100% opaque, 0x00 is 100% transparent. 64 of 0xFF for alpha (fully opaque)
|
/external/skia/src/core/ |
SkBitmapProcState_filter.h | 30 all opaque, then the output color must also be opaque. Subsequent parts of
|
/frameworks/base/core/java/android/os/storage/ |
IMountService.java | 485 * Mounts an Opaque Binary Blob (OBB) with the specified decryption 510 * Unmounts an Opaque Binary Blob (OBB). When the force flag is 535 * Checks whether the specified Opaque Binary Blob (OBB) is mounted 556 * Gets the path to the mounted Opaque Binary Blob (OBB). [all...] |
/sdk/rule_api/src/com/android/ide/common/api/ |
IGraphics.java | 188 * for opaque). 196 * between 0 (transparent) and 255 (opaque).
|
/system/extras/tests/bionic/libc/other/ |
test_zlib.c | 56 strm.opaque = Z_NULL; 104 strm.opaque = Z_NULL;
|
/external/llvm/test/Transforms/SCCP/ |
2006-12-04-PackedType.ll | 12 %struct.GLDBufferRec = type opaque 66 %struct.GLDSharedRec = type opaque 82 %struct.GLDVertexArrayRec = type opaque 99 %struct._GLGFunctionKey = type opaque 100 %struct._GLVMConstants = type opaque 101 %struct._GLVMFunction = type opaque
|
/external/qemu/audio/ |
ossaudio.c | 133 static void oss_helper_poll_out (void *opaque) 135 (void) opaque; 139 static void oss_helper_poll_in (void *opaque) 141 (void) opaque; 850 static void oss_audio_fini (void *opaque) 852 (void) opaque;
|
/external/qemu/ |
kqemu.c | 936 static uint32_t qpi_mem_readb(void *opaque, target_phys_addr_t addr) 941 static uint32_t qpi_mem_readw(void *opaque, target_phys_addr_t addr) 946 static void qpi_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val) 950 static void qpi_mem_writew(void *opaque, target_phys_addr_t addr, uint32_t val) 954 static uint32_t qpi_mem_readl(void *opaque, target_phys_addr_t addr) 967 static void qpi_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val)
|
qemu-option.c | 639 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque, 646 rc = func(opt->name, opt->str, opaque); 850 static void qemu_opts_from_qdict_1(const char *key, QObject *obj, void *opaque) 884 qemu_opt_set(opaque, key, value); 961 int qemu_opts_foreach(QemuOptsList *list, qemu_opts_loopfunc func, void *opaque, 971 rc |= func(opts, opaque);
|
/external/webkit/Source/WebKit/chromium/tests/ |
TransparencyWinTest.cpp | 299 // in the middle, with (3,3) (what we drew above) being opaque black. 528 // Create an opaque white buffer. 581 // Create an opaque white buffer. 587 // the top half with red, and have the layer be 50% opaque. 620 // Top half (minus two pixel border) should be 50% gray atop opaque 668 // Try one with 100% coverage (opaque black).
|
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 330 boolean opaque = true; 333 opaque = super.gatherTransparentRegion(region); 346 opaque = false; 348 return opaque; 723 // for backward compatibility reason, OPAQUE always 725 if (format == PixelFormat.OPAQUE)
|