HomeSort by relevance Sort by last modified time
    Searched refs:taglist (Results 1 - 25 of 31) sorted by null

1 2

  /external/ltp/pan/
reporter.c 92 char **taglist, **tl; local
103 taglist = malloc(sizeof(char *) * ntags);
106 tl = taglist;
112 taglist =
113 (char **)realloc(taglist, sizeof(char *) * ntags);
114 tl = taglist + tagcount;
124 taglist = (char **)realloc(taglist, sizeof(char *) * ntags);
125 tl = taglist + tagcount;
131 for (tl = taglist; *tl != NULL; tl++)
    [all...]
tag_report.c 120 char **taglist, **tl; local
138 taglist = (char **)malloc(sizeof(char *) * ntags);
141 tl = taglist;
147 taglist =
148 (char **)realloc(taglist, sizeof(char *) * ntags);
149 tl = taglist + tagcount;
163 taglist = (char **)realloc(taglist, sizeof(char *) * ntags);
164 tl = taglist + tagcount;
173 for (tl = taglist; *tl != NULL; tl++)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 575 List<ExifTag> taglist = exif.getAllTags(); local
576 return taglist;
  /external/doclava/src/com/google/doclava/
PageMetadata.java 74 public PageMetadata(File source, String dest, List<Node> taglist) {
102 // write the taglist to string format
105 // write the taglist to js file
129 // write the taglist to string format
132 // write the taglist to js file
165 // write the taglist to string format
167 // write the taglist to js file
191 * @param tagList The file from which to extract metadata.
194 Data hdf, List<Node> tagList) {
220 appendMetaNodeByLang(pageMeta, tagList);
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 783 taglist="$taglist $tagname"
820 for tagname in $taglist; do
    [all...]
ltmain.sh 431 taglist="$taglist $tagname"
468 for tagname in $taglist; do
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh 431 taglist="$taglist $tagname"
468 for tagname in $taglist; do
    [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/c-ares/
ltmain.sh 915 for tagname in $taglist; do
943 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
967 taglist="$taglist $tagname"
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
    [all...]
  /external/libedit/
ltmain.sh 911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
    [all...]
  /external/libevent/
ltmain.sh 911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
    [all...]
  /external/libexif/
ltmain.sh 918 for tagname in $taglist; do
946 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
970 taglist="$taglist $tagname"
    [all...]
  /external/libmicrohttpd/
ltmain.sh 911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
    [all...]
  /external/libmtp/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libnetfilter_conntrack/build-aux/
ltmain.sh 911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
    [all...]
  /external/libnetfilter_conntrack/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libnfnetlink/build-aux/
ltmain.sh 911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
    [all...]
  /external/libnfnetlink/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libogg/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libusb-compat/
ltmain.sh 635 for tagname in $taglist; do
663 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
687 taglist="$taglist $tagname"
    [all...]
  /external/libvorbis/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]

Completed in 1123 milliseconds

1 2