Searched refs:archives (Results 1 - 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/LLVM/tools/llvm-config/
H A Dfind-cycles.pl59 my @archives = grep(/\.a$/, @modules);
60 if (@archives > 1) {
63 print STDERR "find-cycles.pl: ", join(' ', @archives), "\n";
64 push @modules, @archives; # WORKAROUND: Duplicate *.a files. Ick.
/external/smali/
H A Dbuild.gradle144 archives javadocJar
145 archives sourcesJar
150 sign configurations.archives
155 configuration = configurations.archives
/external/libcxx/utils/
H A Dmerge_archives.py85 description="Merge multiple archives into a single library")
97 'archives', metavar='archives', nargs='+',
98 help='The archives to merge')
106 if len(args.archives) < 2:
108 archives = [find_and_diagnose_missing(ar, args.search_paths)
109 for ar in args.archives]
110 print ('Merging archives: %s' % archives)
115 temp_directory_root = tempfile.mkdtemp('.libcxx.merge.archives')
[all...]
/external/libxml2/doc/
H A Dsearch.php77 <li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
108 <p> The search service indexes the libxml2 and libxslt APIs and documentation as well as the xml@gnome.org and xslt@gnome.org mailing-list archives. To use it simply provide a set of keywords:
123 <option value="LISTS" <?php if ($scope == 'LISTS') print "selected"?>>Only the lists archives</option>
179 $result = mysql_query ("SELECT wordsArchive.relevance, wordsArchive.name, 'xml-list', archives.resource, archives.title FROM wordsArchive, archives WHERE LCASE(wordsArchive.name) LIKE LCASE('$word') and wordsArchive.ID = archives.ID ORDER BY relevance DESC LIMIT 75");
221 $result = mysql_query ("SELECT XSLTwordsArchive.relevance, XSLTwordsArchive.name, 'xslt-list', archives.resource, archives.title FROM XSLTwordsArchive, archives WHER
[all...]
/external/ImageMagick/config/
H A Dltmain.sh5047 # character.) This should work for all archives with less than
6607 # See if our shared archives depend on static archives.
7625 func_warning "'-l' is ignored for archives/objects"
7735 func_warning "'-L' is ignored for archives/objects"
8686 func_warning "'-dlopen' is ignored for archives"
8691 func_warning "'-l' and '-L' are ignored for archives" ;;
8695 func_warning "'-rpath' is ignored for archives"
8698 func_warning "'-R' is ignored for archives"
8701 func_warning "'-version-info/-version-number' is ignored for archives"
[all...]
/external/pcre/dist2/
H A Dltmain.sh5047 # character.) This should work for all archives with less than
6607 # See if our shared archives depend on static archives.
7625 func_warning "'-l' is ignored for archives/objects"
7735 func_warning "'-L' is ignored for archives/objects"
8686 func_warning "'-dlopen' is ignored for archives"
8691 func_warning "'-l' and '-L' are ignored for archives" ;;
8695 func_warning "'-rpath' is ignored for archives"
8698 func_warning "'-R' is ignored for archives"
8701 func_warning "'-version-info/-version-number' is ignored for archives"
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dltmain.sh4928 # character.) This should work for all archives with less than
6464 # See if our shared archives depend on static archives.
7449 func_warning "'-l' is ignored for archives/objects"
7559 func_warning "'-L' is ignored for archives/objects"
8479 func_warning "'-dlopen' is ignored for archives"
8484 func_warning "'-l' and '-L' are ignored for archives" ;;
8488 func_warning "'-rpath' is ignored for archives"
8491 func_warning "'-R' is ignored for archives"
8494 func_warning "'-version-info/-version-number' is ignored for archives"
[all...]
/external/elfutils/src/
H A Dld.h35 /* Methods for handling archives. */
100 /* How to extract elements from archives. */
738 /* List of all archives participating, in this order. */
739 struct usedfiles *archives; member in struct:ld_state
810 /* How to extract elements from archives. */
/external/skia/tools/skp/
H A Dwebpages_playback.py8 To archive webpages and store SKP files (archives should be rarely updated):
33 to capture archives and/or capture SKP files. Majority of the time it should be
126 """Class that archives or replays webpages and creates SKPs."""
237 print 'Using Chromium\'s captured archives for Chromium\'s page sets.'
567 help=('Temporary directory where SKPs and webpage archives will be '
/external/cmockery/cmockery_0_1_2/
H A Dlibtool182 # Compiler flag to generate shared objects directly from archives.
1515 # See if our shared archives depend on static archives.
2463 $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2
2551 $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2
3415 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
3419 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3423 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
3427 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
3431 $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives"
[all...]
H A Dltmain.sh1163 # See if our shared archives depend on static archives.
2111 $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2
2199 $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2
3063 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
3067 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3071 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
3075 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
3079 $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2
3083 $echo "$modename: warning: \`-release' is ignored for archives"
[all...]
/external/swiftshader/third_party/LLVM/autoconf/
H A Dltmain.sh1163 # See if our shared archives depend on static archives.
2108 $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2
2196 $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2
3060 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
3064 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3068 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
3072 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
3076 $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2
3080 $echo "$modename: warning: \`-release' is ignored for archives"
[all...]
/external/libunwind/aux/
H A Dltmain.sh823 # See if our shared archives depend on static archives.
1411 $echo "$modename: warning: \`-l' is ignored for archives/objects: $deplib" 1>&2
1461 $echo "$modename: warning: \`-L' is ignored for archives/objects: $deplib" 1>&2
2156 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
2160 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
2164 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
2168 $echo "$modename: warning: \`-version-info' is ignored for archives" 1>&2
2172 $echo "$modename: warning: \`-release' is ignored for archives" 1>&2
2176 $echo "$modename: warning: \`-export-symbols' is ignored for archives"
[all...]
/external/minijail/
H A Dcommon.mk18 # It is fully parallelizable for all targets, including static archives.
455 # into the phony archives for timestamps. This will cause the final
/external/modp_b64/
H A Dcommon.mk18 # It is fully parallelizable for all targets, including static archives.
455 # into the phony archives for timestamps. This will cause the final
/external/c-ares/
H A Dltmain.sh3649 # character.) This should work for all archives with less than
5196 # See if our shared archives depend on static archives.
6170 func_warning "\`-l' is ignored for archives/objects"
6279 func_warning "\`-L' is ignored for archives/objects"
7201 func_warning "\`-dlopen' is ignored for archives"
7206 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7210 func_warning "\`-rpath' is ignored for archives"
7213 func_warning "\`-R' is ignored for archives"
7216 func_warning "\`-version-info/-version-number' is ignored for archives"
[all...]
/external/google-breakpad/autotools/
H A Dltmain.sh4146 # See if our shared archives depend on static archives.
5087 func_warning "\`-l' is ignored for archives/objects"
5194 func_warning "\`-L' is ignored for archives/objects"
6070 func_warning "\`-dlopen' is ignored for archives"
6075 func_warning "\`-l' and \`-L' are ignored for archives" ;;
6079 func_warning "\`-rpath' is ignored for archives"
6082 func_warning "\`-R' is ignored for archives"
6085 func_warning "\`-version-info/-version-number' is ignored for archives"
6088 func_warning "\`-release' is ignored for archives"
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dlibtool170 # Tool to manipulate fat objects and archives on Mac OS X.
292 # Compiler flag to generate shared objects directly from archives.
4647 # See if our shared archives depend on static archives.
5591 func_warning "\`-l' is ignored for archives/objects"
5698 func_warning "\`-L' is ignored for archives/objects"
6575 func_warning "\`-dlopen' is ignored for archives"
6580 func_warning "\`-l' and \`-L' are ignored for archives" ;;
6584 func_warning "\`-rpath' is ignored for archives"
6587 func_warning "\`-R' is ignored for archives"
[all...]
H A Dltmain.sh4146 # See if our shared archives depend on static archives.
5090 func_warning "\`-l' is ignored for archives/objects"
5197 func_warning "\`-L' is ignored for archives/objects"
6074 func_warning "\`-dlopen' is ignored for archives"
6079 func_warning "\`-l' and \`-L' are ignored for archives" ;;
6083 func_warning "\`-rpath' is ignored for archives"
6086 func_warning "\`-R' is ignored for archives"
6089 func_warning "\`-version-info/-version-number' is ignored for archives"
6092 func_warning "\`-release' is ignored for archives"
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh3652 # character.) This should work for all archives with less than
5208 # See if our shared archives depend on static archives.
6181 func_warning "\`-l' is ignored for archives/objects"
6290 func_warning "\`-L' is ignored for archives/objects"
7212 func_warning "\`-dlopen' is ignored for archives"
7217 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7221 func_warning "\`-rpath' is ignored for archives"
7224 func_warning "\`-R' is ignored for archives"
7227 func_warning "\`-version-info/-version-number' is ignored for archives"
[all...]
/external/libedit/
H A Dltmain.sh3652 # character.) This should work for all archives with less than
5208 # See if our shared archives depend on static archives.
6181 func_warning "\`-l' is ignored for archives/objects"
6290 func_warning "\`-L' is ignored for archives/objects"
7212 func_warning "\`-dlopen' is ignored for archives"
7217 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7221 func_warning "\`-rpath' is ignored for archives"
7224 func_warning "\`-R' is ignored for archives"
7227 func_warning "\`-version-info/-version-number' is ignored for archives"
[all...]
/external/libevent/
H A Dltmain.sh3652 # character.) This should work for all archives with less than
5208 # See if our shared archives depend on static archives.
6181 func_warning "\`-l' is ignored for archives/objects"
6290 func_warning "\`-L' is ignored for archives/objects"
7212 func_warning "\`-dlopen' is ignored for archives"
7217 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7221 func_warning "\`-rpath' is ignored for archives"
7224 func_warning "\`-R' is ignored for archives"
7227 func_warning "\`-version-info/-version-number' is ignored for archives"
[all...]
/external/libexif/
H A Dltmain.sh3652 # character.) This should work for all archives with less than
5199 # See if our shared archives depend on static archives.
6179 func_warning "\`-l' is ignored for archives/objects"
6288 func_warning "\`-L' is ignored for archives/objects"
7210 func_warning "\`-dlopen' is ignored for archives"
7215 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7219 func_warning "\`-rpath' is ignored for archives"
7222 func_warning "\`-R' is ignored for archives"
7225 func_warning "\`-version-info/-version-number' is ignored for archives"
[all...]
/external/libmicrohttpd/
H A Dltmain.sh3652 # character.) This should work for all archives with less than
5208 # See if our shared archives depend on static archives.
6184 func_warning "\`-l' is ignored for archives/objects"
6293 func_warning "\`-L' is ignored for archives/objects"
7215 func_warning "\`-dlopen' is ignored for archives"
7220 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7224 func_warning "\`-rpath' is ignored for archives"
7227 func_warning "\`-R' is ignored for archives"
7230 func_warning "\`-version-info/-version-number' is ignored for archives"
[all...]
/external/libnetfilter_conntrack/build-aux/
H A Dltmain.sh3652 # character.) This should work for all archives with less than
5208 # See if our shared archives depend on static archives.
6184 func_warning "\`-l' is ignored for archives/objects"
6293 func_warning "\`-L' is ignored for archives/objects"
7215 func_warning "\`-dlopen' is ignored for archives"
7220 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7224 func_warning "\`-rpath' is ignored for archives"
7227 func_warning "\`-R' is ignored for archives"
7230 func_warning "\`-version-info/-version-number' is ignored for archives"
[all...]

Completed in 967 milliseconds

12