| /external/libvpx/vp8/encoder/ |
| bitstream.c | [all...] |
| /external/qemu/slirp/ |
| slirp.c | 180 WSADATA Data; 181 WSAStartup(MAKEWORD(2,0), &Data); 311 * Set for reading (and urgent data) if we are connected, can 436 * Check for URG data 537 * Incoming UDP data isn't buffered either.
|
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
| JPEGTest.c | 90 OMX_U32 data, 117 int GetYUVformat(uchar * Data) 126 Nf = Data[7]; 136 H[j] = (0x0f & (Data[temp_index] >> 4)); 137 V[j] = (0x0f & Data[temp_index]); 220 uchar * Data = NULL; 235 if ( Data != NULL ) { 236 free(Data); 237 Data=NULL; 262 Data = (uchar *)malloc(itemlen) [all...] |
| /external/jhead/ |
| jhead.h | 53 uchar * Data; 71 // Used to store camera data as extracted from the various ways that it can be 106 unsigned LargestExifOffset; // Last exif data referenced (to check if thumbnail is at end) 146 int Format; // format of data 147 char* Value; // value of data in string format 238 Section_t * CreateSection(int SectionType, unsigned char * Data, int size); 267 #define M_SOS 0xDA // Start Of Scan (begins compressed data) 269 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data!
|
| /external/qemu/ |
| sockets.c | 1181 WSADATA Data; 1184 ret = WSAStartup(MAKEWORD(2,2), &Data); [all...] |
| vl.c | 314 static void ioport_write(int index, uint32_t address, uint32_t data) 324 func(ioport_opaque[address], address, data); 335 static void default_ioport_writeb(void *opaque, uint32_t address, uint32_t data) 338 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data); 345 uint32_t data; local 346 data = ioport_read(0, address); 348 data |= ioport_read(0, address) << 8; 349 return data; 352 static void default_ioport_writew(void *opaque, uint32_t address, uint32_t data) 1692 struct qemu_alarm_win32 *data = t->priv; local 1727 struct qemu_alarm_win32 *data = t->priv; local 1735 struct qemu_alarm_win32 *data = t->priv; local [all...] |
| /external/quake/quake/src/WinQuake/ |
| mplpc.cpp | 33 char Data[1]; // data
38 short sizeOfReturn; // return data size
41 char Data[1]; // data
79 char data[1];
member in struct:__anon7133 117 char Data[1];
126 char Data[1];
140 char data[1];
member in struct:__anon7142 155 char data[1]; member in struct:__anon7144 733 WinSockData *data; local 781 WinSockData *data; local [all...] |
| /external/v8/include/ |
| v8.h | 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 128 class Data; 456 // This Data class is accessible internally as HandleScopeData through a 458 class V8EXPORT Data { 469 Data previous_; 486 class V8EXPORT Data { 488 Data(); 493 * Pre-compilation data that can be associated with a script. This 494 * data can be calculated for a script in advance of actually 496 * data is given to the compile method compilation will be faster [all...] |
| /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/ |
| CTI_Adapter.cpp | [all...] |
| /external/dropbear/libtomcrypt/ |
| crypt.tex | 131 does not process SSL or OpenPGP messages, it doesn't read X.509 certificates, or write PEM encoded data. It does, however, 147 and store data in a format independent of the platform. This means if you encrypt with Blowfish on a PPC it should decrypt 254 related issue is if you use the same symmetric cipher, hash or public key state data in multiple threads. Normally 392 Most functions require inputs that are arrays of the data type \textit{unsigned char}. Whether it is a symmetric key, IV 394 lower eight bits contain data. For example, if you want to pass a 256 bit key to a symmetric ciphers setup routine, you 404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode, 409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to 523 ct, /* store encrypted data here */ 530 pt, /* store decrypted data here */ [all...] |
| /external/wpa_supplicant/ |
| driver_ndis.c | 388 UCHAR Data[sizeof(ULONG)]; 394 UCHAR Data[sizeof(ULONG)]; 410 char *data, size_t len) 434 hdrlen = sizeof(NDISUIO_QUERY_OID) - sizeof(o->Data); 448 os_memcpy(data, o->Data, written); 476 os_memcpy(data, o->Data, o->Length); 485 const char *data, size_t len) 494 wpa_hexdump_key(MSG_MSGDUMP, txt, data, len) 1223 union wpa_event_data data; local [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
| driver_ndis.c | 394 UCHAR Data[sizeof(ULONG)]; 400 UCHAR Data[sizeof(ULONG)]; 416 char *data, size_t len) 440 hdrlen = sizeof(NDISUIO_QUERY_OID) - sizeof(o->Data); 454 os_memcpy(data, o->Data, written); 482 os_memcpy(data, o->Data, o->Length); 491 const char *data, size_t len) 500 wpa_hexdump_key(MSG_MSGDUMP, txt, (const u8 *) data, len) 1256 union wpa_event_data data; local [all...] |
| /frameworks/base/core/java/android/provider/ |
| ContactsContract.java | 54 * information. Contact information is stored in a three-tier data model: 58 * A row in the {@link Data} table can store any kind of personal data, such 59 * as a phone number or email addresses. The set of data kinds that can be 61 * kinds, but any application can add its own data kinds. 64 * A row in the {@link RawContacts} table represents a set of data describing a 70 * RawContacts presumably describing the same person. When data in or associated with 97 * {@link SyncState}, which contains free-form data maintained on behalf of sync 126 * This is used for restricting data based on package name. 192 * A table provided for sync adapters to use for storing private sync state data [all...] |
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| ContactsProvider2Test.java | 40 import android.provider.ContactsContract.Data; 117 Uri dataUri = mResolver.insert(Data.CONTENT_URI, values); 124 assertSelection(Data.CONTENT_URI, values, Data._ID, dataId); 126 // Access the same data through the directory under RawContacts 129 Uri.withAppendedPath(rawContactUri, RawContacts.Data.CONTENT_DIRECTORY); 130 assertSelection(rawContactDataUri, values, Data._ID, dataId); 132 // Access the same data through the directory under Contacts 134 Uri contactDataUri = Uri.withAppendedPath(contactUri, Contacts.Data.CONTENT_DIRECTORY); 135 assertSelection(contactDataUri, values, Data._ID, dataId) 2433 String data = readToEnd(inputStream); local 2450 final String data = readToEnd(inputStream); local 2462 final String data = readToEnd(inputStream); local [all...] |
| /external/v8/src/ |
| parser.cc | 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY [all...] |
| /system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
| commonTypes.h | 28 **| DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |** 362 /* Data path section */ 439 /* Rx Data Filters */ [all...] |
| /system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
| TWDriver.h | 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 47 /** @defgroup Data_Path Data Path group 48 * \brief The Data Path group includes the list of functions which perform the TWD Data Path 359 #define TX_PKT_TYPE_ETHER 3 /* Data packet from the Network interface */ 360 #define TX_PKT_TYPE_WLAN_DATA 4 /* Driver generated WLAN Data Packet (currently used for IAPP packet) */ 370 * Qos header: 0/2 bytes, for QoS-data or QoS-Null the two QoS bytes are added. 372 * LLC/SNAP: 0/8 bytes, added only for data packets. 377 /* Data body max length */ 656 TWD_INT_SEND_PACKET_TRANSFER = 0x00 , /**< Tx Data Path Send Callback */ [all...] |
| /hardware/ti/wlan/wl1271/TWD/TWDriver/ |
| TWDriver.h | 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 47 /** @defgroup Data_Path Data Path group 48 * \brief The Data Path group includes the list of functions which perform the TWD Data Path 367 #define TX_PKT_TYPE_ETHER 3 /* Data packet from the Network interface */ 368 #define TX_PKT_TYPE_WLAN_DATA 4 /* Driver generated WLAN Data Packet (currently used for IAPP packet) */ 378 * Qos header: 0/2 bytes, for QoS-data or QoS-Null the two QoS bytes are added. 380 * LLC/SNAP: 0/8 bytes, added only for data packets. 385 /* Data body max length */ 666 TWD_INT_SEND_PACKET_TRANSFER = 0x00 , /**< Tx Data Path Send Callback */ [all...] |
| /prebuilt/common/commons-compress/ |
| commons-compress-1.0.jar | |
| /prebuilt/common/ant/ |
| ant.jar | |
| /prebuilt/sdk/tools/lib/ |
| dx.jar | |
| /prebuilt/sdk/5/ |
| android.jar | |
| /prebuilt/sdk/6/ |
| android.jar | |