/frameworks/base/awt/java/awt/image/ |
DataBufferInt.java | 26 * underlying data is of type integer. 33 * The data. 35 int data[][]; field in class:DataBufferInt 38 * Instantiates a new data buffer of type integer. 41 * the data arrays to copy the data from. 43 * the length (number of elements) to use from the data arrays. 45 * the starting indices for reading the data from the internal 46 * data arrays. 50 data = dataArrays.clone() [all...] |
DataBufferShort.java | 26 * the underlying data is short. 33 * The data. 35 short data[][]; field in class:DataBufferShort 38 * Instantiates a new data buffer of type short. 41 * the data arrays to copy the data from. 43 * the length (number of elements) to use from the data arrays. 45 * the starting indices for reading the data from the internal 46 * data arrays. 50 data = dataArrays.clone() [all...] |
DataBufferUShort.java | 28 * the underlying data is unsigned short. 35 * The data. 37 short data[][]; field in class:DataBufferUShort 40 * Instantiates a new data buffer of type unsigned short. 43 * the data arrays to copy the data from. 45 * the length (number of elements) to use from the data arrays. 47 * the starting indices for reading the data from the internal 48 * data arrays. 59 data = dataArrays.clone() [all...] |
DataBuffer.java | 28 * The Class DataBuffer is a wrapper class for a data array to be used for the 29 * situation where a suite of functionality acts on a set of data in a 30 * consistent way even though the primitive type of the data may vary from one 73 * The data type indicates the primitive type of the data in this 79 * The number of data arrays in this DataBuffer. 84 * The starting index for reading the data from the first (or only) internal 85 * data array. 90 * The length (number of elements) of the data arrays. 95 * The starting indices for reading the data from the internal data arrays [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_wsc.c | 59 static void eap_wsc_state(struct eap_wsc_data *data, int state) 62 eap_wsc_state_txt(data->state), 64 data->state = state; 70 struct eap_wsc_data *data; local 99 data = os_zalloc(sizeof(*data)); 100 if (data == NULL) 102 data->state = registrar ? MESG : WAIT_START; 103 data->registrar = registrar; 104 data->wps_ctx = wps 156 struct eap_wsc_data *data = priv; local 298 struct eap_wsc_data *data = priv; local [all...] |
/frameworks/base/media/libmedia/ |
IMediaPlayerService.cpp | 52 Parcel data, reply; local 53 data.writeInterfaceToken(IMediaPlayerService::getInterfaceDescriptor()); 54 data.writeInt32(pid); 55 remote()->transact(CREATE_METADATA_RETRIEVER, data, &reply); 62 Parcel data, reply; local 63 data.writeInterfaceToken(IMediaPlayerService::getInterfaceDescriptor()); 64 data.writeInt32(pid); 65 data.writeStrongBinder(client->asBinder()); 66 data.writeCString(url); 69 data.writeInt32(0) 85 Parcel data, reply; local 94 Parcel data, reply; local 107 Parcel data, reply; local 119 Parcel data, reply; local 133 Parcel data, reply; local 140 Parcel data, reply; local [all...] |
/external/webkit/WebCore/inspector/ |
TimelineRecordFactory.cpp | 25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 55 ScriptObject data = frontend->newScriptObject(); local 56 data.set("type", event.type().string()); 57 return data; 62 ScriptObject data = frontend->newScriptObject(); local 63 data.set("timerId", timerId); 64 return data; 69 ScriptObject data = frontend->newScriptObject(); local 70 data.set("timerId", timerId); 71 data.set("timeout", timeout) 78 ScriptObject data = frontend->newScriptObject(); local 86 ScriptObject data = frontend->newScriptObject(); local 93 ScriptObject data = frontend->newScriptObject(); local 101 ScriptObject data = frontend->newScriptObject(); local 109 ScriptObject data = frontend->newScriptObject(); local 119 ScriptObject data = frontend->newScriptObject(); local 129 ScriptObject data = frontend->newScriptObject(); local 137 ScriptObject data = frontend->newScriptObject(); local 147 ScriptObject data = frontend->newScriptObject(); local [all...] |
/frameworks/base/libs/surfaceflinger_client/ |
ISurface.cpp | 76 Parcel data, reply; local 77 data.writeInterfaceToken(ISurface::getInterfaceDescriptor()); 78 data.writeInt32(bufferIdx); 79 data.writeInt32(usage); 80 remote()->transact(REQUEST_BUFFER, data, &reply); 88 Parcel data, reply; local 89 data.writeInterfaceToken(ISurface::getInterfaceDescriptor()); 90 data.writeInt32(buffers.w); 91 data.writeInt32(buffers.h); 92 data.writeInt32(buffers.hor_stride) 105 Parcel data, reply; local 113 Parcel data, reply; local 121 Parcel data, reply; local [all...] |
ISurfaceComposer.cpp | 52 Parcel data, reply; local 53 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); 54 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply); 60 Parcel data, reply; local 61 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); 62 remote()->transact(BnSurfaceComposer::GET_CBLK, data, &reply); 68 Parcel data, reply; local 69 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); 70 remote()->transact(BnSurfaceComposer::OPEN_GLOBAL_TRANSACTION, data, &reply); 75 Parcel data, reply local 82 Parcel data, reply; local 92 Parcel data, reply; local 102 Parcel data, reply; local 113 Parcel data, reply; local 120 Parcel data, reply; local [all...] |
/external/bluetooth/bluez/audio/ |
liba2dp.c | 135 sbc_t sbc; /* Codec data */ 168 static int audioservice_send(struct bluetooth_data *data, const bt_audio_msg_header_t *msg); 169 static int audioservice_expect(struct bluetooth_data *data, bt_audio_msg_header_t *outmsg, 171 static int bluetooth_a2dp_hw_params(struct bluetooth_data *data); 172 static void set_state(struct bluetooth_data *data, a2dp_state_t state); 175 static void bluetooth_close(struct bluetooth_data *data) 178 if (data->server.fd >= 0) { 179 bt_audio_service_close(data->server.fd); 180 data->server.fd = -1; 183 if (data->stream.fd >= 0) 1029 struct bluetooth_data* data = (struct bluetooth_data*)d; local 1104 struct bluetooth_data* data; local 1169 struct bluetooth_data* data = (struct bluetooth_data*)d; local 1178 struct bluetooth_data* data = (struct bluetooth_data*)d; local 1246 struct bluetooth_data* data = (struct bluetooth_data*)d; local 1257 struct bluetooth_data* data = (struct bluetooth_data*)d; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_tls.c | 50 static void eap_tls_state(struct eap_tls_data *data, int state) 53 eap_tls_state_txt(data->state), 55 data->state = state; 61 struct eap_tls_data *data; local 63 data = os_zalloc(sizeof(*data)); 64 if (data == NULL) 66 data->state = START; 68 if (eap_server_tls_ssl_init(sm, &data->ssl, 1)) { 70 eap_tls_reset(sm, data); 80 struct eap_tls_data *data = priv; local 112 struct eap_tls_data *data = priv; local 171 struct eap_tls_data *data = priv; local 185 struct eap_tls_data *data = priv; local 195 struct eap_tls_data *data = priv; local 202 struct eap_tls_data *data = priv; local 225 struct eap_tls_data *data = priv; local 257 struct eap_tls_data *data = priv; local [all...] |
eap_tls_common.c | 24 int eap_server_tls_ssl_init(struct eap_sm *sm, struct eap_ssl_data *data, 27 data->eap = sm; 28 data->phase2 = sm->init_phase2; 30 data->conn = tls_connection_init(sm->ssl_ctx); 31 if (data->conn == NULL) { 37 if (tls_connection_set_verify(sm->ssl_ctx, data->conn, verify_peer)) { 40 tls_connection_deinit(sm->ssl_ctx, data->conn); 41 data->conn = NULL; 46 data->tls_out_limit = 1398; 47 if (data->phase2) [all...] |
/external/bluetooth/glib/tests/ |
relation-test.c | 68 gint data [1024]; local 77 data[i] = i; 81 g_relation_insert (relation, data + i, data + i + 1); 82 g_relation_insert (relation, data + i, data + i - 1); 87 g_assert (! g_relation_exists (relation, data + i, data + i)); 88 g_assert (! g_relation_exists (relation, data + i, data + i + 2)) [all...] |
/external/webkit/LayoutTests/storage/ |
quota-tracking-expected.txt | 3 The test clears all databases, sets the quota for the origin to 32k, then tries to insert 17k of data into two databases. If things go as planned, the UI Delegate will be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again. 5 Inserting some data 6 Done adding data 8 Inserting some data 10 Done adding data 12 Inserting some data 13 Done adding data
|
/external/yaffs2/yaffs2/ |
yaffs_checkptrw.h | 8 int yaffs_CheckpointWrite(yaffs_Device *dev,const void *data, int nBytes); 10 int yaffs_CheckpointRead(yaffs_Device *dev,void *data, int nBytes);
|
/external/clearsilver/man/man3/ |
wdb_keys.3 | 20 NEOERR * wdb_keys (WDB *wdb, char **primary_key, ULIST **data); 34 data - pointer to a ULIST of the columns. 36 both of these are allocated structures, you can clear data 38 with uListDestroy (data, ULIST_FREE)
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_connlimit.h | 10 struct ipt_connlimit_data *data; member in struct:ipt_connlimit_info
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
package.html | 3 Provides classes to control or read data from CDMA phones.
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
package.html | 3 Provides CDMA-specific features for text/data/PDU SMS messages
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
package.html | 3 Provides classes to control or read data from GSM phones.
|
/external/bluetooth/bluez/test/ |
btiotest.c | 46 static void io_data_unref(struct io_data *data) 48 data->ref--; 50 if (data->ref) 53 if (data->io) 54 g_io_channel_unref(data->io); 56 g_free(data); 59 static struct io_data *io_data_ref(struct io_data *data) 61 data->ref++; 62 return data; 68 struct io_data *data; local 88 struct io_data *data = user_data; local 99 struct io_data *data = user_data; local 163 struct io_data *data = user_data; local 187 struct io_data *data = user_data; local 230 struct io_data *data; local 266 struct io_data *data; local 314 struct io_data *data; local 350 struct io_data *data; local 401 struct io_data *data; local 431 struct io_data *data; local [all...] |
/external/wpa_supplicant/ |
eap_peap.c | 69 struct eap_peap_data *data; local 72 data = os_zalloc(sizeof(*data)); 73 if (data == NULL) 76 data->peap_version = EAP_PEAP_VERSION; 77 data->force_peap_version = -1; 78 data->peap_outer_success = 2; 83 data->force_peap_version = atoi(pos + 8); 84 data->peap_version = data->force_peap_version 189 struct eap_peap_data *data = priv; local 668 struct eap_peap_data *data = priv; local 790 struct eap_peap_data *data = priv; local 798 struct eap_peap_data *data = priv; local 806 struct eap_peap_data *data = priv; local 828 struct eap_peap_data *data = priv; local 847 struct eap_peap_data *data = priv; local 854 struct eap_peap_data *data = priv; local [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERUnknownTag.java | 12 byte[] data; field in class:DERUnknownTag 16 * @param data the octets making up the time. 20 byte[] data) 23 this.data = data; 33 return data; 40 out.writeEncoded(tag, data); 58 if (data.length != other.data.length) 63 for (int i = 0; i < data.length; i++) [all...] |
/system/core/libcutils/ |
config_utils.c | 116 char *data; member in struct:__anon13044 126 char *data; local 128 data = cs->data; 138 c = *data++; 149 switch(*data) { 151 cs->data = data; 154 cs->data = data + 1 314 char *data; local [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
RawAttribute.java | 26 /** {@code non-null;} attribute data */ 27 private final ByteArray data; field in class:RawAttribute 31 * #data} 39 * @param data {@code non-null;} attribute data 42 public RawAttribute(String name, ByteArray data, ConstantPool pool) { 45 if (data == null) { 46 throw new NullPointerException("data == null"); 49 this.data = data; [all...] |