Home
last modified time | relevance | path

Searched refs:newdata (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Tools/scripts/
H A Dcrlf.py16 newdata = data.replace(b"\r\n", b"\n")
17 if newdata != data:
20 f.write(newdata)
H A Dlfcr.py17 newdata = re.sub(b"\r?\n", b"\r\n", data)
18 if newdata != data:
21 f.write(newdata)
/third_party/python/Lib/idlelib/
H A Dformat.py64 newdata = reformat_comment(data, limit, comment_header)
66 newdata = reformat_paragraph(data, limit)
69 if newdata != data:
73 text.insert(first, newdata)
165 newdata = reformat_paragraph(data, format_width)
167 newdata = newdata.split("\n")
173 if not newdata[-1]:
175 newdata = newdata[
[all...]
/third_party/elfutils/tests/
H A Delfstrmerge.c497 Elf_Data *newdata = elf_newdata (newscn); in main() local
498 if (newdata == NULL) in main()
501 *newdata = newstrtabdata; in main()
511 *newdata = *data; in main()
523 new_data_buf (newdata, fname, ndx, shdrstrndx, shdrnum); in main()
546 if (gelf_update_sym (newdata, i, &sym) == 0) in main()
554 new_data_buf (newdata, fname, ndx, shdrstrndx, shdrnum); in main()
559 Elf32_Word *newgroup = (Elf32_Word *) newdata->d_buf; in main()
572 new_data_buf (newdata, fname, ndx, shdrstrndx, shdrnum); in main()
578 Elf32_Word *newshndx = (Elf32_Word *) newdata in main()
[all...]
/third_party/elfutils/libasm/
H A Dasm_end.c109 Elf_Data *newdata = elf_newdata (scn); in binary_end() local
111 if (newdata == NULL) in binary_end()
117 newdata->d_buf = content->data; in binary_end()
118 newdata->d_type = ELF_T_BYTE; in binary_end()
119 newdata->d_size = content->len; in binary_end()
120 newdata->d_off = offset; in binary_end()
121 newdata->d_align = first ? asmsubscn->max_align : 1; in binary_end()
/third_party/selinux/libsepol/src/
H A Dpolicydb_convert.c35 policydb_t * policydb, void **newdata, size_t * newlen) in policydb_to_image()
88 /* Update (newdata, newlen) */ in policydb_to_image()
89 *newdata = tmp_data; in policydb_to_image()
34 policydb_to_image(sepol_handle_t * handle, policydb_t * policydb, void **newdata, size_t * newlen) policydb_to_image() argument
H A Dpolicydb_public.c193 sepol_policydb_t * p, void **newdata, in sepol_policydb_to_image()
196 return policydb_to_image(handle, &p->p, newdata, newlen); in sepol_policydb_to_image()
192 sepol_policydb_to_image(sepol_handle_t * handle, sepol_policydb_t * p, void **newdata, size_t * newlen) sepol_policydb_to_image() argument
/third_party/python/Tools/i18n/
H A Dmakelocalealias.py111 newdata = locale.locale_alias
116 return newdata
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx1567 unsigned char *colordata,*newdata,*graydata,*onebitdata; in writePageImage() local
1577 newdata = (unsigned char *)malloc(sizeof(char)*3*im.width()*im.height()); in writePageImage()
1578 newdata = removeAlpha((unsigned char *)im.const_data(),newdata,im.width(),im.height()); in writePageImage()
1580 cupsImageRGBToWhite(newdata,graydata,im.width()*im.height()); in writePageImage()
1588 newdata = (unsigned char *)malloc(sizeof(char)*3*im.width()*im.height()); in writePageImage()
1589 newdata = removeAlpha((unsigned char *)im.const_data(),newdata,im.width(),im.height()); in writePageImage()
1592 cupsImageRGBToWhite(newdata,graydata,pixel_count); in writePageImage()
1606 newdata in writePageImage()
[all...]
/third_party/python/Lib/
H A Dcodecs.py496 newdata = self.stream.read()
498 newdata = self.stream.read(size)
500 data = self.bytebuffer + newdata
519 if not newdata:
H A Dzipfile.py968 def _update_crc(self, newdata):
973 self._running_crc = crc32(newdata, self._running_crc)
/third_party/selinux/libsepol/include/sepol/
H A Dpolicydb.h140 void **newdata, size_t * newlen);
/third_party/elfutils/src/
H A Dstrip.c956 const Elf_Data *newdata, in update_section_size()
963 shdr->sh_size = newdata->d_size; in update_section_size()
973 debugdata->d_size = newdata->d_size; in update_section_size()
1880 Elf_Data *newdata; in handle_elf() local
1931 newdata = elf_newdata (scn); in handle_elf()
1932 if (newdata == NULL) in handle_elf()
1936 *newdata = *shdr_info[cnt].data; in handle_elf()
2111 shdr_info[cnt].shdr.sh_size = newdata->d_size in handle_elf()
955 update_section_size(Elf_Scn *scn, const Elf_Data *newdata, Elf *debugelf, size_t cnt, const char *fname) update_section_size() argument
H A Delfcompress.c866 Elf_Data *newdata = elf_newdata (newscn); in process_file() local
867 if (newdata == NULL) in process_file()
873 *newdata = *data; in process_file()
H A Dunstrip.c290 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()
291 ELF_CHECK (newdata != NULL, _("cannot copy section data: %s")); in copy_elf()
292 *newdata = *data; in copy_elf()
293 elf_flagdata (newdata, ELF_C_SET, ELF_F_DIRTY); in copy_elf()
1626 Elf_Data *newdata = elf_newdata (sec->outscn); in copy_elided_sections()
1627 ELF_CHECK (newdata != NULL && gelf_update_shdr (sec->outscn, in copy_elided_sections()
289 Elf_Data *newdata = elf_newdata (newscn); copy_elf() local
1624 Elf_Data *newdata = elf_newdata (sec->outscn); copy_elided_sections() local
/third_party/libexif/libexif/
H A Dexif-entry.c240 unsigned char *newdata; in exif_entry_fix() local
285 newdata = exif_entry_alloc (e, newsize); in exif_entry_fix()
286 if (!newdata) { in exif_entry_fix()
294 newdata + i * in exif_entry_fix()
303 e->data = newdata; in exif_entry_fix()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h628 policydb_t * policydb, void **newdata,
/third_party/ffmpeg/libavformat/
H A Dasfdec_f.c1324 uint8_t *newdata = buf->data; in asf_parse_packet() local
1326 memset(newdata + asf_st->pkt.size, 0, in asf_parse_packet()
1335 memcpy(newdata + offset, in asf_parse_packet()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm166 my ($self, $newdata, $type) = @_;
168 $self->{SOURCE} = $newdata;
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm166 my ($self, $newdata, $type) = @_;
168 $self->{SOURCE} = $newdata;

Completed in 31 milliseconds