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

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth.h 36 * The data structures are completely opaque to the client. The client
83 * Authentication info. Opaque to client.
207 * XDR an opaque authentication struct.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
key_prot.x 93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
164 %#ifndef opaque
165 %#define opaque char
  /external/qemu/
exec.c 207 void *opaque[TARGET_PAGE_SIZE][2][4]; member in struct:subpage_t
535 static void cpu_common_save(QEMUFile *f, void *opaque)
537 CPUState *env = opaque;
545 static int cpu_common_load(QEMUFile *f, void *opaque, int version_id)
547 CPUState *env = opaque;
3432 void *opaque; member in struct:MapClient
    [all...]
monitor.c 132 void *opaque);
160 void *opaque)
163 readline_start(mon->rs, "Password: ", 1, readline_func, opaque);
472 void *opaque)
550 static void encrypted_bdrv_it(void *opaque, BlockDriverState *bs);
567 static void bdrv_key_cb(void *opaque, int err)
569 Monitor *mon = opaque;
576 static void encrypted_bdrv_it(void *opaque, BlockDriverState *bs)
578 struct bdrv_iterate_context *context = opaque;
1074 static void release_keys(void *opaque)
    [all...]
qemu-timer.c 78 static void timer_save(QEMUFile *f, void *opaque)
80 TimersState *s = opaque;
90 static int timer_load(QEMUFile *f, void *opaque, int version_id)
92 TimersState *s = opaque;
199 void *opaque; member in struct:QEMUTimer
313 static void icount_adjust_rt(void * opaque)
320 static void icount_adjust_vm(void * opaque)
446 static void icount_warp_rt(void *opaque)
529 QEMUTimerCB *cb, void *opaque)
536 ts->opaque = opaque
    [all...]
vnc-android.c 224 static void vnc_update_client(void *opaque);
297 VncDisplay *vd = ds->opaque;
388 VncDisplay *vd = ds->opaque;
552 vs->zlib_stream[i].opaque = NULL;
577 if (zstream->opaque != vs) {
581 VNC_DEBUG("VNC: opaque = %p | vs = %p\n", zstream->opaque, vs);
593 zstream->opaque = vs;
674 VncDisplay *vd = ds->opaque;
710 static void vnc_update_client(void *opaque)
    [all...]
vnc.c 218 static void vnc_update_client(void *opaque);
291 VncDisplay *vd = ds->opaque;
382 VncDisplay *vd = ds->opaque;
546 vs->zlib_stream[i].opaque = NULL;
571 if (zstream->opaque != vs) {
575 VNC_DEBUG("VNC: opaque = %p | vs = %p\n", zstream->opaque, vs);
587 zstream->opaque = vs;
668 VncDisplay *vd = ds->opaque;
704 static void vnc_update_client(void *opaque)
    [all...]
usb-linux.c 64 typedef int USBScanFunc(void *opaque, int bus_num, int addr, int class_id,
240 static void async_complete(void *opaque)
242 USBHostDevice *s = opaque;
291 static void async_cancel(USBPacket *unused, void *opaque)
293 AsyncURB *aurb = opaque;
1058 static int usb_host_scan_dev(void *opaque, USBScanFunc *func)
1088 ret = func(opaque, bus_num, addr, class_id, vendor_id,
1132 ret = func(opaque, bus_num, addr, class_id, vendor_id,
1178 static int usb_host_scan_sys(void *opaque, USBScanFunc *func)
    [all...]
  /external/qemu/hw/
scsi-disk.c 76 void *opaque; member in struct:SCSIDeviceState
147 s->completion(s->opaque, SCSI_REASON_DONE, tag, status);
165 static void scsi_read_complete(void * opaque, int ret)
167 SCSIRequest *r = (SCSIRequest *)opaque;
172 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, 0);
178 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len);
198 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len);
240 static void scsi_write_complete(void * opaque, int ret)
242 SCSIRequest *r = (SCSIRequest *)opaque;
266 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, len)
    [all...]
pci.c 52 static void pci_set_irq(void *opaque, int irq_num, int level);
59 static void pcibus_save(QEMUFile *f, void *opaque)
61 PCIBus *bus = (PCIBus *)opaque;
69 static int pcibus_load(QEMUFile *f, void *opaque, int version_id)
71 PCIBus *bus = (PCIBus *)opaque;
574 void pci_data_write(void *opaque, uint32_t addr, uint32_t val, int len)
576 PCIBus *s = opaque;
600 uint32_t pci_data_read(void *opaque, uint32_t addr, int len)
602 PCIBus *s = opaque;
647 static void pci_set_irq(void *opaque, int irq_num, int level
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
trampoline.ll 6 %struct.CGImage = type opaque
10 %struct.NSZone = type opaque
14 %struct._objc__method_prototype_list = type opaque
16 %struct._objc_class_ext = type opaque
17 %struct._objc_ivar_list = type opaque
19 %struct._objc_method_list = type opaque
22 %struct._objc_protocol_extension = type opaque
26 %struct.objc_cache = type opaque
27 %struct.objc_object = type opaque
28 %struct.objc_selector = type opaque
    [all...]
  /external/qemu/android/camera/
camera-capture-windows.c 92 * also sets 'opaque' field in the 'header' structure to point back to the
101 cd->header.opaque = cd;
240 if (cd == NULL || cd->opaque == NULL) {
244 wcd = (WndCameraDevice*)cd->opaque;
444 if (cd == NULL || cd->opaque == NULL) {
448 wcd = (WndCameraDevice*)cd->opaque;
474 if (cd == NULL || cd->opaque == NULL) {
478 wcd = (WndCameraDevice*)cd->opaque;
537 if (cd == NULL || cd->opaque == NULL) {
540 WndCameraDevice* wcd = (WndCameraDevice*)cd->opaque;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_server_write.c 78 /* opaque fragment[TLSPlaintext.length] */
91 /* Random random: uint32 gmt_unix_time, opaque random_bytes */
180 /* opaque fragment[TLSPlaintext.length] */
354 * opaque dh_p<1..2^16-1>;
355 * opaque dh_g<1..2^16-1>;
356 * opaque dh_Ys<1..2^16-1>;
366 /* opaque fragment[TLSPlaintext.length] */
459 /* opaque fragment[TLSPlaintext.length] */
481 * opaque DistinguishedName<1..2^16-1>
519 /* opaque fragment[TLSPlaintext.length] *
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_write.c 79 /* opaque fragment[TLSPlaintext.length] */
92 /* Random random: uint32 gmt_unix_time, opaque random_bytes */
181 /* opaque fragment[TLSPlaintext.length] */
352 * opaque dh_p<1..2^16-1>;
353 * opaque dh_g<1..2^16-1>;
354 * opaque dh_Ys<1..2^16-1>;
364 /* opaque fragment[TLSPlaintext.length] */
454 /* opaque fragment[TLSPlaintext.length] */
476 * opaque DistinguishedName<1..2^16-1>
514 /* opaque fragment[TLSPlaintext.length] *
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 564 MyTexture texture = new MyTexture(canvas, 42, false); // non-opaque
565 MyTexture texture_o = new MyTexture(canvas, 47, true); // opaque
567 // Draw a non-opaque texture
574 // Draw an opaque texture
580 // Draw a non-opaque texture with alpha = 0.5
589 // Draw an non-opaque texture with overriden alpha = 1
595 // Draw an opaque texture with overriden alpha = 1
601 // Draw an opaque texture with overridden alpha = 0.25
608 // Draw an opaque texture with overridden alpha = 0.125
715 MyTexture from = new MyTexture(canvas, 42, false); // non-opaque
    [all...]
  /external/qemu/block/
vpc.c 155 BDRVVPCState *s = bs->opaque;
240 BDRVVPCState *s = bs->opaque;
311 BDRVVPCState *s = bs->opaque;
330 BDRVVPCState *s = bs->opaque;
375 BDRVVPCState *s = bs->opaque;
409 BDRVVPCState *s = bs->opaque;
604 BDRVVPCState *s = bs->opaque;
cow.c 62 BDRVCowState *s = bs->opaque;
175 BDRVCowState *s = bs->opaque;
205 BDRVCowState *s = bs->opaque;
  /external/qemu/target-arm/
cpu.h 63 typedef void ARMWriteCPFunc(void *opaque, int cp_info,
66 typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
235 void *opaque; member in struct:CPUARMState::__anon10006
397 void armv7m_nvic_set_pending(void *opaque, int irq);
398 int armv7m_nvic_acknowledge_irq(void *opaque);
399 void armv7m_nvic_complete_irq(void *opaque, int irq);
403 void *opaque);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 66 SkBitmap::kIndex8_Config, // src: index, opaque
68 SkBitmap::kRGB_565_Config, // src: 16bit, opaque
70 SkBitmap::kARGB_8888_Config, // src: 32bit, opaque
77 // tries to minimize memory usage (i.e. demote opaque 32bit -> 16bit)
79 SkBitmap::kIndex8_Config, // src: index, opaque
81 SkBitmap::kRGB_565_Config, // src: 16bit, opaque
83 SkBitmap::kRGB_565_Config, // src: 32bit, opaque (demote to 16bit)
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 295 // An opaque-to-the-client sequence of bytes that the server may interpret
302 // The opaque semantics of this field are to afford server implementations
319 // progress tracking mechanism, but which wish to switch over to the opaque
322 // timestamp, and return only an opaque progress token.
325 // An opaque-to-the-client string of bytes, received through a notification,
409 optional string store_birthday = 7; // Opaque store ID; if it changes, duck!
479 // Opaque, per-datatype timestamp-like tokens. A client should use this
509 // Opaque, per-datatype timestamp-like tokens. Detailed comment is available
531 optional string obfuscated_id = 3; // an obfuscated, opaque user id.
604 // Opaque store ID; if it changes, the contents of the client's cach
    [all...]
  /external/tcpdump/
print-ospf.c 53 { OSPF_OPTION_O, "Opaque" },
91 { LS_TYPE_OPAQUE_LL, "Link Local Opaque" },
92 { LS_TYPE_OPAQUE_AL, "Area Local Opaque" },
93 { LS_TYPE_OPAQUE_DW, "Domain Wide Opaque" },
207 /* the LSA header for opaque LSAs was slightly changed */
211 printf("\n\t %s LSA (%d), Opaque-Type: %s LSA (%u), Opaque-ID: %u",
826 /* the LSA header for opaque LSAs was slightly changed */
830 printf(", Opaque-Type: %s LSA (%u), Opaque-ID: %u"
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-02-12-CoalescerBug-Impdef.ll 57 %"struct eh_status" = type opaque
58 %"struct et_node" = type opaque
72 %"struct lang_decl" = type opaque
73 %"struct language_function" = type opaque
83 %"struct pointer_map_t" = type opaque
90 %"struct stack_local_entry" = type opaque
  /external/zlib/contrib/ada/
zlib-thin.ads 107 -- for initializing zalloc, zfree, opaque
116 (Opaque : Voidp;
121 type free_func is access procedure (opaque : Voidp; address : Voidp);
311 -- opaque before calling the init function.
327 Opaque : in Voidp;
376 opaque : Voidp; -- private data object passed to
  /bootable/recovery/applypatch/
bspatch.c 161 cstream.opaque = NULL;
171 dstream.opaque = NULL;
181 estream.opaque = NULL;
  /external/qemu/android/protocol/
fb-updates-impl.c 105 * opaque - FrameBufferImpl instance.
108 _fbUpdatesImpl_io_callback(void* opaque, int fd, unsigned events)
110 FrameBufferImpl* fbi = opaque;

Completed in 723 milliseconds

<<11121314151617181920>>