HomeSort by relevance Sort by last modified time
    Searched refs:newdata (Results 1 - 12 of 12) sorted by null

  /bionic/libc/kernel/tools/
clean_header.py 119 dst_path, newdata = cleanupFile(path)
120 print newdata
129 dst_path, newdata = cleanupFile(path)
134 r = b.editFile( dst_path, newdata )
update_all.py 61 dst_path, newdata = clean_header.cleanupFile(path)
66 r = b.editFile( dst_path, newdata )
utils.py 263 def update_file( path, newdata ):
274 if oldata == newdata:
287 f.write( newdata )
  /external/elfcopy/
elfcopy.h 29 Elf_Data *newdata; member in struct:shdr_info_t
elfcopy.c 244 Elf_Data *newdata; local
294 newdata = create_section_data(shdr_info + cnt, scn);
597 shdr_info[cnt].shdr.sh_size = newdata->d_size = destidx * elsize;
769 Elf_Data *newdata = elf_getdata(shdr_info[symstrndx].newscn, NULL); local
1652 Elf_Data *newdata = NULL; local
    [all...]
fixdwarf.c 207 ASSERT(s_shdr_info[shdr_idx].newdata);
210 section->start = s_shdr_info[shdr_idx].newdata->d_buf;
211 section->size = s_shdr_info[shdr_idx].newdata->d_size;
212 ASSERT(s_shdr_info[shdr_idx].newdata->d_off == 0);
215 ASSERT(s_shdr_info[shdr_idx].shdr.sh_size == s_shdr_info[shdr_idx].newdata->d_size);
  /external/elfutils/libasm/
asm_end.c 93 Elf_Data *newdata = elf_newdata (scn); local
95 if (newdata == NULL)
100 newdata->d_buf = content->data;
101 newdata->d_type = ELF_T_BYTE;
102 newdata->d_size = content->len;
103 newdata->d_off = offset;
104 newdata->d_align = first ? asmsubscn->max_align : 1;
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 120 int[] newdata = new int[newsize * 3]; local
123 System.arraycopy(mSpanData, 0, newdata, 0, mSpanCount * 3);
126 mSpanData = newdata;
  /external/elfutils/src/
strip.c 1063 Elf_Data *newdata; local
1105 newdata = elf_newdata (scn);
1106 if (newdata == NULL
    [all...]
  /external/clearsilver/python/examples/base/
odb.py     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 233 milliseconds