/external/bluetooth/glib/gio/fen/ |
fen-helper.c | 27 #include "fen-data.h" 70 fdata* data; local 82 if ((data = node_get_data (childf)) == NULL) { 83 data = fdata_new (childf, FALSE); 86 if (is_monitoring (data)) { 88 } else if (/* !is_ported (data) && */ 89 port_add (&data->fobj, &data->len, data)) { 91 fdata_emit_events (data, FN_EVENT_CREATED) 120 fdata* data; local 178 fdata* data; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_vendor_test.c | 42 struct eap_vendor_test_data *data; local 43 data = os_zalloc(sizeof(*data)); 44 if (data == NULL) 46 data->state = INIT; 47 data->first_try = 1; 48 return data; 54 struct eap_vendor_test_data *data = priv; local 55 os_free(data); 74 struct eap_vendor_test_data *data = priv local 148 struct eap_vendor_test_data *data = priv; local 155 struct eap_vendor_test_data *data = priv; local [all...] |
/external/srec/srec/cfront/ |
sp_fft.c | 59 /* convert trigonomy function data to its required representation*/ 107 /* determine the maximum number of bits required to represent the data */ 108 static PINLINE int data_bits(const int length, fftdata data[]) 114 ASSERT(sizeof(data[0]) == 4); 118 d = data[i]; 358 static PINLINE void four_point_fft1(fftdata* data) 362 r0 = data[0]; 363 r1 = data[4]; 364 data[0] = r0 + r1; 365 data[4] = r0 - r1 [all...] |
ca_wave.c | 48 hWave->data.device.file.typ = type; 50 hWave->data.channel = create_channel_object(); 74 hWave->data.scale = hFrontend->src_scale; 75 hWave->data.offset = hFrontend->offset; 76 setup_channel_object(hWave->data.channel, hFrontend->config->waveobj, 80 hWave->data.samplerate = hFrontend->config->waveobj->samplerate; 82 /* Buffer size is set to one frame's worth of data */ 83 create_sample_buffer(&hWave->data, 87 hWave->data.stats.highclip_level = hFrontend->config->waveobj->high_clip; 88 hWave->data.stats.lowclip_level = hFrontend->config->waveobj->low_clip [all...] |
/external/bluetooth/bluez/audio/ |
ctl_bluetooth.c | 62 static void bluetooth_exit(struct bluetooth_data *data) 64 if (data == NULL) 67 if (data->sock >= 0) 68 bt_audio_service_close(data->sock); 70 free(data); 75 struct bluetooth_data *data = ext->private_data; local 79 bluetooth_exit(data); 143 static int bluetooth_send_ctl(struct bluetooth_data *data, 159 ret = send(data->sock, req, BT_SUGGESTED_BUFFER_SIZE, MSG_NOSIGNAL); 165 ret = recv(data->sock, rsp, BT_SUGGESTED_BUFFER_SIZE, 0) 205 struct bluetooth_data *data = ext->private_data; local 227 struct bluetooth_data *data = ext->private_data; local 259 struct bluetooth_data *data = ext->private_data; local 342 struct bluetooth_data *data; local [all...] |
/external/bluetooth/glib/gio/tests/ |
data-input-stream.c | 16 * goods or services; loss of use, data, or profits; or business 46 char *data; local 51 /* prepare data */ 72 /* Add sample data */ 82 data = (char*)1; 84 while (data) 87 data = g_data_input_stream_read_line (G_DATA_INPUT_STREAM (stream), &length, NULL, &error); 88 if (data) 90 g_assert_cmpstr (data, ==, lines[line]); 127 char *data; local 194 gint64 data; local [all...] |
/bionic/libc/unistd/ |
syslog.c | 24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 96 syslog_r(int pri, struct syslog_data *data, const char *fmt, ...) 101 vsyslog_r(pri, data, fmt, ap); 106 vsyslog_r(int pri, struct syslog_data *data, const char *fmt, va_list ap) 120 if (data == &sdata) { 124 syslog_r(INTERNALLOG, data, 131 if (!(LOG_MASK(LOG_PRI(pri)) & data->log_mask)) 138 pri |= data->log_fac; 141 if (data == &sdata) 164 if (data == &sdata) [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
Base64Encoder.java | 46 * encode the input data producing a base 64 output stream. 51 byte[] data, 63 a1 = data[i] & 0xff; 64 a2 = data[i + 1] & 0xff; 65 a3 = data[i + 2] & 0xff; 84 d1 = data[off + dataLength] & 0xff; 94 d1 = data[off + dataLength] & 0xff; 95 d2 = data[off + dataLength + 1] & 0xff; 118 * decode the base 64 encoded byte data writing it to the given output stream, 124 byte[] data, [all...] |
/external/bluetooth/glib/tests/ |
env-test.c | 50 const gchar *data; local 55 data = g_getenv (variable); 56 g_assert (data == NULL && "TEST_G_SETENV already set"); 61 data = g_getenv (variable); 62 g_assert (data != NULL && "g_getenv() returns NULL"); 63 g_assert (strcmp (data, value1) == 0 && "g_getenv() returns wrong value"); 68 data = g_getenv (variable); 69 g_assert (data != NULL && "g_getenv() returns NULL"); 70 g_assert (strcmp (data, value2) != 0 && "g_setenv() always overwrites"); 71 g_assert (strcmp (data, value1) == 0 && "g_getenv() returns wrong value") [all...] |
/frameworks/base/media/libmedia/ |
IAudioFlingerClient.cpp | 44 Parcel data, reply; local 45 data.writeInterfaceToken(IAudioFlingerClient::getInterfaceDescriptor()); 46 data.writeInt32(event); 47 data.writeInt32(ioHandle); 51 data.writeInt32(stream); 54 data.writeInt32(desc->samplingRate); 55 data.writeInt32(desc->format); 56 data.writeInt32(desc->channels); 57 data.writeInt32(desc->frameCount); 58 data.writeInt32(desc->latency) [all...] |
/external/elfutils/libdw/ |
dwarf_getloclist.c | 78 struct loc_s fake = { .addr = block.data }; 89 unsigned char *data = block.data; local 90 unsigned char *const end_data = data + block.length; 96 while (data < end_data) 102 newloc->offset = data - block.data; 107 switch ((newloc->atom = *data++)) 113 if (unlikely (data + 4 > end_data)) 120 newloc->number = read_4ubyte_unaligned_inc (dbg, data); [all...] |
/frameworks/base/core/java/android/provider/ |
SyncStateContract.java | 30 * The ContentProvider contract for associating data with ana data array account. 31 * This may be used by providers that want to store this data in a standard way. 36 * A reference to the name of the account to which this data belongs 42 * A reference to the type of the account to which this data belongs 48 * The sync data associated with this account. 51 public static final String DATA = "data"; 59 private static final String[] DATA_PROJECTION = new String[]{Columns.DATA, Columns._ID}; 79 return c.getBlob(c.getColumnIndexOrThrow(Columns.DATA)); [all...] |
/external/clearsilver/man/man3/ |
cgi_register_parse_cb.3 | 32 rock - opaque data that we'll pass to your call back 37 GET -> doesn't have any data except query string, which 40 POST w/ multipart/form-data 41 processed as RFC2388 data into files and HDF (see 44 The entire data chunk is stored as a file, with meta 45 data in HDF (similar to single files in RFC2388). 46 The data is accessible via cgi_filehandle with NULL 50 if you aren't expecting any data, and technically HTTP 51 only allows data on PUT/POST requests (and presumably 54 callback here to grab the XML data chunk. Usuall [all...] |
/external/webkit/WebCore/platform/graphics/openvg/ |
VGUtils.cpp | 28 VGMatrix::VGMatrix(const VGfloat data[9]) 30 m_data[0] = data[0]; 31 m_data[1] = data[1]; 32 m_data[2] = data[2]; 33 m_data[3] = data[3]; 34 m_data[4] = data[4]; 35 m_data[5] = data[5]; 36 m_data[6] = data[6]; 37 m_data[7] = data[7]; 38 m_data[8] = data[8] [all...] |
/external/opencore/codecs_v2/omx/omx_common/src/ |
pv_omxcore.cpp | 147 //get global data structure 148 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMX, error); local 153 else if (!data) // singleton object has been destroyed 155 OsclSingletonRegistry::registerInstanceAndUnlock(data, OSCL_SINGLETON_ID_OMX, error); 160 ProxyApplication_OMX** pProxyTerm = data->ipProxyTerm; 167 data->ipRegTemplateList[ii] = NULL; 172 data->iComponentHandle[ii] = NULL; 173 data->ipInstantiatedComponentReg[ii] = NULL; 180 OsclSingletonRegistry::registerInstanceAndUnlock(data, OSCL_SINGLETON_ID_OMX, error); 378 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMX, error) local 561 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMX, error); local 620 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMX, error); local 688 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMX, error); local 796 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMX, error); local 915 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMX, error); local 1025 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::getInstance(OSCL_SINGLETON_ID_OMX, error); local 1122 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::getInstance(OSCL_SINGLETON_ID_OMX, error); local 1190 OMXGlobalData* data = (OMXGlobalData*)OsclSingletonRegistry::getInstance(OSCL_SINGLETON_ID_OMX, error); local [all...] |
/external/v8/src/ia32/ |
disasm-ia32.cc | 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 311 static void get_modrm(byte data, int* mod, int* regop, int* rm) { 312 *mod = (data >> 6) & 3; 313 *regop = (data & 0x38) >> 3; 314 *rm = data & 7; 318 static void get_sib(byte data, int* scale, int* index, int* base) { 319 *scale = (data >> 6) & 3; 320 *index = (data >> 3) & 7; 321 *base = data & 7; 329 int PrintOperands(const char* mnem, OperandOrder op_order, byte* data); 834 byte* data = instr; local [all...] |
/external/skia/include/core/ |
SkBuffer.h | 24 Light weight class for reading data from a memory block. 27 to attempt to read a value from an empty RBuffer (data == null). 32 /** Initialize RBuffer with a data pointer, but no specified length. 35 SkRBuffer(const void* data) 37 fData = (const char*)data; 38 fPos = (const char*)data; 41 /** Initialize RBuffer with a data point and length. 43 SkRBuffer(const void* data, size_t size) 45 SkASSERT(data != 0 || size == 0); 46 fData = (const char*)data; 117 void* data() const { return fData; } function in class:SkWBuffer [all...] |
/frameworks/base/services/java/com/android/server/status/ |
StatusBarIcon.java | 48 public StatusBarIcon(Context context, IconData data, ViewGroup parent) { 49 mData = data.clone(); 51 switch (data.type) { 65 t.setText(data.text); 79 im.setImageDrawable(getIcon(context, data)); 80 im.setImageLevel(data.iconLevel); 86 if (data.number > 0) { 87 nv.setText("" + data.number); 97 public void update(Context context, IconData data) throws StatusBarException { 98 if (mData.type != data.type) [all...] |
/external/webkit/JavaScriptCore/wtf/ |
ThreadSpecific.h | 24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 80 struct Data : Noncopyable { 81 Data(T* value, ThreadSpecific<T>* owner) : value(value), owner(owner) {} 83 ~Data() { owner->destroy(this); } 100 QThreadStorage<Data*> m_key; 150 Data* data = static_cast<Data*>(pthread_getspecific(m_key)); local 151 return data ? data->value : 0 177 Data* data = static_cast<Data*>(m_key.localData()); local 185 Data* data = new Data(ptr, this); local 228 Data* data = static_cast<Data*>(TlsGetValue(tlsKeys()[m_index])); local 236 Data* data = new Data(ptr, this); local 250 Data* data = static_cast<Data*>(ptr); local [all...] |
/dalvik/libcore/icu/ |
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...] |
/external/icu4c/ |
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...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_mschapv2.c | 27 /* followed by data */ 65 struct eap_mschapv2_data *data; local 67 data = os_zalloc(sizeof(*data)); 68 if (data == NULL) 70 data->state = CHALLENGE; 73 os_memcpy(data->auth_challenge, sm->auth_challenge, 75 data->auth_challenge_from_tls = 1; 79 data->peer_challenge = os_malloc(CHALLENGE_LEN); 80 if (data->peer_challenge == NULL) 94 struct eap_mschapv2_data *data = priv; local 227 struct eap_mschapv2_data *data = priv; local 248 struct eap_mschapv2_data *data = priv; local 482 struct eap_mschapv2_data *data = priv; local 510 struct eap_mschapv2_data *data = priv; local 517 struct eap_mschapv2_data *data = priv; local 539 struct eap_mschapv2_data *data = priv; 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...] |
/external/bluetooth/glib/gio/ |
gdataoutputstream.c | 33 * @short_description: Data Output Stream 37 * Data output stream implements #GOutputStream and includes functions for 38 * writing data directly to an output stream. 155 * Creates a new data output stream for @base_stream. 178 * Sets the byte order of the data output stream to @order. 213 * @data: a #guchar. 219 * Returns: %TRUE if @data was successfully added to the @stream. 223 guchar data, 232 &data, 1, 240 * @data: a #gint16 [all...] |