/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLClientSessionCache.java | 29 * session data is dependent upon the caller's implementation and is opaque to
|
SSLServerSessionCache.java | 30 * session data is dependent upon the caller's implementation and is opaque to
|
SSLStreamedInput.java | 41 * Read an opaque value from the stream.
|
DigitalSignature.java | 44 * opaque md5_hash[16]; 45 * opaque sha_hash[20]; 49 * opaque sha_hash[20];
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
string_chunks.sgml | 48 An opaque data structure representing String Chunks.
|
/external/dbus/dbus/ |
dbus-address.h | 40 /** Opaque type representing one of the semicolon-separated items in an address */
|
dbus-errors.h | 41 /** Mostly-opaque type representing an error that occurred */
|
/external/freetype/include/freetype/ |
ftincrem.h | 68 * An opaque type describing a user-provided object used to implement 155 * Handle to an opaque @FT_Incremental handle provided by the client 195 * A handle to an opaque @FT_Incremental handle provided by the client 221 * A handle to an opaque @FT_Incremental handle provided by the client
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_media_transfer.h | 125 * @param aContext Optional opaque data to be passed back to 149 * @param aContext The Opaque context, same as the one sent 164 * @param aContext The context parameter is an opaque handle provided by the caller. 188 * @param aContext The Opaque context, same as the one sent
|
/external/qemu/block/ |
bochs.c | 114 BDRVBochsState *s = bs->opaque; 174 BDRVBochsState *s = bs->opaque; 219 BDRVBochsState *s = bs->opaque; 240 BDRVBochsState *s = bs->opaque;
|
cloop.c | 56 BDRVCloopState *s = bs->opaque; 133 BDRVCloopState *s = bs->opaque; 148 BDRVCloopState *s = bs->opaque;
|
qcow2-cluster.c | 33 BDRVQcowState *s = bs->opaque; 83 BDRVQcowState *s = bs->opaque; 92 BDRVQcowState *s = bs->opaque; 150 BDRVQcowState *s = bs->opaque; 210 BDRVQcowState *s = bs->opaque; 312 BDRVQcowState *s = bs->opaque; 355 BDRVQcowState *s = bs->opaque; 397 BDRVQcowState *s = bs->opaque; 485 BDRVQcowState *s = bs->opaque; 544 BDRVQcowState *s = bs->opaque; [all...] |
/external/qemu/hw/ |
goldfish_trace.c | 45 static void trace_dev_write(void *opaque, target_phys_addr_t offset, uint32_t value) 47 trace_dev_state *s = (trace_dev_state *)opaque; 350 static uint32_t trace_dev_read(void *opaque, target_phys_addr_t offset) 352 trace_dev_state *s = (trace_dev_state *)opaque;
|
/external/qemu/proxy/ |
proxy_common.h | 33 typedef void (*ProxyEventFunc)( void* opaque, int fd, ProxyEvent event );
|
proxy_int.h | 183 typedef void (*ProxyServiceFreeFunc) ( void* opaque ); 187 typedef ProxyConnection* (*ProxyServiceConnectFunc)( void* opaque, 192 void* opaque; member in struct:ProxyService
|
/external/qemu/telephony/ |
remote_call.h | 25 typedef void (*RemoteResultFunc)( void* opaque, int success );
|
/external/webkit/WebCore/platform/chromium/ |
PlatformWidget.h | 36 // PlatformWidget is an opaque identifier corresponding to whatever native
|
/external/bluetooth/glib/gio/ |
giotypes.h | 45 * Opaque drive object. 86 * Opaque class for definining and scheduling IO jobs. 109 * Opaque mountable volume object.
|
/external/opencore/engines/common/include/ |
pv_engine_observer_message.h | 93 * @return Returns the opaque data that was passed in with the command. 185 * @return Returns the opaque data asociated with the event. 249 * @return Returns the opaque data asociated with the event.
|
/external/opencore/engines/player/include/ |
pv_player_license_acquisition_interface.h | 66 * @param aContextData [in] Optional opaque data that will be passed back to 87 * @param aContextData [in] Optional opaque data that will be passed back to 100 * @param aContextData [in] Optional opaque data that will be passed back to
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_license_manager_interface.h | 57 * @param [in] Optional opaque data associated with the request. 58 * @param [in] Size of the optional opaque data. 117 * @param [in] aCustomData, aCustomDataSize: Optional opaque data for additional inputs.
|
/external/zlib/contrib/ada/ |
zlib-thin.adb | 101 Opaque : in Voidp; 105 Strm.opaque := Opaque;
|
/frameworks/base/docs/html/resources/articles/ |
drawable-mutations.jd | 38 opaque when the user marks the book as a favorite, and translucent when the book 49 star.setAlpha(255); // opaque 81 star.mutate().setAlpha(255); // opaque
|
/external/qemu/audio/ |
audio.c | 838 cb->ops.notify (cb->opaque, cmd); 1758 void* opaque; local 1780 opaque = drv->init(); local [all...] |
/external/qemu/ |
exec.c | 212 void *opaque[TARGET_PAGE_SIZE][2][4]; member in struct:subpage_t 519 static void cpu_common_save(QEMUFile *f, void *opaque) 521 CPUState *env = opaque; 529 static int cpu_common_load(QEMUFile *f, void *opaque, int version_id) 531 CPUState *env = opaque; 3319 void *opaque; member in struct:MapClient [all...] |