Searched refs:new_data (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_consumer.cc15 const std::string& new_data)
19 data(new_data),
11 ClientLoginResult( const std::string& new_sid, const std::string& new_lsid, const std::string& new_token, const std::string& new_data) argument
H A Dgaia_auth_consumer.h22 const std::string& new_data);
/external/openssl/crypto/asn1/
H A Da_enum.c158 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); local
159 if (!new_data)
164 ret->data=new_data;
H A Da_int.c425 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); local
426 if (!new_data)
431 ret->data=new_data;
/external/v8/src/
H A Dlist-inl.h88 T* new_data = List<T, P>::NewData(new_capacity); local
89 memcpy(new_data, data_, capacity_ * sizeof(T));
91 data_ = new_data;
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc950 Nested* new_data = new Nested; local
951 new_data->set_bb(i);
952 data.push_back(new_data);
954 new_data = goldenproto.add_repeated_nested_message();
955 new_data->set_bb(i);
969 string* new_data = new string; local
970 *new_data = "name-" + SimpleItoa(i);
971 data.push_back(new_data);
973 new_data = goldenproto.add_repeated_string();
974 *new_data
[all...]
/external/qemu/telephony/
H A Dgsm.c289 bytes_t new_data; local
294 new_data = realloc( old_data, new_max );
295 if (new_data == NULL) {
299 rope->data = new_data;
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1746 int** new_data = NULL; local
1772 CV_CALL (new_data = (int**)cvAlloc (new_n * sizeof (new_data[0])));
1774 new_data[i] = first + i;
1775 qsort (new_data, new_n, sizeof(int*), icvCmpIntegersPtr);
1787 if (*old_data[i] == *new_data[j])
1792 else if (*old_data[i] < *new_data[j])
1807 if (*old_data[i] == *new_data[j])
1809 *new_data[j] = (int)(old_data[i] - first);
1813 else if (*old_data[i] < *new_data[
[all...]
/external/chromium/third_party/libevent/test/
H A Dregress.gen.c79 struct run ** new_data = NULL; local
81 new_data = (struct run **) realloc(msg->run_data,
83 if (new_data == NULL)
85 msg->run_data = new_data;
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc191 scoped_ptr<StringValue> new_data(new StringValue(base64_data));
192 print_data_.swap(new_data);
/external/webp/src/dec/
H A Dvp8l.c814 uint8_t* const new_data = (uint8_t*)new_color_map; local
818 new_data[i] = (data[i] + new_data[i - 4]) & 0xff;
821 new_data[i] = 0; // black tail.
/external/chromium/chrome/browser/download/
H A Dsave_package.cc1041 scoped_refptr<net::IOBuffer> new_data(new net::IOBuffer(data.size()));
1042 memcpy(new_data->data(), data.data(), data.size());
1050 new_data,
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc603 sync_pb::EntitySpecifics new_data; local
604 new_data.CopyFrom(GetUnencryptedSpecifics(GetEntry()));
605 EncryptIfNecessary(&new_data);
606 PutSpecificsAndMarkForSyncing(new_data);
/external/openssh/
H A Dchannels.c3569 char *new_data; local
3614 new_data = tohex(x11_fake_data, data_len);
3624 packet_put_cstring(new_data);
3628 xfree(new_data);

Completed in 298 milliseconds