/external/kernel-headers/original/linux/ |
coda.h | 204 u_int32_t opaque[3]; member in struct:CodaFid 211 if (fid->opaque[1] == 0xfffffffe || fid->opaque[1] == 0xffffffff) 212 return ((fid->opaque[0] << 20) | (fid->opaque[2] & 0xfffff)); 214 return (fid->opaque[2] + (fid->opaque[1]<<10) + (fid->opaque[0]<<20)); 225 u_int32_t opaque[4]; member in struct:CodaFid 229 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0 [all...] |
/external/qemu/hw/ |
bt-hci-csr.c | 301 struct csrhci_s *s = (struct csrhci_s *) chr->opaque; 332 static void csrhci_out_hci_packet_event(void *opaque, 335 struct csrhci_s *s = (struct csrhci_s *) opaque; 344 static void csrhci_out_hci_packet_acl(void *opaque, 347 struct csrhci_s *s = (struct csrhci_s *) opaque; 360 struct csrhci_s *s = (struct csrhci_s *) chr->opaque; 404 static void csrhci_out_tick(void *opaque) 406 csrhci_fifo_wake((struct csrhci_s *) opaque); 409 static void csrhci_pins(void *opaque, int line, int level) 411 struct csrhci_s *s = (struct csrhci_s *) opaque; [all...] |
bt-hid.c | 381 static void bt_hid_control_sdu(void *opaque, const uint8_t *data, int len) 383 struct bt_hid_device_s *hid = opaque; 388 static void bt_hid_datain(void *opaque) 390 struct bt_hid_device_s *hid = opaque; 406 static void bt_hid_interrupt_sdu(void *opaque, const uint8_t *data, int len) 408 struct bt_hid_device_s *hid = opaque; 461 static void bt_hid_close_control(void *opaque) 463 struct bt_hid_device_s *hid = opaque; 469 static void bt_hid_close_interrupt(void *opaque) 471 struct bt_hid_device_s *hid = opaque; [all...] |
goldfish_audio.c | 241 static void audio_state_save( QEMUFile* f, void* opaque ) 243 struct goldfish_audio_state* s = opaque; 252 static int audio_state_load( QEMUFile* f, void* opaque, int version_id ) 254 struct goldfish_audio_state* s = opaque; 365 static uint32_t goldfish_audio_read(void *opaque, target_phys_addr_t offset) 368 struct goldfish_audio_state *s = opaque; 399 static void goldfish_audio_write(void *opaque, target_phys_addr_t offset, uint32_t val) 401 struct goldfish_audio_state *s = opaque; 457 static void goldfish_audio_callback(void *opaque, int free) 459 struct goldfish_audio_state *s = opaque; [all...] |
i8254.c | 245 static void pit_ioport_write(void *opaque, uint32_t addr, uint32_t val) 247 PITState *pit = opaque; 310 static uint32_t pit_ioport_read(void *opaque, uint32_t addr) 312 PITState *pit = opaque; 385 static void pit_irq_timer(void *opaque) 387 PITChannelState *s = opaque; 392 static void pit_save(QEMUFile *f, void *opaque) 394 PITState *pit = opaque; 420 static int pit_load(QEMUFile *f, void *opaque, int version_id) 422 PITState *pit = opaque; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coda.h | 200 u_int32_t opaque[3]; member in struct:CodaFid 207 if (fid->opaque[1] == 0xfffffffe || fid->opaque[1] == 0xffffffff) 208 return ((fid->opaque[0] << 20) | (fid->opaque[2] & 0xfffff)); 210 return (fid->opaque[2] + (fid->opaque[1]<<10) + (fid->opaque[0]<<20)); 221 u_int32_t opaque[4]; member in struct:CodaFid 225 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0 [all...] |
/external/qemu/block/ |
raw-win32.c | 78 BDRVRawState *s = bs->opaque; 111 BDRVRawState *s = bs->opaque; 132 BDRVRawState *s = bs->opaque; 152 BDRVRawState *s = bs->opaque; 158 BDRVRawState *s = bs->opaque; 164 BDRVRawState *s = bs->opaque; 178 BDRVRawState *s = bs->opaque; 282 BDRVRawState *s = bs->opaque; 317 BDRVRawState *s = bs->opaque;
|
nbd.c | 44 BDRVNBDState *s = bs->opaque; 99 BDRVNBDState *s = bs->opaque; 129 BDRVNBDState *s = bs->opaque; 158 BDRVNBDState *s = bs->opaque; 172 BDRVNBDState *s = bs->opaque;
|
parallels.c | 72 BDRVParallelsState *s = bs->opaque; 107 BDRVParallelsState *s = bs->opaque; 139 BDRVParallelsState *s = bs->opaque;
|
/external/qemu/ |
qemu-common.h | 134 typedef void QEMUBHFunc(void *opaque); 140 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque); 238 typedef void IOReadHandler(void *opaque, const uint8_t *buf, int size); 239 typedef int IOCanReadHandler(void *opaque); 240 typedef void IOHandler(void *opaque); 250 typedef int (*DMA_transfer_handler) (void *opaque, int nchan, int pos, int size); 252 /* A load of opaque types so that device init declarations don't have to 298 void cpu_save(QEMUFile *f, void *opaque); 299 int cpu_load(QEMUFile *f, void *opaque, int version_id);
|
/external/llvm/test/CodeGen/X86/ |
2007-09-17-ObjcFrameEH.ll | 6 %struct._objc__method_prototype_list = type opaque 9 %struct._objc_method_list = type opaque 12 %struct._objc_protocol_extension = type opaque 14 %struct._prop_list_t = type opaque 16 %struct.objc_selector = type opaque
|
2008-05-21-CoalescerBug.ll | 30 %struct.eh_status = type opaque 32 %struct.et_node = type opaque 36 %struct.initial_value_struct = type opaque 37 %struct.lang_decl = type opaque 38 %struct.language_function = type opaque 40 %struct.machine_function = type opaque 52 %struct.temp_slot = type opaque 68 %struct.varasm_status = type opaque
|
2008-08-23-64Bit-maskmovq.ll | 11 %struct.QRegionPrivate = type opaque 13 %struct._XRegion = type opaque
|
2010-04-13-AnalyzeBranchCrash.ll | 4 %0 = type opaque 5 %1 = type opaque
|
/libcore/luni/src/main/java/java/net/ |
URI.java | 77 * <h3>Opaque vs. Hierarchical URIs</h3> 78 * Absolute URIs are either {@link #isOpaque() opaque or hierarchical}. Relative 82 * <li><strong>Opaque:</strong> {@code mailto:robots@example.com} 85 * <p>Opaque URIs have both a scheme and a scheme-specific part that does not 87 * scheme-specific part of an opaque URI is not parsed so an opaque URI never 88 * has an authority, user info, host, port, path or query. An opaque URIs may 89 * have a fragment, however. A typical opaque URI is 190 private transient boolean opaque; field in class:URI 370 // URIs with schemes followed by a non-/ char are opaque and need no further parsing [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Credentials.java | 47 private static String OPAQUE = ParameterNames.OPAQUE; 120 else if (nameValue.getName().compareToIgnoreCase(OPAQUE) == 0)
|
/external/qemu/android/protocol/ |
attach-ui-proxy.c | 53 * opaque - AttachUIProxy instance. 56 _attachUiProxy_io_func(void* opaque, int fd, unsigned events) 58 AttachUIProxy* uicmd = (AttachUIProxy*)opaque;
|
/external/qemu/telephony/ |
sysdeps_posix.c | 94 void* opaque; member in struct:SysChannelRec_ 202 void* opaque ) 209 channel->opaque = opaque; 319 void* opaque; member in struct:SysTimerRec_ 371 timer->opaque = NULL; 379 void* opaque ) 388 callback( opaque ); 403 timer->opaque = opaque; [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_common.xdr | 193 opaque nmea_sentences<RPC_LOC_API_MAX_NMEA_STRING_LENGTH>; 232 opaque addr<RPC_LOC_API_MAX_SERVER_ADDR_LENGTH>; 325 opaque requester_id[200]; 356 opaque session_id[4]; 362 opaque requestor_id_string<RPC_LOC_NI_MAX_REQUESTOR_ID_LENGTH>; 368 opaque client_name_string<RPC_LOC_NI_MAX_CLIENT_NAME_LENGTH>; 384 opaque supl_hash[8]; 395 opaque ext_client_address<RPC_LOC_NI_MAX_EXT_CLIENT_ADDRESS>; 412 opaque lcs_codeword_string<RPC_LOC_NI_CODEWORD_LENGTH>; 425 opaque notification_text<RPC_LOC_NI_MAX_CLIENT_NAME_LENGTH> [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
SerializerTests.java | 36 // Basic test for use of start, end, tag, data, opaque, and done 51 s.opaque(new ByteArrayInputStream(BYTE_ARRAY), BYTE_ARRAY_LENGTH); 81 (byte)Wbxml.OPAQUE,
|
/external/llvm/test/Transforms/ObjCARC/ |
move-and-merge-autorelease.ll | 13 %0 = type opaque 14 %1 = type opaque 15 %2 = type opaque 16 %3 = type opaque 17 %4 = type opaque 18 %5 = type opaque
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PixelXorXfermodeTest.java | 59 // XOR transfer always results in an opaque image 64 // result is always opaque, even though all inputs have alpha
|
/external/collada/src/1.4/dom/ |
domCommon_transparent_type.cpp | 73 // Add attribute: opaque 76 ma->setName( "opaque" );
|
/external/llvm/test/CodeGen/Blackfin/ |
mulhu.ll | 18 %struct.eh_status = type opaque 20 %struct.et_node = type opaque 24 %struct.initial_value_struct = type opaque 29 %struct.lang_decl = type opaque 30 %struct.language_function = type opaque 42 %struct.stack_local_entry = type opaque 45 %struct.temp_slot = type opaque 57 %struct.varasm_status = type opaque
|
/external/llvm/test/CodeGen/Generic/ |
2006-08-30-CoalescerCrash.ll | 17 %struct.eh_status = type opaque 19 %struct.et_node = type opaque 23 %struct.initial_value_struct = type opaque 28 %struct.lang_decl = type opaque 29 %struct.language_function = type opaque 41 %struct.stack_local_entry = type opaque 44 %struct.temp_slot = type opaque 56 %struct.varasm_status = type opaque
|