/external/chromium/chrome/common/net/gaia/ |
gaia_auth_consumer.cc | 15 const std::string& new_data) 19 data(new_data),
|
gaia_auth_consumer.h | 22 const std::string& new_data);
|
/bootable/recovery/applypatch/ |
bspatch.c | 104 unsigned char* new_data; local 107 &new_data, &new_size) != 0) { 111 if (sink(new_data, new_size, token) < new_size) { 116 SHA_update(ctx, new_data, new_size); 118 free(new_data); 125 unsigned char** new_data, ssize_t* new_size) { 186 *new_data = malloc(*new_size); 187 if (*new_data == NULL) { 215 if (FillBuffer(*new_data + newpos, ctrl[0], &dstream) != 0) { 223 (*new_data)[newpos+i] += old_data[oldpos+i] [all...] |
applypatch.h | 77 unsigned char** new_data, ssize_t* new_size);
|
/external/openssl/crypto/asn1/ |
a_enum.c | 158 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); local 159 if (!new_data) 164 ret->data=new_data;
|
a_int.c | 425 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); local 426 if (!new_data) 431 ret->data=new_data;
|
/external/v8/src/ |
list-inl.h | 82 T* new_data = List<T, P>::NewData(new_capacity); local 83 memcpy(new_data, data_, capacity_ * sizeof(T)); 85 data_ = new_data;
|
/system/media/mca/filterfw/native/core/ |
value.h | 68 int SetMutableBufferValue(Value* value, const char* new_data, int size);
|
value.cpp | 213 int SetMutableBufferValue(Value* value, const char* new_data, int size) { 214 return SetPtrValue<char, MUTABLE_BUFFER_VALUE_TYPE>(value, new_data, size);
|
/external/protobuf/src/google/protobuf/ |
repeated_field_unittest.cc | 950 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 = "name-" + SimpleItoa(i) [all...] |
/system/extras/tests/sdcard/ |
plot_sdcard.py | 72 new_data = [] 79 new_data.append(accum / factor) 83 self.data = new_data
|
/bionic/libc/kernel/tools/ |
utils.py | 307 self.new_data = {} 337 self.new_data[dst] = data 363 data = self.new_data[dst] 365 f.write(self.new_data[dst])
|
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 1746 int** new_data = NULL; local [all...] |
/external/chromium/third_party/libevent/test/ |
regress.gen.c | 79 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/qemu/telephony/ |
gsm.c | 289 bytes_t new_data; local 294 new_data = realloc( old_data, new_max ); 295 if (new_data == NULL) { 299 rope->data = new_data;
|
/build/tools/releasetools/ |
sign_target_files_apks | 162 new_data = RewriteProps(data) 163 output_tf_zip.writestr(out_info, new_data)
|
/external/chromium/third_party/libevent/ |
event_rpcgen.py | 933 %(ctype)s* new_data = NULL; 935 new_data = (%(ctype)s*) realloc(msg->%(name)s_data, 937 if (new_data == NULL) 939 msg->%(name)s_data = new_data; [all...] |
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.cc | 191 scoped_ptr<StringValue> new_data(new StringValue(base64_data)); 192 print_data_.swap(new_data);
|
/external/chromium/chrome/browser/download/ |
save_package.cc | [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi.cc | 603 sync_pb::EntitySpecifics new_data; local 604 new_data.CopyFrom(GetUnencryptedSpecifics(GetEntry())); 605 EncryptIfNecessary(&new_data); 606 PutSpecificsAndMarkForSyncing(new_data); [all...] |
/external/webp/include/webp/ |
decode.h | 191 // status = WebPIAppend(idec, new_data, new_data_size);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/ |
ld.bfd | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-ld.bfd | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/ |
ld | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-ld | |