/external/wpa_supplicant_8/src/utils/ |
ext_password_test.c | 22 struct ext_password_test_data *data; local 24 data = os_zalloc(sizeof(*data)); 25 if (data == NULL) 29 data->params = os_strdup(params); 31 return data; 37 struct ext_password_test_data *data = ctx; local 39 os_free(data->params); 40 os_free(data); 46 struct ext_password_test_data *data = ctx local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
sme.h | 18 void sme_event_auth(struct wpa_supplicant *wpa_s, union wpa_event_data *data); 22 union wpa_event_data *data); 24 union wpa_event_data *data); 26 union wpa_event_data *data); 28 union wpa_event_data *data); 32 const u8 *data, size_t len); 50 union wpa_event_data *data) 62 union wpa_event_data *data) 67 union wpa_event_data *data) 72 union wpa_event_data *data) [all...] |
/frameworks/av/drm/libdrmframework/include/ |
ReadWriteUtils.h | 43 * Reads the data from the file path provided 46 * @return Data read from the file 50 * Reads the data into the given buffer from the file path provided 53 * @param[out] buffer Data read from the file 54 * @return Length of the data read from the file 58 * Writes the data into the file path provided 61 * @param[in] dataBuffer Data to write 63 static void writeToFile(const String8& filePath, const String8& data); 65 * Appends the data into the file path provided 68 * @param[in] dataBuffer Data to appen [all...] |
/frameworks/volley/tests/src/com/android/volley/toolbox/ |
PoolingByteArrayOutputStreamTest.java | 56 byte[] data = new byte[16384]; 57 for (int i = 0; i < data.length; i++) { 58 data[i] = (byte) (i & 0xff); 61 os.write(data); 63 assertTrue(Arrays.equals(data, os.toByteArray())); 67 byte[] data = new byte[16384]; 68 for (int i = 0; i < data.length; i++) { 69 data[i] = (byte) (i & 0xff); 72 for (int i = 0; i < data.length; i++) { 73 os.write(data[i]) [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_poll_thread.c | 23 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 83 len = write(poll_cb->data.pfds[1], &cmd_evt, sizeof(cmd_evt)); 122 for(i = 0; i < poll_cb->data.num_fds-1; i++) { 123 /*Checking for data events*/ 124 if((poll_cb->data.poll_type == MM_CAMERA_POLL_TYPE_CH) && 127 if(poll_cb->data.used) { 128 mm_camera_msm_data_notify(poll_cb->data.my_obj, 130 poll_cb->data.poll_streams[i]->stream_type); 135 if((poll_cb->data.poll_type == MM_CAMERA_POLL_TYPE_EVT) && 138 mm_camera_msm_evt_notify(poll_cb->data.my_obj, fds[i].fd) [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_mschapv2.c | 22 /* followed by data */ 60 struct eap_mschapv2_data *data; local 62 data = os_zalloc(sizeof(*data)); 63 if (data == NULL) 65 data->state = CHALLENGE; 68 os_memcpy(data->auth_challenge, sm->auth_challenge, 70 data->auth_challenge_from_tls = 1; 74 data->peer_challenge = os_malloc(CHALLENGE_LEN); 75 if (data->peer_challenge == NULL) 89 struct eap_mschapv2_data *data = priv; local 222 struct eap_mschapv2_data *data = priv; local 243 struct eap_mschapv2_data *data = priv; local 486 struct eap_mschapv2_data *data = priv; local 514 struct eap_mschapv2_data *data = priv; local 521 struct eap_mschapv2_data *data = priv; local 543 struct eap_mschapv2_data *data = priv; local [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_av_sbc.h | 21 * This is the interface to utility functions for dealing with SBC data 41 ** src_sps: samples per second (source audio data) 42 ** dst_sps: samples per second (converted audio data) 56 ** Description Given the source (p_src) audio data and 58 ** This function converts it to audio data in the desired format 60 ** p_src: the data buffer that holds the source audio data 61 ** p_dst: the data buffer to hold the converted audio data 85 ** Description Given the source (p_src) audio data an [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DelegatedData.java | 17 package com.google.clearsilver.jsilver.data; 26 * Class that wraps a Data object and exports the same interface. Useful for extending the 29 public class DelegatedData implements Data { 31 private final Data delegate; 33 public DelegatedData(Data delegate) { 35 throw new NullPointerException("Delegate Data must not be null."); 41 * Subclasses will want to override this method to return a Data object of their specific type. 43 * @param newDelegate the Data object to wrap with a new delegator 46 protected DelegatedData newInstance(Data newDelegate) { 50 protected Data getDelegate() [all...] |
LocalAndGlobalData.java | 17 package com.google.clearsilver.jsilver.data; 20 * This is a special implementation of ChainedData to be used for holding the local and global Data 22 * global Data object and applies them all to the local data object. 26 private final Data local; 29 * Creates a Data object that encapsulates both request-scoped local HDF and an application 33 * @param local the request-specific HDF data that takes priority. 34 * @param global application global HDF data that should be read but not written to from the 37 public LocalAndGlobalData(Data local, Data global) [all...] |
/external/harfbuzz_ng/test/api/ |
test-object.c | 35 static char data[] = "test data"; local 36 return hb_blob_create (data, sizeof (data), HB_MEMORY_MODE_READONLY, NULL, NULL); 121 typedef hb_bool_t (*set_user_data_func_t) (void *obj, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replace); 195 data_t *data = (data_t *) p; local 197 g_assert_cmphex (data->value, ==, MAGIC0); 198 g_assert (!data->freed); 199 data->freed = TRUE; 204 data_t *data = (data_t *) p local 238 data_t data[2] = {{MAGIC0, FALSE}, {MAGIC1, FALSE}}; local 316 data_t data[2] = {{MAGIC0, FALSE}, {MAGIC1, FALSE}}; local 341 data_t data[2] = {{MAGIC0, FALSE}, {MAGIC1, FALSE}}; local [all...] |
/external/libselinux/src/ |
label_android_property.c | 50 static int nodups_specs(struct saved_data *data, const char *path) 54 struct spec *curr_spec, *spec_arr = data->spec_arr; 56 for (ii = 0; ii < data->nspec; ii++) { 58 for (jj = ii + 1; jj < data->nspec; jj++) { 90 struct saved_data *data = (struct saved_data *)rec->data; local 91 spec_t *spec_arr = data->spec_arr; 92 unsigned int nspec = data->nspec; 139 data->nspec = ++nspec; 146 struct saved_data *data = (struct saved_data *)rec->data local 227 struct saved_data *data = (struct saved_data *)rec->data; local 248 struct saved_data *data = (struct saved_data *)rec->data; local 288 struct saved_data *data; local [all...] |
/external/llvm/unittests/Support/ |
EndianTest.cpp | 36 unsigned char data[5]; local 37 endian::write<int32_t, big, unaligned>(data, -1362446643); 38 EXPECT_EQ(data[0], 0xAE); 39 EXPECT_EQ(data[1], 0xCA); 40 EXPECT_EQ(data[2], 0xB6); 41 EXPECT_EQ(data[3], 0xCD); 42 endian::write<int32_t, big, unaligned>(data + 1, -1362446643); 43 EXPECT_EQ(data[1], 0xAE); 44 EXPECT_EQ(data[2], 0xCA); 45 EXPECT_EQ(data[3], 0xB6) [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls.h | 78 union tls_event_data *data); 90 * @ca_cert_blob: ca_cert as inlined data or %NULL if not used 99 * @client_cert_blob: client_cert as inlined data or %NULL if not used 103 * @private_key_blob: private_key as inlined data or %NULL if not used 107 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used 108 * @dh_blob: dh_file as inlined data or %NULL if not used 125 * (file path or reference to certificate store) or by providing the same data 126 * as a pointer to the data in memory. Only one option will be used for each 161 * @conf: Configuration data for TLS library 162 * Returns: Context data to be used as tls_ctx in calls to other functions [all...] |
/hardware/invensense/mlsdk/mllite/ |
mlFIFO.h | 80 // Register callbacks after a packet of FIFO data is processed 106 // Get Fixed Point data from FIFO 107 inv_error_t inv_get_accel(long *data); 108 inv_error_t inv_get_quaternion(long *data); 109 inv_error_t inv_get_6axis_quaternion(long *data); 110 inv_error_t inv_get_relative_quaternion(long *data); 111 inv_error_t inv_get_gyro(long *data); 113 inv_error_t inv_get_linear_accel(long *data); 114 inv_error_t inv_get_linear_accel_in_world(long *data); 115 inv_error_t inv_get_gyro_and_accel_sensor(long *data); [all...] |
/libcore/luni/ |
unicode-license.txt | 1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE 3 Unicode Data Files include all data files under the directories 5 http://www.unicode.org/cldr/data/ . Unicode Software includes any source code 8 http://www.unicode.org/cldr/data/. 11 DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES 12 ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND 14 DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES 23 of the Unicode data files and any associated documentation (the "Data Files") o [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
wchar_t_out.pass.cpp | 35 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, 36 to.data(), to.data() + to.size(), to_next); 38 assert(from_next - from.data() == from.size()); 39 assert(to_next - to.data() == from.size()); 40 assert(to.data() == std::string("some text")); 49 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, 50 to.data(), to.data() + to.size(), to_next) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 102 int count, void *data); 104 int count, const void *data); 107 int size, const void *data); 112 static void reuse_cache(io_channel channel, struct unix_private_data *data, 115 int count, void *data); 117 int count, const void *data); 141 struct unix_private_data *data; local 144 data = (struct unix_private_data *) channel->private_data; 145 EXT2_CHECK_MAGIC(data, EXT2_ET_MAGIC_UNIX_IO_CHANNEL); 148 *stats = &data->io_stats 428 struct unix_private_data *data = NULL; local 575 struct unix_private_data *data; local 602 struct unix_private_data *data; local 627 struct unix_private_data *data; local 714 struct unix_private_data *data; local 772 struct unix_private_data *data; local 810 struct unix_private_data *data; local 827 struct unix_private_data *data; local [all...] |
/external/srec/srec/ca/ |
pat_basi.c | 89 hPattern->data.prep = (preprocessed *) CALLOC_CLR(1, 90 sizeof(preprocessed), "ca.hPattern->data.prep"); 95 ret_code = init_newton_transform(hPattern->data.prep, 0, imelda, hPatInput->dimen); 101 hPattern->data.prep->use_dim = hPatInput->dimen; 102 hPattern->data.prep->use_from = hPatInput->feat_start; 106 hPattern->data.prep->whole_dim = hPatInput->dimen; 108 hPattern->data.prep->whole_dim = hPatInput->whole_dimen; 109 if (hPattern->data.prep->whole_dim > hPattern->data.prep->use_dim) 112 hPattern->data.prep->mix_score_scale = (prdata)(128 * hPatInput->mix_score_scale + 0.5 [all...] |
ann_api.c | 54 hAnnotation->data = allocate_annotation(); 58 hAnnotation->data->snr = 0; 79 free_annotation(hAnnotation->data); 99 annotation_delete_segment_info(hAnnotation->data); 126 seg_cnt = annotation_from_results(hAnnotation->data, &hRecog->rec); 128 if (hAnnotation->data->numWords > 0) 130 annotation_decorate_labels(hAnnotation->data, hAnnotation->label); 134 return (hAnnotation->data->numWords); 157 annotation_from_voicing(hAnnotation->data, &hUtterance->data, hPattern->data.prep) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
get_long_double_en_US.pass.cpp | 65 I iter = f.get(I(v.data()), I(v.data() + v.size()), 67 assert(iter.base() == v.data() + v.size()); 76 I iter = f.get(I(v.data()), I(v.data() + v.size()), 78 assert(iter.base() == v.data() + v.size()); 87 I iter = f.get(I(v.data()), I(v.data() + v.size()), 89 assert(iter.base() == v.data() + v.size()); 98 I iter = f.get(I(v.data()), I(v.data() + v.size()) [all...] |
get_long_double_zh_CN.pass.cpp | 65 I iter = f.get(I(v.data()), I(v.data() + v.size()), 67 assert(iter.base() == v.data() + v.size()); 76 I iter = f.get(I(v.data()), I(v.data() + v.size()), 78 assert(iter.base() == v.data() + v.size()); 87 I iter = f.get(I(v.data()), I(v.data() + v.size()), 89 assert(iter.base() == v.data() + v.size()); 98 I iter = f.get(I(v.data()), I(v.data() + v.size()) [all...] |
/hardware/invensense/libsensors_iio/software/core/driver/include/ |
mlsl.h | 59 * This port is used to send and receive data to the device. 74 * This port is used to send and receive data to the device. 93 * inv_serial_single_write() - used to write a single byte of data. 97 * @data Single byte of data to write. 99 * It is called by the MPL to write a single byte of data to the MPU. 107 unsigned char data); 110 * inv_serial_write() - used to write multiple bytes of data to registers. 114 * @length Length of burst of data. 115 * @data Pointer to block of data [all...] |
/hardware/invensense/mlsdk/platform/include/ |
mlsl.h | 74 * This port is used to send and receive data to the device. 89 * This port is used to send and receive data to the device. 108 * inv_serial_single_write() - used to write a single byte of data. 112 * @data Single byte of data to write. 114 * It is called by the MPL to write a single byte of data to the MPU. 122 unsigned char data); 125 * inv_serial_write() - used to write multiple bytes of data to registers. 129 * @length Length of burst of data. 130 * @data Pointer to block of data [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pax.c | 49 struct eap_pax_data *data; local 66 data = os_zalloc(sizeof(*data)); 67 if (data == NULL) 69 data->state = PAX_INIT; 71 data->cid = os_malloc(identity_len); 72 if (data->cid == NULL) { 73 eap_pax_deinit(sm, data); 76 os_memcpy(data->cid, identity, identity_len); 77 data->cid_len = identity_len 87 struct eap_pax_data *data = priv; local 326 struct eap_pax_data *data = priv; local 456 struct eap_pax_data *data = priv; local 463 struct eap_pax_data *data = priv; local 484 struct eap_pax_data *data = priv; local [all...] |
/dalvik/tools/dmtracedump/ |
dumpdir.sh | 3 FILES=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"`
|