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

1 2

  /external/swiftshader/third_party/LLVM/tools/llvm-config/
find-cycles.pl 59 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/
build.gradle 144 archives javadocJar
145 archives sourcesJar
150 sign configurations.archives
155 configuration = configurations.archives
  /external/libcxx/utils/
merge_archives.py 85 description="Merge multiple archives into a single library")
101 'archives', metavar='archives', nargs='+',
102 help='The archives to merge')
112 if len(args.archives) < 2:
114 archives = [find_and_diagnose_missing(ar, args.search_paths)
115 for ar in args.archives]
116 print ('Merging archives: %s' % archives)
121 temp_directory_root = tempfile.mkdtemp('.libcxx.merge.archives')
    [all...]
  /external/adeb/
buildstrap 40 rm -rf $OUT_TMP/var/cache/apt/archives/*deb
  /build/soong/third_party/zip/
struct.go 6 Package zip provides support for reading and writing ZIP archives.
16 for normal archives both fields will be the same. For files requiring
58 zipVersion45 = 45 // 4.5 (reads and writes zip64 archives)
  /external/u-boot/tools/buildman/
toolchain.py 26 to .xz archives found in the page, and self.arch_link will be set to
518 host_arch, archives = self.LocateArchUrl('list')
521 for archive in archives:
  /external/libxml2/doc/
search.php 77 <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 WHERE LCASE(XSLTwordsArchive.name) LIKE LCASE('$word') and XSLTwordsArchive.ID = archives.ID ORDER (…)
    [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/curl/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/iperf3/config/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ltmain.sh     [all...]
  /external/skia/tools/skp/
webpages_playback.py 6 """Archives or replays webpages and creates SKPs in a Google Storage location.
8 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
123 """Class that archives or replays webpages and creates SKPs."""
215 print 'Using Chromium\'s captured archives for Chromium\'s page sets.'
550 help=('Temporary directory where SKPs and webpage archives will be '
  /external/skqp/tools/skp/
webpages_playback.py 6 """Archives or replays webpages and creates SKPs in a Google Storage location.
8 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
122 """Class that archives or replays webpages and creates SKPs."""
214 print 'Using Chromium\'s captured archives for Chromium\'s page sets.'
544 help=('Temporary directory where SKPs and webpage archives will be '
  /external/pcre/dist2/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 182 # Compiler flag to generate shared objects directly from archives.
    [all...]
ltmain.sh 1163 # See if our shared archives depend on static archives.
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh 1163 # See if our shared archives depend on static archives.
    [all...]
  /build/soong/cmd/multiproduct_kati/
main.go 53 var keepArtifacts = flag.Bool("keep", false, "keep archives of artifacts")
  /external/libunwind/aux/
ltmain.sh 823 # See if our shared archives depend on static archives.
    [all...]
  /external/minigbm/
common.mk 18 # It is fully parallelizable for all targets, including static archives.
445 # into the phony archives for timestamps. This will cause the final
  /external/minijail/
common.mk 18 # It is fully parallelizable for all targets, including static archives.
457 # into the phony archives for timestamps. This will cause the final
    [all...]
  /external/modp_b64/
common.mk 18 # It is fully parallelizable for all targets, including static archives.
455 # into the phony archives for timestamps. This will cause the final
    [all...]

Completed in 1330 milliseconds

1 2