HomeSort by relevance Sort by last modified time
    Searched full:opaque (Results 151 - 175 of 1726) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 79 * Checks whether the Shape is opaque.
80 * Default impl returns true. Override if your subclass can be opaque.
82 * @return true if any part of the drawable is <em>not</em> opaque.
  /external/qemu/block/
qcow.c 95 BDRVQcowState *s = bs->opaque;
174 BDRVQcowState *s = bs->opaque;
257 BDRVQcowState *s = bs->opaque;
382 BDRVQcowState *s = bs->opaque;
424 BDRVQcowState *s = bs->opaque;
449 BDRVQcowState *s = bs->opaque;
519 BlockDriverCompletionFunc *cb, void *opaque, int is_write)
523 acb = qemu_aio_get(&qcow_aio_pool, bs, cb, opaque);
542 static void qcow_aio_read_cb(void *opaque, int ret)
544 QCowAIOCB *acb = opaque;
    [all...]
qcow2.c 141 BDRVQcowState *s = bs->opaque;
256 BDRVQcowState *s = bs->opaque;
359 static void qcow_aio_read_cb(void *opaque, int ret);
360 static void qcow_aio_read_bh(void *opaque)
362 QCowAIOCB *acb = opaque;
365 qcow_aio_read_cb(opaque, 0);
382 static void qcow_aio_read_cb(void *opaque, int ret)
384 QCowAIOCB *acb = opaque;
386 BDRVQcowState *s = bs->opaque;
488 acb->common.cb(acb->common.opaque, ret)
    [all...]
  /external/qemu/hw/
ps2.c 123 void ps2_queue(void *opaque, int b)
125 PS2State *s = (PS2State *)opaque;
142 static void ps2_put_keycode(void *opaque, int keycode)
144 PS2KbdState *s = opaque;
156 uint32_t ps2_read_data(void *opaque)
158 PS2State *s = (PS2State *)opaque;
190 void ps2_write_keyboard(void *opaque, int val)
192 PS2KbdState *s = (PS2KbdState *)opaque;
276 void ps2_keyboard_set_translation(void *opaque, int mode)
278 PS2KbdState *s = (PS2KbdState *)opaque;
    [all...]
i8259.c 184 static void i8259_set_irq(void *opaque, int irq, int level)
186 PicState2 *s = opaque;
264 static void pic_reset(void *opaque)
266 PicState *s = opaque;
286 static void pic_ioport_write(void *opaque, uint32_t addr, uint32_t val)
288 PicState *s = opaque;
400 static uint32_t pic_ioport_read(void *opaque, uint32_t addr1)
402 PicState *s = opaque;
442 static void elcr_ioport_write(void *opaque, uint32_t addr, uint32_t val)
444 PicState *s = opaque;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_changes_version.h 11 // For the most part, the sync engine treats version numbers as opaque values.
syncable_id.h 31 // 1. A unique, opaque identifier for the object.
37 // 1. c<client only opaque id> for client items that have not been committed.
39 // 3. s<server provided opaque id> for items that the server knows about.
104 // id from the server. Returns a client only opaque id.
  /external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window.h 22 // window is non-opaque while underlay surfaces are present.
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view_unittest.mm 26 // Assert that the view is non-opaque, because otherwise we will end
  /external/chromium/webkit/glue/
glue_serialize.h 7 // In serialization, we write an object's state to a string in some opaque
  /external/icu4c/common/unicode/
umisc.h 52 * Opaque type returned by registerInstance, registerFactory and unregister for service registration.
  /external/iproute2/include/linux/
atmapi.h 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need
  /external/kernel-headers/original/linux/
atmapi.h 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need
  /external/llvm/test/CodeGen/ARM/
2008-08-07-AsmPrintBug.ll 5 %struct.__sFILEX = type opaque
  /external/llvm/test/CodeGen/Thumb2/
2010-11-22-EpilogueBug.ll 4 %struct.buf = type opaque
  /external/llvm/test/CodeGen/X86/
2007-05-14-LiveIntervalAssert.ll 4 %struct.OpaqueXDataStorageType = type opaque
  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 22 void setOpaque(String opaque) throws ParseException;
  /external/qemu/
migration-tcp-android.c 53 static void tcp_wait_for_connect(void *opaque)
55 FdMigrationState *s = opaque;
125 static void tcp_accept_incoming_migration(void *opaque)
128 int s = (unsigned long)opaque;
  /frameworks/base/core/java/android/view/
HardwareLayer.java 54 * @param isOpaque Whether the layer should be opaque or not
81 * Returns whether or not this layer is opaque.
83 * @return True if the layer is opaque, false otherwise
147 * @param isOpaque Whether this layer is opaque
  /frameworks/base/tools/obbtool/
Android.mk 4 # Opaque Binary Blob (OBB) Tool
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmapi.h 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need
  /bionic/libc/netbsd/isc/
ev_streams.c 64 evContext_p *ctx = opaqueCtx.opaque;
85 id->opaque = new;
98 evContext_p *ctx = opaqueCtx.opaque;
119 id->opaque = new;
130 evStream *str = id.opaque;
141 evStream *str = id.opaque;
151 evContext_p *ctx = opaqueCtx.opaque;
152 evStream *old = id.opaque;
196 if (old->file.opaque)
247 evContext_p *ctx = opaqueCtx.opaque;
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 50 %struct.cdev_privdata = type opaque
53 %struct.cpuset = type opaque
57 %struct.filedesc = type opaque
58 %struct.filedesc_to_leader = type opaque
64 %struct.in6_addr = type opaque
65 %struct.in_addr = type opaque
66 %struct.inode = type opaque
68 %struct.itimers = type opaque
70 %struct.kaioinfo = type opaque
71 %struct.kaudit_record = type opaque
    [all...]
  /frameworks/base/libs/rs/scriptc/
rs_types.rsh 105 * \brief Opaque handle to a Renderscript element.
111 * \brief Opaque handle to a Renderscript type.
117 * \brief Opaque handle to a Renderscript allocation.
123 * \brief Opaque handle to a Renderscript sampler object.
129 * \brief Opaque handle to a Renderscript script object.
135 * \brief Opaque handle to a Renderscript mesh object.
141 * \brief Opaque handle to a Renderscript ProgramFragment object.
147 * \brief Opaque handle to a Renderscript ProgramVertex object.
153 * \brief Opaque handle to a Renderscript ProgramRaster object.
159 * \brief Opaque handle to a Renderscript ProgramStore object
    [all...]
  /prebuilt/sdk/14/renderscript/include/
rs_types.rsh 105 * \brief Opaque handle to a Renderscript element.
111 * \brief Opaque handle to a Renderscript type.
117 * \brief Opaque handle to a Renderscript allocation.
123 * \brief Opaque handle to a Renderscript sampler object.
129 * \brief Opaque handle to a Renderscript script object.
135 * \brief Opaque handle to a Renderscript mesh object.
141 * \brief Opaque handle to a Renderscript ProgramFragment object.
147 * \brief Opaque handle to a Renderscript ProgramVertex object.
153 * \brief Opaque handle to a Renderscript ProgramRaster object.
159 * \brief Opaque handle to a Renderscript ProgramStore object
    [all...]

Completed in 1781 milliseconds

1 2 3 4 5 67 8 91011>>