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

1 2 3 4 5 6 78 91011>>

  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.h 47 bool mFinishedStageTwo; // check transparent & set opaque
48 bool mFinishedStageThree; // check opaque
  /external/libxml2/include/libxml/
uri.h 35 char *opaque; /* opaque part */ member in struct:_xmlURI
  /external/llvm/test/Transforms/InstCombine/
fp-ret-bitcast.ll 6 %struct.objc_class = type opaque
7 %struct.objc_selector = type opaque
  /external/llvm/test/Transforms/ObjCARC/
contract-storestrong-ivar.ll 8 %0 = type opaque
9 %1 = type opaque
move-and-form-retain-autorelease.ll 16 %3 = type opaque
26 %13 = type opaque
27 %14 = type opaque
28 %15 = type opaque
29 %16 = type opaque
30 %17 = type opaque
31 %18 = type opaque
32 %19 = type opaque
33 %20 = type opaque
34 %21 = type opaque
    [all...]
  /external/qemu/android/
framebuffer.h 100 typedef void (*QFrameBufferUpdateFunc)( void* opaque, int x, int y,
110 typedef void (*QFrameBufferRotateFunc)( void* opaque, int rotation );
117 typedef void (*QFrameBufferPollFunc)( void* opaque );
122 typedef void (*QFrameBufferDoneFunc) ( void* opaque );
142 typedef void (*QFrameBufferCheckUpdateFunc)( void* opaque );
148 typedef void (*QFrameBufferInvalidateFunc) ( void* opaque );
153 typedef void (*QFrameBufferDetachFunc) ( void* opaque );
158 void* opaque,
looper-generic.c 39 void* opaque; member in struct:GLoopTimer
121 void* opaque)
129 tt->opaque = opaque;
149 void* opaque; member in struct:GLoopIo
234 glooper_io_init(Looper* looper, LoopIo* user, int fd, LoopIoFunc callback, void* opaque)
242 io->opaque = opaque;
445 timer->callback(timer->opaque);
453 io->callback(io->opaque,io->fd,io->ready)
    [all...]
  /external/qemu/android/skin/
keyboard.h 23 typedef void (*SkinKeyCommandFunc)( void* opaque, SkinKeyCommand command, int param );
25 typedef void (*SkinKeyEventFunc)( void* opaque, AndroidKeyCode code, int down );
  /external/qemu/
compatfd.c 26 static void *sigwait_compat(void *opaque)
28 struct sigfd_compat_info *info = opaque;
qdict.h 46 void (*iter)(const char *key, QObject *obj, void *opaque),
47 void *opaque);
shaper.c 58 void* opaque; member in struct:QueuedPacketRec_
66 void* opaque,
79 packet->opaque = opaque;
146 shaper->send_func( packet->data, packet->size, packet->opaque );
190 shaper->send_func(packet->data, packet->size, packet->opaque);
210 void* opaque )
215 shaper->send_func( data, size, opaque );
221 shaper->send_func( data, size, opaque );
231 packet = queued_packet_create( data, size, opaque, shaper->do_copy )
    [all...]
block.c 47 BlockDriverCompletionFunc *cb, void *opaque);
50 BlockDriverCompletionFunc *cb, void *opaque);
52 BlockDriverCompletionFunc *cb, void *opaque);
54 BlockDriverCompletionFunc *cb, void *opaque);
431 bs->opaque = qemu_mallocz(drv->instance_size);
488 qemu_free(bs->opaque);
489 bs->opaque = NULL;
658 qemu_free(bs->opaque);
664 bs->opaque = NULL;
2041 void *opaque; member in struct:MultiwriteCB::__anon9362
    [all...]
posix-aio-compat.c 419 static int posix_aio_process_queue(void *opaque)
421 PosixAioState *s = opaque;
458 //trace_paio_complete(acb, acb->common.opaque, ret);
463 acb->common.cb(acb->common.opaque, ret);
476 static void posix_aio_read(void *opaque)
478 PosixAioState *s = opaque;
496 static int posix_aio_flush(void *opaque)
498 PosixAioState *s = opaque;
542 //trace_paio_cancel(acb, acb->common.opaque);
570 BlockDriverCompletionFunc *cb, void *opaque, int type
    [all...]
qemu-timer.h 19 typedef void QEMUTimerCB(void *opaque);
45 QEMUTimerCB *cb, void *opaque);
70 void *opaque)
72 return qemu_new_timer(clock, SCALE_NS, cb, opaque);
76 void *opaque)
78 return qemu_new_timer(clock, SCALE_MS, cb, opaque);
140 typedef void (*ptimer_cb)(void *opaque);
  /external/qemu/hw/
usb.h 128 void *opaque; member in struct:USBDevice
190 void *opaque; member in struct:USBPort
191 int index; /* internal port index, may be used with the opaque */
195 typedef void USBCallback(USBPacket * packet, void *opaque);
216 void * opaque)
219 p->cancel_opaque = opaque;
256 void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *));
276 void qemu_register_usb_port(USBPort *port, void *opaque, int index,
arm_gic.c 155 static void gic_set_irq(void *opaque, int irq, int level)
157 gic_state *s = (gic_state *)opaque;
241 static uint32_t gic_dist_readb(void *opaque, target_phys_addr_t offset)
243 gic_state *s = (gic_state *)opaque;
351 static uint32_t gic_dist_readw(void *opaque, target_phys_addr_t offset)
354 val = gic_dist_readb(opaque, offset);
355 val |= gic_dist_readb(opaque, offset + 1) << 8;
359 static uint32_t gic_dist_readl(void *opaque, target_phys_addr_t offset)
363 gic_state *s = (gic_state *)opaque;
369 val = gic_dist_readw(opaque, offset)
    [all...]
goldfish_device.c 92 void *opaque)
96 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque);
101 static uint32_t goldfish_bus_read(void *opaque, target_phys_addr_t offset)
103 struct bus_state *s = (struct bus_state *)opaque;
152 static void goldfish_bus_write(void *opaque, target_phys_addr_t offset, uint32_t value)
154 struct bus_state *s = (struct bus_state *)opaque;
ne2000.c 218 NE2000State *s = vc->opaque;
229 NE2000State *s = vc->opaque;
324 static void ne2000_ioport_write(void *opaque, uint32_t addr, uint32_t val)
326 NE2000State *s = opaque;
421 static uint32_t ne2000_ioport_read(void *opaque, uint32_t addr)
423 NE2000State *s = opaque;
571 static void ne2000_asic_ioport_write(void *opaque, uint32_t addr, uint32_t val)
573 NE2000State *s = opaque;
591 static uint32_t ne2000_asic_ioport_read(void *opaque, uint32_t addr)
593 NE2000State *s = opaque;
    [all...]
smc91c111.c 53 static void smc91c111_save(QEMUFile *f, void *opaque)
55 smc91c111_state *s = opaque;
90 static int smc91c111_load(QEMUFile *f, void *opaque, int version_id)
92 smc91c111_state *s = opaque;
325 static void smc91c111_writeb(void *opaque, target_phys_addr_t offset,
328 smc91c111_state *s = (smc91c111_state *)opaque;
497 static uint32_t smc91c111_readb(void *opaque, target_phys_addr_t offset)
499 smc91c111_state *s = (smc91c111_state *)opaque;
638 static void smc91c111_writew(void *opaque, target_phys_addr_t offset,
641 smc91c111_writeb(opaque, offset, value & 0xff)
    [all...]
  /frameworks/base/core/java/android/view/
GLES20Layer.java 32 GLES20Layer(int width, int height, boolean opaque) {
33 super(width, height, opaque);
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 56 public static final String OPAQUE = ParameterNames.OPAQUE;
115 || name.equalsIgnoreCase(ParameterNames.OPAQUE)
339 * Sets the Opaque value of the WWWAuthenicateHeader to the new <var>opaque</var>
342 * @param opaque -
343 * the new Opaque string of this WWWAuthenicateHeader.
346 * while parsing the opaque value.
349 public void setOpaque(String opaque) throws ParseException {
350 if (opaque == null
    [all...]
  /external/qemu/block/
qcow2-snapshot.c 51 BDRVQcowState *s = bs->opaque;
65 BDRVQcowState *s = bs->opaque;
121 BDRVQcowState *s = bs->opaque;
194 BDRVQcowState *s = bs->opaque;
209 BDRVQcowState *s = bs->opaque;
221 BDRVQcowState *s = bs->opaque;
237 BDRVQcowState *s = bs->opaque;
316 BDRVQcowState *s = bs->opaque;
357 BDRVQcowState *s = bs->opaque;
392 BDRVQcowState *s = bs->opaque;
    [all...]
  /external/clang/test/CodeGenCXX/
eh.cpp 176 void opaque();
187 opaque();
192 opaque();
202 void opaque();
213 opaque();
239 void opaque();
245 opaque();
266 opaque();
281 bool opaque(const A&);
293 if (opaque(x))
    [all...]
  /external/llvm/test/CodeGen/ARM/
2007-03-21-JoinIntervalsCrash.ll 8 %struct.c_switch = type opaque
9 %struct.eh_status = type opaque
14 %struct.initial_value_struct = type opaque
23 %struct.temp_slot = type opaque
32 %struct.varasm_status = type opaque
33 %struct.varray_head_tag = type opaque
34 %union.tree_ann_d = type opaque
  /external/llvm/test/CodeGen/X86/
2008-04-15-LiveVariableBug.ll 17 %struct.NSRegion = type opaque
28 %struct._NSImageAuxiliary = type opaque
29 %struct._NSViewAuxiliary = type opaque
30 %struct._NSWindowAnimator = type opaque
32 %struct.__CFArray = type opaque
33 %struct.__CFRunLoopObserver = type opaque
37 %struct.objc_selector = type opaque

Completed in 1138 milliseconds

1 2 3 4 5 6 78 91011>>