/external/bluetooth/glib/glib/ |
gsequence.h | 37 gpointer data); 65 gpointer data); 67 gpointer data); 69 gpointer data); 75 gpointer data, 79 gpointer data, 95 gpointer data, 99 gpointer data, 107 gpointer data);
|
/external/kernel-headers/original/linux/mmc/ |
mmc.h | 64 struct mmc_data *data; /* data segment associated with cmd */ member in struct:mmc_command 69 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */ 70 unsigned int timeout_clks; /* data timeout (in clocks) */ 71 unsigned int blksz_bits; /* data block size */ 72 unsigned int blksz; /* data block size */ 74 unsigned int error; /* data error */ 93 struct mmc_data *data; member in struct:mmc_request 96 void *done_data; /* completion data */
|
/external/openssl/crypto/bio/ |
bss_acpt.c | 47 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 100 static int acpt_free(BIO *data); 102 static void acpt_close_socket(BIO *data); 184 BIO_ACCEPT *data; local 187 data=(BIO_ACCEPT *)a->ptr; 192 BIO_ACCEPT_free(data); 306 BIO_ACCEPT *data; local 309 data=(BIO_ACCEPT *)b->ptr; 313 ret=acpt_state(b,data); 325 BIO_ACCEPT *data; local 346 BIO_ACCEPT *data; local [all...] |
/external/srec/portable/include/ |
pcrc.h | 35 * Computes the CRC-encoding of the block of data. 37 * @param data The data on which to compute the CRC 38 * @param size the size of the data. 39 * @return the CRC of the data. 41 PORTABLE_API unsigned int pcrcComputeData(const void *data, unsigned int size); 63 * @param data datum to append to the crc 64 * @param size the size of the data. 68 const void * data,
|
/external/stlport/test/unit/ |
collate_facets_test.cpp | 62 transformed[i] = col.transform(strs[i].data(), strs[i].data() + strs[i].size()); 73 CPPUNIT_ASSERT( col.transform(strs[0].data(), strs[0].data() + strs[0].size()) == transformed[0] ); 74 CPPUNIT_ASSERT( col.transform(strs[1].data(), strs[1].data() + strs[1].size()) == transformed[1] ); 75 CPPUNIT_ASSERT( col.transform(strs[2].data(), strs[2].data() + strs[2].size()) == transformed[2] ); 76 CPPUNIT_ASSERT( col.transform(strs[3].data(), strs[3].data() + strs[3].size()) == transformed[3] ) [all...] |
/frameworks/base/cmds/installd/ |
installd.h | 50 #define PKG_DIR_PREFIX "/data/data/" 53 #define PKG_LIB_PREFIX "/data/data/" 56 #define CACHE_DIR_PREFIX "/data/data/" 59 #define APK_DIR_PREFIX "/data/app/" 63 #define PROTECTED_DIR_PREFIX "/data/app-private/" 66 #define DALVIK_CACHE_PREFIX "/data/dalvik-cache/"
|
/system/core/fastboot/ |
util_windows.c | 22 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 54 char *data; local 69 data = NULL; 72 data = (char*) malloc( file_size ); 73 if (data == NULL) { 79 if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) || 83 free(data); 84 data = NULL; 92 return data;
|
/system/core/init/ |
README.BOOTCHART | 13 Otherwise, flash your device, and start it. Then create a file on the /data partition 16 adb shell 'echo $TIMEOUT > /data/bootchart-start' 21 adb shell 'echo 120 > /data/bootchart-start' 26 adb shell 'echo 1 > /data/bootchart-stop' 28 Note that /data/bootchart-stop is deleted automatically by init at the end of the 29 bootcharting. This is not the case of /data/bootchart-start, so don't forget to delete it 30 when you're done collecting data: 32 adb shell rm /data/bootchart-start 34 The log files are placed in /data/bootchart/. you must run the script tools/grab-bootchart.sh
|
/system/core/toolbox/ |
schedtop.c | 27 struct thread_info *data; member in struct:thread_table 56 new_table = realloc(table->data, size * sizeof(*table->data)); 61 table->data = new_table; 69 return table->data + table->active; 174 int epid = last_threads.data[i].pid; 175 int tid = last_threads.data[i].tid; 179 if (tid == threads.data[j].tid) 183 else if (!(flags & FLAG_HIDE_IDLE) || threads.data[j].run_count - last_threads.data[i].run_count [all...] |
/build/tools/droiddoc/src/ |
ParameterInfo.java | 51 public void makeHDF(HDF data, String base, boolean isLastVararg, 54 data.setValue(base + ".name", this.name()); 55 type().makeHDF(data, base + ".type", isLastVararg, typeVariables); 58 public static void makeHDF(HDF data, String base, ParameterInfo[] params, 62 params[i].makeHDF(data, base + "." + i,
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/ |
EncryptedPrivateKeyInfo.java | 18 private ASN1OctetString data; field in class:EncryptedPrivateKeyInfo 26 data = (ASN1OctetString)e.nextElement(); 34 this.data = new DEROctetString(encoding); 59 return data.getOctets(); 82 v.add(data);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
AsymmetricBlockCipher.java | 15 * @param param the key and other data required by the cipher. 36 * @param in the input data 37 * @param inOff offset into the in array where the data starts 40 * @exception InvalidCipherTextException data decrypts improperly. 41 * @exception DataLengthException the input data is too large for the cipher.
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionState.java | 71 return encCipher.getOutputSize(1+hash_size); // 1 byte for data 76 * corresponding to the content data of specified size. 95 * data structure for specified data of specified type. 96 * @param type - the ContentType of the provided data 98 * data to be encrypted under the current connection state. 106 * data structure for specified data of specified type. 107 * @param type - the ContentType of the provided data 109 * data to be encrypted under the current connection state [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
SampleSyncAdapterColumns.java | 18 import android.provider.ContactsContract.Data; 25 * MIME-type used when storing a profile {@link Data} entry. 30 public static final String DATA_PID = Data.DATA1; 31 public static final String DATA_SUMMARY = Data.DATA2; 32 public static final String DATA_DETAIL = Data.DATA3;
|
/external/clearsilver/man/man3/ |
cgi_init.3 | 27 hdf_file - the path to an HDF data set file that will also be 37 including creating the HDF data set. It will then import 39 will parse the QUERY_STRING into the data set, and parse 40 the HTTP_COOKIE into the data set. Note that if the 41 var xdisplay is in the form data, cgi_init will attempt
|
/external/dbus/test/ |
Makefile.am | 83 data \ 84 data/valid-messages \ 85 data/invalid-messages \ 86 data/incomplete-messages \ 87 data/auth \ 88 data/sha-1 \ 89 data/valid-config-files \ 90 data/valid-config-files/basic.d \ 91 data/valid-config-files/system.d \ 92 data/valid-service-files [all...] |
/external/elfutils/libelf/ |
elf_flagdata.c | 1 /* Manipulate ELF data flag. 29 elf_flagdata (data, cmd, flags) 30 Elf_Data *data; 37 if (data == NULL) 40 data_scn = (Elf_Data_Scn *) data;
|
/external/icu4c/common/ |
rbbidata.h | 13 * RBBI data formats Includes 15 * Structs that describes the format of the Binary RBBI data, 16 * as it is stored in ICU's data file. 19 * raw data structs and the RulesBasedBreakIterator objects 21 * provides reference counting for the underlying data, 22 * and direct pointers to data that would not otherwise 25 * abstractions for the data itself. 28 * set of RBBI run time data being shared by instances 40 * Swap RBBI data. See udataswp.h. 57 * The following structs map exactly onto the raw data from ICU common data file. [all...] |
/external/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 46 struct Data { 47 Data() : fAlloc(2048), fState(NORMAL) {} 62 static void XMLCALL start_proc(void *data, const char *el, const char **attr) 64 Data* p = (Data*)data; 87 static void XMLCALL end_proc(void *data, const char *el) 89 Data* p = (Data*)data; [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-base64.js | 41 /* Convert data (an array of integers) to a Base64 string. */ 45 function toBase64(data) { 47 var length = data.length; 51 result += toBase64Table[data[i] >> 2]; 52 result += toBase64Table[((data[i] & 0x03) << 4) + (data[i+1] >> 4)]; 53 result += toBase64Table[((data[i+1] & 0x0f) << 2) + (data[i+2] >> 6)]; 54 result += toBase64Table[data[i+2] & 0x3f]; 60 result += toBase64Table[data[i] >> 2] [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-base64.js | 41 /* Convert data (an array of integers) to a Base64 string. */ 45 function toBase64(data) { 47 var length = data.length; 51 result += toBase64Table[data.charCodeAt(i) >> 2]; 52 result += toBase64Table[((data.charCodeAt(i) & 0x03) << 4) + (data.charCodeAt(i+1) >> 4)]; 53 result += toBase64Table[((data.charCodeAt(i+1) & 0x0f) << 2) + (data.charCodeAt(i+2) >> 6)]; 54 result += toBase64Table[data.charCodeAt(i+2) & 0x3f]; 60 result += toBase64Table[data.charCodeAt(i) >> 2] [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebDocument.h | 23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 42 @abstract Called when the corresponding data source has been created. 43 @param dataSource The corresponding data source. 49 @abstract Called when the corresponding data source has received data. 50 @param dataSource The corresponding data source. 157 @discussion Protocol implemented by the document representation of a data source. 163 @param dataSource The data source that is set. 169 @abstract Called when the data source has received data [all...] |
/external/yaffs2/yaffs2/ |
yaffs_ecc.h | 21 * The ECC can correct single bit errors in a 256-byte page of data. Thus, two such ECC 35 void yaffs_ECCCalculate(const unsigned char *data, unsigned char *ecc); 36 int yaffs_ECCCorrect(unsigned char *data, unsigned char *read_ecc, 39 void yaffs_ECCCalculateOther(const unsigned char *data, unsigned nBytes, 41 int yaffs_ECCCorrectOther(unsigned char *data, unsigned nBytes,
|
/frameworks/base/core/java/android/widget/ |
Adapter.java | 26 * underlying data for that view. The Adapter provides access to the data items. 28 * each item in the data set. 36 * Register an observer that is called when changes happen to the data used by this adapter. 38 * @param observer the object that gets notified when the data set changes. 51 * How many items are in the data set represented by this Adapter. 58 * Get the data item associated with the specified position in the data set. 60 * @param position Position of the item whose data we want within the adapter's 61 * data set [all...] |
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
AbortReceiver.java | 38 Parcel data = Parcel.obtain(); local 39 data.writeInterfaceToken(LaunchpadActivity.LAUNCH); 40 data.writeString(LaunchpadActivity.RECEIVER_ABORT); 41 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0); 42 data.recycle();
|