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

  /compatibility/cdd/
make_cdd.py 90 tag['id'] = create_id(tag)
102 toc_html = toc_html + '<p class="toc_' + tag.name + '"><a href= "#' + create_id(tag) + '">' + tag.contents[0] + '</a></p>'
107 toc_html = toc_html + '<p class="toc_' + tag.name + '"><a href= "#' + create_id(tag) + '">' + tag.contents[0] + '</a></p>'
120 def create_id(header_tag): function
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 160 extern struct id *create_id(unsigned int);
read_fs.c 743 create_id(id_table[i]);
mksquashfs.c 726 struct id *create_id(unsigned int id) function
749 entry = create_id(uid);
768 entry = create_id(guid);
    [all...]

Completed in 1021 milliseconds